Class RunningService
Guest OS running service details.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.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 |
Name
Service name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Pid
Service pid.
Declaration
[JsonProperty("pid")]
public virtual long? Pid { get; set; }
Property Value
Type | Description |
---|---|
long? |
StartMode
Service start mode (raw, OS-agnostic).
Declaration
[JsonProperty("startMode")]
public virtual string StartMode { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Service state (raw, OS-agnostic).
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Service status.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type | Description |
---|---|
string |