NSX-T Data Center REST API

EsgToRouterMappingOptionSpec (type)

{
  "additionalProperties": false, 
  "description": "Spec for NSX-V ESG to NSX-T Router mapping option.", 
  "id": "EsgToRouterMappingOptionSpec", 
  "module_id": "Migration", 
  "properties": {
    "mapping_option": {
      "description": "Mapping option can be - - UI - FILE_UPLOAD - NO_MAPPING", 
      "enum": [
        "UI", 
        "FILE_UPLOAD", 
        "NO_MAPPING"
      ], 
      "readonly": false, 
      "required": true, 
      "title": "Mapping option", 
      "type": "string"
    }
  }, 
  "title": "Spec for NSX-V ESG to NSX-T Router mapping option", 
  "type": "object"
}