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.
Implements
IMessageNFDeployStatus, IEquatableNFDeployStatus, IDeepCloneableNFDeployStatus, IBufferMessage, IMessageNamespace
Google.Cloud.TelcoAutomation.V1Assembly
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 |