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.
Implements
IMessageRunningProcess, IEquatableRunningProcess, IDeepCloneableRunningProcess, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
RunningProcess()
public RunningProcess()
RunningProcess(RunningProcess)
public RunningProcess(RunningProcess other)
Parameter | |
---|---|
Name | Description |
other | RunningProcess |
Properties
Attributes
public MapField<string, string> Attributes { get; }
Process extended attributes.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
Cmdline
public string Cmdline { get; set; }
Process full command line.
Property Value | |
---|---|
Type | Description |
string |
ExePath
public string ExePath { get; set; }
Process binary path.
Property Value | |
---|---|
Type | Description |
string |
Pid
public long Pid { get; set; }
Process ID.
Property Value | |
---|---|
Type | Description |
long |
User
public string User { get; set; }
User running the process.
Property Value | |
---|---|
Type | Description |
string |