public enum NodeType.Capability extends Enum<NodeType.Capability> implements ProtocolMessageEnum
Capability of a node type.
Protobuf enum google.cloud.vmwareengine.v1.NodeType.Capability
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CAPABILITY_UNSPECIFIED |
The default value. This value is used if the capability is omitted or unknown. |
CAPABILITY_UNSPECIFIED_VALUE |
The default value. This value is used if the capability is omitted or unknown. |
STRETCHED_CLUSTERS |
This node type supports stretch clusters. |
STRETCHED_CLUSTERS_VALUE |
This node type supports stretch clusters. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |