DBTEAMLOGComputerBackupPolicyTag
Objective-C
enum DBTEAMLOGComputerBackupPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGComputerBackupPolicyTag : Int, @unchecked Sendable
The DBTEAMLOGComputerBackupPolicyTag
enum type represents the possible tag
states with which the DBTEAMLOGComputerBackupPolicy
union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGComputerBackupPolicyDefault_
Swift
case default_ = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGComputerBackupPolicyDisabled
Swift
case disabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGComputerBackupPolicyEnabled
Swift
case enabled = 2
-
(no description).
Declaration
Objective-C
DBTEAMLOGComputerBackupPolicyOther
Swift
case other = 3