getdnsviewResult Structure Definition

The getdnsviewResult structure defines the return type for getdnsview 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.

dnsviewList

List of dnsviews


dnsview Structure Definition

The dnsview structure defines the actual return type values for getdnsview API.

Syntax



Members

viewname

Name of the view to display.

servicename

Service name of the service using this view.
NOTE: This attribute is deprecated.
This attribute is deprecated. please use -gslbservicename

gslbservicename

Service name of the service using this view.

dnspolicyname

dnspolicy name of this view.

ipaddress

IP of the service corresponding to the given view.

flags

Flags controlling display.
NOTE: This attribute is deprecated.
This is deprecated attribute.

_nextgenapiresource


See Also