class Google::Apis::ComputeV1::NetworkPerformanceConfig

Attributes

total_egress_bandwidth_tier[RW]

Corresponds to the JSON property `totalEgressBandwidthTier` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 21430
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_v1/classes.rb, line 21435
def update!(**args)
  @total_egress_bandwidth_tier = args[:total_egress_bandwidth_tier] if args.key?(:total_egress_bandwidth_tier)
end