Class: Google::Cloud::Compute::V1::ProjectsSetDefaultNetworkTierRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Defined Under Namespace

Modules: NetworkTier

Instance Attribute Summary collapse

Instance Attribute Details

#network_tier::Google::Cloud::Compute::V1::ProjectsSetDefaultNetworkTierRequest::NetworkTier

Returns Default network tier to be set.



18195
18196
18197
18198
18199
18200
18201
18202
18203
18204
18205
18206
18207
18208
18209
18210
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 18195

class ProjectsSetDefaultNetworkTierRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Default network tier to be set.
  module NetworkTier
    # A value indicating that the enum field is not set.
    UNDEFINED_NETWORK_TIER = 0

    # High quality, Google-grade network tier, support for all networking products.
    PREMIUM = 399530551

    # Public internet quality, only limited support for other networking products.
    STANDARD = 484642493
  end
end