Snapservice.Sites.Clusters.FilterSpec
The Snapservice.Sites.Clusters.FilterSpec schema contains properties used to filter the results when listing clusters in the specified site. If multiple properties are specified, only clusters matching all of the properties will be returned.
This schema was added in vSphere API 9.0.0.0.
{
"clusters": [
"string"
],
"names": [
"string"
]
}
Identifiers of clusters that can match the filter.
This property was added in vSphere API 9.0.0.0.
If missing or null
or empty, clusters with any identifier match the filter.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: ClusterComputeResource
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: ClusterComputeResource
.
Names of clusters that can match the filter.
This property was added in vSphere API 9.0.0.0.
If missing or null
or empty, clusters with any name match the filter.