Esempio n. 1
0
 def __init__(self):
     """
     Sets the base command for class.
     """
     Base.__init__(self)
     self.command_base = "host"
Esempio n. 2
0
 def __init__(self):
     """
     Sets the base command for class.
     """
     Base.__init__(self)
Esempio n. 3
0
 def __init__(self):
     """
     Sets the base command for class.
     """
     Base.__init__(self)
     self.command_base = "partition_table"
Esempio n. 4
0
 def __init__(self):
     """
     Sets the base command for class.
     """
     Base.__init__(self)
     self.command_base = "compute_resource"
Esempio n. 5
0
 def __init__(self):
     """
     Sets the base command for class
     """
     Base.__init__(self)
     self.command_base = "organization"
Esempio n. 6
0
 def __init__(self):
     """
     Sets the base command for class.
     """
     Base.__init__(self)
     self.command_base = "environment"
Esempio n. 7
0
 def __init__(self):
     """
     Sets the base command for class.
     """
     Base.__init__(self)
     self.command_base = "global_parameter"