Example #1
0
 def __init__(self):
     self.operationengine_api = operationengine_api.API()
     self.protection_api = protection_api.API()
     super(PlansController, self).__init__()
Example #2
0
 def __init__(self):
     self.protection_api = protection_api.API()
     super(VerificationsController, self).__init__()
Example #3
0
 def __init__(self):
     self.protection_api = protection_api.API()
     super(RestoresController, self).__init__()
Example #4
0
 def __init__(self):
     self.protection_api = protection_api.API()
     self._checkpoint_view_builder = CheckpointViewBuilder()
     super(ProvidersController, self).__init__()