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.



10410
10411
10412
10413
10414
10415
10416
10417
10418
10419
10420
10421
10422
10423
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10410

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

    PREMIUM = 399530551

    STANDARD = 484642493
  end
end