Uses of Class
org.jclouds.openstack.nova.v2_0.domain.PortInterface
-
Packages that use PortInterface Package Description org.jclouds.openstack.nova.v2_0.domain org.jclouds.openstack.nova.v2_0.features -
-
Uses of PortInterface in org.jclouds.openstack.nova.v2_0.domain
Methods in org.jclouds.openstack.nova.v2_0.domain that return PortInterface Modifier and Type Method Description static PortInterfacePortInterface. create(String portId, String netId, PortInterface.State portState, List<FixedIP> fixedIPS) -
Uses of PortInterface in org.jclouds.openstack.nova.v2_0.features
Methods in org.jclouds.openstack.nova.v2_0.features that return types with arguments of type PortInterface Modifier and Type Method Description Set<PortInterface>ServerApi. listPortInterfaces(String id)Lists port interfaces that are attached to a server.
-