public class DescribeVpcAttributeRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Boolean |
dryRun
Specifies whether to perform only a dry run, without performing the actual request.
|
Boolean |
isDefault
Specifies whether the VPC is the default VPC.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The ID of the region where the VPC is deployed.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
vpcId
The ID of the VPC that you want to query.
|
构造器和说明 |
---|
DescribeVpcAttributeRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DescribeVpcAttributeRequest |
build(Map<String,?> map) |
Boolean |
getDryRun() |
Boolean |
getIsDefault() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getVpcId() |
DescribeVpcAttributeRequest |
setDryRun(Boolean dryRun) |
DescribeVpcAttributeRequest |
setIsDefault(Boolean isDefault) |
DescribeVpcAttributeRequest |
setOwnerAccount(String ownerAccount) |
DescribeVpcAttributeRequest |
setOwnerId(Long ownerId) |
DescribeVpcAttributeRequest |
setRegionId(String regionId) |
DescribeVpcAttributeRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DescribeVpcAttributeRequest |
setResourceOwnerId(Long resourceOwnerId) |
DescribeVpcAttributeRequest |
setVpcId(String vpcId) |
@NameInMap(value="DryRun") public Boolean dryRun
Specifies whether to perform only a dry run, without performing the actual request. Valid values:
DryRunOperation
error code is returned.false
@NameInMap(value="IsDefault") public Boolean isDefault
Specifies whether the VPC is the default VPC. Valid values:
false
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The ID of the region where the VPC is deployed.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="VpcId") public String vpcId
The ID of the VPC that you want to query.
This parameter is required.
example:vpc-bp18sth14qii3pnv****
public static DescribeVpcAttributeRequest build(Map<String,?> map) throws Exception
Exception
public DescribeVpcAttributeRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public DescribeVpcAttributeRequest setIsDefault(Boolean isDefault)
public Boolean getIsDefault()
public DescribeVpcAttributeRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeVpcAttributeRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeVpcAttributeRequest setRegionId(String regionId)
public String getRegionId()
public DescribeVpcAttributeRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeVpcAttributeRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeVpcAttributeRequest setVpcId(String vpcId)
public String getVpcId()
Copyright © 2024. All rights reserved.