AlloyDB v1 API - Class Instance.Types.Node (1.6.0)

public sealed class Instance.Types.Node : IMessage<Instance.Types.Node>, IEquatable<Instance.Types.Node>, IDeepCloneable<Instance.Types.Node>, IBufferMessage, IMessage

Reference documentation and code samples for the AlloyDB v1 API class Instance.Types.Node.

Details of a single node in the instance. Nodes in an AlloyDB instance are ephemereal, they can change during update, failover, autohealing and resize operations.

Inheritance

object > Instance.Types.Node

Namespace

Google.Cloud.AlloyDb.V1

Assembly

Google.Cloud.AlloyDb.V1.dll

Constructors

Node()

public Node()

Node(Node)

public Node(Instance.Types.Node other)
Parameter
NameDescription
otherInstanceTypesNode

Properties

Id

public string Id { get; set; }

The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".

Property Value
TypeDescription
string

Ip

public string Ip { get; set; }

The private IP address of the VM e.g. "10.57.0.34".

Property Value
TypeDescription
string

State

public string State { get; set; }

Determined by state of the compute VM and postgres-service health. Compute VM state can have values listed in https://cloud.google.com/compute/docs/instances/instance-life-cycle and postgres-service health can have values: HEALTHY and UNHEALTHY.

Property Value
TypeDescription
string

ZoneId

public string ZoneId { get; set; }

The Compute Engine zone of the VM e.g. "us-central1-b".

Property Value
TypeDescription
string