Class HaControllersFailoverRequest
Implements
Inherited Members
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 |