perfSONAR_PS::DataModels::PingER_Model - perfSONAR schemas expressed in perl for pinger MA, used to build binding perl objects collection


perfSONAR_PS-Services-PingER documentation  | view source Contained in the perfSONAR_PS-Services-PingER distribution.

Index


NAME

Top

   perfSONAR_PS::DataModels::PingER_Model - perfSONAR schemas expressed in perl for pinger MA, used to build binding perl objects collection

DESCRIPTION

Top

      see perfSONAR_PS::DataModels::DataModel for details. this is the perl way to extend something

   


SYNOPSIS

Top

      ###  
      use perfSONAR_PS::DataModels::PingER_Model qw($message);

      


      ### thats it, next step is to build API by utilizing buildAPi from APIBuilder.pm package

      buildAPI('message', $message,  '', '' );

Exported variables

Top

        $message - the hasref with whole data model description for pinger MA message


perfSONAR_PS-Services-PingER documentation  | view source Contained in the perfSONAR_PS-Services-PingER distribution.