Class RunningProcess
Guest OS running process details.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class RunningProcess : IDirectResponseSchema
Properties
Attributes
Process extended attributes.
Declaration
[JsonProperty("attributes")]
public virtual IDictionary<string, string> Attributes { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
Cmdline
Process full command line.
Declaration
[JsonProperty("cmdline")]
public virtual string Cmdline { 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 |
ExePath
Process binary path.
Declaration
[JsonProperty("exePath")]
public virtual string ExePath { get; set; }
Property Value
Type | Description |
---|---|
string |
Pid
Process ID.
Declaration
[JsonProperty("pid")]
public virtual long? Pid { get; set; }
Property Value
Type | Description |
---|---|
long? |
User
User running the process.
Declaration
[JsonProperty("user")]
public virtual string User { get; set; }
Property Value
Type | Description |
---|---|
string |