Skip to content

SslVpnServerProps

Properties for defining a SslVpnServer.

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

Initializer

import { SslVpnServerProps } from '@alicloud/ros-cdk-vpc'
const sslVpnServerProps: SslVpnServerProps = { ... }

Properties

Name Type Description
clientIpPool string | @alicloud/ros-cdk-core.IResolvable Property clientIpPool: The client CIDR block.
localSubnet string | @alicloud/ros-cdk-core.IResolvable Property localSubnet: The local CIDR block.
vpnGatewayId string | @alicloud/ros-cdk-core.IResolvable Property vpnGatewayId: ID of the VPN gateway.
cipher string | @alicloud/ros-cdk-core.IResolvable Property cipher: The encryption algorithm used by SSL-VPN.
compress boolean | @alicloud/ros-cdk-core.IResolvable Property compress: Whether it is compressed.
enableMultiFactorAuth boolean | @alicloud/ros-cdk-core.IResolvable Property enableMultiFactorAuth: Whether to enable multi-factor authentication.
iDaaSApplicationId string | @alicloud/ros-cdk-core.IResolvable Property iDaaSApplicationId: The ID of the IDaaS application.
iDaaSInstanceId string | @alicloud/ros-cdk-core.IResolvable Property iDaaSInstanceId: The ID of the IDaaS instance.
iDaaSRegionId string | @alicloud/ros-cdk-core.IResolvable Property iDaaSRegionId: The region ID of the IDaaS instance.
name string | @alicloud/ros-cdk-core.IResolvable Property name: The SSL server name.
port number | @alicloud/ros-cdk-core.IResolvable Property port: The port used by the SSL-VPN server.
proto string | @alicloud/ros-cdk-core.IResolvable Property proto: The protocol that is used by the SSL server.

clientIpPoolRequired

public readonly clientIpPool: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property clientIpPool: The client CIDR block.

The CIDR block from which an IP address is allocated to the virtual network interface controller (NIC) of the client, rather than the private CIDR block. If the client accesses the SSL server over an SSL-VPN connection, the VPN gateway assigns an IP address from the specified client CIDR block for the client to access cloud resources. Make sure that the number of IP addresses in the client CIDR block is at least four times the maximum number of SSL-VPN connections supported by the VPN gateway. ... (omitted for brevity; see metadata URL) ... * The subnet mask of the client CIDR block must be 16 to 29 bits in length. * Make sure that the client CIDR block does not overlap with the local CIDR block, the VPC CIDR block, or route CIDR blocks associated with the client.


localSubnetRequired

public readonly localSubnet: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property localSubnet: The local CIDR block.

The CIDR block that your client needs to access by using the SSL-VPN connection. This value can be the CIDR block of a VPC, a vSwitch, a data center that is connected to a VPC by using an Express Connect circuit, or a cloud service such as Object Storage Service (OSS). The subnet mask of the specified local CIDR block must be 8 to 32 bits in length. You cannot specify the following CIDR blocks as the local CIDR blocks: * 127.0.0.0~127.255.255.255 * 169.254.0.0~169.254.255.255 * 224.0.0.0~239.255.255.255 * 255.0.0.0~255.255.255.255


vpnGatewayIdRequired

public readonly vpnGatewayId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property vpnGatewayId: ID of the VPN gateway.


cipherOptional

public readonly cipher: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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

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


compressOptional

public readonly compress: boolean | IResolvable;
  • Type: boolean | @alicloud/ros-cdk-core.IResolvable

Property compress: Whether it is compressed.


enableMultiFactorAuthOptional

public readonly enableMultiFactorAuth: boolean | IResolvable;
  • Type: boolean | @alicloud/ros-cdk-core.IResolvable

Property enableMultiFactorAuth: Whether to enable multi-factor authentication.

The default value is false.


iDaaSApplicationIdOptional

public readonly iDaaSApplicationId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property iDaaSApplicationId: The ID of the IDaaS application.


iDaaSInstanceIdOptional

public readonly iDaaSInstanceId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property iDaaSInstanceId: The ID of the IDaaS instance.


iDaaSRegionIdOptional

public readonly iDaaSRegionId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property iDaaSRegionId: The region ID of the IDaaS instance.


nameOptional

public readonly name: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property name: The SSL server name.

The name must be 1 to 100 characters in length and cannot start with http:\/\/ or https:\/\/.


portOptional

public readonly port: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

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

public readonly proto: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property proto: The protocol that is used by the SSL server.

Valid values: * TCP (default) * UDP