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
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
DEPLOYMENT_LEVEL_UNSPECIFIED | Default unspecified deployment level. |
DEPLOYMENT_LEVEL_UNSPECIFIED_VALUE | Default unspecified deployment level. |
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_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. |
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_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. |
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_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. |
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_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. |
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() |