public class CreateVpcResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
requestId
The request ID.
|
String |
resourceGroupId
The resource group ID.
|
String |
routeTableId
The ID of the route table that is automatically created by the system after the VPC is created.
|
String |
vpcId
The ID of the created VPC.
|
String |
VRouterId
The ID of the vRouter that is automatically created by the system after the VPC is created.
|
构造器和说明 |
---|
CreateVpcResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static CreateVpcResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
String |
getResourceGroupId() |
String |
getRouteTableId() |
String |
getVpcId() |
String |
getVRouterId() |
CreateVpcResponseBody |
setRequestId(String requestId) |
CreateVpcResponseBody |
setResourceGroupId(String resourceGroupId) |
CreateVpcResponseBody |
setRouteTableId(String routeTableId) |
CreateVpcResponseBody |
setVpcId(String vpcId) |
CreateVpcResponseBody |
setVRouterId(String VRouterId) |
@NameInMap(value="RequestId") public String requestId
The request ID.
example:0ED8D006-F706-4D23-88ED-E11ED28DCAC0
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The resource group ID.
example:rg-acfmxazb4ph6aiy****
@NameInMap(value="RouteTableId") public String routeTableId
The ID of the route table that is automatically created by the system after the VPC is created.
example:vtb-bp145q7glnuzdv****
@NameInMap(value="VRouterId") public String VRouterId
The ID of the vRouter that is automatically created by the system after the VPC is created.
example:vrt-bp1lhl0taikrteen8****
@NameInMap(value="VpcId") public String vpcId
The ID of the created VPC.
example:vpc-bp15zckdt37pq72zv****
public static CreateVpcResponseBody build(Map<String,?> map) throws Exception
Exception
public CreateVpcResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateVpcResponseBody setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public CreateVpcResponseBody setRouteTableId(String routeTableId)
public String getRouteTableId()
public CreateVpcResponseBody setVRouterId(String VRouterId)
public String getVRouterId()
public CreateVpcResponseBody setVpcId(String vpcId)
public String getVpcId()
Copyright © 2024. All rights reserved.