public sealed class GuestConfigDetails : IMessage<GuestConfigDetails>, IEquatable<GuestConfigDetails>, IDeepCloneable<GuestConfigDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class GuestConfigDetails.
[[["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\u003eGuestConfigDetails\u003c/code\u003e class in the Google.Cloud.MigrationCenter.V1 namespace provides a representation of guest OS configuration information within the Migration Center v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its functionality in data handling and object management.\u003c/p\u003e\n"],["\u003cp\u003eAvailable properties in the class include \u003ccode\u003eFstab\u003c/code\u003e, \u003ccode\u003eHosts\u003c/code\u003e, \u003ccode\u003eIssue\u003c/code\u003e, \u003ccode\u003eNfsExports\u003c/code\u003e, and \u003ccode\u003eSelinuxMode\u003c/code\u003e, which are used to collect various configurations of the Guest OS.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation provides different versions of the \u003ccode\u003eGuestConfigDetails\u003c/code\u003e class, ranging from version 1.0.0 to the latest 1.4.0, allowing users to access information based on specific release versions.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains two constructors, one default and one to allow a GuestConfigDetails to be created from another.\u003c/p\u003e\n"]]],[],null,["# Migration Center v1 API - Class GuestConfigDetails (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.GuestConfigDetails)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.3.0/Google.Cloud.MigrationCenter.V1.GuestConfigDetails)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.2.0/Google.Cloud.MigrationCenter.V1.GuestConfigDetails)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.1.0/Google.Cloud.MigrationCenter.V1.GuestConfigDetails)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.0.0/Google.Cloud.MigrationCenter.V1.GuestConfigDetails) \n\n public sealed class GuestConfigDetails : IMessage\u003cGuestConfigDetails\u003e, IEquatable\u003cGuestConfigDetails\u003e, IDeepCloneable\u003cGuestConfigDetails\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Migration Center v1 API class GuestConfigDetails.\n\nGuest OS config information. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GuestConfigDetails \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GuestConfigDetails](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.GuestConfigDetails), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GuestConfigDetails](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.GuestConfigDetails), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GuestConfigDetails](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.GuestConfigDetails), [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### GuestConfigDetails()\n\n public GuestConfigDetails()\n\n### GuestConfigDetails(GuestConfigDetails)\n\n public GuestConfigDetails(GuestConfigDetails other)\n\nProperties\n----------\n\n### Fstab\n\n public FstabEntryList Fstab { get; set; }\n\nMount list (Linux fstab).\n\n### Hosts\n\n public HostsEntryList Hosts { get; set; }\n\nHosts file (/etc/hosts).\n\n### Issue\n\n public string Issue { get; set; }\n\nOS issue (typically /etc/issue in Linux).\n\n### NfsExports\n\n public NfsExportList NfsExports { get; set; }\n\nNFS exports.\n\n### SelinuxMode\n\n public GuestConfigDetails.Types.SeLinuxMode SelinuxMode { get; set; }\n\nSecurity-Enhanced Linux (SELinux) mode."]]