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.
27860 27861 27862 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 27860 def initialize(**args) update!(**args) end |
Instance Attribute Details
#external_ip_egress_bandwidth_tier ⇒ String
Corresponds to the JSON property externalIpEgressBandwidthTier
27853 27854 27855 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 27853 def external_ip_egress_bandwidth_tier @external_ip_egress_bandwidth_tier end |
#total_egress_bandwidth_tier ⇒ String
Corresponds to the JSON property totalEgressBandwidthTier
27858 27859 27860 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 27858 def total_egress_bandwidth_tier @total_egress_bandwidth_tier end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
27865 27866 27867 27868 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 27865 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 |