Package | Description |
---|---|
org.jclouds.openstack.quantum.v1_0.domain | |
org.jclouds.openstack.quantum.v1_0.features |
Modifier and Type | Class and Description |
---|---|
class |
Attachment
A Quantum attachment
|
class |
Network
A Quantum network
|
class |
NetworkDetails
Details of a Quantum network
|
class |
Port
A Quantum port
|
class |
PortDetails
Details of a Quantum Port
|
Modifier and Type | Method and Description |
---|---|
Reference |
Reference.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
Reference.Builder.fromReference(Reference in) |
Modifier and Type | Method and Description |
---|---|
Reference |
PortApi.create()
Create a new port on the specified network
|
Reference |
PortApi.create(Port.State state)
Create a new port on the specified network, with the requested state
|
Reference |
NetworkApi.create(String name)
Create a new network with the specified symbolic name
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Reference> |
PortAsyncApi.create() |
com.google.common.util.concurrent.ListenableFuture<? extends Reference> |
NetworkAsyncApi.create(String name) |
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends Reference>> |
PortAsyncApi.listReferences() |
com.google.common.collect.FluentIterable<? extends Reference> |
PortApi.listReferences()
Returns the list of all ports currently defined in Quantum for the requested network
|
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends Reference>> |
NetworkAsyncApi.listReferences() |
com.google.common.collect.FluentIterable<? extends Reference> |
NetworkApi.listReferences()
Returns the list of all networks currently defined in Quantum for the current tenant.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.