Cisco Cisco Prime IP Express 8.3 Technische Referenzen

Seite von 1286
 Class 
 
   
    
    
SUMMARY: NESTED | FIELD | 
 | 
DETAIL: FIELD | 
 
com.cisco.cnr.ws.xsd
 
Class CCMHaDnsPair
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.CCMHaDnsPair
public class CCMHaDnsPair
extends 
The Network Registrar CCMHaDnsPair class.
A High-Availability (HA) DNS pair. A CCMHaDnsPair object defines the main and backup clusters in the pair, and associated HA attributes
which must be synchronized. This class is analogous to the CCMFailoverPair class used to manage DHCP failover pairs. It is used to
synchronize the configuration data on the main and backup DNS servers. A local cluster is limited to a single CCMHaDnsPair object, and the
localhost cluster must be either the main or backup in the pair.
Java class for CCMHaDnsPair complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="CCMHaDnsPair">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="backup" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="haDns" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="haDnsBackupServer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="haDnsMainServer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="haDnsSyncQuietPeriod" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="main" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="tenantId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Constructor Summary
()
 
           
 
Method Summary
 java.lang.String
 
          Gets the value of the backup property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the haDns property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the haDnsBackupServer property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the haDnsMainServer property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the haDnsSyncQuietPeriod property.
 java.lang.String
 
          Gets the value of the main property.
 java.lang.String