Uses of Class
org.jclouds.gogrid.options.SaveImageOptions
-
Packages that use SaveImageOptions Package Description org.jclouds.gogrid.features org.jclouds.gogrid.options -
-
Uses of SaveImageOptions in org.jclouds.gogrid.features
Methods in org.jclouds.gogrid.features with parameters of type SaveImageOptions Modifier and Type Method Description 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. -
Uses of SaveImageOptions in org.jclouds.gogrid.options
Methods in org.jclouds.gogrid.options that return SaveImageOptions Modifier and Type Method Description static SaveImageOptions
SaveImageOptions.Builder. withDescription(String description)
SaveImageOptions
SaveImageOptions. withDescription(String description)
-