Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
 Class 
   
    
    
SUMMARY: NESTED | FIELD | 
 | 
DETAIL: FIELD | 
 
com.cisco.cnr.ws.xsd
 
Class PrefixTemplate
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.PrefixTemplate
public class PrefixTemplate
extends 
The Network Registrar PrefixTemplate class.
A template to create IPv6 prefixes. The prefix address and vpn can only be supplied as context variables. Attributes of type AT_EXPR are
evaluated as expressions to generate a prefix-specific value for the corresponding prefix attribute. All other attributes, except the prefix name, are
copied literally from the template to the newly created prefix.
Java class for PrefixTemplate complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="PrefixTemplate">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <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="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="optionsExpr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <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="prefixDescriptionExpr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="prefixNameExpr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="rangeExpr" 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="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"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Constructor Summary
()
 
           
 
Method Summary
 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.
 javax.xml.bind.JAXBElement<java.lang.String>