static Disk.Builder |
Disk.builder() |
|
Disk.Builder |
Disk.Builder.diskAllocationResource(String diskAllocationResource) |
The iSCSI qualified name (IQN) that is defined for a disk.
|
Disk.Builder |
Disk.Builder.diskAllocationType(String diskAllocationType) |
Sets the value of the DiskAllocationType property for this object.
|
Disk.Builder |
Disk.Builder.diskAttributeList(String... diskAttributeList) |
Sets the value of the DiskAttributeList property for this object.
|
Disk.Builder |
Disk.Builder.diskAttributeList(Collection<String> diskAttributeList) |
Sets the value of the DiskAttributeList property for this object.
|
Disk.Builder |
Disk.Builder.diskId(String diskId) |
The unique device ID or other distinguishing data that identifies a local disk.
|
Disk.Builder |
Disk.Builder.diskNode(String diskNode) |
The device node of a local disk as assigned by the virtualization environment.
|
Disk.Builder |
Disk.Builder.diskPath(String diskPath) |
The path of a local disk in the gateway virtual machine (VM).
|
Disk.Builder |
Disk.Builder.diskSizeInBytes(Long diskSizeInBytes) |
The local disk size in bytes.
|
Disk.Builder |
Disk.Builder.diskStatus(String diskStatus) |
A value that represents the status of a local disk.
|
Disk.Builder |
Disk.toBuilder() |
|