Show / Hide Table of Contents

Class SslVpnServerArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SslVpnServerArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Vpn
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class SslVpnServerArgs : ResourceArgs

Constructors

View Source

SslVpnServerArgs()

Declaration
public SslVpnServerArgs()

Properties

View Source

Cipher

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>
View Source

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>
View Source

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>
View Source

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>
View Source

Name

The name of the SSL-VPN server.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

VpnGatewayId

The ID of the VPN gateway.

Declaration
public Input<string> VpnGatewayId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.