Uses of Class
org.jclouds.openstack.neutron.v2.domain.Port
-
Packages that use Port Package Description org.jclouds.openstack.neutron.v2.domain org.jclouds.openstack.neutron.v2.features org.jclouds.openstack.neutron.v2.functions -
-
Uses of Port in org.jclouds.openstack.neutron.v2.domain
Subclasses of Port in org.jclouds.openstack.neutron.v2.domain Modifier and Type Class Description static class
Port.CreatePort
Create and Update options - extend the domain class, passed to API update and create calls.static class
Port.UpdatePort
Create and Update options - extend the domain class, passed to API update and create calls.Constructor parameters in org.jclouds.openstack.neutron.v2.domain with type arguments of type Port Constructor Description Ports(Iterable<Port> ports, Iterable<Link> portsLinks)
-
Uses of Port in org.jclouds.openstack.neutron.v2.features
Methods in org.jclouds.openstack.neutron.v2.features that return Port Modifier and Type Method Description Port
PortApi. create(Port.CreatePort port)
Create a new port in the specified networkPort
PortApi. get(String id)
Returns the specific portPort
PortApi. update(String id, Port.UpdatePort port)
Update a portMethods in org.jclouds.openstack.neutron.v2.features that return types with arguments of type Port Modifier and Type Method Description com.google.common.collect.FluentIterable<Port>
PortApi. createBulk(List<Port.CreatePort> ports)
Create multiple portsPagedIterable<Port>
PortApi. list()
Returns the list of all ports currently defined in Neutron for the current tenant. -
Uses of Port in org.jclouds.openstack.neutron.v2.functions
Methods in org.jclouds.openstack.neutron.v2.functions that return types with arguments of type Port Modifier and Type Method Description protected com.google.common.base.Function<Object,IterableWithMarker<Port>>
PortsToPagedIterable. markerToNextForArg0(com.google.common.base.Optional<Object> arg0)
-