deploymentModelMigrationState property

String? deploymentModelMigrationState
getter/setter pair

Status of the deployment model migration.

Output only. Possible string values are:

  • "DEPLOYMENT_MODEL_MIGRATION_STATE_UNSPECIFIED" : Deployment model migration state is not specified.
  • "IN_PROGRESS" : Deployment model migration is in progress.
  • "COMPLETED" : Deployment model migration is completed.
  • "ROLLEDBACK" : Deployment model migration rolledback.
  • "ROLLBACK_IN_PROGRESS" : Deployment model migration rollback in progress.

Implementation

core.String? deploymentModelMigrationState;