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

Properties

flexibleIps: FlexibleIP[]

List of flexible IPs in a detaching state.

totalCount: number

Total count of flexible IPs that are being detached.