# vpc **Repository Path**: devsapp/vpc ## Basic Information - **Project Name**: vpc - **Description**: 阿里云VPC产品工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-19 - **Last Updated**: 2021-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 帮助文档 通过该组件,可以对VPC产品进行相关操作 ## 参数 | 参数 | 必填 | 类型 | 取值 | 描述 | 备注 | | ---- | ---- | ---- | ---- | ---- | ---- | | regionId | true | string | cn-beijing、cn-hangzhou、cn-shanghai、cn-qingdao、cn-zhangjiakou、cn-huhehaote、cn-shenzhen、cn-chengdu、 cn-hongkong、ap-southeast-1、 ap-southeast-2、ap-southeast-3、 ap-southeast-5、ap-northeast-1、eu-central-1、eu-west-1、us-west-1、us-east-1、ap-south-1 | 地域 | | | zoneId | true | string | - | 可用区 | - | | vpcName | true | string | - | VPC名字 | - | | vpcDescription | false | string | - | VPC描述 | - | | vpcCidrBlock | true | string | - | VPC网段 | - | | vSwitchName | true | string | - | 交换机名字 | - | | vSwitchDescription | false | string | - | 交换机描述 | - | | vSwitchCidrBlock | true | string | - | 交换机网段 | - | | securityGroupName | true | string | - | 安全组名字 | - | | securityGroupDescription | false | string | - | 安全组描述 | - | ------- # 其它 组件开发者:项目编译 ```` $ npm i $ npm run build:ts ````