Node
import type { Node } from "https://googleapis.deno.dev/v1/alloydb:v1.ts";
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.
interface Node {
readonly id?: string;
readonly ip?: string;
readonly state?: string;
readonly zoneId?: string;
}§Properties
§
readonly id?: string
[src]Output only. The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
§
readonly state?: string
[src]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.