Uses of Class
com.tencentcloudapi.vpc.v20170312.models.CreateVpcRequest
-
Packages that use CreateVpcRequest Package Description com.tencentcloudapi.vpc.v20170312 com.tencentcloudapi.vpc.v20170312.models -
-
Uses of CreateVpcRequest in com.tencentcloudapi.vpc.v20170312
Methods in com.tencentcloudapi.vpc.v20170312 with parameters of type CreateVpcRequest Modifier and Type Method Description CreateVpcResponseVpcClient. CreateVpc(CreateVpcRequest req)本接口(CreateVpc)用于创建私有网络(VPC)。 用户可以创建的最小网段子网掩码为28(有16个IP地址),10.0.0.0/12,172.16.0.0/12最大网段子网掩码为12(1,048,576个IP地址),192.168.0.0/16最大网段子网掩码为16(65,536个IP地址)如果需要规划VPC网段请参见[网络规划](https://cloud.tencent.com/document/product/215/30313)。 同一个地域能创建的VPC资源个数也是有限制的,详见 VPC使用限制,如果需要申请更多资源,请提交[工单申请](https://console.cloud.tencent.com/workorder/category)。 创建VPC同时可以绑定标签, 应答里的标签列表代表添加成功的标签。 -
Uses of CreateVpcRequest in com.tencentcloudapi.vpc.v20170312.models
Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type CreateVpcRequest Constructor Description CreateVpcRequest(CreateVpcRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-