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.
22586 22587 22588 22589 22590 22591 22592 22593 22594 22595 22596 22597 22598 22599 22600 22601 22602 22603 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22586 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 |