EPP AsnCreate Class.
More...
#include <AsnCreateCmd.H>
|
int | _asn |
| autonomous system number
|
|
string | _organization |
| organization associated with the asn
|
|
map< string, string, less< string > > | _contacts |
| other contact objects
|
|
vector< string > | _as_in |
| input routing policy
|
|
vector< string > | _as_out |
| output routing policy
|
|
Protected Attributes inherited from Command |
string | _clTRID |
| Client Transaction ID.
|
|
vector<string> AsnCreateCmd::get_as_in |
( |
| ) |
const |
|
inline |
Returns input routing policy.
- Returns
- input routing policy
References _as_in.
vector<string> AsnCreateCmd::get_as_out |
( |
| ) |
const |
|
inline |
Returns output routing policy.
- Returns
- output routing policy
References _as_out.
int AsnCreateCmd::get_asn |
( |
| ) |
const |
|
inline |
map< string, string, less<string> > AsnCreateCmd::get_contacts |
( |
| ) |
const |
|
inline |
string AsnCreateCmd::get_organization |
( |
| ) |
const |
|
inline |
void AsnCreateCmd::insert_as_out |
( |
const string & |
as_out | ) |
|
|
inline |
Sets output routing policy.
- Parameters
-
as_out | output routing policy |
References _as_out.
Referenced by cmd_asn_create().
void AsnCreateCmd::insert_contact |
( |
const string & |
type, |
|
|
const string & |
identification |
|
) |
| |
|
inline |
Inserts a contact in the map of other contacts.
- Parameters
-
type | contact type |
identification | contact identification |
References _contacts.
Referenced by cmd_asn_create().
void AsnCreateCmd::set_asn |
( |
const int |
asn | ) |
|
|
inline |
void AsnCreateCmd::set_organization |
( |
const string & |
organization | ) |
|
|
inline |
The documentation for this class was generated from the following file: