public enum PublicBlueprint.DeploymentLevel extends Enum<PublicBlueprint.DeploymentLevel> implements ProtocolMessageEnum
DeploymentLevel of a blueprint signifies where the blueprint will be applied.
Protobuf enum google.cloud.telcoautomation.v1alpha1.PublicBlueprint.DeploymentLevel
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DEPLOYMENT |
Blueprints at DEPLOYMENT level can be a) Modified in private catalog. b) Used to create a deployment on orchestration cluster by the user, once approved. |
DEPLOYMENT_LEVEL_UNSPECIFIED |
Default unspecified deployment level. |
DEPLOYMENT_LEVEL_UNSPECIFIED_VALUE |
Default unspecified deployment level. |
DEPLOYMENT_VALUE |
Blueprints at DEPLOYMENT level can be a) Modified in private catalog. b) Used to create a deployment on orchestration cluster by the user, once approved. |
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. |
UNRECOGNIZED |
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() |