[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference and code samples for the \u003ccode\u003eAwsVmDetails\u003c/code\u003e class within the VM Migration v1 API, which is used to represent a virtual machine (VM) in AWS.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAwsVmDetails\u003c/code\u003e class includes properties such as \u003ccode\u003eArchitecture\u003c/code\u003e, \u003ccode\u003eBootOption\u003c/code\u003e, \u003ccode\u003eCommittedStorageMb\u003c/code\u003e, \u003ccode\u003eCpuCount\u003c/code\u003e, and \u003ccode\u003eDiskCount\u003c/code\u003e, providing detailed information about the AWS VM.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, demonstrating its integration with various functionalities.\u003c/p\u003e\n"],["\u003cp\u003eAvailable versions of the documentation range from version 1.0.0 to the latest 2.6.0, allowing users to reference different API iterations.\u003c/p\u003e\n"],["\u003cp\u003eProperties like \u003ccode\u003eSecurityGroups\u003c/code\u003e, \u003ccode\u003eTags\u003c/code\u003e, \u003ccode\u003eSourceDescription\u003c/code\u003e, and \u003ccode\u003eSourceId\u003c/code\u003e allow for detailed information related to the VM's configuration, connections, and identification in the AWS environment.\u003c/p\u003e\n"]]],[],null,["# VM Migration v1 API - Class AwsVmDetails (2.6.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.6.0 (latest)](/dotnet/docs/reference/Google.Cloud.VMMigration.V1/latest/Google.Cloud.VMMigration.V1.AwsVmDetails)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.VMMigration.V1/2.5.0/Google.Cloud.VMMigration.V1.AwsVmDetails)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.VMMigration.V1/2.4.0/Google.Cloud.VMMigration.V1.AwsVmDetails)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.VMMigration.V1/2.3.0/Google.Cloud.VMMigration.V1.AwsVmDetails)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.VMMigration.V1/2.2.0/Google.Cloud.VMMigration.V1.AwsVmDetails)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.VMMigration.V1/2.1.0/Google.Cloud.VMMigration.V1.AwsVmDetails)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.VMMigration.V1/2.0.0/Google.Cloud.VMMigration.V1.AwsVmDetails)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.VMMigration.V1/1.0.0/Google.Cloud.VMMigration.V1.AwsVmDetails) \n\n public sealed class AwsVmDetails : IMessage\u003cAwsVmDetails\u003e, IEquatable\u003cAwsVmDetails\u003e, IDeepCloneable\u003cAwsVmDetails\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the VM Migration v1 API class AwsVmDetails.\n\nAwsVmDetails describes a VM in AWS. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e AwsVmDetails \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[AwsVmDetails](/dotnet/docs/reference/Google.Cloud.VMMigration.V1/latest/Google.Cloud.VMMigration.V1.AwsVmDetails), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[AwsVmDetails](/dotnet/docs/reference/Google.Cloud.VMMigration.V1/latest/Google.Cloud.VMMigration.V1.AwsVmDetails), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[AwsVmDetails](/dotnet/docs/reference/Google.Cloud.VMMigration.V1/latest/Google.Cloud.VMMigration.V1.AwsVmDetails), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.VMMigration.V1](/dotnet/docs/reference/Google.Cloud.VMMigration.V1/latest/Google.Cloud.VMMigration.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.VMMigration.V1.dll\n\nConstructors\n------------\n\n### AwsVmDetails()\n\n public AwsVmDetails()\n\n### AwsVmDetails(AwsVmDetails)\n\n public AwsVmDetails(AwsVmDetails other)\n\nProperties\n----------\n\n### Architecture\n\n public AwsVmDetails.Types.VmArchitecture Architecture { get; set; }\n\nThe CPU architecture.\n\n### BootOption\n\n public AwsVmDetails.Types.BootOption BootOption { get; set; }\n\nThe VM Boot Option.\n\n### CommittedStorageMb\n\n public long CommittedStorageMb { get; set; }\n\nThe total size of the storage allocated to the VM in MB.\n\n### CpuCount\n\n public int CpuCount { get; set; }\n\nThe number of cpus the VM has.\n\n### DiskCount\n\n public int DiskCount { get; set; }\n\nThe number of disks the VM has.\n\n### DisplayName\n\n public string DisplayName { get; set; }\n\nThe display name of the VM. Note that this value is not necessarily unique.\n\n### InstanceType\n\n public string InstanceType { get; set; }\n\nThe instance type of the VM.\n\n### MemoryMb\n\n public int MemoryMb { get; set; }\n\nThe memory size of the VM in MB.\n\n### OsDescription\n\n public string OsDescription { get; set; }\n\nThe VM's OS.\n\n### PowerState\n\n public AwsVmDetails.Types.PowerState PowerState { get; set; }\n\nOutput only. The power state of the VM at the moment list was taken.\n\n### SecurityGroups\n\n public RepeatedField\u003cAwsSecurityGroup\u003e SecurityGroups { get; }\n\nThe security groups the VM belongs to.\n\n### SourceDescription\n\n public string SourceDescription { get; set; }\n\nThe descriptive name of the AWS's source this VM is connected to.\n\n### SourceId\n\n public string SourceId { get; set; }\n\nThe id of the AWS's source this VM is connected to.\n\n### Tags\n\n public MapField\u003cstring, string\u003e Tags { get; }\n\nThe tags of the VM.\n\n### VirtualizationType\n\n public AwsVmDetails.Types.VmVirtualizationType VirtualizationType { get; set; }\n\nThe virtualization type.\n\n### VmId\n\n public string VmId { get; set; }\n\nThe VM ID in AWS.\n\n### VpcId\n\n public string VpcId { get; set; }\n\nThe VPC ID the VM belongs to.\n\n### Zone\n\n public string Zone { get; set; }\n\nThe AWS zone of the VM."]]