Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Reference> |
create() |
com.google.common.util.concurrent.ListenableFuture<Port> |
create(Port.State state) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
delete(String id) |
com.google.common.util.concurrent.ListenableFuture<? extends Port> |
get(String id) |
com.google.common.util.concurrent.ListenableFuture<? extends PortDetails> |
getDetails(String id) |
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends Port>> |
list() |
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends Reference>> |
listReferences() |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
plugAttachment(String portId,
String attachmentId) |
com.google.common.util.concurrent.ListenableFuture<? extends Attachment> |
showAttachment(String portId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
unplugAttachment(String portId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
updateState(String id,
Port.State state) |
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends Reference>> listReferences()
PortApi.listReferences()
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends Port>> list()
PortApi.list()
com.google.common.util.concurrent.ListenableFuture<? extends Port> get(String id)
PortApi.get(java.lang.String)
com.google.common.util.concurrent.ListenableFuture<? extends PortDetails> getDetails(String id)
PortApi.getDetails(java.lang.String)
com.google.common.util.concurrent.ListenableFuture<? extends Reference> create()
PortApi.create()
com.google.common.util.concurrent.ListenableFuture<Port> create(Port.State state)
com.google.common.util.concurrent.ListenableFuture<Boolean> updateState(String id, Port.State state)
com.google.common.util.concurrent.ListenableFuture<Boolean> delete(String id)
PortApi.delete(java.lang.String)
com.google.common.util.concurrent.ListenableFuture<? extends Attachment> showAttachment(String portId)
com.google.common.util.concurrent.ListenableFuture<Boolean> plugAttachment(String portId, String attachmentId)
Copyright © 2009-2013 jclouds. All Rights Reserved.