Migration Center V1 API - Module Google::Cloud::MigrationCenter::V1::RunningService::StartMode (v2.6.1)
Stay organized with collections
Save and categorize content based on your preferences.
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.