Reference documentation and code samples for the Telco Automation V1 API class Google::Cloud::TelcoAutomation::V1::PublicBlueprint.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#deployment_level
def deployment_level() -> ::Google::Cloud::TelcoAutomation::V1::DeploymentLevel
- (::Google::Cloud::TelcoAutomation::V1::DeploymentLevel) — DeploymentLevel of a blueprint signifies where the blueprint will be applied. e.g. [HYDRATION, SINGLE_DEPLOYMENT, MULTI_DEPLOYMENT]
#deployment_level=
def deployment_level=(value) -> ::Google::Cloud::TelcoAutomation::V1::DeploymentLevel
- value (::Google::Cloud::TelcoAutomation::V1::DeploymentLevel) — DeploymentLevel of a blueprint signifies where the blueprint will be applied. e.g. [HYDRATION, SINGLE_DEPLOYMENT, MULTI_DEPLOYMENT]
- (::Google::Cloud::TelcoAutomation::V1::DeploymentLevel) — DeploymentLevel of a blueprint signifies where the blueprint will be applied. e.g. [HYDRATION, SINGLE_DEPLOYMENT, MULTI_DEPLOYMENT]
#description
def description() -> ::String
- (::String) — The description of the public blueprint.
#description=
def description=(value) -> ::String
- value (::String) — The description of the public blueprint.
- (::String) — The description of the public blueprint.
#display_name
def display_name() -> ::String
- (::String) — The display name of the public blueprint.
#display_name=
def display_name=(value) -> ::String
- value (::String) — The display name of the public blueprint.
- (::String) — The display name of the public blueprint.
#name
def name() -> ::String
- (::String) — Name of the public blueprint.
#name=
def name=(value) -> ::String
- value (::String) — Name of the public blueprint.
- (::String) — Name of the public blueprint.
#rollback_support
def rollback_support() -> ::Boolean
- (::Boolean) — Output only. Indicates if the deployment created from this blueprint can be rolled back.
#source_provider
def source_provider() -> ::String
- (::String) — Source provider is the author of a public blueprint. e.g. Google, vendors
#source_provider=
def source_provider=(value) -> ::String
- value (::String) — Source provider is the author of a public blueprint. e.g. Google, vendors
- (::String) — Source provider is the author of a public blueprint. e.g. Google, vendors