def __init__(self, orchestrator, data):
        """ """
        ClskObject.__init__(self, orchestrator, data)

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

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

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

        self._obj_type = 'diskoffering'