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

Properties

List of flexible IPs in a detaching state.

totalCount: number

Total count of flexible IPs that are being detached.