public class DescribeVpcsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeVpcsRequest.DescribeVpcsRequestTag |
限定符和类型 | 字段和说明 |
---|---|
String |
dhcpOptionsSetId
The ID of the DHCP options set.
|
Boolean |
dryRun
Specifies whether to perform only a dry run, without performing the actual request.
|
Boolean |
enableIpv6
if can be null:
true
|
Boolean |
isDefault
Specifies whether to query the default VPC in the specified region.
|
String |
ownerAccount |
Long |
ownerId |
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries per page.
|
String |
regionId
The region ID of the VPC.
|
String |
resourceGroupId
The ID of the resource group to which the VPC to be queried belongs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
List<DescribeVpcsRequest.DescribeVpcsRequestTag> |
tag
The tags of the resource.
|
String |
vpcId
The VPC ID.
|
String |
vpcName
The name of the VPC.
|
Long |
vpcOwnerId
The ID of the Alibaba Cloud account to which the VPC belongs.
|
构造器和说明 |
---|
DescribeVpcsRequest() |
@NameInMap(value="DhcpOptionsSetId") public String dhcpOptionsSetId
The ID of the DHCP options set.
example:dopt-o6w0df4epg9zo8isy****
@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="EnableIpv6") public Boolean enableIpv6
true
@NameInMap(value="IsDefault") public Boolean isDefault
Specifies whether to query the default VPC in the specified region. Valid values:
false
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNumber") public Integer pageNumber
The number of the page to return. Default value: 1.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries per page. Maximum value: 50. Default value: 10.
example:10
@NameInMap(value="RegionId") public String regionId
The region ID of the VPC.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the VPC to be queried belongs.
example:rg-acfmxvfvazb4p****
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="Tag") public List<DescribeVpcsRequest.DescribeVpcsRequestTag> tag
The tags of the resource.
@NameInMap(value="VpcId") public String vpcId
The VPC ID.
You can specify up to 20 VPC IDs. Separate multiple IDs with commas (,).
example:vpc-bp1b1xjllp3ve5yze****
@NameInMap(value="VpcName") public String vpcName
The name of the VPC.
example:Vpc-1
@NameInMap(value="VpcOwnerId") public Long vpcOwnerId
The ID of the Alibaba Cloud account to which the VPC belongs.
example:253460731706911258
public static DescribeVpcsRequest build(Map<String,?> map) throws Exception
Exception
public DescribeVpcsRequest setDhcpOptionsSetId(String dhcpOptionsSetId)
public String getDhcpOptionsSetId()
public DescribeVpcsRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public DescribeVpcsRequest setEnableIpv6(Boolean enableIpv6)
public Boolean getEnableIpv6()
public DescribeVpcsRequest setIsDefault(Boolean isDefault)
public Boolean getIsDefault()
public DescribeVpcsRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeVpcsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeVpcsRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeVpcsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeVpcsRequest setRegionId(String regionId)
public String getRegionId()
public DescribeVpcsRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeVpcsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeVpcsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeVpcsRequest setTag(List<DescribeVpcsRequest.DescribeVpcsRequestTag> tag)
public List<DescribeVpcsRequest.DescribeVpcsRequestTag> getTag()
public DescribeVpcsRequest setVpcId(String vpcId)
public String getVpcId()
public DescribeVpcsRequest setVpcName(String vpcName)
public String getVpcName()
public DescribeVpcsRequest setVpcOwnerId(Long vpcOwnerId)
public Long getVpcOwnerId()
Copyright © 2024. All rights reserved.