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

Packages that use VirtualDiskImageSoftware
org.jclouds.softlayer.domain   
 

Uses of VirtualDiskImageSoftware in org.jclouds.softlayer.domain
 

Fields in org.jclouds.softlayer.domain with type parameters of type VirtualDiskImageSoftware
protected  com.google.common.collect.ImmutableSet.Builder<VirtualDiskImageSoftware> VirtualDiskImage.Builder.softwareReferences
           
 

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

Methods in org.jclouds.softlayer.domain that return types with arguments of type VirtualDiskImageSoftware
 Set<VirtualDiskImageSoftware> VirtualDiskImage.getSoftwareReferences()
           
 

Methods in org.jclouds.softlayer.domain with parameters of type VirtualDiskImageSoftware
 VirtualDiskImageSoftware.Builder VirtualDiskImageSoftware.Builder.fromVirtualDiskImageSoftware(VirtualDiskImageSoftware in)
           
 VirtualDiskImage.Builder VirtualDiskImage.Builder.softwareReferences(VirtualDiskImageSoftware... in)
           
 

Method parameters in org.jclouds.softlayer.domain with type arguments of type VirtualDiskImageSoftware
 VirtualDiskImage.Builder VirtualDiskImage.Builder.softwareReferences(Set<VirtualDiskImageSoftware> softwareReferences)
           
 

Constructor parameters in org.jclouds.softlayer.domain with type arguments of type VirtualDiskImageSoftware
VirtualDiskImage(int id, String uuid, float capacity, String units, int typeId, String description, String name, int storageRepositoryId, Set<VirtualDiskImageSoftware> softwareReferences)
           
 



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