Interface PersistentDiskOrBuilder (1.74.0)

public interface PersistentDiskOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDiskUri()

public abstract String getDiskUri()

The URI of the Persistent Disk.

string disk_uri = 2;

Returns
Type Description
String

The diskUri.

getDiskUriBytes()

public abstract ByteString getDiskUriBytes()

The URI of the Persistent Disk.

string disk_uri = 2;

Returns
Type Description
ByteString

The bytes for diskUri.

getSourceDiskNumber()

public abstract int getSourceDiskNumber()

The ordinal number of the source VM disk.

int32 source_disk_number = 1;

Returns
Type Description
int

The sourceDiskNumber.