Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::InterconnectApplicationAwareInterconnectBandwidthPercentage (v3.0.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::InterconnectApplicationAwareInterconnectBandwidthPercentage.

Specify bandwidth percentages [1-100] for various traffic classes in BandwidthPercentagePolicy. The sum of all percentages must equal 100. All traffic classes must have a percentage value specified.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#percentage

def percentage() -> ::Integer
Returns
  • (::Integer) — Bandwidth percentage for a specific traffic class.

#percentage=

def percentage=(value) -> ::Integer
Parameter
  • value (::Integer) — Bandwidth percentage for a specific traffic class.
Returns
  • (::Integer) — Bandwidth percentage for a specific traffic class.

#traffic_class

def traffic_class() -> ::String
Returns
  • (::String) — TrafficClass whose bandwidth percentage is being specified. Check the TrafficClass enum for the list of possible values.

#traffic_class=

def traffic_class=(value) -> ::String
Parameter
  • value (::String) — TrafficClass whose bandwidth percentage is being specified. Check the TrafficClass enum for the list of possible values.
Returns
  • (::String) — TrafficClass whose bandwidth percentage is being specified. Check the TrafficClass enum for the list of possible values.