Google Cloud Telco Automation V1 Client - Class NFDeployStatus (0.1.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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<Google\Cloud\TelcoAutomation\V1\NFDeploySiteStatus>

Output only. Per-Site Status.

getTargetedNfs

Output only. Total number of NFs targeted by this deployment

Returns
TypeDescription
int

setTargetedNfs

Output only. Total number of NFs targeted by this deployment

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getReadyNfs

Output only. Total number of NFs targeted by this deployment with a Ready Condition set.

Returns
TypeDescription
int

setReadyNfs

Output only. Total number of NFs targeted by this deployment with a Ready Condition set.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getSites

Output only. Per-Site Status.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSites

Output only. Per-Site Status.

Parameter
NameDescription
var array<Google\Cloud\TelcoAutomation\V1\NFDeploySiteStatus>
Returns
TypeDescription
$this