Enum Order.DeploymentType (0.17.0)

public enum Order.DeploymentType extends Enum<Order.DeploymentType> implements ProtocolMessageEnum

Valid types of a deployment.

Protobuf enum google.cloud.gdchardwaremanagement.v1alpha.Order.DeploymentType

Implements

ProtocolMessageEnum

Static Fields

Name Description
CUSTOMER_LAB

Customer lab deployment that we support as though it's prod.

CUSTOMER_LAB = 4;

CUSTOMER_LAB_VALUE

Customer lab deployment that we support as though it's prod.

CUSTOMER_LAB = 4;

DEPLOYMENT_TYPE_UNSPECIFIED

Deployment type is unspecified.

DEPLOYMENT_TYPE_UNSPECIFIED = 0;

DEPLOYMENT_TYPE_UNSPECIFIED_VALUE

Deployment type is unspecified.

DEPLOYMENT_TYPE_UNSPECIFIED = 0;

FULL_PRODUCTION

Prod deployment with SLOs.

FULL_PRODUCTION = 1;

FULL_PRODUCTION_VALUE

Prod deployment with SLOs.

FULL_PRODUCTION = 1;

INTERNAL

Internal deployment with best-effort support and no SLOs.

INTERNAL = 3;

INTERNAL_VALUE

Internal deployment with best-effort support and no SLOs.

INTERNAL = 3;

PROOF_OF_CONCEPT

Deployment with best-effort support and no SLOs.

PROOF_OF_CONCEPT = 2;

PROOF_OF_CONCEPT_VALUE

Deployment with best-effort support and no SLOs.

PROOF_OF_CONCEPT = 2;

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