@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InstanceIpv6Address extends Object implements Serializable, Cloneable
Describes an IPv6 address.
Constructor and Description |
---|
InstanceIpv6Address() |
Modifier and Type | Method and Description |
---|---|
InstanceIpv6Address |
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.
|
InstanceIpv6Address |
withIpv6Address(String ipv6Address)
The IPv6 address.
|
InstanceIpv6Address |
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 InstanceIpv6Address 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 RunInstances.
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 RunInstances.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 RunInstances.
public InstanceIpv6Address 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 RunInstances.
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 RunInstances.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 RunInstances.
public String toString()
toString
in class Object
Object.toString()
public InstanceIpv6Address clone()
Copyright © 2024. All rights reserved.