NSX-T Data Center REST API
UserManagedStatus (type)
{
"additionalProperties": false,
"description": "Status for marking an instance UserManaged.",
"id": "UserManagedStatus",
"module_id": "CloudVirtualMachineInformation",
"properties": {
"usermanaged": {
"description": "Property usermanaged YES means NSX will not consider this instance while performing quarantine operation. Value IN_PROGRESS signifies the state change is under progress.",
"enum": [
"YES",
"NO",
"IN_PROGRESS"
],
"required": true,
"title": "Property to identify if this instance is usermanaged or not.\n",
"type": "string"
},
"usermanaged_errors": {
"$ref": "VmConfigError,
"description": "Lists out the errors encountered (if any) while realising config property of the instance.",
"readonly": true,
"required": false,
"title": "Error in realising instance config property"
}
},
"title": "Status for marking an instance UserManaged.",
"type": "object"
}