Package | Description |
---|---|
org.jclouds.openstack.neutron.v2.domain | |
org.jclouds.openstack.neutron.v2.features | |
org.jclouds.openstack.neutron.v2.functions |
Modifier and Type | Class and 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 and Description |
---|
Ports(Iterable<Port> ports,
Iterable<Link> portsLinks) |
Modifier and Type | Method and Description |
---|---|
Port |
PortApi.create(Port.CreatePort port)
Create a new port in the specified network
|
Port |
PortApi.get(String id)
Returns the specific port
|
Port |
PortApi.update(String id,
Port.UpdatePort port)
Update a port
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.FluentIterable<Port> |
PortApi.createBulk(List<Port.CreatePort> ports)
Create multiple ports
|
PagedIterable<Port> |
PortApi.list()
Returns the list of all ports currently defined in Neutron for the current tenant.
|
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Port>> |
PortsToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.