cterasdk.edge.enum module¶
-
class
cterasdk.edge.enum.Acl¶ Bases:
objectACL types
Variables: - WindowsNT (str) – Windows NT ACL Mode
- OnlyAuthenticatedUsers (str) – Authenticated Users ACL Mode
-
OnlyAuthenticatedUsers= 'authenticated'¶
-
WindowsNT= 'winAclMode'¶
-
class
cterasdk.edge.enum.AuditEvents¶ Bases:
objectAudit log event types
Variables: - ListFolderReadData (str) – List Folder Read Data
- CreateFilesWriteData (str) – Create Files Write Data
- CreateFoldersAppendData (str) – Create Folders Append Data
- ReadExtendedAttributes (str) – Read Extended Attributes
- WriteExtendedAttributes (str) – Write Extended Attributes
- TraverseFolderExecuteFile (str) – Traverse Folder Execute File
- DeleteSubfoldersAndFiles (str) – Delete Subfolders And Files
- WriteAttributes (str) – Write Attributes
- Delete (str) – Delete
- ChangePermissions (str) – Change Permissions
- ChangeOwner (str) – Change Owner
-
ChangeOwner= 'WO'¶
-
ChangePermissions= 'WDAC'¶
-
CreateFilesWriteData= 'WD'¶
-
CreateFoldersAppendData= 'AD'¶
-
Delete= 'DE'¶
-
DeleteSubfoldersAndFiles= 'DC'¶
-
ListFolderReadData= 'RD'¶
-
ReadExtendedAttributes= 'REA'¶
-
TraverseFolderExecuteFile= 'X'¶
-
WriteAttributes= 'WA'¶
-
WriteExtendedAttributes= 'WEA'¶
-
class
cterasdk.edge.enum.BackupConfStatusID¶ Bases:
objectStatus of backup configuration
Variables: - NotInitialized (str) – Backup configuration was not initialized
- Configuring (str) – Backup is being configured
- Attaching (str) – Backup configuration is Attaching
- Attached (str) – Backup configuration is Attached
- NoFolder (str) – No Folder for backup
- WrongPassword (str) – Wrong password used
- Failed (str) – Backup configuration failed
- Unsubscribed (str) – Unsubscribed to backup
- Unlicensed (str) – Unlicensed” to backup
- ClocksOutOfSync (str) – Clocks are out of sync
- GetFoldersList (str) – Get folders list
-
Attached= 'Attached'¶
-
Attaching= 'Attaching'¶
-
ClocksOutOfSync= 'ClocksOutOfSync'¶
-
Configuring= 'Configuring'¶
-
Failed= 'Failed'¶
-
GetFoldersList= 'GetFoldersList'¶
-
NoFolder= 'NoFolder'¶
-
NotInitialized= 'NotInitialized'¶
-
Unlicensed= 'Unlicensed'¶
-
Unsubscribed= 'Unsubscribed'¶
-
WrongPassword= 'WrongPassword'¶
-
class
cterasdk.edge.enum.CIFSPacketSigning¶ Bases:
objectCIFS Packet signing options
Variables: - Disabled (str) – CIFS Packet signing is disabled
- IfClientAgrees (str) – Use CIFS Packet signing is client agrees
- Required (str) – Require CIFS Packet signing
-
Disabled= 'Disabled'¶
-
IfClientAgrees= 'If client agrees'¶
-
Required= 'Required'¶
-
class
cterasdk.edge.enum.ClientSideCaching¶ Bases:
objectClient side caching types
Variables: -
Disabled= 'disabled'¶
-
Documents= 'documents'¶
-
Manual= 'manual'¶
-
-
class
cterasdk.edge.enum.FileAccessMode¶ Bases:
objectFile Access Mode
Variables: -
NA= 'None'¶
-
RO= 'ReadOnly'¶
-
RW= 'ReadWrite'¶
-
-
class
cterasdk.edge.enum.License¶ Bases:
objectGateway license types
Variables: -
EV128= 'EV128'¶
-
EV16= 'EV16'¶
-
EV32= 'EV32'¶
-
EV4= 'EV4'¶
-
EV64= 'EV64'¶
-
EV8= 'EV8'¶
-
-
class
cterasdk.edge.enum.LocalGroup¶ Bases:
objectLocal Group types
Variables: - Administrators (str) – Administrators
- ReadOnlyAdministrators (str) – Read Only Administrators
- Everyone (str) – Everyone
-
Administrators= 'Administrators'¶
-
Everyone= 'Everyone'¶
-
ReadOnlyAdministrators= 'Read Only Administrators'¶
-
class
cterasdk.edge.enum.Mode¶ Bases:
objectEnum for operational mode
Variables: -
Disabled= 'disabled'¶
-
Enabled= 'enabled'¶
-
-
class
cterasdk.edge.enum.OperationMode¶ Bases:
objectGateway operation mode
Variables: - Disabled (str) – Gateway is Disabled
- CachingGateway (str) – Gateway is in Caching mode
-
CachingGateway= 'CachingGateway'¶
-
Disabled= 'Disabled'¶
-
class
cterasdk.edge.enum.PrincipalType¶ Bases:
objectACL Principal Type
Variables: -
DG= 'DomainGroup'¶
-
DU= 'DomainUser'¶
-
LG= 'LocalGroup'¶
-
LU= 'LocalUser'¶
-
-
class
cterasdk.edge.enum.RAIDLevel¶ Bases:
objectRAID Levels
Variables: -
JBOD= 'linear'¶
-
RAID_0= '0'¶
-
RAID_1= '1'¶
-
RAID_5= '5'¶
-
RAID_6= '6'¶
-
-
class
cterasdk.edge.enum.ServicesConnectionState¶ Bases:
objectGateway connection status
Variables: - Disconnected (str) – The Gateway is disconnected from CTERA Portal
- Connected (str) – The Gateway is connected to CTERA Portal
-
Connected= 'Connected'¶
-
Disconnected= 'Disconnected'¶
-
class
cterasdk.edge.enum.Severity¶ Bases:
objectLog severity levels
Variables: -
ALERT= 'alert'¶
-
CRITICAL= 'critical'¶
-
DEBUG= 'debug'¶
-
EMERGENCY= 'emergency'¶
-
ERROR= 'error'¶
-
INFO= 'info'¶
-
NOTICE= 'notice'¶
-
WARNING= 'warning'¶
-
-
class
cterasdk.edge.enum.SyncStatus¶ Bases:
objectGateway sync status
Variables: - Off (str) – Off
- NotInitialized (str) – Not Initialized
- InitializingConnection (str) – Initializing Connection
- ConnectingFolders (str) – Connecting Folders
- Connected (str) – Connected
- ClocksOutOfSync (str) – Clocks is Out Of Sync
- ConnectionFailed (str) – Connection Failed
- InternalError (str) – Internal Error
- InvalidConfiguration (str) – Invalid Configuration
- VolumeUnavailable (str) – Volume Unavailable
- NoFolder (str) – No Folder
- DisconnectedPortal (str) – Disconnected from Portal
- ServiceUnavailable (str) – Service is Unavailable
- Unlicensed (str) – Unlicensed
- Synced (str) – Synced
- Syncing (str) – Syncing
- Scanning (str) – Scanning
- UpgradingDataBase (str) – Upgrading Database
- OutOfQuota (str) – Out of Quota
- RejectedByPolicy (str) – Rejected by Policy
- FailedFilesInReadOnlyFolder (str) – Failed Files in Read Only Folder
- ShouldSupportWinNtAcl (str) – Should Support WinNt Acl
- TakingSnapshot (str) – Taking Snapshot
- CatalogReadOnlyMode (str) – Catalog ReadOnly Mode
- InvalidAverageBlockSize (str) – Invalid Average Block Size
-
CatalogReadOnlyMode= 'CatalogReadOnlyMode'¶
-
ClocksOutOfSync= 'ClocksOutOfSync'¶
-
Connected= 'Connected'¶
-
ConnectingFolders= 'ConnectingFolders'¶
-
ConnectionFailed= 'ConnectionFailed'¶
-
DisconnectedPortal= 'DisconnectedPortal'¶
-
FailedFilesInReadOnlyFolder= 'FailedFilesInReadOnlyFolder'¶
-
InitializingConnection= 'InitializingConnection'¶
-
InternalError= 'InternalError'¶
-
InvalidAverageBlockSize= 'InvalidAverageBlockSize'¶
-
InvalidConfiguration= 'InvalidConfiguration'¶
-
NoFolder= 'NoFolder'¶
-
NotInitialized= 'NotInitialized'¶
-
Off= 'Off'¶
-
OutOfQuota= 'OutOfQuota'¶
-
RejectedByPolicy= 'RejectedByPolicy'¶
-
Scanning= 'Scanning'¶
-
ShouldSupportWinNtAcl= 'ShouldSupportWinNtAcl'¶
-
Synced= 'Synced'¶
-
Syncing= 'Syncing'¶
-
TakingSnapshot= 'TakingSnapshot'¶
-
Unlicensed= 'Unlicensed'¶
-
UpgradingDataBase= 'UpgradingDataBase'¶
-
class
cterasdk.edge.enum.TaskStatus¶ Bases:
objectGateway task status
Variables: -
Completed= 'completed'¶
-
Failed= 'failed'¶
-
Running= 'running'¶
-
-
class
cterasdk.edge.enum.VolumeStatus¶ Bases:
objectGateway volume status
Variables: - Ok (str) – Volume is ok
- ContainsErrors (str) – Volume contains errors
- ReadOnly (str) – Voilume is read only
- Corrupted (str) – Volume is corrupted”
- Unknown (str) – Volume status is unknown
- Recovering (str) – Volume is recovering
- Mounting (str) – Volume is mounting
- Unmounted (str) – Volume is unmounted
- Formatting (str) – Volume is formatting
- Converting (str) – Volume is converting
- Resizing (str) – Volume is resizing
- Repairing (str) – Volume is repairing
- Checking (str) – Volume is checking
- KeyRequired (str) – Volume required key
- CheckingQuota (str) – Checking volume quota
-
Checking= 'checking'¶
-
CheckingQuota= 'checkingQuota'¶
-
ContainsErrors= 'containsErrors'¶
-
Converting= 'converting'¶
-
Corrupted= 'corrupted'¶
-
Formatting= 'formatting'¶
-
KeyRequired= 'keyRequired'¶
-
Mounting= 'mounting'¶
-
Ok= 'ok'¶
-
ReadOnly= 'readOnly'¶
-
Recovering= 'recovering'¶
-
Repairing= 'repairing'¶
-
Resizing= 'resizing'¶
-
Unknown= 'unknown'¶
-
Unmounted= 'unmounted'¶