L2VpnSessionRemoteMacNsxT (type)

{
  "additionalProperties": false, 
  "description": "Remote Macs of L2Vpn Session on NsxT.", 
  "extends": {
    "$ref": "L2VpnSessionRemoteMacPerEP
  }, 
  "id": "L2VpnSessionRemoteMacNsxT", 
  "module_id": "PolicyVPNStatistics", 
  "polymorphic-type-descriptor": {
    "type-identifier": "L2VpnSessionRemoteMacNsxT"
  }, 
  "properties": {
    "alarm": {
      "$ref": "PolicyRuntimeAlarm, 
      "description": "Alarm information details.", 
      "readonly": true, 
      "title": "Alarm Information Details"
    }, 
    "display_name": {
      "description": "Display name of L2Vpn session.", 
      "readonly": true, 
      "title": "Display Name", 
      "type": "string"
    }, 
    "enforcement_point_path": {
      "description": "Policy Path referencing the enforcement point where the info is fetched.", 
      "readonly": true, 
      "title": "Enforcement point Path", 
      "type": "string"
    }, 
    "remote_macs": {
      "description": "List of mac addresses of logical switches for an l2vpn session.", 
      "items": {
        "$ref": "L2VpnSessionRemoteMacForSegment
      }, 
      "readonly": true, 
      "title": "Remote mac addresses", 
      "type": "array"
    }, 
    "resource_type": {
      "enum": [
        "L2VpnSessionRemoteMacNsxT"
      ], 
      "required": true, 
      "type": "string"
    }
  }, 
  "title": "L2Vpn session Remote Mac", 
  "type": "object"
}