NSX-T Data Center Global Manager REST API
SiteCleanupPending (type)
{ "additionalProperties": false, "description": "SiteCleanupPending contains information about the resource cleanup from sites.", "id": "SiteCleanupPending", "module_id": "GmSiteCleanupPending", "properties": { "marked_for_delete": { "description": "Intent objects are not directly deleted from the system when a delete is invoked on them. They are marked for deletion and only when all the realized entities for that intent object gets deleted, the intent object is deleted.", "readonly": true, "title": "Indicates whether the resource is marked for deletion", "type": "boolean" }, "pending_sites": { "description": "List of SpanSiteInfos representing the strech of the entity.", "items": { "$ref": "SpanSiteInfo }, "readonly": true, "title": "List of SpanSiteInfos", "type": "array" }, "resource_path": { "description": "Policy resource which is either marked for delete or in process of deletion from site.", "readonly": true, "title": "Policy path of an resource.", "type": "string" } }, "title": "Details for cleanup of resource.", "type": "object" }