Package | Description |
---|---|
org.jclouds.openstack.neutron.v2_0.domain | |
org.jclouds.openstack.neutron.v2_0.features | |
org.jclouds.openstack.neutron.v2_0.functions |
Modifier and Type | Method and Description |
---|---|
Network |
Network.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
Network.Builder.fromNetwork(Network in) |
Modifier and Type | Method and Description |
---|---|
Network |
NetworkApi.create(CreateNetworkOptions... options)
Create a new network with the specified type
|
Network |
NetworkApi.get(String id)
Return a specific network
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.FluentIterable<? extends Network> |
NetworkApi.createBulk(CreateNetworkBulkOptions networks)
Create multiple networks
|
PagedIterable<? extends Network> |
NetworkApi.listInDetail()
Returns all networks currently defined in Neutron for the current tenant.
|
PagedIterable<? extends Network> |
NetworkApi.listInDetail(PaginationOptions options) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Network>> |
ParseNetworkDetails.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.