Interface DataDiskAssignmentOrBuilder (0.9.0)

public interface DataDiskAssignmentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataDisks(int index)

public abstract String getDataDisks(int index)

Mounted data disks. The order is important a data disk's 0-based index in this list defines which persistent directory the disk is mounted to, for example the list of { "myproject-1014-104817-4c2-harness-0-disk-0" }, { "myproject-1014-104817-4c2-harness-0-disk-1" }.

repeated string data_disks = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The dataDisks at the given index.

getDataDisksBytes(int index)

public abstract ByteString getDataDisksBytes(int index)

Mounted data disks. The order is important a data disk's 0-based index in this list defines which persistent directory the disk is mounted to, for example the list of { "myproject-1014-104817-4c2-harness-0-disk-0" }, { "myproject-1014-104817-4c2-harness-0-disk-1" }.

repeated string data_disks = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the dataDisks at the given index.

getDataDisksCount()

public abstract int getDataDisksCount()

Mounted data disks. The order is important a data disk's 0-based index in this list defines which persistent directory the disk is mounted to, for example the list of { "myproject-1014-104817-4c2-harness-0-disk-0" }, { "myproject-1014-104817-4c2-harness-0-disk-1" }.

repeated string data_disks = 2;

Returns
TypeDescription
int

The count of dataDisks.

getDataDisksList()

public abstract List<String> getDataDisksList()

Mounted data disks. The order is important a data disk's 0-based index in this list defines which persistent directory the disk is mounted to, for example the list of { "myproject-1014-104817-4c2-harness-0-disk-0" }, { "myproject-1014-104817-4c2-harness-0-disk-1" }.

repeated string data_disks = 2;

Returns
TypeDescription
List<String>

A list containing the dataDisks.

getVmInstance()

public abstract String getVmInstance()

VM instance name the data disks mounted to, for example "myproject-1014-104817-4c2-harness-0".

string vm_instance = 1;

Returns
TypeDescription
String

The vmInstance.

getVmInstanceBytes()

public abstract ByteString getVmInstanceBytes()

VM instance name the data disks mounted to, for example "myproject-1014-104817-4c2-harness-0".

string vm_instance = 1;

Returns
TypeDescription
ByteString

The bytes for vmInstance.