libepp_nicbr
|
EPP BrDomainCreateCmd extension Class. More...
#include <BrDomainCreateCmd.H>
Public Member Functions | |
BrDomainCreateCmd (bool reset=true) | |
Default constructor. | |
void | set_organization (const string &organization) |
Sets organization attribute. More... | |
string | get_organization () const |
Returns organization attribute. More... | |
void | set_releaseProcessFlags (const struct ReleaseProcessFlags &rpf) |
Sets the Release Process Flags. More... | |
struct ReleaseProcessFlags | get_releaseProcessFlags () const |
Returns the Release Process Flags. More... | |
void | set_auto_renew (const int auto_renew) |
Actives/Inactives domain auto renewal. More... | |
int | get_auto_renew () const |
Return if the domain is with or without auto renewal. More... | |
void | reset () |
Reset object attributes. | |
void | set_active (const int active) |
Sets active attribute (***DEPRECATED***) More... | |
int | get_active () const |
Returns active attribute (***DEPRECATED***) More... | |
![]() | |
DomainCreateCmd (bool reset=true) | |
Default constructor. | |
void | set_name (const string &name) |
Sets domain name. More... | |
string | get_name () const |
Returns domain name. More... | |
void | set_period (const int time, const string &unit) |
Sets domain registration period. More... | |
RegistrationPeriod | get_period () const |
Returns domain registration period. More... | |
void | insert_nameserver (const struct NameServer &nameserver) |
Inserts a nameserver to the list of nameservers. More... | |
vector< struct NameServer > | get_nameservers () const |
Returns a list of nameservers. More... | |
void | set_registrant (const string ®istrant) |
Sets registrant. More... | |
string | get_registrant () const |
Returns registrant. 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_authInfo (const AuthInfo &authInfo) |
Sets authorization information. More... | |
AuthInfo | get_authInfo () const |
Returns authorization information. More... | |
void | set_secDnsVersion (string secDnsVersion) |
Sets secDNS extension version. More... | |
string | get_secDnsVersion () const |
Returns secDNS extension version. More... | |
void | add_dsInfo (const DSInfo &ds_info) |
Adds DS information. More... | |
list< DSInfo > | get_dsInfo () const |
Returns DS information list. More... | |
void | add_keyData (const KeyData &dnskey_data) |
Adds DNSKEY information. More... | |
list< KeyData > | get_keyDataList () const |
Returns DNSKEY information list. More... | |
void | set_max_sig_life (const unsigned int max_sig_life) |
Sets the maximum signature life. More... | |
unsigned int | get_max_sig_life () const |
Returns the maximum signature life. More... | |
void | set_launch (const LaunchCreateCmd &launch) |
Sets the launch. More... | |
LaunchCreateCmd | get_launch () const |
Returns the launch. More... | |
bool | has_extension () const |
Check if there is any extension. | |
bool | has_secdns_extension () const |
Check if there is secDNS extension. | |
bool | has_launch_extension () const |
Check if there is launch extension. | |
void | reset () |
Reset object attributes. | |
![]() | |
Command (bool reset=true) | |
Default constructor. | |
void | reset () |
Reset object attributes. More... | |
virtual | ~Command () |
virtual destructor | |
void | set_clTRID (const string &clTRID) |
Sets clTRID. More... | |
string | get_clTRID () const |
Returns clTRID. More... | |
Protected Attributes | |
string | _organization |
organization | |
struct ReleaseProcessFlags | _releaseProcessFlags |
release process flags | |
int | _auto_renew |
domain auto renewal flag | |
![]() | |
string | _name |
fully qualified domain name | |
RegistrationPeriod | _period |
initial registration period of the domain object | |
vector< struct NameServer > | _nameservers |
name servers associated with domain object | |
string | _registrant |
registrant | |
map< string, string, less< string > > | _contacts |
other contact objects | |
AuthInfo | _authInfo |
Authorization information. | |
string | _secDnsVersion |
RFC 4310/5910 secDNS extension version. | |
unsigned int | _max_sig_life |
RRSIG max signature life. | |
list< DSInfo > | _ds_list |
DS info. | |
list< KeyData > | _dnskey_list |
KeyData. | |
LaunchCreateCmd | _launch |
Launch. | |
![]() | |
string | _clTRID |
Client Transaction ID. | |
EPP BrDomainCreateCmd extension Class.
|
inline |
|
inline |
Return if the domain is with or without auto renewal.
References _auto_renew.
Referenced by get_active().
|
inline |
|
inline |
|
inline |
|
inline |
Actives/Inactives domain auto renewal.
auto_renew | attribute |
References _auto_renew.
Referenced by set_active().
|
inline |
Sets organization attribute.
organization | organization attribute |
References _organization.
|
inline |
Sets the Release Process Flags.
rpf | Release Process Flags |
References _releaseProcessFlags.