Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
 Class 
 
   
    
    
SUMMARY: NESTED | FIELD | 
 
DETAIL: FIELD | 
 | 
com.cisco.cnr.ws.xsd
 
Class CCMZone
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.CCMZone
public class CCMZone
extends 
The Network Registrar CCMZone class.
A forward primary DNS zone. Describes the configuration for a primary DNS zone. CCMReverseZone is a similar class for reverse
zones.
Java class for CCMZone complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="CCMZone">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="defttl" 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="distMap" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="expire" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="minttl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="nameservers" type="{http://ws.cnr.cisco.com/xsd}stringArray"/>
         <element name="notify" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="notifySet" type="{http://ws.cnr.cisco.com/xsd}stringArray" minOccurs="0"/>
         <element name="ns" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="nsttl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="origin" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="owner" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="person" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="refresh" 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="restrictQueryAcl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="restrictXfer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="restrictXferAcl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="retry" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="rpz" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="scvgEnabled" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="serial" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="soattl" 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="updateAcl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="updatePolicyList" type="{http://ws.cnr.cisco.com/xsd}stringArray" minOccurs="0"/>
         <element name="viewId" 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 defttl property.
 javax.xml.bind.JAXBElement<java.lang.String>
()