libepp_nicbr
|
EPP IpNetworkUpdateCmd Class. More...
#include <IpNetworkUpdateCmd.H>
Public Member Functions | |
IpNetworkUpdateCmd (bool reset=true) | |
Default constructor. | |
void | set_roid (const string &roid) |
Sets repository object ID. More... | |
string | get_roid () const |
Returns repository object ID. More... | |
void | set_organization (const string &organization) |
Sets organization. More... | |
string | get_organization () const |
Returns organization associated with the ip network. More... | |
void | set_allocType (const string &allocType) |
Sets allocation type. More... | |
string | get_allocType () const |
Returns allocation type. More... | |
void | set_asn (const unsigned int &asn) |
Sets asn. More... | |
unsigned int | get_asn () const |
Returns asn. More... | |
bool | asn_changed () const |
Returns asn_changed. More... | |
void | insert_reverseDNS_add (const ReverseDns &reverseDns) |
Inserts a reverse DNS to be added. More... | |
vector< ReverseDns > | get_reverseDns_add () const |
Returns all the reverse DNS to be added. More... | |
void | insert_reverseDNS_rem (const ReverseDns &reverseDns) |
Inserts a reverse DNS to be removed. More... | |
vector< ReverseDns > | get_reverseDns_rem () const |
Returns all the reverse DNS to be removed. More... | |
void | insert_dsInfo_add (const ReverseDSInfo &ds_info) |
Inserts a reverse DS to be added. More... | |
list< ReverseDSInfo > | get_dsInfo_add () const |
Returns all the reverse DS to be added. More... | |
void | insert_dsInfo_rem (const ReverseDSInfo &ds_info) |
Inserts a reverse DS to be removed. More... | |
list< ReverseDSInfo > | get_dsInfo_rem () const |
Returns all the reverse DS to be removed. More... | |
void | insert_contact_add (const string &type, const string &identification) |
Inserts a contact to be added. More... | |
map< string, string, less< string > > | get_contacts_add () const |
Returns map of other contacts to be added. More... | |
void | insert_contact_rem (const string &type, const string &identification) |
Inserts a contact to be removed. More... | |
map< string, string, less< string > > | get_contacts_rem () const |
Returns map of other contacts to be removed. More... | |
void | setAggregateRoid (const string &aggregateRoid) |
string | getAggregateRoid () const |
void | insertAggregateHostname (const string &hostname) |
vector< string > | getAggregateHostnames () const |
void | setCreationDate (const string &creationDate) |
string | getCreationDate () const |
void | reset () |
![]() | |
Command (bool reset=true) | |
Default constructor. | |
void | reset () |
Reset object attributes. More... | |
virtual | ~Command () |
virtual destructor | |
void | set_clTRID (const string &clTRID) |
Sets clTRID. More... | |
string | get_clTRID () const |
Returns clTRID. More... | |
Protected Attributes | |
string | _roid |
server-unique id for the created IP network | |
vector< ReverseDns > | _reverseDNS_add |
Reverses DNS to be added. | |
vector< ReverseDns > | _reverseDNS_rem |
Reverses DNS to be removed. | |
list< ReverseDSInfo > | _ds_list_add |
DS info to be added. | |
list< ReverseDSInfo > | _ds_list_rem |
DS info to be removed. | |
map< string, string > | _contacts_add |
contacts to be added | |
map< string, string > | _contacts_rem |
contacts to be removed | |
string | _organization |
organization associated with the ip network | |
string | _allocType |
allocation type associated with the ip network | |
unsigned int | _asn |
autonomous system number that manages the ip range | |
bool | _asn_changed |
flag used to indicate whether asn has changed. | |
string | _aggregateRoid |
server-unique ID for the IP range being aggregated | |
vector< string > | _aggregateHostnames |
List of hostnames to be used in case of /16 aggregation. | |
string | _creationDate |
updates the creation date | |
![]() | |
string | _clTRID |
Client Transaction ID. | |
EPP IpNetworkUpdateCmd Class.
|
inline |
Returns asn_changed.
References _asn_changed.
Referenced by cmd_ipnetwork_update().
|
inline |
Returns allocation type.
References _allocType.
Referenced by cmd_ipnetwork_update().
|
inline |
|
inline |
Returns map of other contacts to be added.
References _contacts_add.
Referenced by cmd_ipnetwork_update().
|
inline |
Returns map of other contacts to be removed.
References _contacts_rem.
Referenced by cmd_ipnetwork_update().
|
inline |
|
inline |
Returns all the reverse DS to be removed.
References _ds_list_rem.
|
inline |
Returns organization associated with the ip network.
References _organization.
Referenced by cmd_ipnetwork_update().
|
inline |
Returns all the reverse DNS to be added.
References _reverseDNS_add.
Referenced by cmd_ipnetwork_update().
|
inline |
Returns all the reverse DNS to be removed.
References _reverseDNS_rem.
Referenced by cmd_ipnetwork_update().
|
inline |
Returns repository object ID.
References _roid.
Referenced by cmd_ipnetwork_update().
|
inline |
Inserts a contact to be added.
type | contact type |
identification | contact identification |
References _contacts_add.
Referenced by cmd_ipnetwork_update().
|
inline |
Inserts a contact to be removed.
type | contact type |
identification | contact identification |
References _contacts_rem.
Referenced by cmd_ipnetwork_update().
|
inline |
Inserts a reverse DS to be added.
ds_info | reverse DS object |
References _ds_list_add.
Referenced by cmd_ipnetwork_update().
|
inline |
Inserts a reverse DS to be removed.
ds_info | reverse DS object |
References _ds_list_rem.
Referenced by cmd_ipnetwork_update().
|
inline |
Inserts a reverse DNS to be added.
reverseDns | reverse DNS object |
References _reverseDNS_add.
Referenced by cmd_ipnetwork_update().
|
inline |
Inserts a reverse DNS to be removed.
reverseDns | reverse DNS object |
References _reverseDNS_rem.
Referenced by cmd_ipnetwork_update().
|
inline |
Sets allocation type.
allocType | ip range allocation type |
References _allocType.
Referenced by cmd_ipnetwork_update().
|
inline |
Sets asn.
asn | autonomous system number that is going to manage the ip range |
References _asn, and _asn_changed.
Referenced by cmd_ipnetwork_update().
|
inline |
Sets organization.
organization | organization to be associated with the asn |
References _organization.
Referenced by cmd_ipnetwork_update().
|
inline |
Sets repository object ID.
roid | contains the server-unique id for the created IP network |
References _roid.
Referenced by cmd_ipnetwork_update().