Snapservice.Clusters.VirtualMachines.FilterSpec

Snapservice.Clusters.VirtualMachines.FilterSpec
Snapservice.Clusters.VirtualMachines.FilterSpec

The Snapservice.Clusters.VirtualMachines.FilterSpec schema contains properties used to filter the results when listing virtual machines for a cluster If multiple properties are specified, only virtual machines matching all of the properties match the filter. See GET /snapservice/clusters/{cluster}/virtual-machines.

This schema was added in vSphere API 8.0.3.0.

JSON Example
{
    "local_protection_enabled": false
}
boolean
local_protection_enabled
Optional

Status of the local protection that must match the filter.

This property was added in vSphere API 8.0.3.0.

If missing or null or empty, virtual machines with any local protection status can match the filter.