Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
 Class 
   
    
    
SUMMARY: NESTED | FIELD | 
 | 
DETAIL: FIELD | 
 | 
com.cisco.cnr.ws.xsd
 
Class Prefix
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.Prefix
public class Prefix
extends 
The Network Registrar Prefix class.
An IPv6 prefix. A prefix defines the DHCPv6 configuration for the given address pool.
Java class for Prefix complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Prefix">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="address" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="allocationAlgorithms" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="allocationGroup" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="allocationGroupPriority" 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="dhcpType" 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="expirationTime" 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="link" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="localCluster" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="maxLeases" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="maxPdBalancingLength" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="owner" 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="range" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="region" 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="reverseZonePrefixLength" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="selectionTags" type="{http://ws.cnr.cisco.com/xsd}stringArray" minOccurs="0"/>
         <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
 java.lang.String
 
          Gets the value of the address property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the allocationAlgorithms property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the allocationGroup property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the allocationGroupPriority property.