public class ListVpnCertificateAssociationsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<String> |
certificateId
The list of certificate IDs.
|
String |
certificateType
The certificate type.
|
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 region ID of the VPN gateway.
|
List<String> |
vpnGatewayId
The list of VPN gateway IDs.
|
构造器和说明 |
---|
ListVpnCertificateAssociationsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ListVpnCertificateAssociationsRequest |
build(Map<String,?> map) |
List<String> |
getCertificateId() |
String |
getCertificateType() |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getRegionId() |
List<String> |
getVpnGatewayId() |
ListVpnCertificateAssociationsRequest |
setCertificateId(List<String> certificateId) |
ListVpnCertificateAssociationsRequest |
setCertificateType(String certificateType) |
ListVpnCertificateAssociationsRequest |
setMaxResults(Integer maxResults) |
ListVpnCertificateAssociationsRequest |
setNextToken(String nextToken) |
ListVpnCertificateAssociationsRequest |
setRegionId(String regionId) |
ListVpnCertificateAssociationsRequest |
setVpnGatewayId(List<String> vpnGatewayId) |
@NameInMap(value="CertificateId") public List<String> certificateId
The list of certificate IDs.
You can query the association between at most 20 SSL certificates and VPN gateways.
example:6bfe4218-ea1d****
@NameInMap(value="CertificateType") public String certificateType
The certificate type. Valid values:
Signature
@NameInMap(value="MaxResults") public Integer maxResults
The number of entries to return on each page. Valid values: 1 to 20. Default value: 1.
example:10
@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:
caeba0bbb2be0****
@NameInMap(value="RegionId") public String regionId
The region ID of the VPN gateway.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
public static ListVpnCertificateAssociationsRequest build(Map<String,?> map) throws Exception
Exception
public ListVpnCertificateAssociationsRequest setCertificateId(List<String> certificateId)
public ListVpnCertificateAssociationsRequest setCertificateType(String certificateType)
public String getCertificateType()
public ListVpnCertificateAssociationsRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListVpnCertificateAssociationsRequest setNextToken(String nextToken)
public String getNextToken()
public ListVpnCertificateAssociationsRequest setRegionId(String regionId)
public String getRegionId()
public ListVpnCertificateAssociationsRequest setVpnGatewayId(List<String> vpnGatewayId)
Copyright © 2024. All rights reserved.