Uses of Class
com.woorea.openstack.quantum.model.Port
-
Packages that use Port Package Description com.woorea.openstack.quantum.api com.woorea.openstack.quantum.model -
-
Uses of Port in com.woorea.openstack.quantum.api
Methods in com.woorea.openstack.quantum.api with parameters of type Port Modifier and Type Method Description PortsResource.Create
PortsResource. create(Port port)
PortsResource.Update
PortsResource. update(Port port)
Constructors in com.woorea.openstack.quantum.api with parameters of type Port Constructor Description Create(Port port)
Query(Port port)
Update(Port port)
-
Uses of Port in com.woorea.openstack.quantum.model
Subclasses of Port in com.woorea.openstack.quantum.model Modifier and Type Class Description class
PortForCreate
Deprecated.Please usePort
directly.Fields in com.woorea.openstack.quantum.model with type parameters of type Port Modifier and Type Field Description private java.util.List<Port>
Ports. list
Methods in com.woorea.openstack.quantum.model that return types with arguments of type Port Modifier and Type Method Description java.util.List<Port>
Ports. getList()
java.util.Iterator<Port>
Ports. iterator()
Method parameters in com.woorea.openstack.quantum.model with type arguments of type Port Modifier and Type Method Description void
Ports. setList(java.util.List<Port> list)
-