BackupPolicyMigrationState Class

The object representing the state of the migration between the backup policies.

Inheritance
azure.mgmt.cosmosdb._serialization.Model
BackupPolicyMigrationState

Constructor

BackupPolicyMigrationState(*, status: str | _models.BackupPolicyMigrationStatus | None = None, target_type: str | _models.BackupPolicyType | None = None, start_time: datetime | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
status

Describes the status of migration between backup policy types. Known values are: "Invalid", "InProgress", "Completed", and "Failed".

target_type

Describes the target backup policy type of the backup policy migration. Known values are: "Periodic" and "Continuous".

start_time

Time at which the backup policy migration started (ISO-8601 format).

Variables

Name Description
status

Describes the status of migration between backup policy types. Known values are: "Invalid", "InProgress", "Completed", and "Failed".

target_type

Describes the target backup policy type of the backup policy migration. Known values are: "Periodic" and "Continuous".

start_time

Time at which the backup policy migration started (ISO-8601 format).