public static interface NetworkInterfaceIpv6Address.Builder extends SdkPojo, CopyableBuilder<NetworkInterfaceIpv6Address.Builder,NetworkInterfaceIpv6Address>
Modifier and Type | Method and Description |
---|---|
NetworkInterfaceIpv6Address.Builder |
ipv6Address(String ipv6Address)
The IPv6 address.
|
NetworkInterfaceIpv6Address.Builder |
isPrimaryIpv6(Boolean isPrimaryIpv6)
Determines if an IPv6 address associated with a network interface is the primary IPv6 address.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
NetworkInterfaceIpv6Address.Builder ipv6Address(String ipv6Address)
The IPv6 address.
ipv6Address
- The IPv6 address.NetworkInterfaceIpv6Address.Builder isPrimaryIpv6(Boolean isPrimaryIpv6)
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 ModifyNetworkInterfaceAttribute.
isPrimaryIpv6
- 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 ModifyNetworkInterfaceAttribute.Copyright © 2023. All rights reserved.