Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
Parameters:
value
 - allowed object is 
JAXBElement<String>
getStartTimeOfState
public javax.xml.bind.JAXBElement<java.lang.String> getStartTimeOfState()
Gets the value of the startTimeOfState property.
Network Registrar Type: AT_DATE
Sets the time when the state last changed to its current value.
Returns:
possible object is 
JAXBElement<String>
setStartTimeOfState
public void setStartTimeOfState(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the startTimeOfState property.
Parameters:
value
 - allowed object is 
JAXBElement<String>
getState
public javax.xml.bind.JAXBElement<java.lang.String> getState()
Gets the value of the state property.
Network Registrar Type: AT_ENUMINT 
Valid values: available, offered, leased, expired, unavailable, released, other-available, pending-available, revoked, pending-delete
Displays the current state of the lease:
    1  available
       The lease is not currently leased by the client.
    2  offered
       The lease is offered to the client. In many cases, the
       database is not written with information concerning offering
       a lease to a client since there is no requirement to update
       stable storage with this information.
    3  leased
       The lease is currently leased to the client.
    4  expired
       The client has not renewed the lease, and it expired and will
       be made available after the grace period expires.
    5  unavailable
       The lease is unavailable.  It was made unavailable because of
       some conflict.
    6  released
       The client has released the lease, but the server was
       configured to apply a grace period to the lease.  The lease
       will not be made available until the grace period expires.
    7  other-available
       Used only when failover is enabled.  A lease in the
       other-available state is available for allocation by the
       failover partner, but not available for allocation by this
       server.
    8  pending-available
       Used only when failover is enabled.  A lease in the
       pending-available state will be available as soon as this
       server can synchronize its state with the failover partner.
   10  revoked
       The lease is no longer usable by the client, but the client
       may still be using it.  This is DEPRECATED and no longer used
       (see the revoked flag in the flags attribute).
   11  pending-delete
       Used only when failover is enabled.  A lease in the 
       pending-delete state will be disassociated from its client as
       soon as this server can synchronize its state with the
       failover partner.
Returns:
possible object is 
JAXBElement<String>
setState
public void setState(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the state property.