Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
 Class 
 
   
    
    
SUMMARY: NESTED | FIELD | 
 | 
DETAIL: FIELD | 
 | 
com.cisco.cnr.ws.xsd
 
Class CCMFailoverPair
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.CCMFailoverPair
public class CCMFailoverPair
extends 
The Network Registrar CCMFailoverPair class.
Defines a DHCP failover pair. A CCMFailoverPair object defines the main and backup clusters in the pair, and associated failover attributes
which must be synchronized. This class is analogous to the CCMHaDnsPair class used to manage HA DNS pairs. It is used to synchronize
configuration data on the main and backup DHCP servers. Each pair of main and backup clusters configured in a CCMFailoverPair object
must be unique. On a local cluster, the localhost cluster must be either the main or backup in the pair.
Java class for CCMFailoverPair complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="CCMFailoverPair">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="backup" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="backupIp6Address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="backupPct" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="backupServer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="dynamicBootpBackupPct" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="failover" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="loadBalancing" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="main" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="mainIp6Address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="mainServer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="mclt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="safePeriod" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="scopetemplate" 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="useSafePeriod" 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 backupIp6Address property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the backupPct property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the backupServer property.
 javax.xml.bind.JAXBElement<java.lang.String>