Telco Automation V1 API - Class Google::Cloud::TelcoAutomation::V1::HydratedDeployment (v0.2.1)

Reference documentation and code samples for the Telco Automation V1 API class Google::Cloud::TelcoAutomation::V1::HydratedDeployment.

A collection of kubernetes yaml files which are deployed on a Workload Cluster. Hydrated Deployments are created by TNA intent based automation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#files

def files() -> ::Array<::Google::Cloud::TelcoAutomation::V1::File>
Returns
  • (::Array<::Google::Cloud::TelcoAutomation::V1::File>) — Optional. File contents of a hydrated deployment. When invoking UpdateHydratedBlueprint API, only the modified files should be included in this. Files that are not included in the update of a hydrated deployment will not be changed.

#files=

def files=(value) -> ::Array<::Google::Cloud::TelcoAutomation::V1::File>
Parameter
  • value (::Array<::Google::Cloud::TelcoAutomation::V1::File>) — Optional. File contents of a hydrated deployment. When invoking UpdateHydratedBlueprint API, only the modified files should be included in this. Files that are not included in the update of a hydrated deployment will not be changed.
Returns
  • (::Array<::Google::Cloud::TelcoAutomation::V1::File>) — Optional. File contents of a hydrated deployment. When invoking UpdateHydratedBlueprint API, only the modified files should be included in this. Files that are not included in the update of a hydrated deployment will not be changed.

#name

def name() -> ::String
Returns
  • (::String) — Output only. The name of the hydrated deployment.

#state

def state() -> ::Google::Cloud::TelcoAutomation::V1::HydratedDeployment::State
Returns

#workload_cluster

def workload_cluster() -> ::String
Returns
  • (::String) — Output only. WorkloadCluster identifies which workload cluster will the hydrated deployment will be deployed on.