public sealed class GuestRuntimeDetails : IMessage<GuestRuntimeDetails>, IEquatable<GuestRuntimeDetails>, IDeepCloneable<GuestRuntimeDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class GuestRuntimeDetails.
[[["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\u003eThe \u003ccode\u003eGuestRuntimeDetails\u003c/code\u003e class in the Migration Center v1 API provides comprehensive guest OS runtime information.\u003c/p\u003e\n"],["\u003cp\u003eThis class includes properties for domain, installed applications, last boot time, machine name, network details, open files, running processes, and running services.\u003c/p\u003e\n"],["\u003cp\u003eThere are different versions of the \u003ccode\u003eGuestRuntimeDetails\u003c/code\u003e available, with 1.4.0 being the latest version.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGuestRuntimeDetails\u003c/code\u003e class implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, enabling operations like cloning and equality checks.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides two constructors, a default constructor and one that takes another \u003ccode\u003eGuestRuntimeDetails\u003c/code\u003e object for copying its values.\u003c/p\u003e\n"]]],[],null,["# Migration Center v1 API - Class GuestRuntimeDetails (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.GuestRuntimeDetails)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.3.0/Google.Cloud.MigrationCenter.V1.GuestRuntimeDetails)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.2.0/Google.Cloud.MigrationCenter.V1.GuestRuntimeDetails)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.1.0/Google.Cloud.MigrationCenter.V1.GuestRuntimeDetails)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.0.0/Google.Cloud.MigrationCenter.V1.GuestRuntimeDetails) \n\n public sealed class GuestRuntimeDetails : IMessage\u003cGuestRuntimeDetails\u003e, IEquatable\u003cGuestRuntimeDetails\u003e, IDeepCloneable\u003cGuestRuntimeDetails\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Migration Center v1 API class GuestRuntimeDetails.\n\nGuest OS runtime information. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GuestRuntimeDetails \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GuestRuntimeDetails](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.GuestRuntimeDetails), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GuestRuntimeDetails](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.GuestRuntimeDetails), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GuestRuntimeDetails](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.GuestRuntimeDetails), [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.MigrationCenter.V1](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.MigrationCenter.V1.dll\n\nConstructors\n------------\n\n### GuestRuntimeDetails()\n\n public GuestRuntimeDetails()\n\n### GuestRuntimeDetails(GuestRuntimeDetails)\n\n public GuestRuntimeDetails(GuestRuntimeDetails other)\n\nProperties\n----------\n\n### Domain\n\n public string Domain { get; set; }\n\nDomain, e.g. c.stratozone-development.internal.\n\n### InstalledApps\n\n public GuestInstalledApplicationList InstalledApps { get; set; }\n\nInstalled applications information.\n\n### LastBootTime\n\n public Timestamp LastBootTime { get; set; }\n\nLast time the OS was booted.\n\n### MachineName\n\n public string MachineName { get; set; }\n\nMachine name.\n\n### Network\n\n public RuntimeNetworkInfo Network { get; set; }\n\nRuntime network information (connections, ports).\n\n### OpenFileList\n\n public OpenFileList OpenFileList { get; set; }\n\nOpen files information.\n\n### Processes\n\n public RunningProcessList Processes { get; set; }\n\nRunning processes.\n\n### Services\n\n public RunningServiceList Services { get; set; }\n\nRunning background services."]]