Package org.openstack4j.model.compute
Interface Address
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
NovaAddresses.NovaAddress
public interface Address extends ModelEntity
Represents an IP Address- Author:
- Jeremy Unruh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAddr()StringgetMacAddr()StringgetType()intgetVersion()
-