Get Zones Plain Args
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
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
Default to false and only output id
in the zones
block. Set it to true can output more details.
Link copied to clipboard
The primary zone.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The secondary zone.