Enum ServerBinding.Type (1.28.0)

public enum ServerBinding.Type extends Enum<ServerBinding.Type> implements ProtocolMessageEnum

Protobuf enum google.cloud.compute.v1.ServerBinding.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
RESTART_NODE_ON_ANY_SERVER

Node may associate with any physical server over its lifetime.

RESTART_NODE_ON_ANY_SERVER = 502950985;

RESTART_NODE_ON_ANY_SERVER_VALUE

Node may associate with any physical server over its lifetime.

RESTART_NODE_ON_ANY_SERVER = 502950985;

RESTART_NODE_ON_MINIMAL_SERVERS

Node may associate with minimal physical servers over its lifetime.

RESTART_NODE_ON_MINIMAL_SERVERS = 204166495;

RESTART_NODE_ON_MINIMAL_SERVERS_VALUE

Node may associate with minimal physical servers over its lifetime.

RESTART_NODE_ON_MINIMAL_SERVERS = 204166495;

SERVER_BINDING_TYPE_UNSPECIFIED

SERVER_BINDING_TYPE_UNSPECIFIED = 180825512;

SERVER_BINDING_TYPE_UNSPECIFIED_VALUE

SERVER_BINDING_TYPE_UNSPECIFIED = 180825512;

UNDEFINED_TYPE

A value indicating that the enum field is not set.

UNDEFINED_TYPE = 0;

UNDEFINED_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_TYPE = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()