ManaTools::Module::Hosts

Section: User Contributed Perl Documentation (3)
Updated: 2017-07-06
Page Index
 

start

INPUT

    $self: this object

DESCRIPTION

    This method extends Module::start and is invoked to
    start  host manager

 

_changeHostNameDialog

INPUT

    $self: this object

    $headerString: a title for the dialog

DESCRIPTION

    This method display a dialog allowing the user
    to change the hostname

 

_addHostDialog

INPUT

    $self: this object

DESCRIPTION

This subroutine creates the Host dialog to add host definitions  

_edtHostDialog

INPUT
$self: this object
$hostIp : the ip of the host entry that we want to modify
$hostName : the name of the host entry we want to modify
$hostAliases : aliases of the host entry we want to modify

DESCRIPTION

This subroutine creates the Host dialog to modify host definitions  

setupTable

INPUT

    $self: this object

    $data: reference to the array containaing the host data to show into the table

DESCRIPTION

This subroutine populates a previously created YTable with the hosts data retrieved by the Config::Hosts module


 

Index

start
_changeHostNameDialog
_addHostDialog
_edtHostDialog
setupTable