Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
Constructor Detail
CCMZoneDistribution
public CCMZoneDistribution()
Method Detail
getCachingServerList
public javax.xml.bind.JAXBElement<
getCachingServerList()
Gets the value of the cachingServerList property.
Network Registrar Type: AT_NLIST(AT_OBJ(CCMZDCaching))
Lists the caching DNS servers associated
 with this zone distribution map.
Returns:
possible object is 
JAXBElement<
setCachingServerList
public void setCachingServerList (javax.xml.bind.JAXBElement<
> value)
Sets the value of the cachingServerList property.
Parameters:
value
 - allowed object is 
JAXBElement<
>
getIxfr
public javax.xml.bind.JAXBElement<java.lang.String> getIxfr()
Gets the value of the ixfr property.
Network Registrar Type: AT_ENUMINT 
Default value: use-server-settings 
Valid values: enable, disable, use-server-settings
Configures secondary zones to enable incremental transfer
 requests. When set, this attribute overrides the dns server
 global ixfr-enable value. Using the server global value
 (not setting this value per-zone) enables you to easily globally
 turn incremental transfers on or off or to set a set a general
 policy for your zones and specific exceptions to the server
 global value.
     1  enable
        Permits incremental transfers for this zone.
     2  disable
        Prohibits incremental transfers for this zone.
     3  use-server-settings
        Uses the server settings. Unset the value set on
        secondary zones.
 If you set incremental transfers, then this zone acts
 differently than zones inheriting the server global value.
 If you unset incremental transfers, Network Registrar uses the
 server global ixfr value (and the operation of the GUI
 specifically depends on this, since it has no way of setting
 this per-zone feature).
Returns:
possible object is 
JAXBElement<String>
setIxfr
public void setIxfr(javax.xml.bind.JAXBElement<java.lang.String> value)