Migration Center v1 API - Class RunningProcess (1.0.0)

public sealed class RunningProcess : IMessage<RunningProcess>, IEquatable<RunningProcess>, IDeepCloneable<RunningProcess>, IBufferMessage, IMessage

Reference documentation and code samples for the Migration Center v1 API class RunningProcess.

Guest OS running process details.

Inheritance

object > RunningProcess

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

RunningProcess()

public RunningProcess()

RunningProcess(RunningProcess)

public RunningProcess(RunningProcess other)
Parameter
NameDescription
otherRunningProcess

Properties

Attributes

public MapField<string, string> Attributes { get; }

Process extended attributes.

Property Value
TypeDescription
MapFieldstringstring

Cmdline

public string Cmdline { get; set; }

Process full command line.

Property Value
TypeDescription
string

ExePath

public string ExePath { get; set; }

Process binary path.

Property Value
TypeDescription
string

Pid

public long Pid { get; set; }

Process ID.

Property Value
TypeDescription
long

User

public string User { get; set; }

User running the process.

Property Value
TypeDescription
string