Package org.jclouds.softlayer.domain
Class VirtualDiskImage.Builder
java.lang.Object
org.jclouds.softlayer.domain.VirtualDiskImage.Builder
- Enclosing class:
 VirtualDiskImage
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected floatprotected Stringprotected intprotected Stringprotected com.google.common.collect.ImmutableSet.Builder<VirtualDiskImageSoftware> protected intprotected intprotected Stringprotected String - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()capacity(float capacity) description(String description) id(int id) softwareReferences(Set<VirtualDiskImageSoftware> softwareReferences) storageRepositoryId(int storageRepositoryId) typeId(int typeId)  
- 
Field Details
- 
id
protected int id - 
uuid
 - 
capacity
protected float capacity - 
units
 - 
typeId
protected int typeId - 
description
 - 
name
 - 
storageRepositoryId
protected int storageRepositoryId - 
softwareReferences
protected com.google.common.collect.ImmutableSet.Builder<VirtualDiskImageSoftware> softwareReferences 
 - 
 - 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
id
- See Also:
 
 - 
uuid
- See Also:
 
 - 
capacity
- See Also:
 
 - 
units
- See Also:
 
 - 
typeId
- See Also:
 
 - 
description
- See Also:
 
 - 
name
- See Also:
 
 - 
storageRepositoryId
- See Also:
 
 - 
softwareReferences
public VirtualDiskImage.Builder softwareReferences(Set<VirtualDiskImageSoftware> softwareReferences)  - 
softwareReferences
 - 
build
 - 
fromVirtualDiskImage
 
 -