GetGatewaysPlainArgs

data class GetGatewaysPlainArgs(val businessStatus: String? = null, val enableIpsec: Boolean? = null, val ids: List<String>? = null, val includeReservationData: Boolean? = null, val nameRegex: String? = null, val outputFile: String? = null, val sslVpn: String? = null, val status: String? = null, val vpcId: String? = null) : ConvertibleToJava<GetGatewaysPlainArgs>

A collection of arguments for invoking getGateways.

Constructors

Link copied to clipboard
constructor(businessStatus: String? = null, enableIpsec: Boolean? = null, ids: List<String>? = null, includeReservationData: Boolean? = null, nameRegex: String? = null, outputFile: String? = null, sslVpn: String? = null, status: String? = null, vpcId: String? = null)

Properties

Link copied to clipboard
val businessStatus: String? = null

Limit search to specific business status - valid value is "Normal", "FinancialLocked".

Link copied to clipboard
val enableIpsec: Boolean? = null

Indicates whether the IPsec-VPN feature is enabled.

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

IDs of the VPN.

Link copied to clipboard

Include ineffective ordering data.

Link copied to clipboard
val nameRegex: String? = null

A regex string of VPN name.

Link copied to clipboard
val outputFile: String? = null

Save the result to the file.

Link copied to clipboard
val sslVpn: String? = null

Indicates whether the SSL-VPN feature is enabled. Valid value is enable, disable.

Link copied to clipboard
val status: String? = null

Limit search to specific status - valid value is "Init", "Provisioning", "Active", "Updating", "Deleting".

Link copied to clipboard
val vpcId: String? = null

Use the VPC ID as the search key.

Functions

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