#include <DomainInfoCmd.H>
Inheritance diagram for DomainInfoCmd:
Public Member Functions | |
DomainInfoCmd (bool reset=true) | |
Default constructor. | |
void | set_name (string name) |
Sets domain name. | |
string | get_name () |
Returns domain name. | |
void | set_hosts_control (string hosts_control) |
Sets "hosts" attribute which controls return of information describing hosts. | |
string | get_hosts_control () |
Returns hosts control attribute. | |
void | set_authInfo (const AuthInfo &authInfo) |
Sets authorization information. | |
AuthInfo | get_authInfo () |
Returns authorization information. | |
void | reset () |
Reset object attributes. | |
Protected Attributes | |
string | _name |
fully qualified domain name | |
string | _hosts_control |
AuthInfo | _authInfo |
authorization information |
|
Returns authorization information.
|
|
Returns hosts control attribute.
|
|
Returns domain name.
|
|
Sets authorization information.
|
|
Sets "hosts" attribute which controls return of information describing hosts.
|
|
Sets domain name.
|
|
controls return of information describing hosts related to domain object |