Ejemplo n.º 1
0
 def getAttrRO(self):
     attrRO = [
         'memory_actual', 'VCPUs_number', 'VCPUs_utilisation', 'VCPUs_CPU',
         'VCPUs_flags', 'VCPUs_params', 'state', 'start_time',
         'last_updated'
     ]
     return XendBase.getAttrRO() + attrRO
Ejemplo n.º 2
0
 def getAttrRO(self):
     attrRO = ['network',
               'host',
               'metrics',
               'device',
               'VLAN']
     return XendBase.getAttrRO() + attrRO
Ejemplo n.º 3
0
 def getAttrRO(self):
     attrRO = [
         'VM', 'PSCSI', 'HBA', 'virtual_host', 'virtual_channel',
         'virtual_target', 'virtual_lun', 'virtual_HCTL',
         'runtime_properties'
     ]
     return XendBase.getAttrRO() + attrRO
Ejemplo n.º 4
0
 def getAttrRO(self):
     attrRO = ['VM',
               'PSCSI_HBAs',
               'DSCSIs',
               'virtual_host',
               'assignment_mode']
     return XendBase.getAttrRO() + attrRO
Ejemplo n.º 5
0
 def getAttrRO(cls):
     attrRO = ['resident_on',
               'started_VMs',
               'host_CPUs',
               'activated',
              ]
     return XendBase.getAttrRO() + attrRO
Ejemplo n.º 6
0
 def getAttrRO(cls):
     attrRO = [
         'resident_on',
         'started_VMs',
         'host_CPUs',
         'activated',
     ]
     return XendBase.getAttrRO() + attrRO
Ejemplo n.º 7
0
 def getAttrRO(self):
     attrRO = [
         'host', 'domain', 'bus', 'slot', 'func', 'name', 'vendor_id',
         'vendor_name', 'device_id', 'device_name', 'revision_id',
         'class_code', 'class_name', 'subsystem_vendor_id',
         'subsystem_vendor_name', 'subsystem_id', 'subsystem_name', 'driver'
     ]
     return XendBase.getAttrRO() + attrRO
Ejemplo n.º 8
0
 def getAttrRO(self):
     attrRO = [
         'host', 'physical_host', 'physical_channel', 'physical_target',
         'physical_lun', 'physical_HCTL', 'HBA', 'vendor_name', 'model',
         'type_id', 'type', 'dev_name', 'sg_name', 'revision', 'scsi_id',
         'scsi_level'
     ]
     return XendBase.getAttrRO() + attrRO
Ejemplo n.º 9
0
 def getAttrRO(self):
     attrRO = ['virtual_domain',
               'virtual_bus',
               'virtual_slot',
               'virtual_func',
               'virtual_name',
               'VM',
               'PPCI',
               'hotplug_slot']
     return XendBase.getAttrRO() + attrRO
Ejemplo n.º 10
0
 def getAttrRO(self):
     attrRO = ['VM',
               'PSCSI',
               'HBA',
               'virtual_host',
               'virtual_channel',
               'virtual_target',
               'virtual_lun',
               'virtual_HCTL',
               'runtime_properties']
     return XendBase.getAttrRO() + attrRO
Ejemplo n.º 11
0
 def getAttrRO(self):
     attrRO = ['virtual_domain',
               'virtual_bus',
               'virtual_slot',
               'virtual_func',
               'virtual_name',
               'VM',
               'PPCI',
               'hotplug_slot',
               'options']
     return XendBase.getAttrRO() + attrRO
Ejemplo n.º 12
0
 def getAttrRO(self):
     attrRO = ['memory_actual',
               'VCPUs_number',
               'VCPUs_utilisation',
               'VCPUs_CPU',
               'VCPUs_flags',
               'VCPUs_params',
               'state',
               'start_time',
               'last_updated']
     return XendBase.getAttrRO() + attrRO
Ejemplo n.º 13
0
 def getAttrRO(self):
     attrRO = [
         "memory_actual",
         "VCPUs_number",
         "VCPUs_utilisation",
         "VCPUs_CPU",
         "VCPUs_flags",
         "VCPUs_params",
         "state",
         "start_time",
         "last_updated",
     ]
     return XendBase.getAttrRO() + attrRO
Ejemplo n.º 14
0
 def getAttrRO(self):
     attrRO = ['host',
               'physical_host',
               'physical_channel',
               'physical_target',
               'physical_lun',
               'physical_HCTL',
               'vendor_name',
               'model',
               'type_id',
               'type',
               'dev_name',
               'sg_name',
               'revision',
               'scsi_id',
               'scsi_level']
     return XendBase.getAttrRO() + attrRO
Ejemplo n.º 15
0
 def getAttrRO(self):
     attrRO = ['host',
               'domain',
               'bus',
               'slot',
               'func',
               'name',
               'vendor_id',
               'vendor_name',
               'device_id',
               'device_name',
               'revision_id',
               'class_code',
               'class_name',
               'subsystem_vendor_id',
               'subsystem_vendor_name',
               'subsystem_id',
               'subsystem_name',
               'driver']
     return XendBase.getAttrRO() + attrRO
Ejemplo n.º 16
0
 def getAttrRO(self):
     attrRO = ['network', 'host', 'metrics', 'device', 'VLAN']
     return XendBase.getAttrRO() + attrRO
Ejemplo n.º 17
0
 def getAttrRO(self):
     attrRO = ['VIFs', 'PIFs', 'managed']
     return XendBase.getAttrRO() + attrRO
Ejemplo n.º 18
0
 def getAttrRO(self):
     attrRO = ["iface"]
     return XendBase.getAttrRO() + attrRO
Ejemplo n.º 19
0
 def getAttrRO(self):
     attrRO = ['host', 'SR', 'device_config', 'currently_attached']
     return XendBase.getAttrRO() + attrRO
Ejemplo n.º 20
0
 def getAttrRO(self):
     attrRO = [
         'VM', 'PSCSI_HBAs', 'DSCSIs', 'virtual_host', 'assignment_mode'
     ]
     return XendBase.getAttrRO() + attrRO
Ejemplo n.º 21
0
 def getAttrRO(self):
     attrRO = ['host',
               'physical_host',
               'PSCSIs']
     return XendBase.getAttrRO() + attrRO
Ejemplo n.º 22
0
 def getAttrRO(self):
     attrRO = ["network", "host", "metrics", "device", "VLAN"]
     return XendBase.getAttrRO() + attrRO
Ejemplo n.º 23
0
 def getAttrRO(self):
     attrRO = ['VCPUs_number', 'VCPUs_CPU']
     return XendBase.getAttrRO() + attrRO
Ejemplo n.º 24
0
 def getAttrRO(self):
     attrRO = ['host',
               'SR',
               'device_config',
               'currently_attached']
     return XendBase.getAttrRO() + attrRO
Ejemplo n.º 25
0
 def getAttrRO(self):
     attrRO = ['host', 'physical_host', 'PSCSIs']
     return XendBase.getAttrRO() + attrRO
Ejemplo n.º 26
0
 def getAttrRO(self):
     attrRO =  ['VIFs',
                'PIFs',
                'managed']
     return XendBase.getAttrRO() + attrRO