def __init__(self):
     StorageListConfigScreen.__init__(self, "Add A New Storage Volume")
     self.__config = StorageVolumeConfig()
     self.__name = None
     self.__capacity = None
     self.__allocation = None
     self.__formats = None
 def __init__(self):
     StorageListConfigScreen.__init__(self, "Add A New Storage Volume")
     self.__config = StorageVolumeConfig()
     self.__name = None
     self.__capacity = None
     self.__allocation = None
     self.__formats = None
Example #3
0
 def __init__(self):
     StorageListConfigScreen.__init__(self, "List Storage Pools")
 def __init__(self):
     StorageListConfigScreen.__init__(self, "Start A Storage Pool")
 def __init__(self):
     StorageListConfigScreen.__init__(self, "Remove A Storage Pool")
     self.__confirm = None
 def __init__(self):
     StorageListConfigScreen.__init__(self, "List Storage Pools")
 def __init__(self):
     StorageListConfigScreen.__init__(self, "Remove A Storage Pool")
     self.__confirm = None
 def __init__(self):
     StorageListConfigScreen.__init__(self, "Add A New Storage Volume")
     self.__config = StorageVolumeConfig()
     self.__confirm = None
 def __init__(self):
     StorageListConfigScreen.__init__(self, "Start A Storage Pool")
 def __init__(self):
     StorageListConfigScreen.__init__(self, "Add A New Storage Volume")
     self.__config = StorageVolumeConfig()
     self.__confirm = None