Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
 Class 
 
   
    
    
SUMMARY: NESTED | FIELD | 
 | 
DETAIL: FIELD | 
 
com.cisco.cnr.ws.xsd
 
Class Reservation
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.Reservation
public class Reservation
extends 
The Network Registrar Reservation class.
A DHCP lease reservation. A reservation is used to assign a given client a specific address.
Java class for Reservation complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Reservation">
   <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="ipaddr" 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="scope" 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
()