def __init__(self, orchestrator, data): """ """ ClskObject.__init__(self, orchestrator, data) # attributes self._obj_type = 'instance' self._tag_type = 'UserVm'
def __init__(self, orchestrator, data): """ """ ClskObject.__init__(self, orchestrator, data) # attributes self._type = None self._obj_type = 'vr' self._domain_id = None
def __init__(self, orchestrator, data): """ """ ClskObject.__init__(self, orchestrator, data) self._obj_type = 'storagepool'
def __init__(self, orchestrator, data): """ """ ClskObject.__init__(self, orchestrator, data) self._obj_type = 'region'
def __init__(self, orchestrator, data): """ """ ClskObject.__init__(self, orchestrator, data) self._obj_type = 'diskoffering'