libepp_nicbr
|
EPP IpRangeInfo Class used in IpRangeInfoRsp Class. More...
#include <IpNetworkInfoRsp.H>
Public Member Functions | |
IpRangeInfo () | |
Default constructor. | |
void | set_roid (const string &roid) |
Sets repository object ID. More... | |
string | get_roid () const |
Returns repository object ID. More... | |
void | set_allocType (const string &allocType) |
Sets allocation type. More... | |
string | get_allocType () const |
Returns allocation type. More... | |
void | set_reserveType (const string &reserveType) |
Sets reservation type. More... | |
string | get_reserveType () const |
Returns reservation type. More... | |
void | set_reserveComment (const string &reserveComment) |
Sets reservation comments. More... | |
string | get_reserveComment () const |
Returns reservation comments. More... | |
void | set_organization (const string &organization) |
Sets organization. More... | |
string | get_organization () const |
Returns organization associated with the ip range. 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 | set_asn (const int asn) |
Sets asn. More... | |
int | get_asn () const |
Returns asn. 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... | |
void | set_parentNetwork (const Network &network) |
Sets parent network. More... | |
Network | get_parentNetwork () const |
Returns parent network. More... | |
void | insert_childNetwork (const Network &network) |
Inserts child network. More... | |
vector< Network > | get_childNetworks () const |
Returns child networks. More... | |
void | set_clId (const string &clId) |
Sets sponsoring client. More... | |
string | get_clId () const |
Returns sponsoring client. More... | |
void | set_crId (const string &crId) |
Sets client that created the ip range. More... | |
string | get_crId () const |
Returns client that created the ip range. More... | |
void | set_crDate (const string &crDate) |
Sets date of the ip range creation. More... | |
string | get_crDate () const |
Returns date of the ip range creation. More... | |
void | set_exDate (const string &exDate) |
Sets ip range's expiration date. More... | |
string | get_exDate () const |
Returns ip range's expiration date. More... | |
void | set_upId (const string &upId) |
Sets last client that updated the ip range. More... | |
string | get_upId () const |
Returns last client that updated the ip range. More... | |
void | set_upDate (const string &upDate) |
Sets date of the last update. More... | |
string | get_upDate () const |
Returns date of the last update. More... | |
void | set_trDate (const string &trDate) |
Sets most recent successful IP network object transfer. More... | |
string | get_trDate () const |
Returns most recent successful IP network object transfer. More... | |
void | reset () |
EPP IpRangeInfo Class used in IpRangeInfoRsp Class.
|
inline |
Adds DS information.
DS | information |
|
inline |
Returns allocation type.
|
inline |
Returns asn.
|
inline |
Returns child networks.
|
inline |
Returns sponsoring client.
|
inline |
Returns map of other contacts.
|
inline |
Returns date of the ip range creation.
|
inline |
Returns client that created the ip range.
|
inline |
Returns DS information list.
|
inline |
Returns ip range's expiration date.
|
inline |
Returns organization associated with the ip range.
|
inline |
Returns parent network.
|
inline |
Returns reservation comments.
|
inline |
Returns reservation type.
|
inline |
Returns reverses dns.
|
inline |
Returns repository object ID.
|
inline |
Returns most recent successful IP network object transfer.
|
inline |
Returns date of the last update.
|
inline |
Returns last client that updated the ip range.
|
inline |
Inserts child network.
network | IP address and roid of allocated or assigned subnetwork of the IP network |
|
inline |
Inserts a contact in the map of other contacts.
type | contact type |
identification | contact identification |
|
inline |
Sets reverse dns.
reverseDns | delegation information for the ip range |
|
inline |
Sets allocation type.
allocType | ip range allocation type |
|
inline |
Sets asn.
asn | autonomous system number that is going to manage the ip range |
|
inline |
Sets sponsoring client.
clId | identifier of the client that created the IP network object |
|
inline |
Sets date of the ip range creation.
crDate | date and time of the IP network object creation |
|
inline |
Sets client that created the ip range.
crId | identifier of the client that created the IP network object |
|
inline |
Sets ip range's expiration date.
exDate | date and time identifying the end of the IP network object registration period |
|
inline |
Sets organization.
organization | organization to be associated with the ip range |
|
inline |
Sets parent network.
parentNetwork | range of IP addresses and roid of the parent IP network |
|
inline |
Sets reservation comments.
reserveComment | ip range reservation comments |
|
inline |
Sets reservation type.
reserveType | ip range reservation type |
|
inline |
Sets repository object ID.
roid | contains the server-unique id for the created IP network |
|
inline |
Sets most recent successful IP network object transfer.
trDate | most recent successful IP network object transfer |
|
inline |
Sets date of the last update.
upDate | date and time of the most recent network object modification |
|
inline |
Sets last client that updated the ip range.
upId | identifier of the client that last updated the network object |