Пример #1
0
    def __init__(self, orchestrator, data):
        """ """
        ClskObject.__init__(self, orchestrator, data)

        # attributes
        self._obj_type = 'instance'
        self._tag_type = 'UserVm'
Пример #2
0
    def __init__(self, orchestrator, data):
        """ """
        ClskObject.__init__(self, orchestrator, data)

        # attributes
        self._type = None
        self._obj_type = 'vr'
        self._domain_id = None
Пример #3
0
    def __init__(self, orchestrator, data):
        """ """
        ClskObject.__init__(self, orchestrator, data)

        self._obj_type = 'storagepool'
Пример #4
0
 def __init__(self, orchestrator, data):
     """ """  
     ClskObject.__init__(self, orchestrator, data)
     
     self._obj_type = 'region'
Пример #5
0
    def __init__(self, orchestrator, data):
        """ """
        ClskObject.__init__(self, orchestrator, data)

        self._obj_type = 'diskoffering'