nodes property

List<Node>? nodes
getter/setter pair

List of available read-only VMs in this instance, including the standby for a PRIMARY instance.

Output only.

Implementation

core.List<Node>? nodes;