Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
 Class 
 
   
    
    
SUMMARY: NESTED | FIELD | 
 
DETAIL: FIELD | 
 
com.cisco.cnr.ws.xsd
 
Class DHCPScopeAggregationStats
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.DHCPScopeAggregationStats
public class DHCPScopeAggregationStats
extends 
The Network Registrar DHCPScopeAggregationStats class.
The utilization details for a scope aggregation.
Java class for DHCPScopeAggregationStats complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="DHCPScopeAggregationStats">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="inUseAddresses" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="mode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="totalAddresses" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="utilizedPct" 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 inUseAddresses property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the mode property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the name property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the totalAddresses property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the utilizedPct property.
 void
(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the inUseAddresses property.
 void
(javax.xml.bind.JAXBElement<java.lang.String> value)
 
          Sets the value of the mode property.