DBTEAMPOLICIESExternalDriveBackupPolicyStateTag
Objective-C
enum DBTEAMPOLICIESExternalDriveBackupPolicyStateTag : NSInteger {}
Swift
@frozen enum DBTEAMPOLICIESExternalDriveBackupPolicyStateTag : Int, @unchecked Sendable
The DBTEAMPOLICIESExternalDriveBackupPolicyStateTag
enum type represents
the possible tag states with which the
DBTEAMPOLICIESExternalDriveBackupPolicyState
union can exist.
-
External Drive Backup feature is disabled.
Declaration
Objective-C
DBTEAMPOLICIESExternalDriveBackupPolicyStateDisabled
Swift
case disabled = 0
-
External Drive Backup feature is enabled.
Declaration
Objective-C
DBTEAMPOLICIESExternalDriveBackupPolicyStateEnabled
Swift
case enabled = 1
-
External Drive Backup default value based on team tier.
Declaration
Objective-C
DBTEAMPOLICIESExternalDriveBackupPolicyStateDefault_
Swift
case default_ = 2
-
(no description).
Declaration
Objective-C
DBTEAMPOLICIESExternalDriveBackupPolicyStateOther
Swift
case other = 3