models.backup_type_enum module

class models.backup_type_enum.BackupTypeEnum[source]

Bases: object

Implementation of the ‘BackupType’ enum.

Specifies the type of backup supported by the VM. ‘kRctBackup’, ‘kVssBackup’ Specifies the type of an HyperV datastore object. ‘kRctBackup’ indicates backup is done using RCT/checkpoints. ‘kVssBackup’ indicates backup is done using VSS.

Attributes:

KRCTBACKUP: TODO: type description here. KVSSBACKUP: TODO: type description here.

KRCTBACKUP = 'kRctBackup'
KVSSBACKUP = 'kVssBackup'