public static final class DescribeSslVpnClientsResponseBody.ClientInfoList.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeSslVpnClientsResponseBody.ClientInfoList |
build() |
DescribeSslVpnClientsResponseBody.ClientInfoList.Builder |
commonName(String commonName)
The SSL client certificate used by the client.
|
DescribeSslVpnClientsResponseBody.ClientInfoList.Builder |
connectedTime(Long connectedTime)
The timestamp that indicates when the client connected to Alibaba Cloud through an SSL-VPN connection.
|
DescribeSslVpnClientsResponseBody.ClientInfoList.Builder |
ip(String ip)
The actual public IP address used by the client when the client established an SSL-VPN connection to Alibaba Cloud.
|
DescribeSslVpnClientsResponseBody.ClientInfoList.Builder |
port(String port)
The port used by the client when the client established an SSL-VPN connection to Alibaba Cloud.
|
DescribeSslVpnClientsResponseBody.ClientInfoList.Builder |
privateIp(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.
|
DescribeSslVpnClientsResponseBody.ClientInfoList.Builder |
receiveBytes(Long receiveBytes)
The amount of data transferred from the client to the VPN gateway through the SSL-VPN connection.
|
DescribeSslVpnClientsResponseBody.ClientInfoList.Builder |
sendBytes(Long sendBytes)
The amount of data transferred from the VPN gateway to the client through the SSL-VPN connection.
|
DescribeSslVpnClientsResponseBody.ClientInfoList.Builder |
status(String status)
The status of the SSL-VPN connection.
|
public DescribeSslVpnClientsResponseBody.ClientInfoList.Builder commonName(String commonName)
> 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.
public DescribeSslVpnClientsResponseBody.ClientInfoList.Builder connectedTime(Long connectedTime)
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
public DescribeSslVpnClientsResponseBody.ClientInfoList.Builder ip(String ip)
public DescribeSslVpnClientsResponseBody.ClientInfoList.Builder port(String port)
public DescribeSslVpnClientsResponseBody.ClientInfoList.Builder privateIp(String privateIp)
public DescribeSslVpnClientsResponseBody.ClientInfoList.Builder receiveBytes(Long receiveBytes)
public DescribeSslVpnClientsResponseBody.ClientInfoList.Builder sendBytes(Long sendBytes)
public DescribeSslVpnClientsResponseBody.ClientInfoList.Builder status(String status)
The value is set to **online**, which indicates that the client has connected to Alibaba Cloud through an SSL-VPN connection.
public DescribeSslVpnClientsResponseBody.ClientInfoList build()
Copyright © 2024. All rights reserved.