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