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 DnsForwarder
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.DnsForwarder
public class DnsForwarder
extends 
The Network Registrar DnsForwarder class.
There may be multiple forward zones. For the forward zone the lists of nameservers is used to forward the queries to.
The servers listed have to handle further recursion for the query. Thus, those servers are not authority servers, but are
recursive servers too; the DNS caching server does not perform recursion itself for the forward zones, it lets the remote
servers do it. Class IN is assumed. A forward-zone entry with name "." and a host or addr target will forward all queries
to that other server (unless it can answer from the cache).
Java class for DnsForwarder complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="DnsForwarder">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="addr" type="{http://ws.cnr.cisco.com/xsd}DnsIPnPortArray" minOccurs="0"/>
         <element name="host" type="{http://ws.cnr.cisco.com/xsd}stringArray" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Constructor Summary
 
           
 
Method Summary
 javax.xml.bind.JAXBElement<
()
 
          Gets the value of the addr property.
 javax.xml.bind.JAXBElement<
>
()
 
          Gets the value of the host property.
 java.lang.String
()
 
          Gets the value of the name property.
 void
(javax.xml.bind.JAXBElement<
> value)