Show / Hide Table of Contents

Class BackendServiceHAPolicy

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

Properties

ETag

The ETag of the item.

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

FastIPMove

Enabling fastIPMove is not supported.

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

Leader

Setting a leader is not supported.

Declaration
[JsonProperty("leader")]
public virtual BackendServiceHAPolicyLeader Leader { get; set; }
Property Value
Type Description
BackendServiceHAPolicyLeader

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX