LogicalRouterPortArpTableInCsvFormat

LogicalRouterPortArpTableInCsvFormat
LogicalRouterPortArpTableInCsvFormat
AllOf
This class requires all of the following:
JSON Example
{
    "file_name": "string",
    "last_update_timestamp": 0,
    "results": [
        {
            "ip": "string",
            "mac_address": "string"
        }
    ]
}