public static interface DiskInfo.Builder extends SdkPojo, CopyableBuilder<DiskInfo.Builder,DiskInfo>
Modifier and Type | Method and Description |
---|---|
DiskInfo.Builder |
count(Integer count)
The number of disks with this configuration.
|
DiskInfo.Builder |
sizeInGB(Long sizeInGB)
The size of the disk in GB.
|
DiskInfo.Builder |
type(DiskType type)
The type of disk.
|
DiskInfo.Builder |
type(String type)
The type of disk.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DiskInfo.Builder sizeInGB(Long sizeInGB)
The size of the disk in GB.
sizeInGB
- The size of the disk in GB.DiskInfo.Builder count(Integer count)
The number of disks with this configuration.
count
- The number of disks with this configuration.DiskInfo.Builder type(String type)
The type of disk.
DiskInfo.Builder type(DiskType type)
The type of disk.
Copyright © 2023. All rights reserved.