public static class DescribeSslVpnClientsResponseBody.DescribeSslVpnClientsResponseBodyClientInfoList
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
commonName
The SSL client certificate used by the client.
|
Long |
connectedTime
The timestamp that indicates when the client connected to Alibaba Cloud through an SSL-VPN connection.
|
String |
ip
The actual public IP address used by the client when the client established an SSL-VPN connection to Alibaba Cloud.
|
String |
port
The port used by the client when the client established an SSL-VPN connection to Alibaba Cloud.
|
String |
privateIp
The private IP address allocated to the client by the VPN gateway when the client established an SSL-VPN connection to Alibaba Cloud.
|
Long |
receiveBytes
The amount of data transferred from the client to the VPN gateway through the SSL-VPN connection.
|
Long |
sendBytes
The amount of data transferred from the VPN gateway to the client through the SSL-VPN connection.
|
String |
status
The status of the SSL-VPN connection.
|
构造器和说明 |
---|
DescribeSslVpnClientsResponseBodyClientInfoList() |
@NameInMap(value="CommonName") public String commonName
The SSL client certificate used by the client.
example:If the client uses two-factor authentication to establish an SSL-VPN connection to Alibaba Cloud, the return value is the username of the client.
CN=vsc-gw8gkh6gtilf1whgc****
@NameInMap(value="ConnectedTime") public Long connectedTime
The timestamp that indicates when the client connected to Alibaba Cloud through an SSL-VPN connection. Unit: milliseconds.
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:1670985008000
@NameInMap(value="Ip") public String ip
The actual public IP address used by the client when the client established an SSL-VPN connection to Alibaba Cloud.
example:8.XX.XX.15
@NameInMap(value="Port") public String port
The port used by the client when the client established an SSL-VPN connection to Alibaba Cloud.
example:4****
@NameInMap(value="PrivateIp") public String privateIp
The private IP address allocated to the client by the VPN gateway when the client established an SSL-VPN connection to Alibaba Cloud.
example:10.10.10.10
@NameInMap(value="ReceiveBytes") public Long receiveBytes
The amount of data transferred from the client to the VPN gateway through the SSL-VPN connection. Unit: bytes.
example:60782
@NameInMap(value="SendBytes") public Long sendBytes
The amount of data transferred from the VPN gateway to the client through the SSL-VPN connection. Unit: bytes.
example:57144
@NameInMap(value="Status") public String status
The status of the SSL-VPN connection.
The value is set to online, which indicates that the client has connected to Alibaba Cloud through an SSL-VPN connection.
example:online
public DescribeSslVpnClientsResponseBodyClientInfoList()
public static DescribeSslVpnClientsResponseBody.DescribeSslVpnClientsResponseBodyClientInfoList build(Map<String,?> map) throws Exception
Exception
public DescribeSslVpnClientsResponseBody.DescribeSslVpnClientsResponseBodyClientInfoList setCommonName(String commonName)
public String getCommonName()
public DescribeSslVpnClientsResponseBody.DescribeSslVpnClientsResponseBodyClientInfoList setConnectedTime(Long connectedTime)
public Long getConnectedTime()
public DescribeSslVpnClientsResponseBody.DescribeSslVpnClientsResponseBodyClientInfoList setIp(String ip)
public String getIp()
public DescribeSslVpnClientsResponseBody.DescribeSslVpnClientsResponseBodyClientInfoList setPort(String port)
public String getPort()
public DescribeSslVpnClientsResponseBody.DescribeSslVpnClientsResponseBodyClientInfoList setPrivateIp(String privateIp)
public String getPrivateIp()
public DescribeSslVpnClientsResponseBody.DescribeSslVpnClientsResponseBodyClientInfoList setReceiveBytes(Long receiveBytes)
public Long getReceiveBytes()
public DescribeSslVpnClientsResponseBody.DescribeSslVpnClientsResponseBodyClientInfoList setSendBytes(Long sendBytes)
public Long getSendBytes()
public DescribeSslVpnClientsResponseBody.DescribeSslVpnClientsResponseBodyClientInfoList setStatus(String status)
public String getStatus()
Copyright © 2024. All rights reserved.