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.
23977 23978 23979 23980 23981 23982 23983 23984 23985 23986 23987 23988 23989 23990 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23977 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 |