Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
 Class 
 
   
    
    
SUMMARY: NESTED | FIELD | 
 
DETAIL: FIELD | 
 
com.cisco.cnr.ws.xsd
 
Class DNSServerIPv6Stats
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.DNSServerIPv6Stats
public class DNSServerIPv6Stats
extends 
The Network Registrar DNSServerIPv6Stats class.
The activity statistics available from the DNS server related to IPv6 operation.
Java class for DNSServerIPv6Stats complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="DNSServerIPv6Stats">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="ipv6PacketsIn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ipv6PacketsOut" 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 ipv6PacketsIn property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the ipv6PacketsOut property.
 void
(javax.xml.bind.JAXBElement<java.lang.String> value)
 
          Sets the value of the ipv6PacketsIn property.
 void
(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the ipv6PacketsOut property.
 
Methods inherited from class com.cisco.cnr.ws.xsd.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait