nodes property

  1. @TagNumber(20)
List<Instance_Node> get nodes

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

Implementation

@$pb.TagNumber(20)
$core.List<Instance_Node> get nodes => $_getList(19);