NSX-T Data Center REST API

WhitelistingStatus (type) (Deprecated)

{
  "additionalProperties": false, 
  "deprecated": true, 
  "description": "Status for whitelisting operation.", 
  "id": "WhitelistingStatus", 
  "module_id": "CloudVirtualMachineInformation", 
  "properties": {
    "whitelist_errors": {
      "$ref": "VmConfigError, 
      "readonly": true, 
      "required": false
    }, 
    "whitelisted": {
      "description": "DEPRECATED. Property whitelisted 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 whitelisted or not.\n", 
      "type": "string"
    }
  }, 
  "title": "Status for whitelisting operation", 
  "type": "object"
}