Пример #1
0
 def getMethods(cls):
     methods = [
         "IsSlotProvisioned", "IsSlotFree", "GetSlotDirectory",
         "GetSlotConfiguration", "ProvisionRegion", "Shutdown",
         "UpdateRegionToRevision", "UpdateRegionToLatest",
         "UpdateGridServicesToRevision", "UpdateGridServicesToLatest",
         "ReconfigureRegion", "ReconfigureGridServices", "RunCommand",
         "RunCommandAs"
     ]
     return ServiceBase.getMethods() + methods
Пример #2
0
 def getMethods(self):
     methods = [
         "IsRunning",
         "Start",
         "Shutdown",
         "Terminate",
         "ConsoleCommand",
         "DumpThreadStacks"
         ]
     return ServiceBase.getMethods() + methods
Пример #3
0
 def getMethods(cls):
     methods = [
         "IsSlotProvisioned",
         "IsSlotFree",
         "GetSlotDirectory",
         "GetSlotConfiguration",
         "ProvisionRegion",
         "Shutdown",
         "UpdateRegionToRevision",
         "UpdateRegionToLatest",
         "UpdateGridServicesToRevision",
         "UpdateGridServicesToLatest",
         "ReconfigureRegion",
         "ReconfigureGridServices",
         "RunCommand",
         "RunCommandAs"
         ]
     return ServiceBase.getMethods() + methods
Пример #4
0
 def getMethods(cls):
     methods = [
         "destroy",
         "IsRunning",
         "Start",
         "Shutdown",
         "Terminate",
         "AssignEstate",
         "UpdateToRevision",
         "UpdateToLatest",
         "Reconfigure",
         "ConsoleCommand",
         "RestoreOarBackup",
         "SaveOarBackup",
         "Backup",
         "Restore",
         "ChangeState",
         "CopyFileToTransferLocation",
         "CopyFileFromTransferLocation",
         "DumpThreadStacks"
         ]
     return ServiceBase.getMethods() + methods
Пример #5
0
 def getMethods(self):
     methods = [
         "IsRunning", "Start", "Shutdown", "Terminate", "ConsoleCommand",
         "DumpThreadStacks"
     ]
     return ServiceBase.getMethods() + methods
Пример #6
0
 def getMethods(self):
     methods = [
         "AssignRegion",
     ]
     return ServiceBase.getMethods() + methods
Пример #7
0
 def getMethods(self):
     methods = []
     return ServiceBase.getMethods() + methods
Пример #8
0
 def getMethods(self):
     methods = [
         "AssignRegion",
         ]
     return ServiceBase.getMethods() + methods
Пример #9
0
 def getMethods(self):
     methods = [
         ]
     return ServiceBase.getMethods() + methods
Пример #10
0
 def getMethods(self):
     methods = [
         "process_list",
     ]
     return ServiceBase.getMethods() + methods
Пример #11
0
 def getMethods(self):
     methods = ["cpu_percent", "cpu_times"]
     return ServiceBase.getMethods() + methods
Пример #12
0
 def getMethods(self):
     methods = ["disk_usage", "disk_io_counters"]
     return ServiceBase.getMethods() + methods
Пример #13
0
 def getMethods(self):
     methods = ["virtual_memory", "swap_memory"]
     return ServiceBase.getMethods() + methods