Class: Google::Cloud::Compute::V1::ServerBinding
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ServerBinding
- 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
-
#type ⇒ ::String
Check the Type enum for the list of possible values.
Instance Attribute Details
#type ⇒ ::String
Returns Check the Type enum for the list of possible values.
33088 33089 33090 33091 33092 33093 33094 33095 33096 33097 33098 33099 33100 33101 33102 33103 33104 33105 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 33088 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 = 502_950_985 # Node may associate with minimal physical servers over its lifetime. RESTART_NODE_ON_MINIMAL_SERVERS = 204_166_495 SERVER_BINDING_TYPE_UNSPECIFIED = 180_825_512 end end |