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 \ V1Methods
__construct
Constructor.
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.
string
setName
Output only. The name of the hydrated deployment.
var
string
$this
getState
Output only. State of the hydrated deployment (DRAFT, APPLIED).
int
setState
Output only. State of the hydrated deployment (DRAFT, APPLIED).
var
int
$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.
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.
$this
getWorkloadCluster
Output only. WorkloadCluster identifies which workload cluster will the hydrated deployment will be deployed on.
string
setWorkloadCluster
Output only. WorkloadCluster identifies which workload cluster will the hydrated deployment will be deployed on.
var
string
$this