Cisco Cisco Prime IP Express 8.3 テクニカルリファレンス

ページ / 1286
Gets the value of the keyCacheSize property.
Network Registrar Type: AT_INT 
Default value: 4194304
Sets the size of the key cache in bytes.
Returns:
possible object is 
JAXBElement<String>
setKeyCacheSize
public void setKeyCacheSize (javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the keyCacheSize property.
Parameters:
value
 - allowed object is 
JAXBElement<String>
getName
public java.lang.String getName()
Gets the value of the name property.
Network Registrar Type: AT_STRING 
Required. Unique. 
Default value: cdnssec
The name of the DNSSEC configuration instance.
Returns:
possible object is 
String
setName
public void setName(java.lang.String value)
Sets the value of the name property.
Parameters:
value
 - allowed object is 
String
getPrefetchKey
public javax.xml.bind.JAXBElement<java.lang.String> getPrefetchKey()
Gets the value of the prefetchKey property.
Network Registrar Type: AT_BOOL 
Default value: off
Sets whether the DNS caching server should fetch the DNSKEYs
 earlier in the validation process, when a DS record is encountered.
 This lowers the latency of requests. It does use a little more CPU.
 Also if the cache is set to 0, it is no use.
Returns:
possible object is 
JAXBElement<String>