public enum DeploymentType extends Enum<DeploymentType> implements ProtocolMessageEnum
Represents the deployment type for the instance.
Protobuf enum google.cloud.parallelstore.v1beta.DeploymentType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DEPLOYMENT_TYPE_UNSPECIFIED |
Default Deployment Type It is equivalent to SCRATCH |
DEPLOYMENT_TYPE_UNSPECIFIED_VALUE |
Default Deployment Type It is equivalent to SCRATCH |
PERSISTENT |
Persistent |
PERSISTENT_VALUE |
Persistent |
SCRATCH |
Scratch |
SCRATCH_VALUE |
Scratch |
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() |