public sealed class RunningServiceList : IMessage<RunningServiceList>, IEquatable<RunningServiceList>, IDeepCloneable<RunningServiceList>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class RunningServiceList.
List of running guest OS services.
Implements
IMessageRunningServiceList, IEquatableRunningServiceList, IDeepCloneableRunningServiceList, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
RunningServiceList()
public RunningServiceList()
RunningServiceList(RunningServiceList)
public RunningServiceList(RunningServiceList other)
Parameter | |
---|---|
Name | Description |
other | RunningServiceList |
Properties
Entries
public RepeatedField<RunningService> Entries { get; }
Running service entries.
Property Value | |
---|---|
Type | Description |
RepeatedFieldRunningService |