vms property

  1. @TagNumber(10)
List<VmUtilizationInfo> vms

List of utilization information per VM. When sent as part of the request, the "vm_id" field is used in order to specify which VMs to include in the report. In that case all other fields are ignored.

Implementation

@$pb.TagNumber(10)
$core.List<VmUtilizationInfo> get vms => $_getList(9);