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 float
protected String
protected int
protected String
protected com.google.common.collect.ImmutableSet.Builder
<VirtualDiskImageSoftware> protected int
protected int
protected String
protected 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
-