interface ListIpsResponse {
    ips: LB.v1.Ip[];
    totalCount: number;
}

Properties

Properties

ips: LB.v1.Ip[]

List of IP address objects.

totalCount: number

Total count of IP address objects, without pagination.