Uses of Class
org.jclouds.openstack.nova.v2_0.domain.PortInterface
Packages that use PortInterface
-
Uses of PortInterface in org.jclouds.openstack.nova.v2_0.domain
Methods in org.jclouds.openstack.nova.v2_0.domain that return PortInterfaceModifier and TypeMethodDescriptionstatic PortInterface
PortInterface.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 PortInterfaceModifier and TypeMethodDescriptionServerApi.listPortInterfaces
(String id) Lists port interfaces that are attached to a server.