public sealed class RunningProcessList : IMessage<RunningProcessList>, IEquatable<RunningProcessList>, IDeepCloneable<RunningProcessList>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class RunningProcessList.
List of running guest OS processes.
Implements
IMessageRunningProcessList, IEquatableRunningProcessList, IDeepCloneableRunningProcessList, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
RunningProcessList()
public RunningProcessList()
RunningProcessList(RunningProcessList)
public RunningProcessList(RunningProcessList other)
Parameter | |
---|---|
Name | Description |
other |
RunningProcessList |
Properties
Entries
public RepeatedField<RunningProcess> Entries { get; }
Running process entries.
Property Value | |
---|---|
Type | Description |
RepeatedFieldRunningProcess |