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