primaryIpv6
Indicates the primary IPv6 configuration.
- Returns:
- Indicates the primary IPv6 configuration.
Serializable
, SdkPojo
, ToCopyableBuilder<InstanceNetworkInterfaceSpecification.Builder,InstanceNetworkInterfaceSpecification>
Defines network interface configuration for WorkSpace Instance.
final Boolean
final Boolean
builder()
final String
final Integer
final boolean
final boolean
equalsBySdkFields(Object obj)
final <T> Optional<T>
getValueForField(String fieldName,
Class<T> clazz)
groups()
final boolean
final int
hashCode()
final boolean
final boolean
final boolean
final boolean
final InterfaceTypeEnum
final String
final Integer
final Integer
final List<InstanceIpv6Address>
final Integer
final Integer
final String
final Boolean
final String
final Integer
static Class<? extends InstanceNetworkInterfaceSpecification.Builder>
final String
subnetId()
final String
toString()
copy
Enables carrier IP address association.
Enables public IP address assignment.
Configures network connection tracking parameters.
Descriptive text for the network interface.
Unique index for the network interface.
Configures Elastic Network Adapter Scalable Reliable Datagram settings.
Specifies the type of network interface.
If the service returns an enum value that is not available in the current SDK version, interfaceType
will return InterfaceTypeEnum.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from interfaceTypeAsString()
.
Specifies the type of network interface.
If the service returns an enum value that is not available in the current SDK version, interfaceType
will return InterfaceTypeEnum.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from interfaceTypeAsString()
.
isEmpty()
method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.IPv4 prefix configurations for the interface.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasIpv4Prefixes()
method.
Number of IPv4 prefixes to assign.
Number of IPv6 addresses to assign.
isEmpty()
method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.Specific IPv6 addresses for the interface.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasIpv6Addresses()
method.
isEmpty()
method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.IPv6 prefix configurations for the interface.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasIpv6Prefixes()
method.
Number of IPv6 prefixes to assign.
Index of the network card for multiple network interfaces.
Unique identifier for the network interface.
Indicates the primary IPv6 configuration.
Primary private IP address for the interface.
isEmpty()
method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.List of private IP addresses for the interface.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasPrivateIpAddresses()
method.
Number of additional private IP addresses to assign.
isEmpty()
method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.Security groups associated with the network interface.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasGroups()
method.
Subnet identifier for the network interface.
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InstanceNetworkInterfaceSpecification.Builder,InstanceNetworkInterfaceSpecification>
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withsdkFieldNameToField
in interface SdkPojo