public class ListPublicIpAddressPoolCidrBlocksRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
cidrBlock
The CIDR blocks.
|
Boolean |
dryRun
Specifies whether to perform a dry run.
|
Integer |
maxResults
The maximum number of entries to return.
|
String |
nextToken
The token that is used for the next query.
|
String |
ownerAccount |
Long |
ownerId |
String |
publicIpAddressPoolId
The ID of the IP address pool.
|
String |
regionId
The region ID of the CIDR blocks.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
ListPublicIpAddressPoolCidrBlocksRequest() |
@NameInMap(value="CidrBlock") public String cidrBlock
The CIDR blocks.
example:47.0.XX.XX/24
@NameInMap(value="DryRun") public Boolean dryRun
Specifies whether to perform a dry run. Valid values:
DryRunOperation
error code is returned.false
@NameInMap(value="MaxResults") public Integer maxResults
The maximum number of entries to return. Valid values: 10 to 100. Default value: 10.
example:10
@NameInMap(value="NextToken") public String nextToken
The token that is used for the next query. Valid values:
FFmyTO70tTpLG6I3FmYAXGKPd****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PublicIpAddressPoolId") public String publicIpAddressPoolId
The ID of the IP address pool.
This parameter is required.
example:pippool-6wetvn6fumkgycssx****
@NameInMap(value="RegionId") public String regionId
The region ID of the CIDR blocks.
This parameter is required.
example:cn-chengdu
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static ListPublicIpAddressPoolCidrBlocksRequest build(Map<String,?> map) throws Exception
Exception
public ListPublicIpAddressPoolCidrBlocksRequest setCidrBlock(String cidrBlock)
public String getCidrBlock()
public ListPublicIpAddressPoolCidrBlocksRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public ListPublicIpAddressPoolCidrBlocksRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListPublicIpAddressPoolCidrBlocksRequest setNextToken(String nextToken)
public String getNextToken()
public ListPublicIpAddressPoolCidrBlocksRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ListPublicIpAddressPoolCidrBlocksRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ListPublicIpAddressPoolCidrBlocksRequest setPublicIpAddressPoolId(String publicIpAddressPoolId)
public String getPublicIpAddressPoolId()
public ListPublicIpAddressPoolCidrBlocksRequest setRegionId(String regionId)
public String getRegionId()
public ListPublicIpAddressPoolCidrBlocksRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ListPublicIpAddressPoolCidrBlocksRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.