libepp_nicbr
|
EPP IpNetworkCreateCmd Class. More...
#include <IpNetworkCreateCmd.H>
Public Member Functions | |
IpNetworkCreateCmd (bool reset=true) | |
Default constructor. | |
void | set_ipRange (const IpRange &ipRange) |
Sets ip range. More... | |
IpRange | get_ipRange () const |
Returns ip range. More... | |
void | set_organization (const string &organization) |
Sets organization. More... | |
string | get_organization () const |
Returns organization associated with the ip range. More... | |
void | set_asn (const int asn) |
Sets asn. More... | |
int | get_asn () const |
Returns asn. More... | |
void | set_allocType (const string &allocType) |
Sets allocation type. More... | |
string | get_allocType () const |
Returns allocation type. More... | |
void | set_reserveComment (const string &reserveComment) |
Sets reservation comments. More... | |
string | get_reserveComment () const |
Returns reservation comments. More... | |
void | set_reserveType (const string &reserveType) |
Sets reservation type. More... | |
string | get_reserveType () const |
Returns reservation type. More... | |
void | insert_contact (const string &type, const string &identification) |
Inserts a contact in the map of other contacts. More... | |
map< string, string, less< string > > | get_contacts () const |
Returns map of other contacts. More... | |
void | insert_reverseDns (const ReverseDns &reverseDns) |
Sets reverse dns. More... | |
vector< ReverseDns > | get_reversesDns () const |
Returns reverses dns. More... | |
void | add_dsInfo (const ReverseDSInfo &ds_info) |
Adds DS information. More... | |
list< ReverseDSInfo > | get_dsInfo () const |
Returns DS information list. More... | |
virtual 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 | |
IpRange | _ipRange |
ip range | |
string | _organization |
organization associated with the ip range | |
int | _asn |
autonomous system number that manages the ip range | |
string | _allocType |
allocation type | |
string | _reserveType |
reservation type | |
string | _reserveComment |
comments for reservation | |
map< string, string, less< string > > | _contacts |
other contact objects | |
vector< struct ReverseDns > | _reversesDns |
delegation information for the ip range | |
list< ReverseDSInfo > | _ds_list |
DS info. | |
![]() | |
string | _clTRID |
Client Transaction ID. | |
EPP IpNetworkCreateCmd Class.
|
inline |
Adds DS information.
DS | information |
References _ds_list.
Referenced by cmd_ipnetwork_create().
|
inline |
Returns allocation type.
References _allocType.
Referenced by cmd_ipnetwork_create().
|
inline |
Returns asn.
References _asn.
Referenced by cmd_ipnetwork_create().
|
inline |
Returns map of other contacts.
References _contacts.
Referenced by cmd_ipnetwork_create().
|
inline |
|
inline |
|
inline |
Returns organization associated with the ip range.
References _organization.
Referenced by cmd_ipnetwork_create().
|
inline |
|
inline |
|
inline |
Returns reverses dns.
References _reversesDns.
Referenced by cmd_ipnetwork_create().
|
inline |
Inserts a contact in the map of other contacts.
type | contact type |
identification | contact identification |
References _contacts.
Referenced by cmd_ipnetwork_create().
|
inline |
Sets reverse dns.
reverseDns | delegation information for the ip range |
References _reversesDns.
Referenced by cmd_ipnetwork_create().
|
inline |
Sets allocation type.
allocType | ip range allocation type |
References _allocType.
Referenced by cmd_ipnetwork_create().
|
inline |
Sets asn.
asn | autonomous system number that is going to manage the ip range |
References _asn.
Referenced by cmd_ipnetwork_create().
|
inline |
Sets ip range.
ipRange | ip range |
References _ipRange.
Referenced by cmd_ipnetwork_create().
|
inline |
Sets organization.
organization | organization to be associated with the ip range |
References _organization.
Referenced by cmd_ipnetwork_create().
|
inline |
Sets reservation comments.
reserveComment | ip range reservation comments |
References _reserveComment.
Referenced by cmd_ipnetwork_create().
|
inline |
Sets reservation type.
reserveType | ip range reservation type |
References _reserveType.
Referenced by cmd_ipnetwork_create().