DBTEAMPOLICIESComputerBackupPolicyStateTag
Objective-C
enum DBTEAMPOLICIESComputerBackupPolicyStateTag : NSInteger {}
Swift
@frozen enum DBTEAMPOLICIESComputerBackupPolicyStateTag : Int, @unchecked Sendable
The DBTEAMPOLICIESComputerBackupPolicyStateTag
enum type represents the
possible tag states with which the DBTEAMPOLICIESComputerBackupPolicyState
union can exist.
-
Computer Backup feature is disabled.
Declaration
Objective-C
DBTEAMPOLICIESComputerBackupPolicyStateDisabled
Swift
case disabled = 0
-
Computer Backup feature is enabled.
Declaration
Objective-C
DBTEAMPOLICIESComputerBackupPolicyStateEnabled
Swift
case enabled = 1
-
Computer Backup defaults to ON for SSB teams, and OFF for Enterprise teams.
Declaration
Objective-C
DBTEAMPOLICIESComputerBackupPolicyStateDefault_
Swift
case default_ = 2
-
(no description).
Declaration
Objective-C
DBTEAMPOLICIESComputerBackupPolicyStateOther
Swift
case other = 3