Uses of Class
org.jclouds.openstack.neutron.v2.domain.Port
Packages that use Port
Package
Description
-
Uses of Port in org.jclouds.openstack.neutron.v2.domain
Subclasses of Port in org.jclouds.openstack.neutron.v2.domainModifier and TypeClassDescriptionstatic class
Create and Update options - extend the domain class, passed to API update and create calls.static class
Create and Update options - extend the domain class, passed to API update and create calls.Fields in org.jclouds.openstack.neutron.v2.domain declared as PortModifier and TypeFieldDescriptionprotected Port
Port.Builder.port
protected Port
Port.Builder.port
Constructor parameters in org.jclouds.openstack.neutron.v2.domain with type arguments of type Port -
Uses of Port in org.jclouds.openstack.neutron.v2.features
Methods in org.jclouds.openstack.neutron.v2.features that return PortModifier and TypeMethodDescriptionPortApi.create
(Port.CreatePort port) Create a new port in the specified networkReturns the specific portPortApi.update
(String id, Port.UpdatePort port) Update a portMethods in org.jclouds.openstack.neutron.v2.features that return types with arguments of type PortModifier and TypeMethodDescriptioncom.google.common.collect.FluentIterable
<Port> PortApi.createBulk
(List<Port.CreatePort> ports) Create multiple portsPortApi.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 PortModifier and TypeMethodDescriptionprotected com.google.common.base.Function
<Object, IterableWithMarker<Port>> PortsToPagedIterable.markerToNextForArg0
(com.google.common.base.Optional<Object> arg0)