NSX-T Data Center REST API

RealTimeConfig (type)

{
  "additionalProperties": false, 
  "id": "RealTimeConfig", 
  "module_id": "InventoryCmObj", 
  "properties": {
    "allowed": {
      "description": "This flag specifies whether vSwitch RT is enabled or not in the VDS.", 
      "readonly": true, 
      "required": false, 
      "title": "vSwitch RT flag", 
      "type": "boolean"
    }, 
    "lan_annotations": {
      "items": {
        "$ref": "KeyValuePair
      }, 
      "readonly": true, 
      "required": false, 
      "title": "Key-Value map of VDS Uplinks and PRP lan Annotations.", 
      "type": "array"
    }
  }, 
  "type": "object"
}