Class: Google::Cloud::Compute::V1::NetworkPerformanceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::NetworkPerformanceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Defined Under Namespace
Modules: TotalEgressBandwidthTier
Instance Attribute Summary collapse
-
#total_egress_bandwidth_tier ⇒ ::String
Check the TotalEgressBandwidthTier enum for the list of possible values.
Instance Attribute Details
#total_egress_bandwidth_tier ⇒ ::String
Returns Check the TotalEgressBandwidthTier enum for the list of possible values.
22193 22194 22195 22196 22197 22198 22199 22200 22201 22202 22203 22204 22205 22206 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22193 class NetworkPerformanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module TotalEgressBandwidthTier # A value indicating that the enum field is not set. UNDEFINED_TOTAL_EGRESS_BANDWIDTH_TIER = 0 DEFAULT = 115_302_945 TIER_1 = 326_919_444 end end |