Class RunningService (0.1.6)

RunningService(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Guest OS running service details.

Attributes

NameDescription
service_name str
Service name.
state google.cloud.migrationcenter_v1.types.RunningService.State
Service state (OS-agnostic).
start_mode google.cloud.migrationcenter_v1.types.RunningService.StartMode
Service start mode (OS-agnostic).
exe_path str
Service binary path.
cmdline str
Service command line.
pid int
Service pid.

Classes

StartMode

StartMode(value)

Service start mode (OS-agnostic).

Values: START_MODE_UNSPECIFIED (0): Start mode unspecified. BOOT (1): The service is a device driver started by the system loader. SYSTEM (2): The service is a device driver started by the IOInitSystem function. AUTO (3): The service is started by the operating system, at system start-up MANUAL (4): The service is started only manually, by a user. DISABLED (5): The service is disabled.

State

State(value)

Service state (OS-agnostic).

Values: STATE_UNSPECIFIED (0): Service state unspecified. ACTIVE (1): Service is active. PAUSED (2): Service is paused. STOPPED (3): Service is stopped.