Show / Hide Table of Contents

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 Source

Cipher

The encryption algorithm used.

Declaration
public readonly string Cipher
Field Value
Type Description
System.String
View Source

ClientIpPool

The IP address pool of the client.

Declaration
public readonly string ClientIpPool
Field Value
Type Description
System.String
View Source

Compress

Whether to compress.

Declaration
public readonly bool Compress
Field Value
Type Description
System.Boolean
View Source

Connections

The number of current connections.

Declaration
public readonly int Connections
Field Value
Type Description
System.Int32
View Source

CreateTime

The time of creation.

Declaration
public readonly string CreateTime
Field Value
Type Description
System.String
View Source

Id

The ID of the SSL-VPN server.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

InternetIp

The public IP.

Declaration
public readonly string InternetIp
Field Value
Type Description
System.String
View Source

LocalSubnet

The local subnet of the VPN connection.

Declaration
public readonly string LocalSubnet
Field Value
Type Description
System.String
View Source

MaxConnections

The maximum number of connections.

Declaration
public readonly int MaxConnections
Field Value
Type Description
System.Int32
View Source

Name

The name of the SSL-VPN server.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Port

The port used by the SSL-VPN server.

Declaration
public readonly int Port
Field Value
Type Description
System.Int32
View Source

Proto

The protocol used by the SSL-VPN server.

Declaration
public readonly string Proto
Field Value
Type Description
System.String
View Source

VpnGatewayId

Use the VPN gateway ID as the search key.

Declaration
public readonly string VpnGatewayId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.