示例#1
0
 def control_hostname(self):
     the_inventory = Inventory()
     return the_inventory.attached_hostname_info(self.cmc_name, "control", "hostname")
示例#2
0
 def control_hostname(self):
     the_inventory = Inventory()
     return the_inventory.attached_hostname_info(self.cmc_name, 'control',
                                                 'hostname')
示例#3
0
 def control_ip_address(self):
     the_inventory = Inventory()
     return the_inventory.attached_hostname_info(self.cmc_name, "control", "ip")
示例#4
0
 def control_ip_address(self):
     the_inventory = Inventory()
     return the_inventory.attached_hostname_info(self.cmc_name, 'control',
                                                 'ip')