Class SslVpnServerArgs
Inherited Members
Namespace: Pulumi.AliCloud.Vpn
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class SslVpnServerArgs : ResourceArgs
Constructors
View SourceSslVpnServerArgs()
Declaration
public SslVpnServerArgs()
Properties
View SourceCipher
The encryption algorithm used by the SSL-VPN server. Valid value: AES-128-CBC (default)| AES-192-CBC | AES-256-CBC | none
Declaration
public Input<string> Cipher { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientIpPool
The CIDR block from which access addresses are allocated to the virtual network interface card of the client.
Declaration
public Input<string> ClientIpPool { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Compress
Specify whether to compress the communication. Valid value: true (default) | false
Declaration
public Input<bool> Compress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
LocalSubnet
The CIDR block to be accessed by the client through the SSL-VPN connection. It supports to set multi CIDRs by comma join ways, like 10.0.1.0/24,10.0.2.0/24,10.0.3.0/24.
Declaration
public Input<string> LocalSubnet { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the SSL-VPN server.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Port
The port used by the SSL-VPN server. The default value is 1194.The following ports cannot be used: [22, 2222, 22222, 9000, 9001, 9002, 7505, 80, 443, 53, 68, 123, 4510, 4560, 500, 4500].
Declaration
public Input<int> Port { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Protocol
The protocol used by the SSL-VPN server. Valid value: UDP(default) |TCP
Declaration
public Input<string> Protocol { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VpnGatewayId
The ID of the VPN gateway.
Declaration
public Input<string> VpnGatewayId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |