Class HaControllerStatusZoneStatus
Contains the status of a specific zone.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class HaControllerStatusZoneStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsPrimary
Output only. [Output Only] Indicates if the zone is primary at this moment.
Declaration
[JsonProperty("isPrimary")]
public virtual bool? IsPrimary { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
IsZoneReady
Output only. [Output Only] Indicates if the zone is ready for initiating a failover.
Declaration
[JsonProperty("isZoneReady")]
public virtual bool? IsZoneReady { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
LastError
Output only. [Output Only] This field is filled only if the current operation is failing.
Declaration
[JsonProperty("lastError")]
public virtual HaControllerStatusZoneStatusLastError LastError { get; set; }
Property Value
| Type | Description |
|---|---|
| HaControllerStatusZoneStatusLastError |