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.
MultiDeployment
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.
SingleDeployment
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.
Unspecified
Default unspecified deployment level.
WorkloadClusterDeployment
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.
[[["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-03-21 UTC."],[[["This documentation covers the `DeploymentLevel` enum within the Google Cloud Telco Automation v1 API, which is used to define where a blueprint will be applied."],["The `DeploymentLevel` enum has five distinct fields: `Hydration`, `MultiDeployment`, `SingleDeployment`, `Unspecified`, and `WorkloadClusterDeployment`, each representing a different deployment scope."],["`Hydration` level blueprints are managed by TNA automation and cannot be manually deployed, while `MultiDeployment` and `SingleDeployment` blueprints can be used to create deployments on orchestration clusters."],["`WorkloadClusterDeployment` blueprints can be utilized to create deployments on workload clusters after user approval, and the `Unspecified` level represents the default."],["The namespace for the enum is `Google.Cloud.TelcoAutomation.V1`, and it is contained in the `Google.Cloud.TelcoAutomation.V1.dll` assembly."]]],[]]