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
ACL
public ACL()
Method Detail
getMatchList
public javax.xml.bind.JAXBElement<java.lang.String> getMatchList()
Gets the value of the matchList property.
Network Registrar Type: AT_AMELST
Displays a comma-separated list of match elements, which
 can consist of IP node or subnet addresses, TSIG keys,
 or ACLs. You can also use the following reserved words as
 elements in a match list:
    any
    none
    localhost
    localnets
 To specify more than one element in the match list, enclose
 the list in quotation marks; for example:
    "192.168.2.1, localhost"
 Use the object name to reference another ACL or TSIG key or 
 GSS ACL to support Microsoft Secure updates. 
 A TSIG key must also be preceded by the keyword <>key<>;
 for example,
     key mykey.
 A GSS ACL must also be preceded by the keywork grp <>grp<>;
 To allow All Microsoft-clients use any or domain-controller or 
 domain-computer groups;
 for example,
    grp any.
    grp domain-controller domain-computer.
    grp domain-controler.
    grp domain-computer.
 You must specify subnet addresses in address/mask format.
 Use an exclamation point (!)to negate an entry in the
 list; for example,
    "!192.168.3.0/24,!youracl"
 Note: You can define the name reference to an ACL in the
 match list before you actually create the ACL. But the ACL must
 exist before you start or reload the DNS server. If the DNS server
 cannot resolve an ACL name reference on either the DNS server
 object or a zone object, it will flag the error and will not start.
Returns:
possible object is 
JAXBElement<String>
setMatchList
public void setMatchList(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the matchList property.