Class DeploymentLevel (0.2.2)

DeploymentLevel(value)

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

Values: DEPLOYMENT_LEVEL_UNSPECIFIED (0): Default unspecified deployment level. HYDRATION (1): 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. SINGLE_DEPLOYMENT (2): 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. MULTI_DEPLOYMENT (3): 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. WORKLOAD_CLUSTER_DEPLOYMENT (4): 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.