public class DescribePrefixListsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
addressFamily
The IP address family of the prefix list.
|
Integer |
maxResults
The number of entries to return on each page.
|
String |
nextToken
The query token.
|
String |
ownerAccount |
Long |
ownerId |
List<String> |
prefixListId
The IDs of prefix list.
|
String |
prefixListName
The name of the prefix list.
|
String |
regionId
The region ID.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DescribePrefixListsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DescribePrefixListsRequest |
build(Map<String,?> map) |
String |
getAddressFamily() |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
List<String> |
getPrefixListId() |
String |
getPrefixListName() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DescribePrefixListsRequest |
setAddressFamily(String addressFamily) |
DescribePrefixListsRequest |
setMaxResults(Integer maxResults) |
DescribePrefixListsRequest |
setNextToken(String nextToken) |
DescribePrefixListsRequest |
setOwnerAccount(String ownerAccount) |
DescribePrefixListsRequest |
setOwnerId(Long ownerId) |
DescribePrefixListsRequest |
setPrefixListId(List<String> prefixListId) |
DescribePrefixListsRequest |
setPrefixListName(String prefixListName) |
DescribePrefixListsRequest |
setRegionId(String regionId) |
DescribePrefixListsRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DescribePrefixListsRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="AddressFamily") public String addressFamily
The IP address family of the prefix list. Valid values:
This parameter is empty by default, which indicates that all prefix lists are queried.
example:IPv4
@NameInMap(value="MaxResults") public Integer maxResults
The number of entries to return on each page.
Maximum value: 100.
Default value: 10.
example:10
@NameInMap(value="NextToken") public String nextToken
The query token. Set the value to the NextToken
value returned in the previous call to the DescribePrefixLists operation. Leave this parameter empty the first time you call this operation.
AAAAAdDWBF2****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PrefixListId") public List<String> prefixListId
The IDs of prefix list.
example:pl-x1j1k5ykzqlixdcy****
@NameInMap(value="PrefixListName") public String prefixListName
The name of the prefix list.
example:PrefixListNameSample
@NameInMap(value="RegionId") public String regionId
The region ID. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-chengdu
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static DescribePrefixListsRequest build(Map<String,?> map) throws Exception
Exception
public DescribePrefixListsRequest setAddressFamily(String addressFamily)
public String getAddressFamily()
public DescribePrefixListsRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public DescribePrefixListsRequest setNextToken(String nextToken)
public String getNextToken()
public DescribePrefixListsRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribePrefixListsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribePrefixListsRequest setPrefixListId(List<String> prefixListId)
public DescribePrefixListsRequest setPrefixListName(String prefixListName)
public String getPrefixListName()
public DescribePrefixListsRequest setRegionId(String regionId)
public String getRegionId()
public DescribePrefixListsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribePrefixListsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.