public class DescribeSslVpnClientCertsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
name
The name of the SSL client certificate.
|
String |
ownerAccount |
Long |
ownerId |
Integer |
pageNumber
The page number.
|
Integer |
pageSize
The number of entries per page.
|
String |
regionId
The region ID of the SSL client certificate.
|
String |
resourceGroupId
The ID of the resource group to which the SSL client certificate belongs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
sslVpnClientCertId
The ID of the SSL client certificate.
|
String |
sslVpnServerId
The ID of the SSL server.
|
构造器和说明 |
---|
DescribeSslVpnClientCertsRequest() |
@NameInMap(value="Name") public String name
The name of the SSL client certificate.
example:cert1
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNumber") public Integer pageNumber
The page number. Default value: 1.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries per page. Default value: 10. Valid values: 1 to 50.
example:10
@NameInMap(value="RegionId") public String regionId
The region ID of the SSL client certificate.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the SSL client certificate belongs.
The SSL client certificate is the same as the resource group of the SSL server associated with it. You can call the DescribeSslVpnServers operation to query the ID of the resource group to which the SSL server belongs.
example:rg-acfmzs372yg****
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="SslVpnClientCertId") public String sslVpnClientCertId
The ID of the SSL client certificate.
example:vsc-bp1n8wcf134yl0osr****
@NameInMap(value="SslVpnServerId") public String sslVpnServerId
The ID of the SSL server.
example:vss-bp18q7hzj6largv4v****
public static DescribeSslVpnClientCertsRequest build(Map<String,?> map) throws Exception
Exception
public DescribeSslVpnClientCertsRequest setName(String name)
public String getName()
public DescribeSslVpnClientCertsRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeSslVpnClientCertsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeSslVpnClientCertsRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeSslVpnClientCertsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeSslVpnClientCertsRequest setRegionId(String regionId)
public String getRegionId()
public DescribeSslVpnClientCertsRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeSslVpnClientCertsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeSslVpnClientCertsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeSslVpnClientCertsRequest setSslVpnClientCertId(String sslVpnClientCertId)
public String getSslVpnClientCertId()
public DescribeSslVpnClientCertsRequest setSslVpnServerId(String sslVpnServerId)
public String getSslVpnServerId()
Copyright © 2024. All rights reserved.