Migration Center v1 API - Class GuestOsDetails (1.1.0)

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.

Inheritance

object > GuestOsDetails

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

GuestOsDetails()

public GuestOsDetails()

GuestOsDetails(GuestOsDetails)

public GuestOsDetails(GuestOsDetails other)
Parameter
NameDescription
otherGuestOsDetails

Properties

Config

public GuestConfigDetails Config { get; set; }

OS and app configuration.

Property Value
TypeDescription
GuestConfigDetails

Family

public OperatingSystemFamily Family { get; set; }

What family the OS belong to, if known.

Property Value
TypeDescription
OperatingSystemFamily

OsName

public string OsName { get; set; }

The name of the operating system.

Property Value
TypeDescription
string

Runtime

public GuestRuntimeDetails Runtime { get; set; }

Runtime information.

Property Value
TypeDescription
GuestRuntimeDetails

Version

public string Version { get; set; }

The version of the operating system.

Property Value
TypeDescription
string