コード例 #1
0
ファイル: virtual_machine.py プロジェクト: latapiat/beedrones
    def __init__(self, orchestrator, data):
        """ """
        ClskObject.__init__(self, orchestrator, data)

        # attributes
        self._obj_type = 'instance'
        self._tag_type = 'UserVm'
コード例 #2
0
ファイル: virtual_router.py プロジェクト: latapiat/beedrones
    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'