PublicBlueprint(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A Blueprint contains a collection of kubernetes resources in the form of YAML files. The file contents of a blueprint are collectively known as package. Public blueprint is a TNA provided blueprint that in present in TNA's public catalog. A user can copy the public blueprint to their private catalog for further modifications.
Attributes | |
---|---|
Name | Description |
name |
str
Name of the public blueprint. |
display_name |
str
The display name of the public blueprint. |
description |
str
The description of the public blueprint. |
deployment_level |
google.cloud.telcoautomation_v1.types.DeploymentLevel
DeploymentLevel of a blueprint signifies where the blueprint will be applied. e.g. [HYDRATION, SINGLE_DEPLOYMENT, MULTI_DEPLOYMENT] |
source_provider |
str
Source provider is the author of a public blueprint. e.g. Google, vendors |
rollback_support |
bool
Output only. Indicates if the deployment created from this blueprint can be rolled back. |