Uses of Class
org.jclouds.softlayer.domain.VirtualGuest

Packages that use VirtualGuest
org.jclouds.softlayer.compute.functions   
org.jclouds.softlayer.compute.strategy   
org.jclouds.softlayer.config   
org.jclouds.softlayer.domain   
org.jclouds.softlayer.features   
 

Uses of VirtualGuest in org.jclouds.softlayer.compute.functions
 

Methods in org.jclouds.softlayer.compute.functions with parameters of type VirtualGuest
 NodeMetadata VirtualGuestToNodeMetadata.apply(VirtualGuest from)
           
 Hardware VirtualGuestToNodeMetadata.GetHardwareForVirtualGuest.getHardware(VirtualGuest guest)
           
 Image VirtualGuestToNodeMetadata.GetImageForVirtualGuest.getImage(VirtualGuest guest)
           
 boolean VirtualGuestToNodeMetadata.FindLocationForVirtualGuest.matches(VirtualGuest from, Location input)
           
 

Uses of VirtualGuest in org.jclouds.softlayer.compute.strategy
 

Methods in org.jclouds.softlayer.compute.strategy that return VirtualGuest
 VirtualGuest SoftLayerComputeServiceAdapter.getNode(String id)
           
 

Methods in org.jclouds.softlayer.compute.strategy that return types with arguments of type VirtualGuest
 ComputeServiceAdapter.NodeAndInitialCredentials<VirtualGuest> SoftLayerComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
           
 Iterable<VirtualGuest> SoftLayerComputeServiceAdapter.listNodes()
           
 

Methods in org.jclouds.softlayer.compute.strategy with parameters of type VirtualGuest
 boolean SoftLayerComputeServiceAdapter.VirtualGuestHasLoginDetailsPresent.apply(VirtualGuest guest)
           
 

Uses of VirtualGuest in org.jclouds.softlayer.config
 

Subclasses of VirtualGuest in org.jclouds.softlayer.config
static class SoftLayerParserModule.VirtualGuestAdapter.VirtualGuestInternal
          Internal class that flattens billingItem into billingItemId
 

Methods in org.jclouds.softlayer.config that return VirtualGuest
 VirtualGuest SoftLayerParserModule.VirtualGuestAdapter.apply(SoftLayerParserModule.VirtualGuestAdapter.VirtualGuestInternal in)
           
 VirtualGuest SoftLayerParserModule.VirtualGuestAdapter.deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)
           
 

Methods in org.jclouds.softlayer.config with parameters of type VirtualGuest
 com.google.gson.JsonElement SoftLayerParserModule.VirtualGuestAdapter.serialize(VirtualGuest src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
           
 

Uses of VirtualGuest in org.jclouds.softlayer.domain
 

Methods in org.jclouds.softlayer.domain that return VirtualGuest
 VirtualGuest VirtualGuest.Builder.build()
           
 

Methods in org.jclouds.softlayer.domain that return types with arguments of type VirtualGuest
 Set<VirtualGuest> ProductOrder.getVirtualGuests()
          Gets the virtual guests in this order.
 

Methods in org.jclouds.softlayer.domain with parameters of type VirtualGuest
 int VirtualGuest.compareTo(VirtualGuest arg0)
           
static VirtualGuest.Builder VirtualGuest.Builder.fromVirtualGuest(VirtualGuest in)
           
 ProductOrder.Builder ProductOrder.Builder.virtualGuest(VirtualGuest virtualGuest)
          Adds a virtualGuest to the order
 

Method parameters in org.jclouds.softlayer.domain with type arguments of type VirtualGuest
 ProductOrder.Builder ProductOrder.Builder.virtualGuests(Iterable<VirtualGuest> virtualGuests)
           
 

Constructor parameters in org.jclouds.softlayer.domain with type arguments of type VirtualGuest
ProductOrder(int packageId, String location, Iterable<ProductItemPrice> prices, Iterable<VirtualGuest> virtualGuest, int quantity, boolean useHourlyPricing)
           
 

Uses of VirtualGuest in org.jclouds.softlayer.features
 

Methods in org.jclouds.softlayer.features that return VirtualGuest
 VirtualGuest VirtualGuestClient.getVirtualGuest(long id)
           
 

Methods in org.jclouds.softlayer.features that return types with arguments of type VirtualGuest
 com.google.common.util.concurrent.ListenableFuture<VirtualGuest> VirtualGuestAsyncClient.getVirtualGuest(long id)
           
 com.google.common.util.concurrent.ListenableFuture<Set<VirtualGuest>> VirtualGuestAsyncClient.listVirtualGuests()
           
 Set<VirtualGuest> VirtualGuestClient.listVirtualGuests()
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.