Class GuestRuntimeDetails
Guest OS runtime information.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.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 |
LastBootTime
object representation of LastBootTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastBootTimeDateTimeOffset instead.")]
public virtual object LastBootTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LastBootTimeDateTimeOffset
DateTimeOffset representation of LastBootTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastBootTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LastBootTimeRaw
Last time the OS was booted.
Declaration
[JsonProperty("lastBootTime")]
public virtual string LastBootTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
MachineName
Machine name.
Declaration
[JsonProperty("machineName")]
public virtual string MachineName { get; set; }
Property Value
Type | Description |
---|---|
string |
Network
Runtime network information (connections, ports).
Declaration
[JsonProperty("network")]
public virtual RuntimeNetworkInfo Network { 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 |