def getMethods(cls): methods = ['destroy', 'activate', 'deactivate', 'add_host_CPU_live', 'remove_host_CPU_live', 'add_to_proposed_CPUs', 'remove_from_proposed_CPUs', 'add_to_other_config', 'remove_from_other_config', ] return XendBase.getMethods() + methods
def getMethods(cls): methods = [ 'destroy', 'activate', 'deactivate', 'add_host_CPU_live', 'remove_host_CPU_live', 'add_to_proposed_CPUs', 'remove_from_proposed_CPUs', 'add_to_other_config', 'remove_from_other_config', ] return XendBase.getMethods() + methods
def getMethods(self): methods = ['plug', 'unplug', 'destroy'] return XendBase.getMethods() + methods
def getMethods(self): methods = [ 'add_to_other_config', 'remove_from_other_config', 'destroy' ] return XendBase.getMethods() + methods
def getMethods(self): methods = [] return XendBase.getMethods() + methods
def getMethods(self): methods = ['destroy'] return XendBase.getMethods() + methods
def getMethods(self): methods = ['add_to_other_config', 'remove_from_other_config', 'destroy'] return XendBase.getMethods() + methods
def getMethods(self): methods = ['activate_xspolicy'] return XendBase.getMethods() + methods
def getMethods(self): methods = ["plug", "unplug", "destroy"] return XendBase.getMethods() + methods