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