Reference documentation and code samples for the Google Cloud Migration Center V1 Client class State.
Service state (OS-agnostic).
Protobuf type google.cloud.migrationcenter.v1.RunningService.State
Namespace
Google \ Cloud \ MigrationCenter \ V1 \ RunningServiceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Service state unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ACTIVE
Value: 1
Service is active.
Generated from protobuf enum ACTIVE = 1;
PAUSED
Value: 2
Service is paused.
Generated from protobuf enum PAUSED = 2;
STOPPED
Value: 3
Service is stopped.
Generated from protobuf enum STOPPED = 3;