@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NetworkInterfaceIpv6Address extends Object implements Serializable, Cloneable
Describes an IPv6 address associated with a network interface.
Constructor and Description |
---|
NetworkInterfaceIpv6Address() |
Modifier and Type | Method and Description |
---|---|
NetworkInterfaceIpv6Address |
clone() |
boolean |
equals(Object obj) |
String |
getIpv6Address()
The IPv6 address.
|
Boolean |
getIsPrimaryIpv6()
Determines if an IPv6 address associated with a network interface is the primary IPv6 address.
|
int |
hashCode() |
Boolean |
isPrimaryIpv6()
Determines if an IPv6 address associated with a network interface is the primary IPv6 address.
|
void |
setIpv6Address(String ipv6Address)
The IPv6 address.
|
void |
setIsPrimaryIpv6(Boolean isPrimaryIpv6)
Determines if an IPv6 address associated with a network interface is the primary IPv6 address.
|
String |
toString()
Returns a string representation of this object.
|
NetworkInterfaceIpv6Address |
withIpv6Address(String ipv6Address)
The IPv6 address.
|
NetworkInterfaceIpv6Address |
withIsPrimaryIpv6(Boolean isPrimaryIpv6)
Determines if an IPv6 address associated with a network interface is the primary IPv6 address.
|
public void setIpv6Address(String ipv6Address)
The IPv6 address.
ipv6Address
- The IPv6 address.public String getIpv6Address()
The IPv6 address.
public NetworkInterfaceIpv6Address withIpv6Address(String ipv6Address)
The IPv6 address.
ipv6Address
- The IPv6 address.public void setIsPrimaryIpv6(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.public Boolean getIsPrimaryIpv6()
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.
public NetworkInterfaceIpv6Address withIsPrimaryIpv6(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.public 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.
public String toString()
toString
in class Object
Object.toString()
public NetworkInterfaceIpv6Address clone()
Copyright © 2024. All rights reserved.