NSX-T Data Center REST API

L2VPNSessionPeerConfigPerEP (type)

{
  "abstract": true,
  "description": "Peer config per Enforcement Point to configure the other side of the tunnel.",
  "extends": {
    "$ref": "PolicyRuntimeInfoPerEP"
  },
  "id": "L2VPNSessionPeerConfigPerEP",
  "module_id": "PolicyVpnLayer2VPN",
  "polymorphic-type-descriptor": {
    "mode": "enabled",
    "property-name": "resource_type"
  },
  "properties": {
    "alarm": {
      "$ref": "PolicyRuntimeAlarm",
      "description": "Alarm information details.",
      "readonly": true,
      "title": "Alarm Information Details"
    },
    "enforcement_point_path": {
      "description": "Policy Path referencing the enforcement point where the info is fetched.",
      "readonly": true,
      "title": "Enforcement point Path",
      "type": "string"
    },
    "resource_type": {
      "enum": [
        "L2VPNSessionPeerConfigNsxT"
      ],
      "required": true,
      "type": "string"
    }
  },
  "title": "Peer config per Enforcement Point",
  "type": "object"
}