Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
 Class 
   
    
    
SUMMARY: NESTED | FIELD | 
 
DETAIL: FIELD | 
 | 
com.cisco.cnr.ws.xsd
 
Class CCMCluster
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.CCMCluster
public class CCMCluster
extends 
The Network Registrar CCMCluster class.
Defines a server cluster. A CCMCluster object contains the configuration data associated with the cluster, including remote connection
information uch as IP address, port, admin, and password.
Java class for CCMCluster complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="CCMCluster">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="admin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="atulPort" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="clusterId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="fqdn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="httpPort" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="httpsPort" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ipaddr" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="licensedServices" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="localServers" type="{http://ws.cnr.cisco.com/xsd}CCMServerArray" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="passwordSecret" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="pollLeaseHistInterval" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="pollLeaseHistOffset" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="pollLeaseHistRetry" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="pollReplicaInterval" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="pollReplicaOffset" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="pollSubnetUtilInterval" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="pollSubnetUtilOffset" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="pollSubnetUtilRetry" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="productVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="remoteId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="replicationInitialized" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="restoreState" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="scpPort" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="scpReadTimeout" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="sharedSecret" 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="useHttpsPort" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="useSsl" 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 admin property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the atulPort property.