Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
 Class 
 
   
    
    
SUMMARY: NESTED | FIELD | 
 | 
DETAIL: FIELD | 
 | 
com.cisco.cnr.ws.xsd
 
Class Scope
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.Scope
public class Scope
extends 
The Network Registrar Scope class.
A DHCP Scope object. A scope defines a set of dynamic address pools on a subnet that share its configuration attributes. A scope can also contain reserved
addresses on the specified subnet that should use the configuration.
Java class for Scope complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Scope">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="allocateFirstAvailable" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="allocationPriority" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="backupPct" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="bootp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="deactivated" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="dhcp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="dnsHostBytes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="dynamicBootp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="embeddedPolicy" type="{http://ws.cnr.cisco.com/xsd}Policy" minOccurs="0"/>
         <element name="failoverBackupAllocationBoundary" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="freeAddressConfig" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ignoreDeclines" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="pingClients" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="pingTimeout" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="policy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="primarySubnet" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="rangeList" type="{http://ws.cnr.cisco.com/xsd}RangeArray" minOccurs="0"/>
         <element name="renewOnly" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="restrictToAdminAllocation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="restrictToReservations" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="selectionTagList" type="{http://ws.cnr.cisco.com/xsd}stringArray" minOccurs="0"/>
         <element name="subnet" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="tenantId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="vpnId" 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 allocateFirstAvailable property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the allocationPriority property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the backupPct property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the bootp property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the deactivated property.
 javax.xml.bind.JAXBElement<java.lang.String>