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

Packages that use SoftwareDescription
org.jclouds.softlayer.domain   
org.jclouds.softlayer.features   
 

Uses of SoftwareDescription in org.jclouds.softlayer.domain
 

Fields in org.jclouds.softlayer.domain declared as SoftwareDescription
protected  SoftwareDescription VirtualDiskImageSoftware.Builder.softwareDescription
           
protected  SoftwareDescription SoftwareLicense.Builder.softwareDescription
           
 

Methods in org.jclouds.softlayer.domain that return SoftwareDescription
 SoftwareDescription SoftwareDescription.Builder.build()
           
 SoftwareDescription VirtualDiskImageSoftware.getSoftwareDescription()
           
 SoftwareDescription SoftwareLicense.getSoftwareDescription()
           
 SoftwareDescription ProductItem.getSoftwareDescription()
           
 

Methods in org.jclouds.softlayer.domain with parameters of type SoftwareDescription
 SoftwareDescription.Builder SoftwareDescription.Builder.fromSoftwareDescription(SoftwareDescription in)
           
 VirtualDiskImageSoftware.Builder VirtualDiskImageSoftware.Builder.softwareDescription(SoftwareDescription softwareDescription)
           
 SoftwareLicense.Builder SoftwareLicense.Builder.softwareDescription(SoftwareDescription softwareDescription)
           
 ProductItem.Builder ProductItem.Builder.softwareDescription(SoftwareDescription softwareDescription)
           
 

Constructors in org.jclouds.softlayer.domain with parameters of type SoftwareDescription
ProductItem(int id, String description, String softwareDescriptionId, SoftwareDescription softwareDescription)
           
SoftwareLicense(int id, SoftwareDescription softwareDescription, int softwareDescriptionId)
           
VirtualDiskImageSoftware(int id, int softwareDescriptionId, SoftwareDescription softwareDescription)
           
 

Uses of SoftwareDescription in org.jclouds.softlayer.features
 

Methods in org.jclouds.softlayer.features that return types with arguments of type SoftwareDescription
 Set<SoftwareDescription> SoftwareDescriptionApi.getAllObjects()
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.