import * as $dara from '@darabonba/typescript'; export declare class GatewayNetworkConfiguration extends $dara.Model { /** * @remarks * Network mode */ networkMode?: string; /** * @remarks * Virtual private cloud (VPC) ID */ vpcId?: string; vswitchIds?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }