| Package | Description |
|---|---|
| org.jclouds.fujitsu.fgcp.compute.functions | |
| org.jclouds.fujitsu.fgcp.compute.strategy | |
| org.jclouds.fujitsu.fgcp.domain |
Licensed to jclouds, Inc.
|
| org.jclouds.fujitsu.fgcp.services | |
| org.jclouds.fujitsu.fgcp.xml.internal |
Licensed to jclouds, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
OperatingSystem |
DiskImageToOperatingSystem.apply(DiskImage image) |
Image |
DiskImageToImage.apply(DiskImage from) |
| Modifier and Type | Field and Description |
|---|---|
protected DiskImage |
VServerMetadata.image |
| Modifier and Type | Method and Description |
|---|---|
DiskImage |
FGCPComputeServiceAdapter.getImage(String id)
get a specific image by id
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<DiskImage> |
FGCPComputeServiceAdapter.listImages()
Images are the available configured operating systems that someone can run a node with.
|
| Modifier and Type | Method and Description |
|---|---|
VServerMetadata.Builder |
VServerMetadata.Builder.image(DiskImage image) |
| Constructor and Description |
|---|
VServerMetadata(VServer server,
String initialPassword,
VServerStatus status,
DiskImage image,
Set<PublicIP> publicIps) |
| Modifier and Type | Method and Description |
|---|---|
DiskImage |
DiskImage.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
DiskImage |
DiskImageApi.get(String id) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<DiskImage> |
DiskImageAsyncApi.get(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<DiskImage>> |
VirtualDCAsyncApi.listDiskImages() |
Set<DiskImage> |
VirtualDCApi.listDiskImages() |
com.google.common.util.concurrent.ListenableFuture<Set<DiskImage>> |
VirtualDCAsyncApi.listDiskImages(String serverCategory,
String vsysDescriptorId) |
Set<DiskImage> |
VirtualDCApi.listDiskImages(String serverCategory,
String vsysDescriptorId) |
| Modifier and Type | Method and Description |
|---|---|
DiskImage |
GetDiskImageAttributesResponse.getElement() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<DiskImage> |
ListDiskImageResponse.delegate() |
Copyright © 2009-2013 jclouds. All Rights Reserved.