primary
The primary IP address.
- Returns:
- The primary IP address.
Serializable
, SdkPojo
, ToCopyableBuilder<IpAddressMember.Builder,IpAddressMember>
Provides information of the IP address.
final AllocationType
final String
static IpAddressMember.Builder
builder()
final boolean
final boolean
equalsBySdkFields(Object obj)
final <T> Optional<T>
getValueForField(String fieldName,
Class<T> clazz)
final int
hashCode()
final String
final Boolean
primary()
static Class<? extends IpAddressMember.Builder>
final String
toString()
copy
The IP address.
The primary IP address.
The type of allocation for the IP address.
If the service returns an enum value that is not available in the current SDK version, allocationType
will return AllocationType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from allocationTypeAsString()
.
The type of allocation for the IP address.
If the service returns an enum value that is not available in the current SDK version, allocationType
will return AllocationType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from allocationTypeAsString()
.
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<IpAddressMember.Builder,IpAddressMember>
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 with