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. softwareReferencesMethods in org.jclouds.softlayer.domain that return VirtualDiskImageSoftware Modifier and Type Method Description VirtualDiskImageSoftwareVirtualDiskImageSoftware.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.BuilderVirtualDiskImageSoftware.Builder. fromVirtualDiskImageSoftware(VirtualDiskImageSoftware in)VirtualDiskImage.BuilderVirtualDiskImage.Builder. softwareReferences(VirtualDiskImageSoftware... in)Method parameters in org.jclouds.softlayer.domain with type arguments of type VirtualDiskImageSoftware Modifier and Type Method Description VirtualDiskImage.BuilderVirtualDiskImage.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)
-