interface ListFailoverIPsResponse {
    failoverIps: FailoverIP[];
    totalCount: number;
}

Properties

failoverIps: FailoverIP[]

List of failover IPs that match filters.

totalCount: number

Total count of matching failovers IP.