Compute Engine v1 API - Class BackendServiceHAPolicyLeaderNetworkEndpoint (3.10.0)

public sealed class BackendServiceHAPolicyLeaderNetworkEndpoint : IMessage<BackendServiceHAPolicyLeaderNetworkEndpoint>, IEquatable<BackendServiceHAPolicyLeaderNetworkEndpoint>, IDeepCloneable<BackendServiceHAPolicyLeaderNetworkEndpoint>, IBufferMessage, IMessage

Inheritance

object > BackendServiceHAPolicyLeaderNetworkEndpoint

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

BackendServiceHAPolicyLeaderNetworkEndpoint()

public BackendServiceHAPolicyLeaderNetworkEndpoint()

BackendServiceHAPolicyLeaderNetworkEndpoint(BackendServiceHAPolicyLeaderNetworkEndpoint)

public BackendServiceHAPolicyLeaderNetworkEndpoint(BackendServiceHAPolicyLeaderNetworkEndpoint other)
Parameter
Name Description
other BackendServiceHAPolicyLeaderNetworkEndpoint

Properties

HasInstance

public bool HasInstance { get; }

Gets whether the "instance" field is set

Property Value
Type Description
bool

Instance

public string Instance { get; set; }

The name of the VM instance of the leader network endpoint. The instance must already be attached to the NEG specified in the haPolicy.leader.backendGroup. The name must be 1-63 characters long, and comply with RFC1035. Authorization requires the following IAM permission on the specified resource instance: compute.instances.use

Property Value
Type Description
string