IpSetIpSetDescriptorArgs

data class IpSetIpSetDescriptorArgs(val type: Output<String>, val value: Output<String>) : ConvertibleToJava<IpSetIpSetDescriptorArgs>

Constructors

Link copied to clipboard
constructor(type: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val type: Output<String>

The string like IPV4 or IPV6.

Link copied to clipboard
val value: Output<String>

The CIDR notation.

Functions

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