src/shepp/IpNetworkFunctions.H File Reference

EPP IP Network related functions. More...

#include "SheppCommandFunctions.H"
#include "IpNetworkCheck.H"
#include "IpNetworkCreate.H"
#include "IpNetworkDelete.H"
#include "IpNetworkInfo.H"
#include "IpNetworkRenew.H"
#include "IpNetworkTransfer.H"
#include "IpNetworkUpdate.H"

Go to the source code of this file.

Functions

int cmd_ipnetwork_help (string error_msg, string specific="")
 print ipnetwork command usage info
int parse_iprange (const string &input, IpRange &ipRange)
 reads an IpRange object from args
int cmd_ipnetwork_check (vector< string > &args)
 ipnetwork check command function
int cmd_ipnetwork_create (vector< string > &args)
 ipnetwork create command function
int cmd_ipnetwork_delete (vector< string > &args)
 ipnetwork check delete function
int cmd_ipnetwork_info (vector< string > &args)
 ipnetwork info command function
int cmd_ipnetwork_renew (vector< string > &args)
 ipnetwork renew command function
int cmd_ipnetwork_transfer (vector< string > &args)
 ipnetwork transfer command function
int cmd_ipnetwork_update (vector< string > &args)
 ipnetwork update command function
int cmd_ipnetwork (vector< string > &args)
 main ipnetwork command


Detailed Description

EPP IP Network related functions.


Function Documentation

int cmd_ipnetwork ( vector< string > &  args  ) 

main ipnetwork command

Parameters:
arg command-line input arguments
Returns:
0 if ok, -1 otherwise

int cmd_ipnetwork_check ( vector< string > &  args  ) 

ipnetwork check command function

Parameters:
args vector with command-line arguments
Returns:
0 if ok, -1 otherwise

int cmd_ipnetwork_create ( vector< string > &  args  ) 

ipnetwork create command function

Parameters:
args vector with command-line arguments
Returns:
0 if ok, -1 otherwise

int cmd_ipnetwork_delete ( vector< string > &  args  ) 

ipnetwork check delete function

Parameters:
args vector with command-line arguments
Returns:
0

int cmd_ipnetwork_help ( string  error_msg,
string  specific = "" 
)

print ipnetwork command usage info

Parameters:
error_msg error message to be printed
specific optional, choses specific sub-command
Returns:
0 if ok, -1 otherwise

int cmd_ipnetwork_info ( vector< string > &  args  ) 

ipnetwork info command function

Parameters:
args vector with command-line arguments
Returns:
0

int cmd_ipnetwork_renew ( vector< string > &  args  ) 

ipnetwork renew command function

Parameters:
args vector with command-line arguments
Returns:
0

int cmd_ipnetwork_transfer ( vector< string > &  args  ) 

ipnetwork transfer command function

Parameters:
args vector with command-line arguments
Returns:
0

int cmd_ipnetwork_update ( vector< string > &  args  ) 

ipnetwork update command function

Parameters:
args vector with command-line arguments
Returns:
0 if ok, -1 otherwise

int parse_iprange ( const string &  input,
IpRange ipRange 
)

reads an IpRange object from args

Parameters:
input IP renge command-line param
ipRange IpRange object to be filled
Returns:
0 if ok, -1 ortherwise


Generated on Tue Mar 17 16:03:07 2009 for libepp_nicbr by  doxygen 1.4.7