models_v2.worm_retention_enum module

class models_v2.worm_retention_enum.WormRetentionEnum[source]

Bases: object

Implementation of the ‘WormRetention’ enum.

Specifies Worm Retention type.

Attributes:

COMPLIANCE: TODO: type description here. ADMINISTRATIVE: TODO: type description here.

ADMINISTRATIVE = 'Administrative'
COMPLIANCE = 'Compliance'