Interface AwsSourceVmDetailsOrBuilder (1.42.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
Type Description
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
Type Description
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
Type Description
int

The enum numeric value on the wire for firmware.