models.removal_state_vault_enum module

class models.removal_state_vault_enum.RemovalStateVaultEnum[source]

Bases: object

Implementation of the ‘RemovalStateVault’ enum.

Specifies the state of the vault to be removed. ‘kDontRemove’ means the state of object is functional and it is not being removed. ‘kMarkedForRemoval’ means the object is being removed. ‘kOkToRemove’ means the object has been removed on the Cohesity Cluster and if the object is physical, it can be removed from the Cohesity Cluster.

Attributes:

KDONTREMOVE: TODO: type description here. KMARKEDFORREMOVAL: TODO: type description here. KOKTOREMOVE: TODO: type description here.

KDONTREMOVE = 'kDontRemove'
KMARKEDFORREMOVAL = 'kMarkedForRemoval'
KOKTOREMOVE = 'kOkToRemove'