interface ListIPsResponse {
    ips: VPCGW.v1.IP[];
    totalCount: number;
}

Properties

Properties

ips: VPCGW.v1.IP[]

IP addresses on this page.

totalCount: number

Total count of IP addresses matching the filter.