Google Cloud Migration Center V1 Client - Class State (1.0.0)

Reference documentation and code samples for the Google Cloud Migration Center V1 Client class State.

Enumerates possible states of an import data file.

Protobuf type google.cloud.migrationcenter.v1.ImportDataFile.State

Namespace

Google \ Cloud \ MigrationCenter \ V1 \ ImportDataFile

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Default value.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

The data file is being created.

Generated from protobuf enum CREATING = 1;

ACTIVE

Value: 2

The data file completed initialization.

Generated from protobuf enum ACTIVE = 2;