[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface AwsSourceVmDetailsOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.vmmigration.v1.AwsSourceVmDetailsOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.vmmigration.v1.AwsSourceVmDetailsOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.vmmigration.v1.AwsSourceVmDetailsOrBuilder) \n\n public interface AwsSourceVmDetailsOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getCommittedStorageBytes()\n\n public abstract long getCommittedStorageBytes()\n\nThe total size of the disks being migrated in bytes.\n\n`int64 committed_storage_bytes = 2;`\n\n### getDisks(int index)\n\n public abstract AwsSourceVmDetails.AwsDiskDetails getDisks(int index)\n\nThe disks attached to the source VM.\n\n`repeated .google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetails disks = 3;\n`\n\n### getDisksCount()\n\n public abstract int getDisksCount()\n\nThe disks attached to the source VM.\n\n`repeated .google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetails disks = 3;\n`\n\n### getDisksList()\n\n public abstract List\u003cAwsSourceVmDetails.AwsDiskDetails\u003e getDisksList()\n\nThe disks attached to the source VM.\n\n`repeated .google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetails disks = 3;\n`\n\n### getDisksOrBuilder(int index)\n\n public abstract AwsSourceVmDetails.AwsDiskDetailsOrBuilder getDisksOrBuilder(int index)\n\nThe disks attached to the source VM.\n\n`repeated .google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetails disks = 3;\n`\n\n### getDisksOrBuilderList()\n\n public abstract List\u003c? extends AwsSourceVmDetails.AwsDiskDetailsOrBuilder\u003e getDisksOrBuilderList()\n\nThe disks attached to the source VM.\n\n`repeated .google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetails disks = 3;\n`\n\n### getFirmware()\n\n public abstract AwsSourceVmDetails.Firmware getFirmware()\n\nThe firmware type of the source VM.\n\n`.google.events.cloud.vmmigration.v1.AwsSourceVmDetails.Firmware firmware = 1;`\n\n### getFirmwareValue()\n\n public abstract int getFirmwareValue()\n\nThe firmware type of the source VM.\n\n`.google.events.cloud.vmmigration.v1.AwsSourceVmDetails.Firmware firmware = 1;`"]]