NetworkInterfacePrivateIpAddressSpecificationArgs

data class NetworkInterfacePrivateIpAddressSpecificationArgs(val primary: Output<Boolean>, val privateIpAddress: Output<String>) : ConvertibleToJava<NetworkInterfacePrivateIpAddressSpecificationArgs>

Constructors

fun NetworkInterfacePrivateIpAddressSpecificationArgs(primary: Output<Boolean>, privateIpAddress: Output<String>)

Functions

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

Properties

Link copied to clipboard
val primary: Output<Boolean>
Link copied to clipboard