Reference documentation and code samples for the Google Cloud Telco Automation V1 Client class WorkloadStatus.
Workload status.
Generated from protobuf message google.cloud.telcoautomation.v1.WorkloadStatus
Namespace
Google \ Cloud \ TelcoAutomation \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ site_version |
SiteVersion
Output only. SiteVersion running in the workload cluster. |
↳ status |
string
Output only. Status. |
getSiteVersion
Output only. SiteVersion running in the workload cluster.
| Returns | |
|---|---|
| Type | Description |
SiteVersion|null |
|
hasSiteVersion
clearSiteVersion
setSiteVersion
Output only. SiteVersion running in the workload cluster.
| Parameter | |
|---|---|
| Name | Description |
var |
SiteVersion
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStatus
Output only. Status.
| Returns | |
|---|---|
| Type | Description |
string |
|
setStatus
Output only. Status.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|