Class: Google::Apis::ComputeAlpha::NetworkPerformanceConfig
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::NetworkPerformanceConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Instance Attribute Summary collapse
-
#external_ip_egress_bandwidth_tier ⇒ String
Corresponds to the JSON property
externalIpEgressBandwidthTier. -
#total_egress_bandwidth_tier ⇒ String
Corresponds to the JSON property
totalEgressBandwidthTier.
Instance Method Summary collapse
-
#initialize(**args) ⇒ NetworkPerformanceConfig
constructor
A new instance of NetworkPerformanceConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ NetworkPerformanceConfig
Returns a new instance of NetworkPerformanceConfig.
24651 24652 24653 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 24651 def initialize(**args) update!(**args) end |
Instance Attribute Details
#external_ip_egress_bandwidth_tier ⇒ String
Corresponds to the JSON property externalIpEgressBandwidthTier
24644 24645 24646 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 24644 def external_ip_egress_bandwidth_tier @external_ip_egress_bandwidth_tier end |
#total_egress_bandwidth_tier ⇒ String
Corresponds to the JSON property totalEgressBandwidthTier
24649 24650 24651 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 24649 def total_egress_bandwidth_tier @total_egress_bandwidth_tier end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
24656 24657 24658 24659 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 24656 def update!(**args) @external_ip_egress_bandwidth_tier = args[:external_ip_egress_bandwidth_tier] if args.key?(:external_ip_egress_bandwidth_tier) @total_egress_bandwidth_tier = args[:total_egress_bandwidth_tier] if args.key?(:total_egress_bandwidth_tier) end |