interface ListFlexibleIPsResponse {
    flexibleIps: FlexibleIP[];
    totalCount: number;
}

Properties

flexibleIps: FlexibleIP[]

List of all flexible IPs.

totalCount: number

Total count of matching flexible IPs.