Show / Hide Table of Contents

Class Node

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

Inheritance
object
Node
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.CloudAlloyDBAdmin.v1.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1.dll
Syntax
public class Node : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Id

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

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

Ip

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

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

State

Output only. 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.

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

ZoneId

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX