Uses of Interface
com.google.cloud.tpu.v2alpha1.AttachedDiskOrBuilder
-
Packages that use AttachedDiskOrBuilder Package Description com.google.cloud.tpu.v2alpha1 A client to Cloud TPU API -
-
Uses of AttachedDiskOrBuilder in com.google.cloud.tpu.v2alpha1
Classes in com.google.cloud.tpu.v2alpha1 that implement AttachedDiskOrBuilder Modifier and Type Class Description class
AttachedDisk
A node-attached disk resource.static class
AttachedDisk.Builder
A node-attached disk resource.Methods in com.google.cloud.tpu.v2alpha1 that return AttachedDiskOrBuilder Modifier and Type Method Description AttachedDiskOrBuilder
Node.Builder. getDataDisksOrBuilder(int index)
The additional data disks for the Node.AttachedDiskOrBuilder
Node. getDataDisksOrBuilder(int index)
The additional data disks for the Node.AttachedDiskOrBuilder
NodeOrBuilder. getDataDisksOrBuilder(int index)
The additional data disks for the Node.Methods in com.google.cloud.tpu.v2alpha1 that return types with arguments of type AttachedDiskOrBuilder Modifier and Type Method Description List<? extends AttachedDiskOrBuilder>
Node.Builder. getDataDisksOrBuilderList()
The additional data disks for the Node.List<? extends AttachedDiskOrBuilder>
Node. getDataDisksOrBuilderList()
The additional data disks for the Node.List<? extends AttachedDiskOrBuilder>
NodeOrBuilder. getDataDisksOrBuilderList()
The additional data disks for the Node.
-