IpAddressesListResult

IpAddressesListResult
IP Addresses List Result

Paginated list of IP addresses associated with a group. Currently returns unresolved IP addresses that will be added as static members to NSX groups.

AllOf
This class requires all of the following:
JSON Example
{
    "offset": 0,
    "number_of_results": 9,
    "total_result_count": 9,
    "total_pages": 1,
    "sort_ascending": false,
    "sort_by": "ipAddress",
    "results": [
        {
            "ip_address": "10.0.0.9"
        },
        {
            "ip_address": "10.0.0.8"
        },
        {
            "ip_address": "10.0.0.7"
        },
        {
            "ip_address": "10.0.0.6"
        },
        {
            "ip_address": "10.0.0.5"
        },
        {
            "ip_address": "10.0.0.4"
        },
        {
            "ip_address": "10.0.0.3"
        },
        {
            "ip_address": "10.0.0.2"
        },
        {
            "ip_address": "10.0.0.1"
        }
    ]
}