public sealed class AwsSourceVmDetails : IMessage<AwsSourceVmDetails>, IEquatable<AwsSourceVmDetails>, IDeepCloneable<AwsSourceVmDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class AwsSourceVmDetails.
[[["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-03-21 UTC."],[[["The `AwsSourceVmDetails` class in the VM Migration v1 API represents details about a source virtual machine from AWS."],["This class is available in multiple versions, with version 2.6.0 being the latest release for the VM Migration v1 API."],["The `AwsSourceVmDetails` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `AwsSourceVmDetails` class include `CommittedStorageBytes` (total disk size in bytes) and `Firmware` (the firmware type of the VM)."],["There are two constructors, a default and another one that takes another `AwsSourceVmDetails` as a parameter."]]],[]]