예제 #1
0
 def getFuncs(self):
     funcs = [
         'get_xstype', 'set_xspolicy', 'reset_xspolicy', 'get_xspolicy',
         'rm_xsbootpolicy', 'get_resource_label', 'set_resource_label',
         'get_labeled_resources'
     ]
     return XendBase.getFuncs() + funcs
예제 #2
0
 def getFuncs(self):
     funcs = [ 'get_xstype',
               'set_xspolicy',
               'reset_xspolicy',
               'get_xspolicy',
               'rm_xsbootpolicy',
               'get_resource_label',
               'set_resource_label',
               'get_labeled_resources' ]
     return XendBase.getFuncs() + funcs
예제 #3
0
 def getFuncs(self):
     funcs = ['create_VLAN']
     return XendBase.getFuncs() + funcs
예제 #4
0
 def getFuncs(self):
     funcs = ['create', 'get_by_name_label']
     return XendBase.getFuncs() + funcs
예제 #5
0
 def getFuncs(cls):
     funcs = ['create',
              'get_by_name_label',
             ]
     return XendBase.getFuncs() + funcs
예제 #6
0
 def getFuncs(self):
     funcs = []
     return XendBase.getFuncs() + funcs
예제 #7
0
 def getFuncs(self):
     funcs = ['create']
     return XendBase.getFuncs() + funcs
예제 #8
0
 def getFuncs(self):
     funcs = ['create',
              'get_by_SR']
     return XendBase.getFuncs() + funcs
예제 #9
0
 def getFuncs(self):
     funcs = []
     return XendBase.getFuncs() + funcs
예제 #10
0
 def getFuncs(self):
     funcs = ['create', 'get_by_name_label']
     return XendBase.getFuncs() + funcs
예제 #11
0
 def getFuncs(self):
     funcs = [ 'get_enforced_binary', 'get_VM_ssidref' ]
     return XendBase.getFuncs() + funcs
예제 #12
0
 def getFuncs(cls):
     funcs = [
         'create',
         'get_by_name_label',
     ]
     return XendBase.getFuncs() + funcs
예제 #13
0
파일: XendPIF.py 프로젝트: amodj/Utopia
 def getFuncs(self):
     funcs = ["create_VLAN"]
     return XendBase.getFuncs() + funcs
예제 #14
0
 def getFuncs(self):
     funcs = ['create', 'get_by_SR']
     return XendBase.getFuncs() + funcs
예제 #15
0
 def getFuncs(self):
     funcs = ['create', 'get_by_name_label', 'get_all_records_by_host']
     return XendBase.getFuncs() + funcs