{ "additionalProperties": false, "description": "Status for whitelisting operation.", "id": "WhitelistingStatus", "module_id": "CloudVirtualMachineInformation", "properties": { "whitelist_errors": { "$ref": "VmConfigError, "readonly": true, "required": false }, "whitelisted": { "description": "Property whitelisted YES means NSX will not consider this virtual machine 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 VM is whitelisted or not\nwhitelisted.\n", "type": "string" } }, "title": "Status for whitelisting operation", "type": "object" }