Uses of Interface
com.google.cloud.compute.v1.ScratchDisksOrBuilder
-
Packages that use ScratchDisksOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of ScratchDisksOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement ScratchDisksOrBuilder Modifier and Type Class Description class
ScratchDisks
static class
ScratchDisks.Builder
Methods in com.google.cloud.compute.v1 that return ScratchDisksOrBuilder Modifier and Type Method Description ScratchDisksOrBuilder
MachineType.Builder. getScratchDisksOrBuilder(int index)
[Output Only] A list of extended scratch disks assigned to the instance.ScratchDisksOrBuilder
MachineType. getScratchDisksOrBuilder(int index)
[Output Only] A list of extended scratch disks assigned to the instance.ScratchDisksOrBuilder
MachineTypeOrBuilder. getScratchDisksOrBuilder(int index)
[Output Only] A list of extended scratch disks assigned to the instance.Methods in com.google.cloud.compute.v1 that return types with arguments of type ScratchDisksOrBuilder Modifier and Type Method Description List<? extends ScratchDisksOrBuilder>
MachineType.Builder. getScratchDisksOrBuilderList()
[Output Only] A list of extended scratch disks assigned to the instance.List<? extends ScratchDisksOrBuilder>
MachineType. getScratchDisksOrBuilderList()
[Output Only] A list of extended scratch disks assigned to the instance.List<? extends ScratchDisksOrBuilder>
MachineTypeOrBuilder. getScratchDisksOrBuilderList()
[Output Only] A list of extended scratch disks assigned to the instance.
-