| 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> |
NodeGroupNode.getDisks()
Local disk configurations.
|
List<LocalDisk> |
NodeTemplate.getDisks() |
| Modifier and Type | Method and Description |
|---|---|
NodeGroupNode |
NodeGroupNode.setDisks(List<LocalDisk> disks)
Local disk configurations.
|
NodeTemplate |
NodeTemplate.setDisks(List<LocalDisk> disks) |
Copyright © 2011–2021 Google. All rights reserved.