public sealed class GuestOsDetails : IMessage<GuestOsDetails>, IEquatable<GuestOsDetails>, IDeepCloneable<GuestOsDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class GuestOsDetails.
Information from Guest-level collections.
Implements
IMessageGuestOsDetails, IEquatableGuestOsDetails, IDeepCloneableGuestOsDetails, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
GuestOsDetails()
public GuestOsDetails()
GuestOsDetails(GuestOsDetails)
public GuestOsDetails(GuestOsDetails other)
Parameter | |
---|---|
Name | Description |
other | GuestOsDetails |
Properties
Config
public GuestConfigDetails Config { get; set; }
OS and app configuration.
Property Value | |
---|---|
Type | Description |
GuestConfigDetails |
Family
public OperatingSystemFamily Family { get; set; }
What family the OS belong to, if known.
Property Value | |
---|---|
Type | Description |
OperatingSystemFamily |
OsName
public string OsName { get; set; }
The name of the operating system.
Property Value | |
---|---|
Type | Description |
string |
Runtime
public GuestRuntimeDetails Runtime { get; set; }
Runtime information.
Property Value | |
---|---|
Type | Description |
GuestRuntimeDetails |
Version
public string Version { get; set; }
The version of the operating system.
Property Value | |
---|---|
Type | Description |
string |