Uses of Class
org.jclouds.openstack.neutron.v2.domain.Port.CreatePort
-
Packages that use Port.CreatePort Package Description org.jclouds.openstack.neutron.v2.domain org.jclouds.openstack.neutron.v2.features -
-
Uses of Port.CreatePort in org.jclouds.openstack.neutron.v2.domain
Methods in org.jclouds.openstack.neutron.v2.domain that return Port.CreatePort Modifier and Type Method Description Port.CreatePort
Port.CreateBuilder. build()
-
Uses of Port.CreatePort in org.jclouds.openstack.neutron.v2.features
Methods in org.jclouds.openstack.neutron.v2.features with parameters of type Port.CreatePort Modifier and Type Method Description Port
PortApi. create(Port.CreatePort port)
Create a new port in the specified networkMethod parameters in org.jclouds.openstack.neutron.v2.features with type arguments of type Port.CreatePort Modifier and Type Method Description com.google.common.collect.FluentIterable<Port>
PortApi. createBulk(List<Port.CreatePort> ports)
Create multiple ports
-