Interface VolumeOrBuilder (2.3.3)

public interface VolumeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Unique name for the volume.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Unique name for the volume.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getSizeGb()

public abstract double getSizeGb()

Volume size in gigabytes.

double size_gb = 3;

Returns
TypeDescription
double

The sizeGb.

getVolumeType()

public abstract String getVolumeType()

Underlying volume type, e.g. 'tmpfs'.

string volume_type = 2;

Returns
TypeDescription
String

The volumeType.

getVolumeTypeBytes()

public abstract ByteString getVolumeTypeBytes()

Underlying volume type, e.g. 'tmpfs'.

string volume_type = 2;

Returns
TypeDescription
ByteString

The bytes for volumeType.