Show / Hide Table of Contents

Class BackendServiceHAPolicyLeader

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

Properties

BackendGroup

A fully-qualified URL (starting with https://www.googleapis.com/) of the zonal Network Endpoint Group (NEG) with GCE_VM_IP endpoints that the leader is attached to. The leader's backendGroup must already be specified as a backend of this backend service. Removing a backend that is designated as the leader's backendGroup is not permitted.

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

ETag

The ETag of the item.

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

NetworkEndpoint

The network endpoint within the leader.backendGroup that is designated as the leader. This network endpoint cannot be detached from the NEG specified in the haPolicy.leader.backendGroup until the leader is updated with another network endpoint, or the leader is removed from the haPolicy.

Declaration
[JsonProperty("networkEndpoint")]
public virtual BackendServiceHAPolicyLeaderNetworkEndpoint NetworkEndpoint { get; set; }
Property Value
Type Description
BackendServiceHAPolicyLeaderNetworkEndpoint

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX