| Package | Description |
|---|---|
| com.google.api.services.container.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
BootDiskProfile |
BootDiskProfile.clone() |
BootDiskProfile |
SwapConfig.getBootDiskProfile()
Swap on the node's boot disk.
|
BootDiskProfile |
BootDiskProfile.set(String fieldName,
Object value) |
BootDiskProfile |
BootDiskProfile.setSwapSizeGib(Long swapSizeGib)
Specifies the size of the swap space in gibibytes (GiB).
|
BootDiskProfile |
BootDiskProfile.setSwapSizePercent(Integer swapSizePercent)
Specifies the size of the swap space as a percentage of the boot disk size.
|
| Modifier and Type | Method and Description |
|---|---|
SwapConfig |
SwapConfig.setBootDiskProfile(BootDiskProfile bootDiskProfile)
Swap on the node's boot disk.
|
Copyright © 2011–2025 Google. All rights reserved.