GetSslVpnServersServer

data class GetSslVpnServersServer(val cipher: String, val clientIpPool: String, val compress: Boolean, val connections: Int, val createTime: String, val id: String, val internetIp: String, val localSubnet: String, val maxConnections: Int, val name: String, val port: Int, val proto: String, val vpnGatewayId: String)

Constructors

Link copied to clipboard
constructor(cipher: String, clientIpPool: String, compress: Boolean, connections: Int, createTime: String, id: String, internetIp: String, localSubnet: String, maxConnections: Int, name: String, port: Int, proto: String, vpnGatewayId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The encryption algorithm used.

Link copied to clipboard

The IP address pool of the client.

Link copied to clipboard

Whether to compress.

Link copied to clipboard

The number of current connections.

Link copied to clipboard

The time of creation.

Link copied to clipboard
val id: String

The ID of the SSL-VPN server.

Link copied to clipboard

The public IP.

Link copied to clipboard

The local subnet of the VPN connection.

Link copied to clipboard

The maximum number of connections.

Link copied to clipboard

The name of the SSL-VPN server.

Link copied to clipboard
val port: Int

The port used by the SSL-VPN server.

Link copied to clipboard

The protocol used by the SSL-VPN server.

Link copied to clipboard

Use the VPN gateway ID as the search key.