Reference documentation and code samples for the Google Cloud Telco Automation V1 Client class NFDeploySiteStatus.
Per-Site Status.
Generated from protobuf message google.cloud.telcoautomation.v1.NFDeploySiteStatus
Namespace
Google \ Cloud \ TelcoAutomation \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ site |
string
Output only. Site id. |
↳ pending_deletion |
bool
Output only. If true, the Site Deletion is in progress. |
↳ hydration |
HydrationStatus
Output only. Hydration status. |
↳ workload |
WorkloadStatus
Output only. Workload status. |
getSite
Output only. Site id.
| Returns | |
|---|---|
| Type | Description |
string |
|
setSite
Output only. Site id.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPendingDeletion
Output only. If true, the Site Deletion is in progress.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setPendingDeletion
Output only. If true, the Site Deletion is in progress.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getHydration
Output only. Hydration status.
| Returns | |
|---|---|
| Type | Description |
HydrationStatus|null |
|
hasHydration
clearHydration
setHydration
Output only. Hydration status.
| Parameter | |
|---|---|
| Name | Description |
var |
HydrationStatus
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getWorkload
Output only. Workload status.
| Returns | |
|---|---|
| Type | Description |
WorkloadStatus|null |
|
hasWorkload
clearWorkload
setWorkload
Output only. Workload status.
| Parameter | |
|---|---|
| Name | Description |
var |
WorkloadStatus
|
| Returns | |
|---|---|
| Type | Description |
$this |
|