public class VolumeMount
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
VolumeMount.DeviceType |
static class |
VolumeMount.Mode |
static class |
VolumeMount.VolumeMountBuilder |
Modifier and Type | Method and Description |
---|---|
static VolumeMount.VolumeMountBuilder |
builder() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getContainerDir() |
VolumeDevice |
getDevice() |
VolumeMount.DeviceType |
getDeviceType() |
java.lang.String |
getDriver() |
VolumeMount.Mode |
getMode() |
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.String getDriver()
public java.lang.String getContainerDir()
public VolumeMount.Mode getMode()
public VolumeMount.DeviceType getDeviceType()
public VolumeDevice getDevice()
public static VolumeMount.VolumeMountBuilder builder()
public final boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public final int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object