IpSetArgs

data class IpSetArgs(val addresses: Output<List<String>>? = null, val description: Output<String>? = null, val ipAddressVersion: Output<IpSetIpAddressVersion>? = null, val name: Output<String>? = null, val scope: Output<IpSetScope>? = null, val tags: Output<List<IpSetTagArgs>>? = null) : ConvertibleToJava<IpSetArgs>

Contains a list of IP addresses. This can be either IPV4 or IPV6. The list will be mutually

Constructors

Link copied to clipboard
fun IpSetArgs(addresses: Output<List<String>>? = null, description: Output<String>? = null, ipAddressVersion: Output<IpSetIpAddressVersion>? = null, name: Output<String>? = null, scope: Output<IpSetScope>? = null, tags: Output<List<IpSetTagArgs>>? = null)

Functions

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

Properties

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

List of IPAddresses.

Link copied to clipboard
val description: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
val scope: Output<IpSetScope>? = null
Link copied to clipboard
val tags: Output<List<IpSetTagArgs>>? = null