Package org.openstack4j.model.compute
Interface NetworkCreate
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
NovaNetworkCreate
public interface NetworkCreate extends ModelEntity
A network which allows an association to a network UUID and a specified Fix IP Address- Author:
- Jeremy Unruh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFixedIp()StringgetId()StringgetPort()port id of a pre-made port
-