Uses of Class
org.jclouds.gogrid.domain.ServerImage
Packages that use ServerImage
Package
Description
-
Uses of ServerImage in org.jclouds.gogrid.compute.functions
Methods in org.jclouds.gogrid.compute.functions with parameters of type ServerImageModifier and TypeMethodDescriptionServerImageToImage.apply
(ServerImage from) protected OperatingSystem
ServerImageToImage.parseOs
(ServerImage from) -
Uses of ServerImage in org.jclouds.gogrid.compute.strategy
Methods in org.jclouds.gogrid.compute.strategy that return ServerImageMethods in org.jclouds.gogrid.compute.strategy that return types with arguments of type ServerImage -
Uses of ServerImage in org.jclouds.gogrid.domain
Fields in org.jclouds.gogrid.domain declared as ServerImageMethods in org.jclouds.gogrid.domain that return ServerImageMethods in org.jclouds.gogrid.domain with parameters of type ServerImageModifier and TypeMethodDescriptionint
ServerImage.compareTo
(ServerImage that) ServerImage.Builder.fromServerImage
(ServerImage in) Server.Builder.image
(ServerImage image) Constructors in org.jclouds.gogrid.domain with parameters of type ServerImageModifierConstructorDescriptionprotected
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 ServerImageModifier and TypeMethodDescriptionGridImageApi.deleteById
(long id) Deletes an existing imageGridImageApi.editImageDescription
(String idOrName, String newDescription) Edits an existing imageGridImageApi.editImageFriendlyName
(String idOrName, String newFriendlyName) Edits an existing imageGridImageApi.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 ServerImageModifier and TypeMethodDescriptionGridImageApi.getImageList
(GetImageListOptions... options) Returns all server images.GridImageApi.getImagesById
(Long... ids) Returns images, found by specified idsGridImageApi.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 ServerImageMethods in org.jclouds.gogrid.functions that return types with arguments of type ServerImage