def __init__(self): """ Sets the base command for class. """ Base.__init__(self) self.command_base = "host"
def __init__(self): """ Sets the base command for class. """ Base.__init__(self)
def __init__(self): """ Sets the base command for class. """ Base.__init__(self) self.command_base = "partition_table"
def __init__(self): """ Sets the base command for class. """ Base.__init__(self) self.command_base = "compute_resource"
def __init__(self): """ Sets the base command for class """ Base.__init__(self) self.command_base = "organization"
def __init__(self): """ Sets the base command for class. """ Base.__init__(self) self.command_base = "environment"
def __init__(self): """ Sets the base command for class. """ Base.__init__(self) self.command_base = "global_parameter"