Uses of Class
org.jclouds.softlayer.domain.VirtualDiskImageSoftware
-
Packages that use VirtualDiskImageSoftware Package Description org.jclouds.softlayer.domain -
-
Uses of VirtualDiskImageSoftware in org.jclouds.softlayer.domain
Fields in org.jclouds.softlayer.domain with type parameters of type VirtualDiskImageSoftware Modifier and Type Field Description protected com.google.common.collect.ImmutableSet.Builder<VirtualDiskImageSoftware>
VirtualDiskImage.Builder. softwareReferences
Methods in org.jclouds.softlayer.domain that return VirtualDiskImageSoftware Modifier and Type Method Description VirtualDiskImageSoftware
VirtualDiskImageSoftware.Builder. build()
Methods in org.jclouds.softlayer.domain that return types with arguments of type VirtualDiskImageSoftware Modifier and Type Method Description Set<VirtualDiskImageSoftware>
VirtualDiskImage. getSoftwareReferences()
Methods in org.jclouds.softlayer.domain with parameters of type VirtualDiskImageSoftware Modifier and Type Method Description 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 Modifier and Type Method Description VirtualDiskImage.Builder
VirtualDiskImage.Builder. softwareReferences(Set<VirtualDiskImageSoftware> softwareReferences)
Constructor parameters in org.jclouds.softlayer.domain with type arguments of type VirtualDiskImageSoftware Constructor Description VirtualDiskImage(int id, String uuid, float capacity, String units, int typeId, String description, String name, int storageRepositoryId, Set<VirtualDiskImageSoftware> softwareReferences)
-