libepp_nicbr
|
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 More... | |
int | cmd_ipnetwork_check (vector< string > &args) |
ipnetwork check command function More... | |
int | cmd_ipnetwork_create (vector< string > &args) |
ipnetwork create command function More... | |
int | cmd_ipnetwork_delete (vector< string > &args) |
ipnetwork check delete function More... | |
int | cmd_ipnetwork_info (vector< string > &args) |
ipnetwork info command function More... | |
int | cmd_ipnetwork_renew (vector< string > &args) |
ipnetwork renew command function More... | |
int | cmd_ipnetwork_transfer (vector< string > &args) |
ipnetwork transfer command function More... | |
int | cmd_ipnetwork_update (vector< string > &args) |
ipnetwork update command function More... | |
int | cmd_ipnetwork (vector< string > &args) |
main ipnetwork command More... | |
EPP IP Network related functions.
int cmd_ipnetwork | ( | vector< string > & | args | ) |
main ipnetwork command
arg | command-line input arguments |
References cmd_ipnetwork_check(), cmd_ipnetwork_create(), cmd_ipnetwork_delete(), cmd_ipnetwork_help(), cmd_ipnetwork_info(), cmd_ipnetwork_renew(), cmd_ipnetwork_transfer(), and cmd_ipnetwork_update().
Referenced by init_commands().
int cmd_ipnetwork_check | ( | vector< string > & | args | ) |
ipnetwork check command function
args | vector with command-line arguments |
References cmd_ipnetwork_help(), IpNetworkCheck::get_command(), IpNetworkCheckCmd::get_ipRanges(), IpNetworkCheckCmd::insert_ipRange(), SheppObjSet::parse_iprange(), and process_action().
Referenced by cmd_ipnetwork().
int cmd_ipnetwork_create | ( | vector< string > & | args | ) |
ipnetwork create command function
args | vector with command-line arguments |
References IpNetworkCreateCmd::add_dsInfo(), cmd_ipnetwork_help(), SheppObjSet::dsInfo(), IpNetworkCreateCmd::get_allocType(), IpNetworkCreateCmd::get_asn(), IpNetworkCreate::get_command(), IpNetworkCreateCmd::get_contacts(), IpNetworkCreateCmd::get_ipRange(), IpNetworkCreateCmd::get_organization(), IpNetworkCreateCmd::get_reversesDns(), IpNetworkCreateCmd::insert_contact(), IpNetworkCreateCmd::insert_reverseDns(), SheppObjSet::parse_iprange(), process_action(), SheppStrUtil::quote_gathering(), IpNetworkCreateCmd::set_allocType(), IpNetworkCreateCmd::set_asn(), IpNetworkCreateCmd::set_ipRange(), IpNetworkCreateCmd::set_organization(), IpNetworkCreateCmd::set_reserveComment(), IpNetworkCreateCmd::set_reserveType(), and SheppStrUtil::split().
Referenced by cmd_ipnetwork().
int cmd_ipnetwork_delete | ( | vector< string > & | args | ) |
ipnetwork check delete function
args | vector with command-line arguments |
References cmd_ipnetwork_help(), IpNetworkDelete::get_command(), IpNetworkDeleteCmd::get_roid(), process_action(), and IpNetworkDeleteCmd::set_roid().
Referenced by cmd_ipnetwork().
int cmd_ipnetwork_help | ( | string | error_msg, |
string | specific = "" |
||
) |
print ipnetwork command usage info
error_msg | error message to be printed |
specific | optional, choses specific sub-command |
Referenced by cmd_ipnetwork(), cmd_ipnetwork_check(), cmd_ipnetwork_create(), cmd_ipnetwork_delete(), cmd_ipnetwork_info(), cmd_ipnetwork_renew(), cmd_ipnetwork_transfer(), and cmd_ipnetwork_update().
int cmd_ipnetwork_info | ( | vector< string > & | args | ) |
ipnetwork info command function
args | vector with command-line arguments |
References cmd_ipnetwork_help(), IpNetworkInfo::get_command(), IpNetworkInfoCmd::get_ipRange(), IpNetworkInfoCmd::get_roid(), SheppObjSet::parse_iprange(), process_action(), IpNetworkInfoCmd::set_ipRange(), and IpNetworkInfoCmd::set_roid().
Referenced by cmd_ipnetwork().
int cmd_ipnetwork_renew | ( | vector< string > & | args | ) |
ipnetwork renew command function
args | vector with command-line arguments |
References cmd_ipnetwork_help(), IpNetworkRenew::get_command(), IpNetworkRenewCmd::get_expDate(), IpNetworkRenewCmd::get_period(), IpNetworkRenewCmd::get_roid(), process_action(), IpNetworkRenewCmd::set_expDate(), IpNetworkRenewCmd::set_period(), IpNetworkRenewCmd::set_roid(), and SheppStrUtil::split().
Referenced by cmd_ipnetwork().
int cmd_ipnetwork_transfer | ( | vector< string > & | args | ) |
ipnetwork transfer command function
args | vector with command-line arguments |
References cmd_ipnetwork_help(), IpNetworkTransfer::get_command(), IpNetworkTransferCmd::get_operation(), IpNetworkTransferCmd::get_roid(), process_action(), IpNetworkTransferCmd::set_operation(), and IpNetworkTransferCmd::set_roid().
Referenced by cmd_ipnetwork().
int cmd_ipnetwork_update | ( | vector< string > & | args | ) |
ipnetwork update command function
args | vector with command-line arguments |
References IpNetworkUpdateCmd::asn_changed(), cmd_ipnetwork_help(), SheppObjSet::dsInfo(), IpNetworkUpdateCmd::get_allocType(), IpNetworkUpdate::get_command(), IpNetworkUpdateCmd::get_contacts_add(), IpNetworkUpdateCmd::get_contacts_rem(), IpNetworkUpdateCmd::get_organization(), IpNetworkUpdateCmd::get_reverseDns_add(), IpNetworkUpdateCmd::get_reverseDns_rem(), IpNetworkUpdateCmd::get_roid(), IpNetworkUpdateCmd::insert_contact_add(), IpNetworkUpdateCmd::insert_contact_rem(), IpNetworkUpdateCmd::insert_dsInfo_add(), IpNetworkUpdateCmd::insert_dsInfo_rem(), IpNetworkUpdateCmd::insert_reverseDNS_add(), IpNetworkUpdateCmd::insert_reverseDNS_rem(), SheppObjSet::parse_iprange(), process_action(), IpNetworkUpdateCmd::set_allocType(), IpNetworkUpdateCmd::set_asn(), IpNetworkUpdateCmd::set_organization(), IpNetworkUpdateCmd::set_roid(), and SheppStrUtil::split().
Referenced by cmd_ipnetwork().