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.
17956 17957 17958 17959 17960 17961 17962 17963 17964 17965 17966 17967 17968 17969 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17956 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 |