Telco Automation v1 API - Class NFDeploySiteStatus (1.0.0)

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

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

Per-Site Status.

Inheritance

object > NFDeploySiteStatus

Namespace

Google.Cloud.TelcoAutomation.V1

Assembly

Google.Cloud.TelcoAutomation.V1.dll

Constructors

NFDeploySiteStatus()

public NFDeploySiteStatus()

NFDeploySiteStatus(NFDeploySiteStatus)

public NFDeploySiteStatus(NFDeploySiteStatus other)
Parameter
NameDescription
otherNFDeploySiteStatus

Properties

Hydration

public HydrationStatus Hydration { get; set; }

Output only. Hydration status.

Property Value
TypeDescription
HydrationStatus

PendingDeletion

public bool PendingDeletion { get; set; }

Output only. If true, the Site Deletion is in progress.

Property Value
TypeDescription
bool

Site

public string Site { get; set; }

Output only. Site id.

Property Value
TypeDescription
string

Workload

public WorkloadStatus Workload { get; set; }

Output only. Workload status.

Property Value
TypeDescription
WorkloadStatus