GetZonesPlainArgs

data class GetZonesPlainArgs(val availableSlbAddressIpVersion: String? = null, val availableSlbAddressType: String? = null, val enableDetails: Boolean? = null, val masterZoneId: String? = null, val outputFile: String? = null, val slaveZoneId: String? = null) : ConvertibleToJava<GetZonesPlainArgs>

A collection of arguments for invoking getZones.

Constructors

Link copied to clipboard
constructor(availableSlbAddressIpVersion: String? = null, availableSlbAddressType: String? = null, enableDetails: Boolean? = null, masterZoneId: String? = null, outputFile: String? = null, slaveZoneId: String? = null)

Properties

Link copied to clipboard

Filter the results by a slb instance address version. Can be either ipv4, or ipv6.

Link copied to clipboard

Filter the results by a slb instance network type. Valid values:

Link copied to clipboard
val enableDetails: Boolean? = null

Default to false and only output id in the zones block. Set it to true can output more details.

Link copied to clipboard
val masterZoneId: String? = null

The primary zone.

Link copied to clipboard
val outputFile: String? = null

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

Link copied to clipboard
val slaveZoneId: String? = null

The secondary zone.

Functions

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