Package org.openstack4j.model.compute
Interface Addresses
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
NovaAddresses
public interface Addresses extends ModelEntity
A container which holds networks with 1 or more addresses- Author:
- Jeremy Unruh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(String key, Address value)Adds an address to the given network typeMap<String,List<? extends Address>>getAddresses()List<? extends Address>getAddresses(String type)Gets the addresses associated with the given network type
-