| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
SecondaryBootDisk |
SecondaryBootDisk.clone() |
SecondaryBootDisk |
SecondaryBootDisk.set(String fieldName,
Object value) |
SecondaryBootDisk |
SecondaryBootDisk.setDiskImage(String diskImage)
Fully-qualified resource ID for an existing disk image.
|
SecondaryBootDisk |
SecondaryBootDisk.setMode(String mode)
Disk mode (container image cache, etc.)
|
| Modifier and Type | Method and Description |
|---|---|
List<SecondaryBootDisk> |
NodeConfig.getSecondaryBootDisks()
List of secondary boot disks attached to the nodes.
|
| Modifier and Type | Method and Description |
|---|---|
NodeConfig |
NodeConfig.setSecondaryBootDisks(List<SecondaryBootDisk> secondaryBootDisks)
List of secondary boot disks attached to the nodes.
|
Copyright © 2011–2024 Google. All rights reserved.