Vcenter ConsumptionDomains ZoneAssociations AssociationChanges QuerySpec

Vcenter ConsumptionDomains ZoneAssociations AssociationChanges QuerySpec
Vcenter ConsumptionDomains ZoneAssociations AssociationChanges QuerySpec

The Vcenter ConsumptionDomains ZoneAssociations AssociationChanges QuerySpec schema contains properties used to list changes of zone-cluster association, see POST /vcenter/consumption-domains/zone-associations/association-changes?action=query.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "filter": {
        "zones": [
            "string"
        ]
    },
    "token": "string",
    "timeout": 0
}
filter
Optional

The specification of matching changes. The filter spec specified in clients' first call to #list will also be applied to their subsequent calls, if the token returned in Vcenter ConsumptionDomains ZoneAssociations AssociationChanges ListResult is specified in the subsequent calls. If such subsequent calls specify a different filter, then it will be ignored.

This property was added in vSphere API 9.1.0.0.

filter If missing or null, the behavior is equivalent to a Vcenter ConsumptionDomains ZoneAssociations AssociationChanges FilterSpec with all properties missing or null, which means any change will match the filter.

string
token
Optional

An opaque token identifying the next change to be read. The clients should omit this field in their first call to #list, and then include the token in the returned result in all subsequent calls to #list. For the subsequent calls, all association changes starting from the change identified by the token will be returned.

This property was added in vSphere API 9.1.0.0.

token If missing or null or empty the current zone-cluster associations matching the Vcenter ConsumptionDomains ZoneAssociations AssociationChanges FilterSpec in the Vcenter ConsumptionDomains ZoneAssociations AssociationChanges QuerySpec will be returned in the form of Vcenter ConsumptionDomains ZoneAssociations AssociationChanges Type.ADDED changes. If set, only new association changes identified by the token will be returned.

integer As int64 As int64
timeout
Optional

Number of seconds to wait for matching changes if none are present at the time of the call.

This property was added in vSphere API 9.1.0.0.

timeout If (@term unset) or zero the service will return immediately. Empty result will be returned if there are no matching zone-cluster association changes.