Package org.jclouds.cloudstack.domain
Class Volume.Builder<T extends Volume.Builder<T>>
java.lang.Object
org.jclouds.cloudstack.domain.Volume.Builder<T>
- Enclosing class:
Volume
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected Date
protected Date
protected boolean
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected boolean
protected String
protected String
protected String
protected String
protected String
protected String
protected long
protected String
protected Volume.State
protected String
protected String
protected Volume.Type
protected String
protected String
protected String
protected VirtualMachine.State
protected String
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
destroyed
(boolean destroyed) diskOfferingDisplayText
(String diskOfferingDisplayText) diskOfferingId
(String diskOfferingId) diskOfferingName
(String diskOfferingName) fromVolume
(Volume in) hypervisor
(String hypervisor) isExtractable
(boolean isExtractable) protected abstract T
self()
serviceOfferingDisplayText
(String serviceOfferingDisplayText) serviceOfferingId
(String serviceOfferingId) serviceOfferingName
(String serviceOfferingName) size
(long size) snapshotId
(String snapshotId) state
(Volume.State state) storageType
(String storageType) type
(Volume.Type type) virtualMachineId
(String virtualMachineId) vmDisplayName
(String vmDisplayName) vmState
(VirtualMachine.State vmState)
-
Field Details
-
id
-
account
-
attached
-
created
-
destroyed
protected boolean destroyed -
deviceId
-
diskOfferingDisplayText
-
diskOfferingId
-
diskOfferingName
-
domain
-
domainId
-
hypervisor
-
isExtractable
protected boolean isExtractable -
jobId
-
jobStatus
-
name
-
serviceOfferingDisplayText
-
serviceOfferingId
-
serviceOfferingName
-
size
protected long size -
snapshotId
-
state
-
storage
-
storageType
-
type
-
virtualMachineId
-
vmDisplayName
-
vmName
-
vmState
-
zoneId
-
zoneName
-
tags
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
-
id
- See Also:
-
account
- See Also:
-
attached
- See Also:
-
created
- See Also:
-
destroyed
- See Also:
-
deviceId
- See Also:
-
diskOfferingDisplayText
- See Also:
-
diskOfferingId
- See Also:
-
diskOfferingName
- See Also:
-
domain
- See Also:
-
domainId
- See Also:
-
hypervisor
- See Also:
-
isExtractable
- See Also:
-
jobId
- See Also:
-
jobStatus
- See Also:
-
name
- See Also:
-
serviceOfferingDisplayText
- See Also:
-
serviceOfferingId
- See Also:
-
serviceOfferingName
- See Also:
-
size
- See Also:
-
snapshotId
- See Also:
-
state
- See Also:
-
storage
- See Also:
-
storageType
- See Also:
-
type
- See Also:
-
virtualMachineId
- See Also:
-
vmDisplayName
- See Also:
-
vmName
- See Also:
-
vmState
- See Also:
-
zoneId
- See Also:
-
zoneName
- See Also:
-
tags
- See Also:
-
tags
-
build
-
fromVolume
-