Class: Google::Cloud::Compute::V1::ServerBinding

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: Type

Instance Attribute Summary collapse

Instance Attribute Details

#type::String

Returns Check the Type enum for the list of possible values.

Returns:

  • (::String)

    Check the Type enum for the list of possible values.



24270
24271
24272
24273
24274
24275
24276
24277
24278
24279
24280
24281
24282
24283
24284
24285
24286
24287
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24270

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


  module Type
    # A value indicating that the enum field is not set.
    UNDEFINED_TYPE = 0

    # Node may associate with any physical server over its lifetime.
    RESTART_NODE_ON_ANY_SERVER = 502950985

    # Node may associate with minimal physical servers over its lifetime.
    RESTART_NODE_ON_MINIMAL_SERVERS = 204166495

    SERVER_BINDING_TYPE_UNSPECIFIED = 180825512
  end
end