Cisco Cisco Prime IP Express 8.3 Technische Referenzen

Seite von 1286
 Class 
   
    
    
SUMMARY: NESTED | FIELD | 
 | 
DETAIL: FIELD | 
 | 
com.cisco.cnr.ws.xsd
 
Class Policy
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.Policy
public class Policy
extends 
The Network Registrar Policy class.
A DHCP Policy object. The policy defines the set of DHCP Options and server policy settings that should be applied when granting a lease.
Java class for Policy complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Policy">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="affinityPeriod" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="allowClientARecordUpdate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="allowDualZoneDnsUpdate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="allowLeaseTimeOverride" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="allowNonTemporaryAddresses" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="allowRapidCommit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="allowTemporaryAddresses" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="defaultPrefixLength" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="excludedPrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="forwardDnsupdate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="forwardZoneName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="giaddrAsServerId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="gracePeriod" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="inhibitAllRenews" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="inhibitRenewsAtReboot" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="leaseRetentionLimit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="limitationCount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="longestPrefixLength" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="maxClientLeaseTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="maxClientRebindingTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="maxClientRenewalTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="maxLeasesPerBinding" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="offerTimeout" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="optionList" type="{http://ws.cnr.cisco.com/xsd}OptionArray" minOccurs="0"/>
         <element name="packetFileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="packetServerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="packetSiaddr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="permanentLeases" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="preferredLifetime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="reconfigure" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="reconfigureViaRelay" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="reverseDnsupdate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="serverLeaseTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="shortestPrefixLength" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="splitLeaseTimes" 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="unavailableTimeout" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="useClientIdForReservations" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="v4BootpReplyOptions" type="{http://ws.cnr.cisco.com/xsd}stringArray" minOccurs="0"/>
         <element name="v4ReplyOptions" type="{http://ws.cnr.cisco.com/xsd}stringArray" minOccurs="0"/>
         <element name="v6MaxClientPreferredLifetime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="v6MaxClientRebindingTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="v6MaxClientRenewalTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="v6MaxClientValidLifetime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="v6Options" type="{http://ws.cnr.cisco.com/xsd}OptionArray" minOccurs="0"/>
         <element name="v6ReplyOptions" type="{http://ws.cnr.cisco.com/xsd}stringArray" minOccurs="0"/>
         <element name="v6RsooAllowedOptions" type="{http://ws.cnr.cisco.com/xsd}stringArray" minOccurs="0"/>
         <element name="v6VendorOptions" type="{http://ws.cnr.cisco.com/xsd}OptionArray" minOccurs="0"/>
         <element name="validLifetime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="vendorOptions" type="{http://ws.cnr.cisco.com/xsd}OptionArray" minOccurs="0"/>
         <element name="viewId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Constructor Summary