public enum Order.DeploymentType extends Enum<Order.DeploymentType> implements ProtocolMessageEnum
Valid types of a deployment.
Protobuf enum google.cloud.gdchardwaremanagement.v1alpha.Order.DeploymentType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CUSTOMER_LAB |
Customer lab deployment that we support as though it's prod. |
CUSTOMER_LAB_VALUE |
Customer lab deployment that we support as though it's prod. |
DEPLOYMENT_TYPE_UNSPECIFIED |
Deployment type is unspecified. |
DEPLOYMENT_TYPE_UNSPECIFIED_VALUE |
Deployment type is unspecified. |
FULL_PRODUCTION |
Prod deployment with SLOs. |
FULL_PRODUCTION_VALUE |
Prod deployment with SLOs. |
INTERNAL |
Internal deployment with best-effort support and no SLOs. |
INTERNAL_VALUE |
Internal deployment with best-effort support and no SLOs. |
PROOF_OF_CONCEPT |
Deployment with best-effort support and no SLOs. |
PROOF_OF_CONCEPT_VALUE |
Deployment with best-effort support and no SLOs. |
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() |