Cisco Cisco Prime IP Express 8.3 Referencia técnica

Descargar
Página de 1286
 Class 
 
   
    
    
SUMMARY: NESTED | FIELD | 
 
DETAIL: FIELD | 
 | 
com.cisco.cnr.ws.xsd
 
Class CCMHost
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.CCMHost
public class CCMHost
extends 
The Network Registrar CCMHost class.
Defines a DNS host record. A CCMHost object is created for each protected name that includes at least one A or AAAA record. A
CCMHost object can automatically maintain associated PTR and CNAME records.
Java class for CCMHost complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="CCMHost">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="addrs" type="{http://ws.cnr.cisco.com/xsd}stringArray" minOccurs="0"/>
         <element name="aliases" type="{http://ws.cnr.cisco.com/xsd}stringArray" minOccurs="0"/>
         <element name="createPtrRecords" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ip6AddressList" type="{http://ws.cnr.cisco.com/xsd}stringArray" minOccurs="0"/>
         <element name="name" 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="zone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="zoneOrigin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Constructor Summary
()
 
           
 
Method Summary
 javax.xml.bind.JAXBElement<
()
 
          Gets the value of the addrs property.
 javax.xml.bind.JAXBElement<
 
          Gets the value of the aliases property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the createPtrRecords property.
 javax.xml.bind.JAXBElement<
()
 
          Gets the value of the ip6AddressList property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the name property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the tenantId property.
 javax.xml.bind.JAXBElement<java.lang.String>
()