public interface AwsSourceVmDetailsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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. |
getDisks(int index)
public abstract AwsSourceVmDetails.AwsDiskDetails getDisks(int index)
The disks attached to the source VM.
repeated .google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetails disks = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AwsSourceVmDetails.AwsDiskDetails |
getDisksCount()
public abstract int getDisksCount()
The disks attached to the source VM.
repeated .google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetails disks = 3;
Returns | |
---|---|
Type | Description |
int |
getDisksList()
public abstract List<AwsSourceVmDetails.AwsDiskDetails> getDisksList()
The disks attached to the source VM.
repeated .google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetails disks = 3;
Returns | |
---|---|
Type | Description |
List<AwsDiskDetails> |
getDisksOrBuilder(int index)
public abstract AwsSourceVmDetails.AwsDiskDetailsOrBuilder getDisksOrBuilder(int index)
The disks attached to the source VM.
repeated .google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetails disks = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AwsSourceVmDetails.AwsDiskDetailsOrBuilder |
getDisksOrBuilderList()
public abstract List<? extends AwsSourceVmDetails.AwsDiskDetailsOrBuilder> getDisksOrBuilderList()
The disks attached to the source VM.
repeated .google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetails disks = 3;
Returns | |
---|---|
Type | Description |
List<? extends com.google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetailsOrBuilder> |
getFirmware()
public abstract AwsSourceVmDetails.Firmware getFirmware()
The firmware type of the source VM.
.google.events.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.events.cloud.vmmigration.v1.AwsSourceVmDetails.Firmware firmware = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for firmware. |