PrivateIpAddressSpecificationArgs

data class PrivateIpAddressSpecificationArgs(val primary: Output<Boolean>? = null, val privateIpAddress: Output<String>? = null) : ConvertibleToJava<PrivateIpAddressSpecificationArgs>

Definition of PrivateIpAddressSpecification

Constructors

Link copied to clipboard
constructor(primary: Output<Boolean>? = null, privateIpAddress: Output<String>? = null)

Properties

Link copied to clipboard
val primary: Output<Boolean>? = null

Property primary

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

Property privateIpAddress

Functions

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