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>

Type of the IP address - IPV4 or IPV6.

Link copied to clipboard
val value: Output<String>

An IPv4 or IPv6 address specified via CIDR notationE.g., 192.0.2.44/32 or 1111:0000:0000:0000:0000:0000:0000:0000/64

Functions

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