Show / Hide Table of Contents

Class RunningProcess

Guest OS running process details.

Inheritance
object
RunningProcess
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX