Package | Description |
---|---|
org.jclouds.softlayer.domain |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.collect.ImmutableSet.Builder<VirtualDiskImageSoftware> |
VirtualDiskImage.Builder.softwareReferences |
Modifier and Type | Method and Description |
---|---|
VirtualDiskImageSoftware |
VirtualDiskImageSoftware.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Set<VirtualDiskImageSoftware> |
VirtualDiskImage.getSoftwareReferences() |
Modifier and Type | Method and Description |
---|---|
VirtualDiskImageSoftware.Builder |
VirtualDiskImageSoftware.Builder.fromVirtualDiskImageSoftware(VirtualDiskImageSoftware in) |
VirtualDiskImage.Builder |
VirtualDiskImage.Builder.softwareReferences(VirtualDiskImageSoftware... in) |
Modifier and Type | Method and Description |
---|---|
VirtualDiskImage.Builder |
VirtualDiskImage.Builder.softwareReferences(Set<VirtualDiskImageSoftware> softwareReferences) |
Constructor and Description |
---|
VirtualDiskImage(int id,
String uuid,
float capacity,
String units,
int typeId,
String description,
String name,
int storageRepositoryId,
Set<VirtualDiskImageSoftware> softwareReferences) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.