Package | Description |
---|---|
org.jclouds.openstack.quantum.v1_0.domain | |
org.jclouds.openstack.quantum.v1_0.features |
Modifier and Type | Field and Description |
---|---|
protected Attachment |
PortDetails.Builder.attachment |
Modifier and Type | Method and Description |
---|---|
Attachment |
Attachment.Builder.build() |
Attachment |
PortDetails.getAttachment() |
Modifier and Type | Method and Description |
---|---|
T |
PortDetails.Builder.attachment(Attachment attachment) |
T |
Attachment.Builder.fromAttachment(Attachment in) |
Constructor and Description |
---|
PortDetails(String id,
Port.State state,
Attachment attachment) |
Modifier and Type | Method and Description |
---|---|
Attachment |
PortApi.showAttachment(String portId)
Returns the attachment for the specified port.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Attachment> |
PortAsyncApi.showAttachment(String portId) |
Copyright © 2009-2013 jclouds. All Rights Reserved.