public sealed class NFDeploySiteStatus : IMessage<NFDeploySiteStatus>, IEquatable<NFDeploySiteStatus>, IDeepCloneable<NFDeploySiteStatus>, IBufferMessage, IMessageReference documentation and code samples for the Telco Automation v1 API class NFDeploySiteStatus.
Per-Site Status.
Implements
IMessageNFDeploySiteStatus, IEquatableNFDeploySiteStatus, IDeepCloneableNFDeploySiteStatus, IBufferMessage, IMessageNamespace
Google.Cloud.TelcoAutomation.V1Assembly
Google.Cloud.TelcoAutomation.V1.dll
Constructors
NFDeploySiteStatus()
public NFDeploySiteStatus()NFDeploySiteStatus(NFDeploySiteStatus)
public NFDeploySiteStatus(NFDeploySiteStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
NFDeploySiteStatus |
Properties
Hydration
public HydrationStatus Hydration { get; set; }Output only. Hydration status.
| Property Value | |
|---|---|
| Type | Description |
HydrationStatus |
|
PendingDeletion
public bool PendingDeletion { get; set; }Output only. If true, the Site Deletion is in progress.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Site
public string Site { get; set; }Output only. Site id.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Workload
public WorkloadStatus Workload { get; set; }Output only. Workload status.
| Property Value | |
|---|---|
| Type | Description |
WorkloadStatus |
|