Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
 Class 
 
   
    
    
SUMMARY: NESTED | FIELD | 
 | 
DETAIL: FIELD | 
 | 
com.cisco.cnr.ws.xsd
 
Class LinkTemplate
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.LinkTemplate
public class LinkTemplate
extends 
The Network Registrar LinkTemplate class.
A template to create IPv6 links and associated prefixes. The root prefix address and vpn can only be supplied as context variables.
Attributes of type AT_EXPR are evaluated as expressions to generate a link-specific value for the corresponding link attribute. The prefix-
expr attribute is a special case where the expression result defines the list of prefix addresses and prefix templates, which combined with the
link vpn, are used to create associated prefixes. All other attributes, except the link name and description, are copied literally from the
template to the newly created link.
Java class for LinkTemplate complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="LinkTemplate">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="LinkTemplateType" 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="embeddedPolicy" type="{http://ws.cnr.cisco.com/xsd}Policy" minOccurs="0"/>
         <element name="freeAddressConfig" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="groupName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="linkDescriptionExpr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="linkNameExpr" 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="prefixExpr" 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="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 description property.
 javax.xml.bind.JAXBElement<
 
          Gets the value of the embeddedPolicy property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the freeAddressConfig property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the groupName property.
 javax.xml.bind.JAXBElement<java.lang.String>