Show / Hide Table of Contents

Class HaControllersFailoverRequest

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

Properties

ETag

The ETag of the item.

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

FailoverToZone

Name of the destination zone for the failover.

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

PrimaryZone

Name of the destination zone for the failover. Deprecated: use failover_to_zone instead.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX