Interface DataDiskAssignmentOrBuilder (0.47.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
Name Description
index int

The index of the element to return.

Returns
Type Description
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
Name Description
index int

The index of the value to return.

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

The bytes for vmInstance.