public sealed class GuestRuntimeDetails : IMessage<GuestRuntimeDetails>, IEquatable<GuestRuntimeDetails>, IDeepCloneable<GuestRuntimeDetails>, IBufferMessage, IMessageReference documentation and code samples for the Migration Center v1 API class GuestRuntimeDetails.
Guest OS runtime information.
Implements
IMessageGuestRuntimeDetails, IEquatableGuestRuntimeDetails, IDeepCloneableGuestRuntimeDetails, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
GuestRuntimeDetails()
public GuestRuntimeDetails()GuestRuntimeDetails(GuestRuntimeDetails)
public GuestRuntimeDetails(GuestRuntimeDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
GuestRuntimeDetails |
Properties
Domain
public string Domain { get; set; }Domain, e.g. c.stratozone-development.internal.
| Property Value | |
|---|---|
| Type | Description |
string |
|
InstalledApps
public GuestInstalledApplicationList InstalledApps { get; set; }Installed applications information.
| Property Value | |
|---|---|
| Type | Description |
GuestInstalledApplicationList |
|
LastBootTime
public Timestamp LastBootTime { get; set; }Last time the OS was booted.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
MachineName
public string MachineName { get; set; }Machine name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Network
public RuntimeNetworkInfo Network { get; set; }Runtime network information (connections, ports).
| Property Value | |
|---|---|
| Type | Description |
RuntimeNetworkInfo |
|
OpenFileList
public OpenFileList OpenFileList { get; set; }Open files information.
| Property Value | |
|---|---|
| Type | Description |
OpenFileList |
|
Processes
public RunningProcessList Processes { get; set; }Running processes.
| Property Value | |
|---|---|
| Type | Description |
RunningProcessList |
|
Services
public RunningServiceList Services { get; set; }Running background services.
| Property Value | |
|---|---|
| Type | Description |
RunningServiceList |
|