|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerImage | |
|---|---|
| org.jclouds.gogrid.compute.functions | |
| org.jclouds.gogrid.compute.strategy | |
| org.jclouds.gogrid.domain | |
| org.jclouds.gogrid.features | |
| org.jclouds.gogrid.functions | |
| Uses of ServerImage in org.jclouds.gogrid.compute.functions |
|---|
| Methods in org.jclouds.gogrid.compute.functions with parameters of type ServerImage | |
|---|---|
org.jclouds.compute.domain.Image |
ServerImageToImage.apply(ServerImage from)
|
protected org.jclouds.compute.domain.OperatingSystem |
ServerImageToImage.parseOs(ServerImage from)
|
| Uses of ServerImage in org.jclouds.gogrid.compute.strategy |
|---|
| Methods in org.jclouds.gogrid.compute.strategy that return ServerImage | |
|---|---|
ServerImage |
GoGridComputeServiceAdapter.getImage(String id)
|
| Methods in org.jclouds.gogrid.compute.strategy that return types with arguments of type ServerImage | |
|---|---|
Iterable<ServerImage> |
GoGridComputeServiceAdapter.listImages()
|
| Uses of ServerImage in org.jclouds.gogrid.domain |
|---|
| Fields in org.jclouds.gogrid.domain declared as ServerImage | |
|---|---|
protected ServerImage |
Server.Builder.image
|
| Methods in org.jclouds.gogrid.domain that return ServerImage | |
|---|---|
ServerImage |
ServerImage.Builder.build()
|
ServerImage |
Server.getImage()
|
| Methods in org.jclouds.gogrid.domain with parameters of type ServerImage | |
|---|---|
int |
ServerImage.compareTo(ServerImage that)
|
T |
ServerImage.Builder.fromServerImage(ServerImage in)
|
T |
Server.Builder.image(ServerImage image)
|
| Constructors in org.jclouds.gogrid.domain with parameters of type ServerImage | |
|---|---|
Server(long id,
boolean isSandbox,
String name,
String description,
ServerState state,
Option datacenter,
Option type,
Option ram,
Option os,
Ip ip,
ServerImage image)
|
|
| Uses of ServerImage in org.jclouds.gogrid.features |
|---|
| Methods in org.jclouds.gogrid.features that return ServerImage | |
|---|---|
ServerImage |
GridImageApi.deleteById(long id)
Deletes an existing image |
ServerImage |
GridImageApi.editImageDescription(String idOrName,
String newDescription)
Edits an existing image |
ServerImage |
GridImageApi.editImageFriendlyName(String idOrName,
String newFriendlyName)
Edits an existing image |
ServerImage |
GridImageApi.saveImageFromServer(String friendlyName,
String idOrName,
SaveImageOptions... options)
This call will save a private (visible to only you) server image to your library of available images. |
| Methods in org.jclouds.gogrid.features that return types with arguments of type ServerImage | |
|---|---|
Set<ServerImage> |
GridImageApi.getImageList(GetImageListOptions... options)
Returns all server images. |
Set<ServerImage> |
GridImageApi.getImagesById(Long... ids)
Returns images, found by specified ids |
Set<ServerImage> |
GridImageApi.getImagesByName(String... names)
Returns images, found by specified names |
| Uses of ServerImage in org.jclouds.gogrid.functions |
|---|
| Methods in org.jclouds.gogrid.functions that return ServerImage | |
|---|---|
ServerImage |
ParseImageFromJsonResponse.apply(org.jclouds.http.HttpResponse arg0)
|
| Methods in org.jclouds.gogrid.functions that return types with arguments of type ServerImage | |
|---|---|
SortedSet<ServerImage> |
ParseImageListFromJsonResponse.apply(org.jclouds.http.HttpResponse arg0)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||