Show / Hide Table of Contents

Class HaControllerStatusFailoverProgress

Contains information about the current failover operation.

Inheritance
object
HaControllerStatusFailoverProgress
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 HaControllerStatusFailoverProgress : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FailoverCompleteTimestamp

object representation of FailoverCompleteTimestampRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use FailoverCompleteTimestampDateTimeOffset instead.")]
public virtual object FailoverCompleteTimestamp { get; set; }
Property Value
Type Description
object

FailoverCompleteTimestampDateTimeOffset

DateTimeOffset representation of FailoverCompleteTimestampRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? FailoverCompleteTimestampDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

FailoverCompleteTimestampRaw

Output only. [Output Only] Timestamp of the failover completion. Filled only if the failover is completed, in lastFailoverInfo.

Declaration
[JsonProperty("failoverCompleteTimestamp")]
public virtual string FailoverCompleteTimestampRaw { get; set; }
Property Value
Type Description
string

FailoverTrigger

Output only. [Output Only] Indicates if failover has been triggered automatically or manually.

Declaration
[JsonProperty("failoverTrigger")]
public virtual string FailoverTrigger { get; set; }
Property Value
Type Description
string

FailoverTriggerTimestamp

object representation of FailoverTriggerTimestampRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use FailoverTriggerTimestampDateTimeOffset instead.")]
public virtual object FailoverTriggerTimestamp { get; set; }
Property Value
Type Description
object

FailoverTriggerTimestampDateTimeOffset

DateTimeOffset representation of FailoverTriggerTimestampRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? FailoverTriggerTimestampDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

FailoverTriggerTimestampRaw

Output only. [Output Only] Timestamp of the last failover trigger.

Declaration
[JsonProperty("failoverTriggerTimestamp")]
public virtual string FailoverTriggerTimestampRaw { get; set; }
Property Value
Type Description
string

LastFailoverAttempt

Output only. [Output Only] Contains details of the last failed failover. This field is filled only if the current failover is failing

Declaration
[JsonProperty("lastFailoverAttempt")]
public virtual HaControllerStatusFailoverProgressLastFailoverAttempt LastFailoverAttempt { get; set; }
Property Value
Type Description
HaControllerStatusFailoverProgressLastFailoverAttempt

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX