Module: Google::Cloud::MigrationCenter::V1::RunningService::StartMode

Defined in:
proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb

Overview

Service start mode (OS-agnostic).

Constant Summary collapse

START_MODE_UNSPECIFIED =

Start mode unspecified.

0
BOOT =

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

1
SYSTEM =

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

2
AUTO =

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

3
MANUAL =

The service is started only manually, by a user.

4
DISABLED =

The service is disabled.

5