Migration Center v1 API - Class GuestRuntimeDetails (1.2.0)

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.

Guest OS runtime information.

Inheritance

object > GuestRuntimeDetails

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

GuestRuntimeDetails()

public GuestRuntimeDetails()

GuestRuntimeDetails(GuestRuntimeDetails)

public GuestRuntimeDetails(GuestRuntimeDetails other)
Parameter
NameDescription
otherGuestRuntimeDetails

Properties

Domain

public string Domain { get; set; }

Domain, e.g. c.stratozone-development.internal.

Property Value
TypeDescription
string

InstalledApps

public GuestInstalledApplicationList InstalledApps { get; set; }

Installed applications information.

Property Value
TypeDescription
GuestInstalledApplicationList

LastBootTime

public Timestamp LastBootTime { get; set; }

Last time the OS was booted.

Property Value
TypeDescription
Timestamp

MachineName

public string MachineName { get; set; }

Machine name.

Property Value
TypeDescription
string

Network

public RuntimeNetworkInfo Network { get; set; }

Runtime network information (connections, ports).

Property Value
TypeDescription
RuntimeNetworkInfo

OpenFileList

public OpenFileList OpenFileList { get; set; }

Open files information.

Property Value
TypeDescription
OpenFileList

Processes

public RunningProcessList Processes { get; set; }

Running processes.

Property Value
TypeDescription
RunningProcessList

Services

public RunningServiceList Services { get; set; }

Running background services.

Property Value
TypeDescription
RunningServiceList