GetGatewaysResult

data class GetGatewaysResult(val businessStatus: String? = null, val enableIpsec: Boolean? = null, val gateways: List<GetGatewaysGateway>, val id: String, val ids: List<String>, val includeReservationData: Boolean? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val sslVpn: String? = null, val status: String? = null, val vpcId: String? = null)

A collection of values returned by getGateways.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val businessStatus: String? = null

The business status of the VPN gateway.

Link copied to clipboard
val enableIpsec: Boolean? = null

Whether the ipsec function is enabled.

Link copied to clipboard

A list of VPN gateways. Each element contains the following attributes:

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

IDs of the VPN.

Link copied to clipboard
Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard

names of the VPN.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val sslVpn: String? = null

Whether the ssl function is enabled.

Link copied to clipboard
val status: String? = null

The status of the VPN

Link copied to clipboard
val vpcId: String? = null

ID of the VPC that the VPN belongs.