public static interface InstanceStorageInfo.Builder extends SdkPojo, CopyableBuilder<InstanceStorageInfo.Builder,InstanceStorageInfo>
| Modifier and Type | Method and Description |
|---|---|
InstanceStorageInfo.Builder |
disks(Collection<DiskInfo> disks)
Array describing the disks that are available for the instance type.
|
InstanceStorageInfo.Builder |
disks(Consumer<DiskInfo.Builder>... disks)
Array describing the disks that are available for the instance type.
|
InstanceStorageInfo.Builder |
disks(DiskInfo... disks)
Array describing the disks that are available for the instance type.
|
InstanceStorageInfo.Builder |
totalSizeInGB(Long totalSizeInGB)
The total size of the disks, in GB.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInstanceStorageInfo.Builder totalSizeInGB(Long totalSizeInGB)
The total size of the disks, in GB.
totalSizeInGB - The total size of the disks, in GB.InstanceStorageInfo.Builder disks(Collection<DiskInfo> disks)
Array describing the disks that are available for the instance type.
disks - Array describing the disks that are available for the instance type.InstanceStorageInfo.Builder disks(DiskInfo... disks)
Array describing the disks that are available for the instance type.
disks - Array describing the disks that are available for the instance type.InstanceStorageInfo.Builder disks(Consumer<DiskInfo.Builder>... disks)
Array describing the disks that are available for the instance type.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #disks(List) .disks - a consumer that will call methods on List.Builder #disks(List) Copyright © 2019. All rights reserved.