Get Gateways Result
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)