GetGatewayZonesPlainArgs

data class GetGatewayZonesPlainArgs(val ids: List<String>? = null, val outputFile: String? = null, val spec: String) : ConvertibleToJava<GetGatewayZonesPlainArgs>

A collection of arguments for invoking getGatewayZones.

Constructors

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

Properties

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

A list of Zone IDs.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard

Bandwidth specification.-If an IPsec connection is bound to a VPN gateway instance, this parameter indicates the Bandwidth specification of the VPN gateway instance.-If an IPsec connection is bound to a forwarding router, this parameter indicates the bandwidth that you expect the IPsec connection to support.Different bandwidth specifications may affect the zone information that is found. Value:

Functions

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