Cisco Cisco Prime IP Express 8.3 Technische Referenzen

Seite von 1286
 keyword:  Can be name, subdomain or wildcard.
              name - used to specify a specific RR.
              subdomain - used to specify a subdomain name.
              wildcard - used to specify a name with wildcard
           characters.
 value:    The name, sudomain or wildcard value associated with the
           specified keyword. Note that all values specified are
           relative to the zone in which they are applied.
           Therefore it is not necessary to add the zone name to
           the end of the value.
           The supported wildcard characters are:
           *     Will match zero or more characters. For example,
                 the pattern dhcp-* matches all strings with the
                 dhcp- prefix including the string dhcp-.
           ?     Will match a single character. For example, the
                 pattern zone?.com matches zone1.com, zone2.com,
                 etc but does not match zone.com
           [...] Will match any characters listed within the
                 brackets. For example, you can provide a range
                 such as 0-9 or a-z. If the pattern also includes
                 the - character, make it the first character in
                 the list (i.e. dhcp[-a-z]*)
 rr-types: A comma delimited list of RR types for this rule. Each RR
          type can also be negated using the exclamation point
           (i.e. !A,!TXT). You can also specify all types the an
           asterisk (*).
Returns:
possible object is 
JAXBElement<
>
setRules
public void setRules(javax.xml.bind.JAXBElement<
> value)
Sets the value of the rules property.
Parameters:
value
 - allowed object is 
JAXBElement<
getTenantId
public javax.xml.bind.JAXBElement<java.lang.String> getTenantId()
Gets the value of the tenantId property.
Network Registrar Type: AT_SHORT 
Immutable. 
Default value: 0
Identifies the tenant owner of this object.
Returns:
possible object is 
JAXBElement<String>
setTenantId
public void setTenantId(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the tenantId property.
Parameters:
value
 - allowed object is 
JAXBElement<String>
 Class