Cisco Cisco Prime IP Express 8.3 Referências técnicas

Página de 1286
getAResponse
public javax.xml.bind.JAXBElement<java.lang.String> getAResponse()
Gets the value of the aResponse property.
Network Registrar Type: AT_IPADDR
Specifies the IPv4 address to use as a response to a query for
 an A resource record. Only applies to redirect and redirect-nxdomain 
 actions.
Returns:
possible object is 
JAXBElement<String>
setAResponse
public void setAResponse(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the aResponse property.
Parameters:
value
 - allowed object is 
JAXBElement<String>
getAaaaResponse
public javax.xml.bind.JAXBElement<java.lang.String> getAaaaResponse ()
Gets the value of the aaaaResponse property.
Network Registrar Type: AT_IP6ADDR
Specifies the IPv6 address to use as a response to a query for
 a AAAA resource record. Only applies to redirect and
 redirect-nxdomain actions.
Returns:
possible object is 
JAXBElement<String>
setAaaaResponse
public void setAaaaResponse (javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the aaaaResponse property.
Parameters:
value
 - allowed object is 
JAXBElement<String>
getAction
public javax.xml.bind.JAXBElement<java.lang.String> getAction()
Gets the value of the action property.
Network Registrar Type: AT_ENUMINT 
Default value: drop 
Valid values: refuse, redirect, drop, redirect-nxdomain, rpz
Specifies what kind of action to take when this rule is executed.
     drop     - Ignore/drop this query completely.
     refuse   - Respond with no data and the REFUSED status.
     redirect - Redirect A/AAAA queries to the specified IP address.
     redirect-nxdomain - Redirect A/AAAA queries if the query domain 
                does not exist.
     rpz      - Use Response Policy Zone (RPZ) rules.