IPAddressTypeEnumValueArgs

data class IPAddressTypeEnumValueArgs(val value: Output<Either<String, IPAddressType>>? = null) : ConvertibleToJava<IPAddressTypeEnumValueArgs>

Definition of IPAddressTypeEnumValue

Constructors

Link copied to clipboard
constructor(value: Output<Either<String, IPAddressType>>? = null)

Properties

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

Property value

Functions

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