Package com.google.cloud.vmmigration.v1
Interface AwsSourceVmDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AwsSourceVmDetails
,AwsSourceVmDetails.Builder
public interface AwsSourceVmDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getCommittedStorageBytes()
The total size of the disks being migrated in bytes.AwsSourceVmDetails.Firmware
getFirmware()
The firmware type of the source VM.int
getFirmwareValue()
The firmware type of the source VM.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFirmwareValue
int getFirmwareValue()
The firmware type of the source VM.
.google.cloud.vmmigration.v1.AwsSourceVmDetails.Firmware firmware = 1;
- Returns:
- The enum numeric value on the wire for firmware.
-
getFirmware
AwsSourceVmDetails.Firmware getFirmware()
The firmware type of the source VM.
.google.cloud.vmmigration.v1.AwsSourceVmDetails.Firmware firmware = 1;
- Returns:
- The firmware.
-
getCommittedStorageBytes
long getCommittedStorageBytes()
The total size of the disks being migrated in bytes.
int64 committed_storage_bytes = 2;
- Returns:
- The committedStorageBytes.
-
-