models_v2.actions_enum module

class models_v2.actions_enum.ActionsEnum[source]

Bases: object

Implementation of the ‘Actions’ enum.

Audit Actions

Attributes:

LOGIN: TODO: type description here. LOGOUT: TODO: type description here. CREATE: TODO: type description here. MODIFY: TODO: type description here. DELETE: TODO: type description here. ACTIVATE: TODO: type description here. DEACTIVATE: TODO: type description here. PAUSE: TODO: type description here. RESUME: TODO: type description here. RUNNOW: TODO: type description here. CLONE: TODO: type description here. RECOVER: TODO: type description here. CANCEL: TODO: type description here. REGISTER: TODO: type description here. UNREGISTER: TODO: type description here. UPDATE: TODO: type description here. REFRESH: TODO: type description here. UPGRADE: TODO: type description here. UPLOAD: TODO: type description here. DOWNLOAD: TODO: type description here. RENAME: TODO: type description here. ACCEPT: TODO: type description here. MARK: TODO: type description here. CLOSE: TODO: type description here. JOIN: TODO: type description here. DISJOIN: TODO: type description here. OVERWRITE: TODO: type description here. MARKREMOVAL: TODO: type description here. CLOUDSPIN: TODO: type description here. ASSIGN: TODO: type description here. UNASSIGN: TODO: type description here. NOTIFICATIONRULE: TODO: type description here. SCHEDULEREPORT: TODO: type description here. INSTALL: TODO: type description here. UNINSTALL: TODO: type description here. STOP: TODO: type description here. START: TODO: type description here. RESTART: TODO: type description here. RUNDIAGNOSTICS: TODO: type description here.

ACCEPT = 'Accept'
ACTIVATE = 'Activate'
ASSIGN = 'Assign'
CANCEL = 'Cancel'
CLONE = 'Clone'
CLOSE = 'Close'
CLOUDSPIN = 'CloudSpin'
CREATE = 'Create'
DEACTIVATE = 'Deactivate'
DELETE = 'Delete'
DISJOIN = 'DisJoin'
DOWNLOAD = 'Download'
INSTALL = 'Install'
JOIN = 'Join'
LOGIN = 'Login'
LOGOUT = 'Logout'
MARK = 'Mark'
MARKREMOVAL = 'MarkRemoval'
MODIFY = 'Modify'
NOTIFICATIONRULE = 'NotificationRule'
OVERWRITE = 'Overwrite'
PAUSE = 'Pause'
RECOVER = 'Recover'
REFRESH = 'Refresh'
REGISTER = 'Register'
RENAME = 'Rename'
RESTART = 'Restart'
RESUME = 'Resume'
RUNDIAGNOSTICS = 'RunDiagnostics'
RUNNOW = 'RunNow'
SCHEDULEREPORT = 'ScheduleReport'
START = 'Start'
STOP = 'Stop'
UNASSIGN = 'Unassign'
UNINSTALL = 'Uninstall'
UNREGISTER = 'Unregister'
UPDATE = 'Update'
UPGRADE = 'Upgrade'
UPLOAD = 'Upload'