ConsumptionDomainsZonesClusterAssociationsStatus

The Associations.Status structure contains information about the outcome of the operation to add a set of vSphere clusters to a zone or the operation to remove a set of vSphere clusters from a zone. It also contains information about the partial failures, in case the addition/removal failed for a subset of clusters.


Properties

map of object
failed_clusters Required

Associations between the identifiers of the clusters for which the operation failed and the reason of the failure. When clients pass a value of this structure as a parameter, the key in the field map must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this structure as a result, the key in the field map will be an identifier for the resource type: ClusterComputeResource.


boolean
success Required

This is true if the complete operation succeeded without any errors. Otherwise, it is false if all or some operations have failed.

JSON Example

{
	"failed_clusters": {},
	"success": false
}

Feedback

Was this page helpful?