Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
 Class 
   
    
    
SUMMARY: NESTED | FIELD | 
 
DETAIL: FIELD | 
 | 
com.cisco.cnr.ws.xsd
 
Class DNSServerQueryStats
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.DNSServerQueryStats
public class DNSServerQueryStats
extends 
The Network Registrar DNSServerQueryStats class.
The activity statistics available from the DNS server related to DNS queries and responses.
Java class for DNSServerQueryStats complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="DNSServerQueryStats">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="queriesDropped" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queriesOverIpv4" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queriesOverIpv6" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queriesOverTcp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queriesOverUdp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queriesRpz" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queriesTotal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queriesTypeA" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queriesTypeAaaa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queriesTypeCname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queriesTypeMx" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queriesTypeNaptr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queriesTypeNs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queriesTypePtr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queriesTypeSoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queriesTypeOther" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queriesWithEdns" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queryAnswersRpzHits" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queryAnswersRpzMisses" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queryAnswersWithFormerr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queryAnswersWithNodata" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queryAnswersWithNoerror" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queryAnswersWithNotauth" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queryAnswersWithNxdomain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queryAnswersWithRefused" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queryAnswersWithServfail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queryAnswersWithOtherErrors" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queryAnswersWithReferral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Constructor Summary
 
           
 
Method Summary
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the queriesDropped property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the queriesOverIpv4 property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the queriesOverIpv6 property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the queriesOverTcp property.