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