Show / Hide Table of Contents

Class HaControllerStatusZoneStatus

Contains the status of a specific zone.

Inheritance
object
HaControllerStatusZoneStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX