| Package | Description |
|---|---|
| com.openshift.internal.restclient.model.volume | |
| com.openshift.restclient.model.volume | |
| com.openshift.restclient.utils |
| Modifier and Type | Method and Description |
|---|---|
MemoryUnit |
PersistentVolume.getCapacityUnit() |
| Modifier and Type | Method and Description |
|---|---|
long |
PersistentVolume.getCapacity(MemoryUnit unit) |
void |
PersistentVolume.setCapacity(long capacity,
MemoryUnit unit)
Sets the capacity.
|
| Modifier and Type | Method and Description |
|---|---|
MemoryUnit |
IPersistentVolume.getCapacityUnit() |
| Modifier and Type | Method and Description |
|---|---|
long |
IPersistentVolume.getCapacity(MemoryUnit unit) |
void |
IPersistentVolume.setCapacity(long capacity,
MemoryUnit unit)
Sets the capacity.
|
| Modifier and Type | Method and Description |
|---|---|
static MemoryUnit |
MemoryUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemoryUnit[] |
MemoryUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 Red Hat, Inc. All Rights Reserved.