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.
25022 25023 25024 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 25022 def initialize(**args) update!(**args) end |
Instance Attribute Details
#external_ip_egress_bandwidth_tier ⇒ String
Corresponds to the JSON property externalIpEgressBandwidthTier
25015 25016 25017 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 25015 def external_ip_egress_bandwidth_tier @external_ip_egress_bandwidth_tier end |
#total_egress_bandwidth_tier ⇒ String
Corresponds to the JSON property totalEgressBandwidthTier
25020 25021 25022 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 25020 def total_egress_bandwidth_tier @total_egress_bandwidth_tier end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
25027 25028 25029 25030 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 25027 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 |