import * as $dara from '@darabonba/typescript'; export declare class DescribeBandwidthPackagesResponseBodyBandwidthPackagesBandwidthPackagePublicIpAddressesPublicIpAddresse extends $dara.Model { allocationId?: string; ipAddress?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeBandwidthPackagesResponseBodyBandwidthPackagesBandwidthPackagePublicIpAddresses extends $dara.Model { publicIpAddresse?: DescribeBandwidthPackagesResponseBodyBandwidthPackagesBandwidthPackagePublicIpAddressesPublicIpAddresse[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeBandwidthPackagesResponseBodyBandwidthPackagesBandwidthPackage extends $dara.Model { bandwidth?: string; bandwidthPackageId?: string; businessStatus?: string; creationTime?: string; description?: string; ISP?: string; instanceChargeType?: string; internetChargeType?: string; ipCount?: string; name?: string; natGatewayId?: string; publicIpAddresses?: DescribeBandwidthPackagesResponseBodyBandwidthPackagesBandwidthPackagePublicIpAddresses; regionId?: string; status?: string; zoneId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeBandwidthPackagesResponseBodyBandwidthPackages extends $dara.Model { bandwidthPackage?: DescribeBandwidthPackagesResponseBodyBandwidthPackagesBandwidthPackage[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeBandwidthPackagesResponseBody extends $dara.Model { /** * @remarks * Details of the queried bandwidth packages. */ bandwidthPackages?: DescribeBandwidthPackagesResponseBodyBandwidthPackages; /** * @remarks * The page number. */ pageNumber?: number; /** * @remarks * The number of entries per page. */ pageSize?: number; /** * @remarks * The request ID. */ requestId?: string; /** * @remarks * The total number of matching entries. */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }