Class PortInterface
- java.lang.Object
-
- org.jclouds.openstack.nova.v2_0.domain.PortInterface
-
public abstract class PortInterface extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PortInterface.State
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static PortInterface
create(String portId, String netId, PortInterface.State portState, List<FixedIP> fixedIPS)
abstract List<FixedIP>
fixedIPS()
abstract String
netId()
abstract String
portId()
abstract PortInterface.State
portState()
-
-
-
Method Detail
-
portId
public abstract String portId()
-
netId
public abstract String netId()
-
portState
public abstract PortInterface.State portState()
-
create
public static PortInterface create(String portId, String netId, PortInterface.State portState, List<FixedIP> fixedIPS)
-
-