Reference documentation and code samples for the Google Cloud Telco Automation V1 Client class NFDeployStatus.
Deployment status of NFDeploy.
Generated from protobuf message google.cloud.telcoautomation.v1.NFDeployStatus
Namespace
Google \ Cloud \ TelcoAutomation \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ targeted_nfs |
int
Output only. Total number of NFs targeted by this deployment |
↳ ready_nfs |
int
Output only. Total number of NFs targeted by this deployment with a Ready Condition set. |
↳ sites |
array<NFDeploySiteStatus>
Output only. Per-Site Status. |
getTargetedNfs
Output only. Total number of NFs targeted by this deployment
Returns | |
---|---|
Type | Description |
int |
setTargetedNfs
Output only. Total number of NFs targeted by this deployment
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getReadyNfs
Output only. Total number of NFs targeted by this deployment with a Ready Condition set.
Returns | |
---|---|
Type | Description |
int |
setReadyNfs
Output only. Total number of NFs targeted by this deployment with a Ready Condition set.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getSites
Output only. Per-Site Status.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSites
Output only. Per-Site Status.
Parameter | |
---|---|
Name | Description |
var |
array<NFDeploySiteStatus>
|
Returns | |
---|---|
Type | Description |
$this |