Class NovaAddresses.NovaAddress
- java.lang.Object
-
- org.openstack4j.openstack.compute.domain.NovaAddresses.NovaAddress
-
- All Implemented Interfaces:
Serializable,Address,ModelEntity
- Enclosing class:
- NovaAddresses
public static class NovaAddresses.NovaAddress extends Object implements Address
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NovaAddress()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddr()StringgetMacAddr()StringgetType()intgetVersion()StringtoString()
-
-
-
Method Detail
-
getMacAddr
public String getMacAddr()
- Specified by:
getMacAddrin interfaceAddress- Returns:
- the macaddress for the address
-
getVersion
public int getVersion()
- Specified by:
getVersionin interfaceAddress- Returns:
- the IP version (4 | 6)
-
getType
public String getType()
-
-