| getdnsnameserverResult Structure Definition |
The getdnsnameserverResult structure defines the return type for getdnsnameserver API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
dnsnameserverList |
List of dnsnameservers |
| dnsnameserver Structure Definition |
The dnsnameserver structure defines the actual return type values for getdnsnameserver API. |
Syntax |
Members |
ip |
IP address of the name server. |
dnsvservername |
Name of the DNS virtual server. |
servicename |
The name of the dns vserver. |
port |
Port of the service. |
type |
Protocol used by the name server. UDP_TCP is not valid if the name server is a DNS virtual server configured on the appliance. |
state |
Administrative state of the name server. |
nameserverstate |
State of the server. |
clmonowner |
Tells the mon owner of the service. |
clmonview |
Tells the view id by which state of the service is updated. |
dnsprofilename |
Name of the DNS profile to be associated with the name server |
_nextgenapiresource |
See Also |