Skip to content

SslVpnServerProps

Properties for defining a SslVpnServer.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-sslvpnserver

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.SslVpnServerProps {
    ClientIpPool: interface{},
    LocalSubnet: interface{},
    VpnGatewayId: interface{},
    Cipher: interface{},
    Compress: interface{},
    EnableMultiFactorAuth: interface{},
    IDaaSApplicationId: interface{},
    IDaaSInstanceId: interface{},
    IDaaSRegionId: interface{},
    Name: interface{},
    Port: interface{},
    Proto: interface{},
}

Properties

Name Type Description
ClientIpPool interface{} Property clientIpPool: It is the address segment that assigns the access address to the client virtual NIC.
LocalSubnet interface{} Property localSubnet: Is the address segment that the client wants to access through an SSL-VPN connection.
VpnGatewayId interface{} Property vpnGatewayId: ID of the VPN gateway.
Cipher interface{} Property cipher: The encryption algorithm used by SSL-VPN.
Compress interface{} Property compress: Whether it is compressed.
EnableMultiFactorAuth interface{} Property enableMultiFactorAuth: Whether to enable multi-factor authentication.
IDaaSApplicationId interface{} Property iDaaSApplicationId: The ID of the IDaaS application.
IDaaSInstanceId interface{} Property iDaaSInstanceId: The ID of the IDaaS instance.
IDaaSRegionId interface{} Property iDaaSRegionId: The region ID of the IDaaS instance.
Name interface{} Property name: The name of the SSL-VPN server.
Port interface{} Property port: The port used by the SSL-VPN server.
Proto interface{} Property proto: The protocol used by the SSL-VPN server.

ClientIpPoolRequired

ClientIpPool interface{}
  • Type: interface{}

Property clientIpPool: It is the address segment that assigns the access address to the client virtual NIC.

It does not refer to the existing intranet segment of the client. When the client accesses the local end through an SSL-VPN connection, the VPN gateway allocates an IP address to the client from the specified client network segment. The network segment cannot conflict with the LocalSubnet address segment.


LocalSubnetRequired

LocalSubnet interface{}
  • Type: interface{}

Property localSubnet: Is the address segment that the client wants to access through an SSL-VPN connection.

The local network segment can be the network segment of the VPC, the network segment of the switch, the network segment of the IDC interconnected by the leased line and the VPC, and the network segment of the cloud service such as RDS/OSS.


VpnGatewayIdRequired

VpnGatewayId interface{}
  • Type: interface{}

Property vpnGatewayId: ID of the VPN gateway.


CipherOptional

Cipher interface{}
  • Type: interface{}

Property cipher: The encryption algorithm used by SSL-VPN.

Value: AES-128-CBC (default) | AES-192-CBC | AES-256-CBC | none


CompressOptional

Compress interface{}
  • Type: interface{}

Property compress: Whether it is compressed.


EnableMultiFactorAuthOptional

EnableMultiFactorAuth interface{}
  • Type: interface{}

Property enableMultiFactorAuth: Whether to enable multi-factor authentication.

The default value is false.


IDaaSApplicationIdOptional

IDaaSApplicationId interface{}
  • Type: interface{}

Property iDaaSApplicationId: The ID of the IDaaS application.


IDaaSInstanceIdOptional

IDaaSInstanceId interface{}
  • Type: interface{}

Property iDaaSInstanceId: The ID of the IDaaS instance.


IDaaSRegionIdOptional

IDaaSRegionId interface{}
  • Type: interface{}

Property iDaaSRegionId: The region ID of the IDaaS instance.


NameOptional

Name interface{}
  • Type: interface{}

Property name: The name of the SSL-VPN server.

The length is 2-128 characters and must start with a letter or Chinese. It can contain numbers, periods (.), underscores (_), and dashes (-). But it can't start with http:// or https://.


PortOptional

Port interface{}
  • Type: interface{}

Property port: The port used by the SSL-VPN server.

The default value is 1194. Cannot use the following ports: 22, 2222, 22222, 9000, 9001, 9002, 7505, 80, 443, 53, 68, 123, 4510, 4560, 500, 4500


ProtoOptional

Proto interface{}
  • Type: interface{}

Property proto: The protocol used by the SSL-VPN server.

Allowed values: UDP (default) | TCP.