Class RunningService
Guest OS running service details.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class RunningService : IDirectResponseSchema
Properties
Cmdline
Service command line.
Declaration
[JsonProperty("cmdline")]
public virtual string Cmdline { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExePath
Service binary path.
Declaration
[JsonProperty("exePath")]
public virtual string ExePath { get; set; }
Property Value
Type | Description |
---|---|
string |
Pid
Service pid.
Declaration
[JsonProperty("pid")]
public virtual long? Pid { get; set; }
Property Value
Type | Description |
---|---|
long? |
ServiceName
Service name.
Declaration
[JsonProperty("serviceName")]
public virtual string ServiceName { get; set; }
Property Value
Type | Description |
---|---|
string |
StartMode
Service start mode (OS-agnostic).
Declaration
[JsonProperty("startMode")]
public virtual string StartMode { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Service state (OS-agnostic).
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |