#include <IpNetworkTransferCmd.H>
Inheritance diagram for IpNetworkTransferCmd:
Public Member Functions | |
IpNetworkTransferCmd (bool reset=true) | |
Default constructor. | |
void | set_operation (const string &op) |
Sets operation. | |
string | get_operation () const |
Returns operation. | |
void | set_roid (const string &roid) |
Sets repository object ID. | |
string | get_roid () const |
Returns repository object ID. | |
void | reset () |
Reset object attributes. | |
Protected Attributes | |
string | _operation |
identifies the transfer operation to be performed | |
string | _roid |
server-unique id for the created IP network |
string IpNetworkTransferCmd::get_operation | ( | ) | const [inline] |
Returns operation.
string IpNetworkTransferCmd::get_roid | ( | ) | const [inline] |
Returns repository object ID.
void IpNetworkTransferCmd::reset | ( | ) | [inline] |
void IpNetworkTransferCmd::set_operation | ( | const string & | op | ) | [inline] |
Sets operation.
op | identifies the transfer operation to be performed |
void IpNetworkTransferCmd::set_roid | ( | const string & | roid | ) | [inline] |
Sets repository object ID.
roid | contains the server-unique id for the created IP network |