@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1EmptyDirVolumeSource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_MEDIUM |
static String |
SERIALIZED_NAME_SIZE_LIMIT |
Constructor and Description |
---|
V1EmptyDirVolumeSource() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getMedium()
What type of storage medium should back this directory.
|
Quantity |
getSizeLimit()
Quantity is a fixed-point representation of a number.
|
int |
hashCode() |
V1EmptyDirVolumeSource |
medium(String medium) |
void |
setMedium(String medium) |
void |
setSizeLimit(Quantity sizeLimit) |
V1EmptyDirVolumeSource |
sizeLimit(Quantity sizeLimit) |
String |
toString() |
public static final String SERIALIZED_NAME_MEDIUM
public static final String SERIALIZED_NAME_SIZE_LIMIT
public V1EmptyDirVolumeSource medium(String medium)
@Nullable public String getMedium()
public void setMedium(String medium)
public V1EmptyDirVolumeSource sizeLimit(Quantity sizeLimit)
@Nullable public Quantity getSizeLimit()
public void setSizeLimit(Quantity sizeLimit)
Copyright © 2020. All rights reserved.