Class GetSslVpnServersServerResult
Inheritance
System.Object
GetSslVpnServersServerResult
Inherited Members
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.Vpc.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetSslVpnServersServerResult
Fields
View SourceCipher
The encryption algorithm used.
Declaration
public readonly string Cipher
Field Value
| Type | Description |
|---|---|
| System.String |
ClientIpPool
The IP address pool of the client.
Declaration
public readonly string ClientIpPool
Field Value
| Type | Description |
|---|---|
| System.String |
Compress
Whether to compress.
Declaration
public readonly bool Compress
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Connections
The number of current connections.
Declaration
public readonly int Connections
Field Value
| Type | Description |
|---|---|
| System.Int32 |
CreateTime
The time of creation.
Declaration
public readonly string CreateTime
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The ID of the SSL-VPN server.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
InternetIp
The public IP.
Declaration
public readonly string InternetIp
Field Value
| Type | Description |
|---|---|
| System.String |
LocalSubnet
The local subnet of the VPN connection.
Declaration
public readonly string LocalSubnet
Field Value
| Type | Description |
|---|---|
| System.String |
MaxConnections
The maximum number of connections.
Declaration
public readonly int MaxConnections
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Name
The name of the SSL-VPN server.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Port
The port used by the SSL-VPN server.
Declaration
public readonly int Port
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Proto
The protocol used by the SSL-VPN server.
Declaration
public readonly string Proto
Field Value
| Type | Description |
|---|---|
| System.String |
VpnGatewayId
Use the VPN gateway ID as the search key.
Declaration
public readonly string VpnGatewayId
Field Value
| Type | Description |
|---|---|
| System.String |