GetSslVpnServersPlainArgs

data class GetSslVpnServersPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val vpnGatewayId: String? = null) : ConvertibleToJava<GetSslVpnServersPlainArgs>

A collection of arguments for invoking getSslVpnServers.

Constructors

Link copied to clipboard
constructor(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, vpnGatewayId: String? = null)

Properties

Link copied to clipboard
val ids: List<String>? = null

IDs of the SSL-VPN servers.

Link copied to clipboard
val nameRegex: String? = null

A regex string of SSL-VPN server name.

Link copied to clipboard
val outputFile: String? = null

Save the result to the file.

Link copied to clipboard
val vpnGatewayId: String? = null

Use the VPN gateway ID as the search key.

Functions

Link copied to clipboard
open override fun toJava(): GetSslVpnServersPlainArgs