GetIpsecServersServer

data class GetIpsecServersServer(val clientIpPool: String, val createTime: String, val effectImmediately: Boolean, val id: String, val idaasInstanceId: String, val ikeConfigs: List<GetIpsecServersServerIkeConfig>, val internetIp: String, val ipsecConfigs: List<GetIpsecServersServerIpsecConfig>, val ipsecServerId: String, val ipsecServerName: String, val localSubnet: String, val maxConnections: Int, val multiFactorAuthEnabled: Boolean, val onlineClientCount: Int, val psk: String, val pskEnabled: Boolean, val vpnGatewayId: String)

Constructors

Link copied to clipboard
constructor(clientIpPool: String, createTime: String, effectImmediately: Boolean, id: String, idaasInstanceId: String, ikeConfigs: List<GetIpsecServersServerIkeConfig>, internetIp: String, ipsecConfigs: List<GetIpsecServersServerIpsecConfig>, ipsecServerId: String, ipsecServerName: String, localSubnet: String, maxConnections: Int, multiFactorAuthEnabled: Boolean, onlineClientCount: Int, psk: String, pskEnabled: Boolean, vpnGatewayId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The CIDR block of the client, which is assigned an access address to the virtual NIC of the client.

Link copied to clipboard

The creation time of the IPsec server. T represents the delimiter, and Z represents UTC, which is World Standard Time.

Link copied to clipboard

Indicates whether the current IPsec tunnel is deleted and negotiations are reinitiated.

Link copied to clipboard
val id: String

The ID of the Ipsec Server.

Link copied to clipboard

The ID of the Identity as a Service (IDaaS) instance.

Link copied to clipboard

The configurations of Phase 1 negotiations.

Link copied to clipboard

The public IP address of the VPN gateway.

Link copied to clipboard

The configuration of Phase 2 negotiations.

Link copied to clipboard

The ID of the IPsec server.

Link copied to clipboard

The name of the IPsec server.

Link copied to clipboard

Local network segment: the network segment on The VPC side that needs to be interconnected with the client network segment.

Link copied to clipboard

The number of SSL connections of the VPN gateway. SSL-VPN the number of SSL connections shared with the IPsec server. For example, if the number of SSL connections is 5 and you have three SSL clients connected to the SSL-VPN, you can also use two clients to connect to the IPsec server.

Link copied to clipboard

Whether the two-factor authentication function has been turned on.

Link copied to clipboard

The number of clients that have connected to the IPsec server.

Link copied to clipboard
val psk: String

The pre-shared key.

Link copied to clipboard

Whether to enable the pre-shared key authentication method. The value is only true, which indicates that the pre-shared key authentication method is enabled.

Link copied to clipboard

The ID of the VPN gateway.