Telco Automation v1 API - Class NFDeployStatus (1.2.0)

public sealed class NFDeployStatus : IMessage<NFDeployStatus>, IEquatable<NFDeployStatus>, IDeepCloneable<NFDeployStatus>, IBufferMessage, IMessage

Reference documentation and code samples for the Telco Automation v1 API class NFDeployStatus.

Deployment status of NFDeploy.

Inheritance

object > NFDeployStatus

Namespace

Google.Cloud.TelcoAutomation.V1

Assembly

Google.Cloud.TelcoAutomation.V1.dll

Constructors

NFDeployStatus()

public NFDeployStatus()

NFDeployStatus(NFDeployStatus)

public NFDeployStatus(NFDeployStatus other)
Parameter
Name Description
other NFDeployStatus

Properties

ReadyNfs

public int ReadyNfs { get; set; }

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

Property Value
Type Description
int

Sites

public RepeatedField<NFDeploySiteStatus> Sites { get; }

Output only. Per-Site Status.

Property Value
Type Description
RepeatedFieldNFDeploySiteStatus

TargetedNfs

public int TargetedNfs { get; set; }

Output only. Total number of NFs targeted by this deployment

Property Value
Type Description
int