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

Properties

List of all flexible IPs.

totalCount: number

Total count of matching flexible IPs.