def getAttrRW(self):
     attrRW = ['name_label',
               'name_description',
               'other_config',
               'default_gateway',
               'default_netmask']
     return XendBase.getAttrRW() + attrRW
Example #2
0
 def getAttrRW(cls):
     attrRW = ['name_label',
               'name_description',
               'auto_power_on',
               'ncpu',
               'sched_policy',
               'proposed_CPUs',
               'other_config',
              ]
     return XendBase.getAttrRW() + attrRW
Example #3
0
 def getAttrRW(cls):
     attrRW = [
         'name_label',
         'name_description',
         'auto_power_on',
         'ncpu',
         'sched_policy',
         'proposed_CPUs',
         'other_config',
     ]
     return XendBase.getAttrRW() + attrRW
Example #4
0
 def getAttrRW(self):
     attrRW = ['MAC', 'MTU']
     return XendBase.getAttrRW() + attrRW
 def getAttrRW(self):
     attrRW = [
         'name_label', 'name_description', 'other_config',
         'default_gateway', 'default_netmask'
     ]
     return XendBase.getAttrRW() + attrRW
Example #6
0
 def getAttrRW(self):
     attrRW = []
     return XendBase.getAttrRW() + attrRW
 def getAttrRW(self):
     attrRW = []
     return XendBase.getAttrRW() + attrRW
Example #8
0
 def getAttrRW(self):
     attrRW = ['MAC',
               'MTU']
     return XendBase.getAttrRW() + attrRW
Example #9
0
 def getAttrRW(self):
     attrRW = ['CPU_Affinity']
     return XendBase.getAttrRW() + attrRW
Example #10
0
 def getAttrRW(self):
     attrRW = ["MAC", "MTU"]
     return XendBase.getAttrRW() + attrRW
Example #11
0
 def getAttrRW(self):
     attrRW = ["iface_rate", "iface_burst"]
     return XendBase.getAttrRW() + attrRW