NSX-T Data Center REST API

TransportZoneProfileTypeIdEntry (type) (Deprecated)

{
  "additionalProperties": false,
  "deprecated": true,
  "id": "TransportZoneProfileTypeIdEntry",
  "module_id": "TransportZoneProfile",
  "properties": {
    "profile_id": {
      "description": "profile id of the resource type",
      "readonly": false,
      "required": true,
      "type": "string"
    },
    "resource_type": {
      "$ref": "TransportZoneProfileType",
      "description": "Selects the type of the transport zone profile"
    }
  },
  "type": "object"
}