models.worm_retention_type_data_migration_policy_enum module

class models.worm_retention_type_data_migration_policy_enum.WormRetentionTypeDataMigrationPolicyEnum[source]

Bases: object

Implementation of the ‘WormRetentionType_DataMigrationPolicy’ enum.

Specifies WORM retention type for the files. When a WORM retention type is specified, the files will be kept until the maximum of the retention time. During that time, the files cannot be deleted. ‘kNone’ implies there is no WORM retention set. ‘kCompliance’ implies WORM retention is set for compliance reason. ‘kAdministrative’ implies WORM retention is set for administrative purposes.

Attributes:

KNONE: TODO: type description here. KCOMPLIANCE: TODO: type description here. KADMINISTRATIVE: TODO: type description here.

KADMINISTRATIVE = 'kAdministrative'
KCOMPLIANCE = 'kCompliance'
KNONE = 'kNone'