Migration Center V1 API - Module Google::Cloud::MigrationCenter::V1::RunningService::StartMode (v0.2.2)

Reference documentation and code samples for the Migration Center V1 API module Google::Cloud::MigrationCenter::V1::RunningService::StartMode.

Service start mode (OS-agnostic).

Constants

START_MODE_UNSPECIFIED

value: 0
Start mode unspecified.

BOOT

value: 1
The service is a device driver started by the system loader.

SYSTEM

value: 2
The service is a device driver started by the IOInitSystem function.

AUTO

value: 3
The service is started by the operating system, at system start-up

MANUAL

value: 4
The service is started only manually, by a user.

DISABLED

value: 5
The service is disabled.