Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
Methods inherited from class com.cisco.cnr.ws.xsd.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Constructor Detail
UpdatePolicy
public UpdatePolicy()
Method Detail
getName
public java.lang.String getName()
Gets the value of the name property.
Network Registrar Type: AT_STRING 
Required. Unique.
Specifies the name of the Update Policy.
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
getRules
getRules()
Gets the value of the rules property.
Network Registrar Type: AT_NLIST(AT_RULE)
Lists rules that make up the update policy. Each rule has the
 following syntax:
            
 action:   Can be grant or deny.
              grant - will allow an update if the rest of the rule
                   matches.
           deny  - will deny an update if the rest of the rule
                   matches.
 acl-list: A list of one or more ip addresses, network addresses,
           keys and/or named acl references. Note key names must be
           prefixed with "key " (i.e. "key key.example" ).