Class GuestRuntimeDetails
Guest OS runtime information.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class GuestRuntimeDetails : IDirectResponseSchema
Properties
Domain
Domain, e.g. c.stratozone-development.internal.
Declaration
[JsonProperty("domain")]
public virtual string Domain { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InstalledApps
Installed applications information.
Declaration
[JsonProperty("installedApps")]
public virtual GuestInstalledApplicationList InstalledApps { get; set; }
Property Value
| Type | Description |
|---|---|
| GuestInstalledApplicationList |
LastUptime
Date since last booted (last uptime date).
Declaration
[JsonProperty("lastUptime")]
public virtual Date LastUptime { get; set; }
Property Value
| Type | Description |
|---|---|
| Date |
MachineName
Machine name.
Declaration
[JsonProperty("machineName")]
public virtual string MachineName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NetworkInfo
Runtime network information (connections, ports).
Declaration
[JsonProperty("networkInfo")]
public virtual RuntimeNetworkInfo NetworkInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| RuntimeNetworkInfo |
OpenFileList
Open files information.
Declaration
[JsonProperty("openFileList")]
public virtual OpenFileList OpenFileList { get; set; }
Property Value
| Type | Description |
|---|---|
| OpenFileList |
Processes
Running processes.
Declaration
[JsonProperty("processes")]
public virtual RunningProcessList Processes { get; set; }
Property Value
| Type | Description |
|---|---|
| RunningProcessList |
Services
Running background services.
Declaration
[JsonProperty("services")]
public virtual RunningServiceList Services { get; set; }
Property Value
| Type | Description |
|---|---|
| RunningServiceList |