InstanceIpv6AddressArgs

data class InstanceIpv6AddressArgs(val ipv6Address: Output<String>? = null, val isPrimaryIpv6: Output<Boolean>? = null) : ConvertibleToJava<InstanceIpv6AddressArgs>

Definition of InstanceIpv6Address

Constructors

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

Properties

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

Property ipv6Address

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

Determines if an IPv6 address associated with a network interface is the primary IPv6 address. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information, see RunInstances.

Functions

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