public enum PrivateCloud.Type extends Enum<PrivateCloud.Type> implements ProtocolMessageEnum
Enum Type defines private cloud type.
Protobuf enum google.cloud.vmwareengine.v1.PrivateCloud.Type
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
STANDARD | Standard private is a zonal resource, with 3+ nodes. Default type. |
STANDARD_VALUE | Standard private is a zonal resource, with 3+ nodes. Default type. |
TIME_LIMITED | Time limited private cloud is a zonal resource, can have only 1 node and has limited life span. Will be deleted after defined period of time, can be converted into standard private cloud by expanding it up to 3 or more nodes. |
TIME_LIMITED_VALUE | Time limited private cloud is a zonal resource, can have only 1 node and has limited life span. Will be deleted after defined period of time, can be converted into standard private cloud by expanding it up to 3 or more nodes. |
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() |