public class CreateVpcRequest
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
cidrBlock
VPC Cidr Block
|
String |
resourceGroupId
VPC所属的资源组ID。
|
String |
vpcName
VPC名称
|
String |
vpcRegionId
VPC Region ID
|
| Constructor and Description |
|---|
CreateVpcRequest() |
@Validation(required=true) public String vpcRegionId
@Validation(required=true) public String cidrBlock
@Validation(minLength=1,
maxLength=64)
public String vpcName
public String resourceGroupId
Copyright © 2025. All rights reserved.