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.
21552 21553 21554 21555 21556 21557 21558 21559 21560 21561 21562 21563 21564 21565 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21552 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 |