Migration Center v1 API - Class RunningService (1.0.0)

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

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

Guest OS running service details.

Inheritance

object > RunningService

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

RunningService()

public RunningService()

RunningService(RunningService)

public RunningService(RunningService other)
Parameter
NameDescription
otherRunningService

Properties

Cmdline

public string Cmdline { get; set; }

Service command line.

Property Value
TypeDescription
string

ExePath

public string ExePath { get; set; }

Service binary path.

Property Value
TypeDescription
string

Pid

public long Pid { get; set; }

Service pid.

Property Value
TypeDescription
long

ServiceName

public string ServiceName { get; set; }

Service name.

Property Value
TypeDescription
string

StartMode

public RunningService.Types.StartMode StartMode { get; set; }

Service start mode (OS-agnostic).

Property Value
TypeDescription
RunningServiceTypesStartMode

State

public RunningService.Types.State State { get; set; }

Service state (OS-agnostic).

Property Value
TypeDescription
RunningServiceTypesState