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 |
Google\Cloud\TelcoAutomation\V1\HydrationStatus
Output only. Hydration status. |
↳ workload |
Google\Cloud\TelcoAutomation\V1\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 |
Google\Cloud\TelcoAutomation\V1\HydrationStatus|null |
hasHydration
clearHydration
setHydration
Output only. Hydration status.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\TelcoAutomation\V1\HydrationStatus
|
Returns | |
---|---|
Type | Description |
$this |
getWorkload
Output only. Workload status.
Returns | |
---|---|
Type | Description |
Google\Cloud\TelcoAutomation\V1\WorkloadStatus|null |
hasWorkload
clearWorkload
setWorkload
Output only. Workload status.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\TelcoAutomation\V1\WorkloadStatus
|
Returns | |
---|---|
Type | Description |
$this |