/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type SubnetStatus = { /** * Number of IP addresses in the subnet that are in use or reserved and are therefore unavailable for allocation, saturating at 264 - 1. * */ IPsInUse?: number; /** * Number of IP addresses within the network's IPRange for the subnet that are available for allocation, saturating at 264 - 1. * */ DynamicIPsAvailable?: number; };