public class ListSecurityPolicyRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListSecurityPolicyRequest.ListSecurityPolicyRequestTag |
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
maxResults
The number of entries to return per page.
|
String |
nextToken
The pagination token that is used in the next request to retrieve a new page of results.
|
String |
regionId
The region ID of the NLB instance.
|
String |
resourceGroupId
The resource group ID.
|
List<String> |
securityPolicyIds
The IDs of the TLS security policies.
|
List<String> |
securityPolicyNames
The names of the TLS security policies.
|
List<ListSecurityPolicyRequest.ListSecurityPolicyRequestTag> |
tag
The tags.
|
| 构造器和说明 |
|---|
ListSecurityPolicyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListSecurityPolicyRequest |
build(Map<String,?> map) |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getRegionId() |
String |
getResourceGroupId() |
List<String> |
getSecurityPolicyIds() |
List<String> |
getSecurityPolicyNames() |
List<ListSecurityPolicyRequest.ListSecurityPolicyRequestTag> |
getTag() |
ListSecurityPolicyRequest |
setMaxResults(Integer maxResults) |
ListSecurityPolicyRequest |
setNextToken(String nextToken) |
ListSecurityPolicyRequest |
setRegionId(String regionId) |
ListSecurityPolicyRequest |
setResourceGroupId(String resourceGroupId) |
ListSecurityPolicyRequest |
setSecurityPolicyIds(List<String> securityPolicyIds) |
ListSecurityPolicyRequest |
setSecurityPolicyNames(List<String> securityPolicyNames) |
ListSecurityPolicyRequest |
setTag(List<ListSecurityPolicyRequest.ListSecurityPolicyRequestTag> tag) |
@NameInMap(value="MaxResults") public Integer maxResults
The number of entries to return per page. Valid values: **1** to **100**. Default value: **20**.
@NameInMap(value="NextToken") public String nextToken
The pagination token that is used in the next request to retrieve a new page of results. Valid values:
* You do not need to specify this parameter for the first request.
* You must specify the token that is obtained from the previous query as the value of NextToken.
@NameInMap(value="RegionId") public String regionId
The region ID of the NLB instance.
You can call the [DescribeRegions](~~443657~~) operation to query the most recent region list.
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The resource group ID.
@NameInMap(value="SecurityPolicyIds") public List<String> securityPolicyIds
The IDs of the TLS security policies. You can specify at most 20 policy IDs in each call.
@NameInMap(value="SecurityPolicyNames") public List<String> securityPolicyNames
The names of the TLS security policies. You can specify at most 20 policy names.
@NameInMap(value="Tag") public List<ListSecurityPolicyRequest.ListSecurityPolicyRequestTag> tag
The tags.
public static ListSecurityPolicyRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListSecurityPolicyRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListSecurityPolicyRequest setNextToken(String nextToken)
public String getNextToken()
public ListSecurityPolicyRequest setRegionId(String regionId)
public String getRegionId()
public ListSecurityPolicyRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public ListSecurityPolicyRequest setSecurityPolicyIds(List<String> securityPolicyIds)
public ListSecurityPolicyRequest setSecurityPolicyNames(List<String> securityPolicyNames)
public ListSecurityPolicyRequest setTag(List<ListSecurityPolicyRequest.ListSecurityPolicyRequestTag> tag)
public List<ListSecurityPolicyRequest.ListSecurityPolicyRequestTag> getTag()
Copyright © 2023. All rights reserved.