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 |
Network.CreateNetwork
Create and Update options - extend the domain class, passed to API update and create calls.
|
static class |
Network.UpdateNetwork
Create and Update options - extend the domain class, passed to API update and create calls.
|
Constructor and Description |
---|
Networks(Iterable<Network> networks,
Iterable<Link> networksLinks) |
Modifier and Type | Method and Description |
---|---|
Network |
NetworkApi.create(Network.CreateNetwork network)
Create a new network with the specified type
|
Network |
NetworkApi.get(String id)
Return a specific network
|
Network |
NetworkApi.update(String id,
Network.UpdateNetwork network)
Update a network
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.FluentIterable<Network> |
NetworkApi.createBulk(com.google.common.collect.ImmutableList<Network.CreateNetwork> networks)
Create multiple networks
|
PagedIterable<Network> |
NetworkApi.list()
Returns all networks currently defined in Neutron for the current tenant.
|
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Network>> |
NetworksToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.