Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
 Class 
   
    
    
SUMMARY: NESTED | FIELD | 
 | 
DETAIL: FIELD | 
 
com.cisco.cnr.ws.xsd
 
Class DnsException
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.DnsException
public class DnsException
extends 
The Network Registrar DnsException class.
There may be multiple resolution exceptions. The resolution exception can be used to configure authoritative data to be used by
the resolver that cannot be accessed using the public internet servers. This is useful for company-local data or private zones.
Setup an authoritative server on a different host (or different port). The DNS caching server can then access the data, without
referring to the public internet for it. This setup allows DNSSEC signed zones to be served by that authoritative server, in which
case a trusted key entry with the public key can be put in config, so that the DNS caching server can validate the data and set
the AD bit on replies for the private zone (authoritative servers do not set the AD bit). This setup makes the DNS caching server
capable of answering queries for the private zone, and can even set the AD bit ('authentic'), but the AA ('authoritative') bit is not
set on these replies.
Java class for DnsException complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="DnsException">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="addr" type="{http://ws.cnr.cisco.com/xsd}DnsIPnPortArray" minOccurs="0"/>
         <element name="host" type="{http://ws.cnr.cisco.com/xsd}stringArray" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="prime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="usesViews" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Constructor Summary
()
 
           
 
Method Summary
 javax.xml.bind.JAXBElement<
 
          Gets the value of the addr property.
 javax.xml.bind.JAXBElement<
 
          Gets the value of the host property.
 java.lang.String
 
          Gets the value of the name property.
 javax.xml.bind.JAXBElement<java.lang.String>