Google Cloud Telco Automation V1 Client - Class HydratedDeployment (0.1.0)

Reference documentation and code samples for the Google Cloud Telco Automation V1 Client class HydratedDeployment.

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

Generated from protobuf message google.cloud.telcoautomation.v1.HydratedDeployment

Namespace

Google \ Cloud \ TelcoAutomation \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Output only. The name of the hydrated deployment.

↳ state int

Output only. State of the hydrated deployment (DRAFT, APPLIED).

↳ files 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.

↳ workload_cluster string

Output only. WorkloadCluster identifies which workload cluster will the hydrated deployment will be deployed on.

getName

Output only. The name of the hydrated deployment.

Returns
TypeDescription
string

setName

Output only. The name of the hydrated deployment.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getState

Output only. State of the hydrated deployment (DRAFT, APPLIED).

Returns
TypeDescription
int

setState

Output only. State of the hydrated deployment (DRAFT, APPLIED).

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getFiles

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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setFiles

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.

Parameter
NameDescription
var array<Google\Cloud\TelcoAutomation\V1\File>
Returns
TypeDescription
$this

getWorkloadCluster

Output only. WorkloadCluster identifies which workload cluster will the hydrated deployment will be deployed on.

Returns
TypeDescription
string

setWorkloadCluster

Output only. WorkloadCluster identifies which workload cluster will the hydrated deployment will be deployed on.

Parameter
NameDescription
var string
Returns
TypeDescription
$this