Esempio n. 1
0
    def __init__(self, orchestrator, data):
        """ """
        ClskObject.__init__(self, orchestrator, data)

        # attributes
        self._obj_type = 'instance'
        self._tag_type = 'UserVm'
Esempio n. 2
0
    def __init__(self, orchestrator, data):
        """ """
        ClskObject.__init__(self, orchestrator, data)

        # attributes
        self._type = None
        self._obj_type = 'vr'
        self._domain_id = None
Esempio n. 3
0
    def __init__(self, orchestrator, data):
        """ """
        ClskObject.__init__(self, orchestrator, data)

        self._obj_type = 'storagepool'
Esempio n. 4
0
 def __init__(self, orchestrator, data):
     """ """  
     ClskObject.__init__(self, orchestrator, data)
     
     self._obj_type = 'region'
Esempio n. 5
0
    def __init__(self, orchestrator, data):
        """ """
        ClskObject.__init__(self, orchestrator, data)

        self._obj_type = 'diskoffering'