Cisco Cisco Prime IP Express 8.3 Technische Referenzen

Seite von 1286
 Class 
   
    
    
SUMMARY: NESTED | FIELD | 
 
DETAIL: FIELD | 
 | 
com.cisco.cnr.ws.xsd
 
Class DNSServerSecurityStats
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.DNSServerSecurityStats
public class DNSServerSecurityStats
extends 
The Network Registrar DNSServerSecurityStats class.
The activity statistics available from the DNS server related to server authentication and authorization features, such as TSIG and ACLs.
Java class for DNSServerSecurityStats complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="DNSServerSecurityStats">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="blackholeAclDroppedRequests" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="detectedTsigBadKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="detectedTsigBadSig" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="detectedTsigBadTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="rcvdTsigBadKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="rcvdTsigBadSig" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="rcvdTsigBadTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="rcvdTsigPackets" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="restrictQueryAcl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="unauthUpdateReqs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="unauthXferReqs" 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 blackholeAclDroppedRequests property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the detectedTsigBadKey property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the detectedTsigBadSig property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the detectedTsigBadTime property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the rcvdTsigBadKey property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the rcvdTsigBadSig property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the rcvdTsigBadTime property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the rcvdTsigPackets property.
 javax.xml.bind.JAXBElement<java.lang.String>