Uses of Class
org.jclouds.softlayer.domain.SoftwareDescription
-
Packages that use SoftwareDescription Package Description 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 Modifier and Type Field Description protected SoftwareDescription
SoftwareLicense.Builder. softwareDescription
protected SoftwareDescription
VirtualDiskImageSoftware.Builder. softwareDescription
Methods in org.jclouds.softlayer.domain that return SoftwareDescription Modifier and Type Method Description SoftwareDescription
SoftwareDescription.Builder. build()
SoftwareDescription
ProductItem. getSoftwareDescription()
SoftwareDescription
SoftwareLicense. getSoftwareDescription()
SoftwareDescription
VirtualDiskImageSoftware. getSoftwareDescription()
Methods in org.jclouds.softlayer.domain with parameters of type SoftwareDescription Modifier and Type Method Description SoftwareDescription.Builder
SoftwareDescription.Builder. fromSoftwareDescription(SoftwareDescription in)
ProductItem.Builder
ProductItem.Builder. softwareDescription(SoftwareDescription softwareDescription)
SoftwareLicense.Builder
SoftwareLicense.Builder. softwareDescription(SoftwareDescription softwareDescription)
VirtualDiskImageSoftware.Builder
VirtualDiskImageSoftware.Builder. softwareDescription(SoftwareDescription softwareDescription)
Constructors in org.jclouds.softlayer.domain with parameters of type SoftwareDescription Constructor Description 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 Modifier and Type Method Description Set<SoftwareDescription>
SoftwareDescriptionApi. getAllObjects()
-