Reference documentation and code samples for the Google Cloud Migration Center V1 Client class StartMode.
Service start mode (OS-agnostic).
Protobuf type google.cloud.migrationcenter.v1.RunningService.StartMode
Namespace
Google \ Cloud \ MigrationCenter \ V1 \ RunningServiceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
START_MODE_UNSPECIFIED
Value: 0
Start mode unspecified.
Generated from protobuf enum START_MODE_UNSPECIFIED = 0;
BOOT
Value: 1
The service is a device driver started by the system loader.
Generated from protobuf enum BOOT = 1;
SYSTEM
Value: 2
The service is a device driver started by the IOInitSystem function.
Generated from protobuf enum SYSTEM = 2;
AUTO
Value: 3
The service is started by the operating system, at system start-up
Generated from protobuf enum AUTO = 3;
MANUAL
Value: 4
The service is started only manually, by a user.
Generated from protobuf enum MANUAL = 4;
DISABLED
Value: 5
The service is disabled.
Generated from protobuf enum DISABLED = 5;