| Package | Description | 
|---|---|
| com.google.api.services.compute.model | 
| Modifier and Type | Method and Description | 
|---|---|
| LocalDisk | LocalDisk. clone() | 
| LocalDisk | LocalDisk. set(String fieldName,
   Object value) | 
| LocalDisk | LocalDisk. setDiskCount(Integer diskCount)Specifies the number of such disks. | 
| LocalDisk | LocalDisk. setDiskSizeGb(Integer diskSizeGb)Specifies the size of the disk in base-2 GB. | 
| LocalDisk | LocalDisk. setDiskType(String diskType)Specifies the desired disk type on the node. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<LocalDisk> | NodeTemplate. getDisks() | 
| List<LocalDisk> | NodeGroupNode. getDisks()Local disk configurations. | 
| Modifier and Type | Method and Description | 
|---|---|
| NodeTemplate | NodeTemplate. setDisks(List<LocalDisk> disks) | 
| NodeGroupNode | NodeGroupNode. setDisks(List<LocalDisk> disks)Local disk configurations. | 
Copyright © 2011–2021 Google. All rights reserved.