Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
 Class 
 
   
    
    
SUMMARY: NESTED | FIELD | 
 | 
DETAIL: FIELD | 
 
com.cisco.cnr.ws.xsd
 
Class Reservation6
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.Reservation6
public class Reservation6
extends 
The Network Registrar Reservation6 class.
A DHCP lease6 reservation. A reservation is used to assign a given client a specific address.
Java class for Reservation6 complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Reservation6">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="clientClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="cmMacAddress" 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="deviceName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="includeTags" type="{http://ws.cnr.cisco.com/xsd}stringArray" minOccurs="0"/>
         <element name="ip6Address" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="lookupKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="lookupKeyType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="prefix" type="{http://www.w3.org/2001/XMLSchema}string" 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
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the clientClass property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the cmMacAddress property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the description property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the deviceName property.
>
()
 
          Gets the value of the includeTags property.
 java.lang.String
()