vent.menus package

Submodules

vent.menus.add module

vent.menus.add_options module

vent.menus.backup module

class vent.menus.backup.BackupForm(*args, **keywords)[source]

Bases: npyscreen.fmActionForm.ActionForm

Form that can be used to select a backup file to restore

create()[source]

Add backup files to select from

on_cancel()[source]

When user clicks cancel, will return to MAIN

on_ok()[source]

Perform restoration on the backup file selected

quit(*args, **kwargs)[source]

vent.menus.choose_tools module

vent.menus.del_instances module

vent.menus.editor module

vent.menus.help module

class vent.menus.help.HelpForm(*args, **keywords)[source]

Bases: npyscreen.fmFormWithMenus.ActionFormWithMenus

Help form for the Vent CLI

change_forms(*args, **keywords)[source]

Checks which form is currently displayed and toggles to the other one

create()[source]

Override method for creating FormBaseNew form

exit(*args, **keywords)[source]
on_cancel()[source]
on_ok()[source]
static switch(page)[source]

vent.menus.inventory module

vent.menus.inventory_forms module

vent.menus.logs module

vent.menus.main module

vent.menus.ntap module

vent.menus.services module

vent.menus.tools module

vent.menus.tutorial_forms module

class vent.menus.tutorial_forms.TutorialAddingFilesForm(*args, **keywords)[source]

Bases: vent.menus.tutorials.TutorialForm

Tutorial Adding Files form for the Vent CLI

class vent.menus.tutorial_forms.TutorialAddingPluginsForm(*args, **keywords)[source]

Bases: vent.menus.tutorials.TutorialForm

Tutorial Adding Plugins form for the Vent CLI

class vent.menus.tutorial_forms.TutorialBackgroundForm(*args, **keywords)[source]

Bases: vent.menus.tutorials.TutorialForm

Tutorial Background form for the Vent CLI

class vent.menus.tutorial_forms.TutorialBuildingCoresForm(*args, **keywords)[source]

Bases: vent.menus.tutorials.TutorialForm

Tutorial Building Cores form for the Vent CLI

class vent.menus.tutorial_forms.TutorialGettingSetupForm(*args, **keywords)[source]

Bases: vent.menus.tutorials.TutorialForm

Tutorial Getting Setup form for the Vent CLI

class vent.menus.tutorial_forms.TutorialIntroForm(*args, **keywords)[source]

Bases: vent.menus.tutorials.TutorialForm

Tutorial introduction landing form for the Vent CLI

class vent.menus.tutorial_forms.TutorialStartingCoresForm(*args, **keywords)[source]

Bases: vent.menus.tutorials.TutorialForm

Tutorial Starting Cores form for the Vent CLI

class vent.menus.tutorial_forms.TutorialTerminologyForm(*args, **keywords)[source]

Bases: vent.menus.tutorials.TutorialForm

Tutorial terminology form for the Vent CLI

class vent.menus.tutorial_forms.TutorialTroubleshootingForm(*args, **keywords)[source]

Bases: vent.menus.tutorials.TutorialForm

Tutorial troubleshooting form for the Vent CLI

vent.menus.tutorials module

class vent.menus.tutorials.TutorialForm(title='', text='', next_tutorial='', *args, **keywords)[source]

Bases: npyscreen.fmFormWithMenus.ActionFormWithMenus

Tutorial form for the Vent CLI

create()[source]

Overridden to add handlers and content

on_cancel()[source]

When user clicks cancel, will return to MAIN

on_ok()[source]

When user clicks ok, will proceed to next tutorial

quit(*args, **kwargs)[source]

Overridden to switch back to MAIN form

switch(name)[source]

Wrapper that switches to provided form

Module contents