Enum PrivateCloud.Type (0.14.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
STANDARD

Standard private is a zonal resource, with 3+ nodes. Default type.

STANDARD = 0;

STANDARD_VALUE

Standard private is a zonal resource, with 3+ nodes. Default type.

STANDARD = 0;

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 = 1;

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.

TIME_LIMITED = 1;

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()