IpGroupPropertiesArgs

data class IpGroupPropertiesArgs(val ipAddressType: Output<Either<String, IPAddressType>>? = null, val ipPrefixes: Output<List<String>>? = null, val name: Output<String>? = null) : ConvertibleToJava<IpGroupPropertiesArgs>

IP Group properties.

Constructors

Link copied to clipboard
constructor(ipAddressType: Output<Either<String, IPAddressType>>? = null, ipPrefixes: Output<List<String>>? = null, name: Output<String>? = null)

Properties

Link copied to clipboard
val ipAddressType: Output<Either<String, IPAddressType>>? = null

IP Address type.

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

List of IP Prefixes.

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

IP Group name.

Functions

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