Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
Sets the value of the includeTags property.
Parameters:
value
 - allowed object is 
JAXBElement<
getIp6Address
public java.lang.String getIp6Address()
Gets the value of the ip6Address property.
Network Registrar Type: AT_IP6 
Required. Immutable.
Specifies the IPv6 address for the reservation.
Returns:
possible object is 
String
setIp6Address
public void setIp6Address(java.lang.String value)
Sets the value of the ip6Address property.
Parameters:
value
 - allowed object is 
String
getLookupKey
public java.lang.String getLookupKey()
Gets the value of the lookupKey property.
Network Registrar Type: AT_BLOB 
Required.
Specifies the sequence of bytes that is the key for this reservation
 object. The type for this key is set in the lookup-key-type attribute.
 The string representation of this key is defined by its associated
 lookup-key-type parse and unparse methods. For example, a blob
 key would be converted from a string of colon-separated hex digits
 to raw form with the AT_BLOB parse() method, and converted from raw  
 form to a string by the AT_BLOB unparse() method.
Returns:
possible object is 
String
setLookupKey
public void setLookupKey(java.lang.String value)
Sets the value of the lookupKey property.
Parameters:
value
 - allowed object is 
String
getLookupKeyType