public class DescribeSslVpnClientCertResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
caCert
The CA certificate.
|
String |
clientCert
The client certificate.
|
String |
clientConfig
The client configuration.
|
String |
clientKey
The client key.
|
Long |
createTime
The timestamp that indicates when the SSL client certificate was created.
|
Long |
endTime
The timestamp that indicates when the SSL client certificate expires.
|
String |
name
The name of the SSL client certificate.
|
String |
regionId
The ID of the region where the SSL client certificate is created.
|
String |
requestId
The request ID.
|
String |
resourceGroupId
The ID of the resource group to which the SSL client certificate belongs.
|
String |
sslVpnClientCertId
The ID of the SSL client certificate.
|
String |
sslVpnServerId
The ID of the SSL server.
|
String |
status
The status of the SSL client certificate.
|
构造器和说明 |
---|
DescribeSslVpnClientCertResponseBody() |
@NameInMap(value="CaCert") public String caCert
The CA certificate.
example:CA certificate
@NameInMap(value="ClientCert") public String clientCert
The client certificate.
example:Client certificate
@NameInMap(value="ClientConfig") public String clientConfig
The client configuration.
example:Client configuration
@NameInMap(value="ClientKey") public String clientKey
The client key.
example:The key of the client
@NameInMap(value="CreateTime") public Long createTime
The timestamp that indicates when the SSL client certificate was created. Unit: milliseconds.
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.
example:1552550980000
@NameInMap(value="EndTime") public Long endTime
The timestamp that indicates when the SSL client certificate expires. Unit: milliseconds.
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.
example:1647158980000
@NameInMap(value="Name") public String name
The name of the SSL client certificate.
example:nametest
@NameInMap(value="RegionId") public String regionId
The ID of the region where the SSL client certificate is created.
example:cn-hangzhou
@NameInMap(value="RequestId") public String requestId
The request ID.
example:5BE01CD7-5A50-472D-AC14-CA181C5C03BE
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the SSL client certificate belongs.
The SSL client certificate and the SSL server associated with the SSL client certificate belong to the same resource group. You can call the ListResourceGroups operation to query resource groups.
example:rg-acfmzs372yg****
@NameInMap(value="SslVpnClientCertId") public String sslVpnClientCertId
The ID of the SSL client certificate.
example:vsc-bp13k5mp4tg8v3z9b****
@NameInMap(value="SslVpnServerId") public String sslVpnServerId
The ID of the SSL server.
example:vss-bp155e9yclsg1xgq4****
@NameInMap(value="Status") public String status
The status of the SSL client certificate. Valid values:
normal
public static DescribeSslVpnClientCertResponseBody build(Map<String,?> map) throws Exception
Exception
public DescribeSslVpnClientCertResponseBody setCaCert(String caCert)
public String getCaCert()
public DescribeSslVpnClientCertResponseBody setClientCert(String clientCert)
public String getClientCert()
public DescribeSslVpnClientCertResponseBody setClientConfig(String clientConfig)
public String getClientConfig()
public DescribeSslVpnClientCertResponseBody setClientKey(String clientKey)
public String getClientKey()
public DescribeSslVpnClientCertResponseBody setCreateTime(Long createTime)
public Long getCreateTime()
public DescribeSslVpnClientCertResponseBody setEndTime(Long endTime)
public Long getEndTime()
public DescribeSslVpnClientCertResponseBody setName(String name)
public String getName()
public DescribeSslVpnClientCertResponseBody setRegionId(String regionId)
public String getRegionId()
public DescribeSslVpnClientCertResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeSslVpnClientCertResponseBody setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeSslVpnClientCertResponseBody setSslVpnClientCertId(String sslVpnClientCertId)
public String getSslVpnClientCertId()
public DescribeSslVpnClientCertResponseBody setSslVpnServerId(String sslVpnServerId)
public String getSslVpnServerId()
public DescribeSslVpnClientCertResponseBody setStatus(String status)
public String getStatus()
Copyright © 2024. All rights reserved.