Interface MountOrBuilder (0.46.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
Type Description
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
Type Description
ByteString

The bytes for disk.

getPath()

public abstract String getPath()

The path to mount the disk inside the container.

string path = 2;

Returns
Type Description
String

The path.

getPathBytes()

public abstract ByteString getPathBytes()

The path to mount the disk inside the container.

string path = 2;

Returns
Type Description
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
Type Description
boolean

The readOnly.