Uses of Class
org.jclouds.softlayer.domain.VirtualDiskImageSoftware
Packages that use VirtualDiskImageSoftware
-
Uses of VirtualDiskImageSoftware in org.jclouds.softlayer.domain
Fields in org.jclouds.softlayer.domain with type parameters of type VirtualDiskImageSoftwareModifier and TypeFieldDescriptionprotected com.google.common.collect.ImmutableSet.Builder
<VirtualDiskImageSoftware> VirtualDiskImage.Builder.softwareReferences
Methods in org.jclouds.softlayer.domain that return VirtualDiskImageSoftwareMethods in org.jclouds.softlayer.domain that return types with arguments of type VirtualDiskImageSoftwareMethods in org.jclouds.softlayer.domain with parameters of type VirtualDiskImageSoftwareModifier and TypeMethodDescriptionVirtualDiskImageSoftware.Builder.fromVirtualDiskImageSoftware
(VirtualDiskImageSoftware in) VirtualDiskImage.Builder.softwareReferences
(VirtualDiskImageSoftware... in) Method parameters in org.jclouds.softlayer.domain with type arguments of type VirtualDiskImageSoftwareModifier and TypeMethodDescriptionVirtualDiskImage.Builder.softwareReferences
(Set<VirtualDiskImageSoftware> softwareReferences) Constructor parameters in org.jclouds.softlayer.domain with type arguments of type VirtualDiskImageSoftwareModifierConstructorDescriptionVirtualDiskImage
(int id, String uuid, float capacity, String units, int typeId, String description, String name, int storageRepositoryId, Set<VirtualDiskImageSoftware> softwareReferences)