Migration Center v1 API - Class RunningServiceList (1.2.0)

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.

Inheritance

object > RunningServiceList

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

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