| Package | Description |
|---|---|
| com.google.api.services.container.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
SwapConfig |
SwapConfig.clone() |
SwapConfig |
LinuxNodeConfig.getSwapConfig()
Optional.
|
SwapConfig |
SwapConfig.set(String fieldName,
Object value) |
SwapConfig |
SwapConfig.setBootDiskProfile(BootDiskProfile bootDiskProfile)
Swap on the node's boot disk.
|
SwapConfig |
SwapConfig.setDedicatedLocalSsdProfile(DedicatedLocalSsdProfile dedicatedLocalSsdProfile)
Provisions a new, separate local NVMe SSD exclusively for swap.
|
SwapConfig |
SwapConfig.setEnabled(Boolean enabled)
Optional.
|
SwapConfig |
SwapConfig.setEncryptionConfig(EncryptionConfig encryptionConfig)
Optional.
|
SwapConfig |
SwapConfig.setEphemeralLocalSsdProfile(EphemeralLocalSsdProfile ephemeralLocalSsdProfile)
Swap on the local SSD shared with pod ephemeral storage.
|
| Modifier and Type | Method and Description |
|---|---|
LinuxNodeConfig |
LinuxNodeConfig.setSwapConfig(SwapConfig swapConfig)
Optional.
|
Copyright © 2011–2025 Google. All rights reserved.