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.
16709 16710 16711 16712 16713 16714 16715 16716 16717 16718 16719 16720 16721 16722 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16709 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 = 115302945 TIER_1 = 326919444 end end |