#include <IpNetworkRenewCmd.H>
Inheritance diagram for IpNetworkRenewCmd:
Public Member Functions | |
IpNetworkRenewCmd (bool reset=true) | |
Default constructor. | |
void | set_roid (const string &roid) |
Sets repository object ID. | |
string | get_roid () const |
Returns repository object ID. | |
void | set_expDate (const string &expDate) |
Sets expiration date. | |
string | get_expDate () const |
Returns expiration date. | |
void | set_period (const int &time, const string &unit) |
Sets period. | |
RegistrationPeriod | get_period () const |
Returns period. | |
void | reset () |
Reset object attributes. | |
Protected Attributes | |
string | _roid |
server-unique id for the created IP network | |
string | _expDate |
date on which the current validity period ends | |
RegistrationPeriod | _period |
registration period of the IP network object |
string IpNetworkRenewCmd::get_expDate | ( | ) | const [inline] |
Returns expiration date.
RegistrationPeriod IpNetworkRenewCmd::get_period | ( | ) | const [inline] |
Returns period.
string IpNetworkRenewCmd::get_roid | ( | ) | const [inline] |
Returns repository object ID.
void IpNetworkRenewCmd::reset | ( | ) | [inline] |
void IpNetworkRenewCmd::set_expDate | ( | const string & | expDate | ) | [inline] |
Sets expiration date.
expDate | date on which the current validity period ends |
void IpNetworkRenewCmd::set_period | ( | const int & | time, | |
const string & | unit | |||
) | [inline] |
Sets period.
time | amount of time | |
unit | measure unit |
void IpNetworkRenewCmd::set_roid | ( | const string & | roid | ) | [inline] |
Sets repository object ID.
roid | contains the server-unique id for the created IP network |