Enum DeploymentLevel (0.13.0)

public enum DeploymentLevel extends Enum<DeploymentLevel> implements ProtocolMessageEnum

DeploymentLevel of a blueprint signifies where the blueprint will be applied.

Protobuf enum google.cloud.telcoautomation.v1.DeploymentLevel

Implements

ProtocolMessageEnum

Static Fields

Name Description
DEPLOYMENT_LEVEL_UNSPECIFIED

Default unspecified deployment level.

DEPLOYMENT_LEVEL_UNSPECIFIED = 0;

DEPLOYMENT_LEVEL_UNSPECIFIED_VALUE

Default unspecified deployment level.

DEPLOYMENT_LEVEL_UNSPECIFIED = 0;

HYDRATION

Blueprints at HYDRATION level cannot be used to create a Deployment (A user cannot manually initate deployment of these blueprints on orchestration or workload cluster). These blueprints stay in a user's private catalog and are configured and deployed by TNA automation.

HYDRATION = 1;

HYDRATION_VALUE

Blueprints at HYDRATION level cannot be used to create a Deployment (A user cannot manually initate deployment of these blueprints on orchestration or workload cluster). These blueprints stay in a user's private catalog and are configured and deployed by TNA automation.

HYDRATION = 1;

MULTI_DEPLOYMENT

Blueprints at MULTI_DEPLOYMENT level can be a) Modified in private catalog. b) Used to create a deployment on orchestration cluster which will create further hydrated deployments.

MULTI_DEPLOYMENT = 3;

MULTI_DEPLOYMENT_VALUE

Blueprints at MULTI_DEPLOYMENT level can be a) Modified in private catalog. b) Used to create a deployment on orchestration cluster which will create further hydrated deployments.

MULTI_DEPLOYMENT = 3;

SINGLE_DEPLOYMENT

Blueprints at SINGLE_DEPLOYMENT level can be a) Modified in private catalog. b) Used to create a deployment on orchestration cluster by the user, once approved.

SINGLE_DEPLOYMENT = 2;

SINGLE_DEPLOYMENT_VALUE

Blueprints at SINGLE_DEPLOYMENT level can be a) Modified in private catalog. b) Used to create a deployment on orchestration cluster by the user, once approved.

SINGLE_DEPLOYMENT = 2;

UNRECOGNIZED
WORKLOAD_CLUSTER_DEPLOYMENT

Blueprints at WORKLOAD_CLUSTER_DEPLOYMENT level can be a) Modified in private catalog. b) Used to create a deployment on workload cluster by the user, once approved.

WORKLOAD_CLUSTER_DEPLOYMENT = 4;

WORKLOAD_CLUSTER_DEPLOYMENT_VALUE

Blueprints at WORKLOAD_CLUSTER_DEPLOYMENT level can be a) Modified in private catalog. b) Used to create a deployment on workload cluster by the user, once approved.

WORKLOAD_CLUSTER_DEPLOYMENT = 4;

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