Reference documentation and code samples for the Google Cloud Telco Automation V1 Client class DeploymentLevel.
DeploymentLevel of a blueprint signifies where the blueprint will be
applied.
Protobuf type google.cloud.telcoautomation.v1.DeploymentLevel
Namespace
Google \ Cloud \ TelcoAutomation \ V1
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
DEPLOYMENT_LEVEL_UNSPECIFIED
Value: 0
Default unspecified deployment level.
Generated from protobuf enum DEPLOYMENT_LEVEL_UNSPECIFIED = 0;
HYDRATION
Value: 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.
Generated from protobuf enum HYDRATION = 1;
SINGLE_DEPLOYMENT
Value: 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.
Generated from protobuf enum SINGLE_DEPLOYMENT = 2;
MULTI_DEPLOYMENT
Value: 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.
Generated from protobuf enum MULTI_DEPLOYMENT = 3;
WORKLOAD_CLUSTER_DEPLOYMENT
Value: 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.
Generated from protobuf enum WORKLOAD_CLUSTER_DEPLOYMENT = 4;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Telco Automation V1 Client - Class DeploymentLevel (1.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.1 (latest)](/php/docs/reference/cloud-telcoautomation/latest/V1.DeploymentLevel)\n- [1.1.0](/php/docs/reference/cloud-telcoautomation/1.1.0/V1.DeploymentLevel)\n- [1.0.3](/php/docs/reference/cloud-telcoautomation/1.0.3/V1.DeploymentLevel)\n- [0.2.5](/php/docs/reference/cloud-telcoautomation/0.2.5/V1.DeploymentLevel)\n- [0.1.0](/php/docs/reference/cloud-telcoautomation/0.1.0/V1.DeploymentLevel) \nReference documentation and code samples for the Google Cloud Telco Automation V1 Client class DeploymentLevel.\n\nDeploymentLevel of a blueprint signifies where the blueprint will be\napplied.\n\nProtobuf type `google.cloud.telcoautomation.v1.DeploymentLevel`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ TelcoAutomation \\\\ V1\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### DEPLOYMENT_LEVEL_UNSPECIFIED\n\n Value: 0\n\nDefault unspecified deployment level.\n\nGenerated from protobuf enum `DEPLOYMENT_LEVEL_UNSPECIFIED = 0;`\n\n### HYDRATION\n\n Value: 1\n\nBlueprints at HYDRATION level cannot be used to create a Deployment\n(A user cannot manually initate deployment of these blueprints on\norchestration or workload cluster).\n\nThese blueprints stay in a user's private catalog and are configured and\ndeployed by TNA automation.\n\nGenerated from protobuf enum `HYDRATION = 1;`\n\n### SINGLE_DEPLOYMENT\n\n Value: 2\n\nBlueprints at SINGLE_DEPLOYMENT level can be\na) Modified in private catalog.\n\nb) Used to create a deployment on orchestration cluster by the user, once\napproved.\n\nGenerated from protobuf enum `SINGLE_DEPLOYMENT = 2;`\n\n### MULTI_DEPLOYMENT\n\n Value: 3\n\nBlueprints at MULTI_DEPLOYMENT level can be\na) Modified in private catalog.\n\nb) Used to create a deployment on orchestration cluster which will create\nfurther hydrated deployments.\n\nGenerated from protobuf enum `MULTI_DEPLOYMENT = 3;`\n\n### WORKLOAD_CLUSTER_DEPLOYMENT\n\n Value: 4\n\nBlueprints at WORKLOAD_CLUSTER_DEPLOYMENT level can be\na) Modified in private catalog.\n\nb) Used to create a deployment on workload cluster by the user, once\napproved.\n\nGenerated from protobuf enum `WORKLOAD_CLUSTER_DEPLOYMENT = 4;`"]]