| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
BootDisk |
BootDisk.clone() |
BootDisk |
UpdateNodePoolRequest.getBootDisk()
The desired boot disk config for nodes in the node pool.
|
BootDisk |
NodeConfig.getBootDisk()
The boot disk configuration for the node pool.
|
BootDisk |
BootDisk.set(String fieldName,
Object value) |
BootDisk |
BootDisk.setDiskType(String diskType)
Disk type of the boot disk.
|
BootDisk |
BootDisk.setProvisionedIops(Long provisionedIops)
For Hyperdisk-Balanced only, the provisioned IOPS config value.
|
BootDisk |
BootDisk.setProvisionedThroughput(Long provisionedThroughput)
For Hyperdisk-Balanced only, the provisioned throughput config value.
|
BootDisk |
BootDisk.setSizeGb(Long sizeGb)
Disk size in GB.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setBootDisk(BootDisk bootDisk)
The desired boot disk config for nodes in the node pool.
|
NodeConfig |
NodeConfig.setBootDisk(BootDisk bootDisk)
The boot disk configuration for the node pool.
|
Copyright © 2011–2025 Google. All rights reserved.