Telco Automation V1 API - Class Google::Cloud::TelcoAutomation::V1::PublicBlueprint (v0.3.0)

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
Returns

#deployment_level=

def deployment_level=(value) -> ::Google::Cloud::TelcoAutomation::V1::DeploymentLevel
Parameter
Returns

#description

def description() -> ::String
Returns
  • (::String) — The description of the public blueprint.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — The description of the public blueprint.
Returns
  • (::String) — The description of the public blueprint.

#display_name

def display_name() -> ::String
Returns
  • (::String) — The display name of the public blueprint.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — The display name of the public blueprint.
Returns
  • (::String) — The display name of the public blueprint.

#name

def name() -> ::String
Returns
  • (::String) — Name of the public blueprint.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Name of the public blueprint.
Returns
  • (::String) — Name of the public blueprint.

#rollback_support

def rollback_support() -> ::Boolean
Returns
  • (::Boolean) — Output only. Indicates if the deployment created from this blueprint can be rolled back.

#source_provider

def source_provider() -> ::String
Returns
  • (::String) — Source provider is the author of a public blueprint. e.g. Google, vendors

#source_provider=

def source_provider=(value) -> ::String
Parameter
  • value (::String) — Source provider is the author of a public blueprint. e.g. Google, vendors
Returns
  • (::String) — Source provider is the author of a public blueprint. e.g. Google, vendors