Interface AwsSourceVmDetailsOrBuilder (1.15.0)

public interface AwsSourceVmDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCommittedStorageBytes()

public abstract long getCommittedStorageBytes()

The total size of the disks being migrated in bytes.

int64 committed_storage_bytes = 2;

Returns
TypeDescription
long

The committedStorageBytes.

getFirmware()

public abstract AwsSourceVmDetails.Firmware getFirmware()

The firmware type of the source VM.

.google.cloud.vmmigration.v1.AwsSourceVmDetails.Firmware firmware = 1;

Returns
TypeDescription
AwsSourceVmDetails.Firmware

The firmware.

getFirmwareValue()

public abstract int getFirmwareValue()

The firmware type of the source VM.

.google.cloud.vmmigration.v1.AwsSourceVmDetails.Firmware firmware = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for firmware.