Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
 Class 
 
   
    
    
SUMMARY: NESTED | FIELD | 
 | 
DETAIL: FIELD | 
 | 
com.cisco.cnr.ws.xsd
 
Class CCMZoneDistribution
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.CCMZoneDistribution
public class CCMZoneDistribution
extends 
The Network Registrar CCMZoneDistribution class.
Defines the distribution map for a set of primary zones. The CCMZoneDistribution object identifies the primary DNS server or HA DNS pair
and the group of secondary DNS servers that are authoritative for this set of zones.
Java class for CCMZoneDistribution complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="CCMZoneDistribution">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="cachingServerList" type="{http://ws.cnr.cisco.com/xsd}CCMZDCachingArray" minOccurs="0"/>
         <element name="ixfr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="masterServers" type="{http://ws.cnr.cisco.com/xsd}stringArray" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <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="primary" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="restrictQuery" 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="secondariesList" type="{http://ws.cnr.cisco.com/xsd}CCMZDSecondaryArray" minOccurs="0"/>
         <element name="tenantId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="useGssTsig" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Constructor Summary
()
 
           
 
Method Summary
>
()
 
          Gets the value of the cachingServerList property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the ixfr property.
 javax.xml.bind.JAXBElement<
>
()
 
          Gets the value of the masterServers property.
 java.lang.String
()
 
          Gets the value of the name property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the notify property.
 javax.xml.bind.JAXBElement<
>
()
 
          Gets the value of the notifySet property.