7 #ifndef __IPNETWORKCREATECMD_H__
8 #define __IPNETWORKCREATECMD_H__
244 #endif // __IPNETWORKCREATECMD_H__
string _organization
organization associated with the ip range
Definition: IpNetworkCreateCmd.H:219
void set_organization(const string &organization)
Sets organization.
Definition: IpNetworkCreateCmd.H:61
int get_asn() const
Returns asn.
Definition: IpNetworkCreateCmd.H:88
void add_dsInfo(const ReverseDSInfo &ds_info)
Adds DS information.
Definition: IpNetworkCreateCmd.H:188
string get_reserveType() const
Returns reservation type.
Definition: IpNetworkCreateCmd.H:142
list< ReverseDSInfo > get_dsInfo() const
Returns DS information list.
Definition: IpNetworkCreateCmd.H:197
EPP/DNSSEC DS information class for reverse DNS.
string get_organization() const
Returns organization associated with the ip range.
Definition: IpNetworkCreateCmd.H:70
void insert_reverseDns(const ReverseDns &reverseDns)
Sets reverse dns.
Definition: IpNetworkCreateCmd.H:170
Describes IpRange structure.
Definition: CommonData.H:192
string _allocType
allocation type
Definition: IpNetworkCreateCmd.H:225
void set_reserveType(const string &reserveType)
Sets reservation type.
Definition: IpNetworkCreateCmd.H:133
string _reserveComment
comments for reservation
Definition: IpNetworkCreateCmd.H:231
IpNetworkCreateCmd(bool reset=true)
Default constructor.
Definition: IpNetworkCreateCmd.H:32
IpRange get_ipRange() const
Returns ip range.
Definition: IpNetworkCreateCmd.H:52
void set_reserveComment(const string &reserveComment)
Sets reservation comments.
Definition: IpNetworkCreateCmd.H:115
IpRange _ipRange
ip range
Definition: IpNetworkCreateCmd.H:216
string _reserveType
reservation type
Definition: IpNetworkCreateCmd.H:228
string get_reserveComment() const
Returns reservation comments.
Definition: IpNetworkCreateCmd.H:124
map< string, string, less< string > > get_contacts() const
Returns map of other contacts.
Definition: IpNetworkCreateCmd.H:161
void set_ipRange(const IpRange &ipRange)
Sets ip range.
Definition: IpNetworkCreateCmd.H:43
void set_allocType(const string &allocType)
Sets allocation type.
Definition: IpNetworkCreateCmd.H:97
EPP IpNetworkCreateCmd Class.
Definition: IpNetworkCreateCmd.H:28
vector< ReverseDns > get_reversesDns() const
Returns reverses dns.
Definition: IpNetworkCreateCmd.H:179
void reset()
Reset object attributes.
Definition: Command.H:33
vector< struct ReverseDns > _reversesDns
delegation information for the ip range
Definition: IpNetworkCreateCmd.H:237
EPP Command Class.
Definition: Command.H:18
string get_allocType() const
Returns allocation type.
Definition: IpNetworkCreateCmd.H:106
int _asn
autonomous system number that manages the ip range
Definition: IpNetworkCreateCmd.H:222
void set_asn(const int asn)
Sets asn.
Definition: IpNetworkCreateCmd.H:79
void insert_contact(const string &type, const string &identification)
Inserts a contact in the map of other contacts.
Definition: IpNetworkCreateCmd.H:152
Reverse DSInfo Class.
Definition: ReverseDSInfo.H:16
list< ReverseDSInfo > _ds_list
DS info.
Definition: IpNetworkCreateCmd.H:240
map< string, string, less< string > > _contacts
other contact objects
Definition: IpNetworkCreateCmd.H:234