Cisco Cisco Prime IP Express 8.3 Technische Referenzen

Seite von 1286
 void
(javax.xml.bind.JAXBElement<java.lang.String> value)
 
          Sets the value of the userDefined property.
 void
 
          Sets the value of the v6ClientLookupId property.
 void
 
          Sets the value of the v6OverrideClientId property.
 
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
ClientClass
public ClientClass()
Method Detail
getAction
public javax.xml.bind.JAXBElement<java.lang.String> getAction()
Gets the value of the action property.
Network Registrar Type: AT_FLAGSINT 
Valid values: exclude, deprecated-one-shot, deprecated-use-release-grace-period, none
Specifies what action to take with this client-class.  You can
 specify exclude, causing the server to ignore all communication
 from this client.
 If you specify the exclude action in the default client entry,
 then any client not specifically registered through the client
 command cannot communicate with the server.
 The one-shot and use-release-grace-period actions are now
 deprecated and ignored; these are available through the policy
 inhibit-all-renews and release-grace-period attributes.
Returns:
possible object is 
JAXBElement<String>
setAction
public void setAction(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the action property.
Parameters:
value
 - allowed object is 
JAXBElement<String>
getAddToEnvironmentDictionary
public javax.xml.bind.JAXBElement<java.lang.String> getAddToEnvironmentDictionary()
Gets the value of the addToEnvironmentDictionary property.
Network Registrar Type: AT_STRING
This string contains attribute-value pairs that are added to the
 environment dictionary whenever this client-class is associated
 with an incoming DHCP request.  You can use these attribute-value
 pairs to configure extensions or expressions without having to
 re-write the executable code in the extension or expression.  The
 string must have the format:
 "attribute1=value1,attribute2=value2, ... ,attributen=valuen"