NSX-T Data Center REST API

EncapsulationType (type)

{
  "additionalProperties": false,
  "description": "You can choose the encapsulation type of the mirroring, now we support GRE, ERSPAN II and ERSPAN III.",
  "enum": [
    "GRE",
    "ERSPAN_TWO",
    "ERSPAN_THREE"
  ],
  "id": "EncapsulationType",
  "module_id": "PortMirroring",
  "title": "Encapsulation type for L3PortMirrorSession",
  "type": "string"
}