Class: Google::Apis::ComputeBeta::NetworkPerformanceConfig
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::NetworkPerformanceConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#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.
28384 28385 28386 |
# File 'lib/google/apis/compute_beta/classes.rb', line 28384 def initialize(**args) update!(**args) end |
Instance Attribute Details
#total_egress_bandwidth_tier ⇒ String
Corresponds to the JSON property totalEgressBandwidthTier
28382 28383 28384 |
# File 'lib/google/apis/compute_beta/classes.rb', line 28382 def total_egress_bandwidth_tier @total_egress_bandwidth_tier end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
28389 28390 28391 |
# File 'lib/google/apis/compute_beta/classes.rb', line 28389 def update!(**args) @total_egress_bandwidth_tier = args[:total_egress_bandwidth_tier] if args.key?(:total_egress_bandwidth_tier) end |