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 latest version of the `AwsSourceVmDetails` class is 2.6.0, which can be found in the VM Migration v1 API documentation."],["`AwsSourceVmDetails` is a class within the `Google.Cloud.VMMigration.V1` namespace, representing the details of a source AWS VM for migration, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `AwsSourceVmDetails` provides two constructors: a default constructor and a constructor that takes another `AwsSourceVmDetails` object as a parameter to create a new object."],["`AwsSourceVmDetails` has two key properties: `CommittedStorageBytes`, which represents the total disk size in bytes, and `Firmware`, which indicates the source VM's firmware type."],["This class has inherited methods such as `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class."]]],[]]