Interface MountOrBuilder (0.13.0)

public interface MountOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisk()

public abstract String getDisk()

The name of the disk to mount, as specified in the resources section.

string disk = 1;

Returns
TypeDescription
String

The disk.

getDiskBytes()

public abstract ByteString getDiskBytes()

The name of the disk to mount, as specified in the resources section.

string disk = 1;

Returns
TypeDescription
ByteString

The bytes for disk.

getPath()

public abstract String getPath()

The path to mount the disk inside the container.

string path = 2;

Returns
TypeDescription
String

The path.

getPathBytes()

public abstract ByteString getPathBytes()

The path to mount the disk inside the container.

string path = 2;

Returns
TypeDescription
ByteString

The bytes for path.

getReadOnly()

public abstract boolean getReadOnly()

If true, the disk is mounted read-only inside the container.

bool read_only = 3;

Returns
TypeDescription
boolean

The readOnly.