public class ListListenerCertificatesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
certType
The type of the certificate.
|
String |
listenerId
The ID of the listener.
|
Integer |
maxResults
The number of entries to return on each page.
|
String |
nextToken
The pagination token that is used in the next request to retrieve a new page of results.
|
String |
regionId
The ID of the region where the Network Load Balancer (NLB) instance is deployed.
|
| 构造器和说明 |
|---|
ListListenerCertificatesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListListenerCertificatesRequest |
build(Map<String,?> map) |
String |
getCertType() |
String |
getListenerId() |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getRegionId() |
ListListenerCertificatesRequest |
setCertType(String certType) |
ListListenerCertificatesRequest |
setListenerId(String listenerId) |
ListListenerCertificatesRequest |
setMaxResults(Integer maxResults) |
ListListenerCertificatesRequest |
setNextToken(String nextToken) |
ListListenerCertificatesRequest |
setRegionId(String regionId) |
@NameInMap(value="CertType") public String certType
The type of the certificate. Valid values:
* **Server**: a server certificate.
* **Ca**: Certificate Authority Certificate
@NameInMap(value="ListenerId") public String listenerId
The ID of the listener. Specify the ID of a listener that uses SSL over TCP.
@NameInMap(value="MaxResults") public Integer maxResults
The number of entries to return on each 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 ID of the region where the Network Load Balancer (NLB) instance is deployed.
You can call the [DescribeRegions](~~443657~~) operation to query the most recent region list.
public static ListListenerCertificatesRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListListenerCertificatesRequest setCertType(String certType)
public String getCertType()
public ListListenerCertificatesRequest setListenerId(String listenerId)
public String getListenerId()
public ListListenerCertificatesRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListListenerCertificatesRequest setNextToken(String nextToken)
public String getNextToken()
public ListListenerCertificatesRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2023. All rights reserved.