Ip Group Properties Args
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)