| Package | Description |
|---|---|
| com.google.api.services.container.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
EphemeralLocalSsdProfile |
EphemeralLocalSsdProfile.clone() |
EphemeralLocalSsdProfile |
SwapConfig.getEphemeralLocalSsdProfile()
Swap on the local SSD shared with pod ephemeral storage.
|
EphemeralLocalSsdProfile |
EphemeralLocalSsdProfile.set(String fieldName,
Object value) |
EphemeralLocalSsdProfile |
EphemeralLocalSsdProfile.setSwapSizeGib(Long swapSizeGib)
Specifies the size of the swap space in gibibytes (GiB).
|
EphemeralLocalSsdProfile |
EphemeralLocalSsdProfile.setSwapSizePercent(Integer swapSizePercent)
Specifies the size of the swap space as a percentage of the ephemeral local SSD capacity.
|
| Modifier and Type | Method and Description |
|---|---|
SwapConfig |
SwapConfig.setEphemeralLocalSsdProfile(EphemeralLocalSsdProfile ephemeralLocalSsdProfile)
Swap on the local SSD shared with pod ephemeral storage.
|
Copyright © 2011–2025 Google. All rights reserved.