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

Properties

flexibleIps: FlexibleIP[]

List of flexible IPs in an updating state.

totalCount: number

Total count of flexible IPs that are being updated.