All Classes Namespaces Files Functions Pages
ByteBlowerLicense Class Reference

This class represents the license information of your connected server. More...

Methods

 Description.Get
 Returns a textual description of the object.
 
 NumberOfNonTrunks.Get
 The maximum number of non-trunking interfaces allowed by the license. More...
 
 NumberOfTrunkPorts.Get index
 The maximum number of ByteBlower Interfaces that can reside at the given trunk interface. More...
 
 NumberOfTrunks.Get
 The maximum number of trunking interfaces allowed by the license. More...
 
 Parent.Get
 Returns the parent object.
 
 Serial.Get
 Retrieves the serial number. This serial number is the serial number of the hardware containing the license. This is handy info when contacting the ByteBlower support department. More...
 
 Time.Allowed.Get
 The number of minutes the ByteBlower server can run on the license. If the value is set to 4294967295, the license is permanent and the number should be treated as infinity. More...
 
 Time.Consumed.Get
 The number of minutes the ByteBlower server has run on the license. This value has only a meaning when the license is a temporary (demo) license. More...
 
 Version.Get
 

Class overview

This class represents the license information of your connected server.

The license is defined by the security key hardware on your ByteBlower server.

Since
2.6.0
Deprecated:
Since 2.10.0

Definition at line 732 of file api.tcl.

Method documentation

ByteBlowerLicense::NumberOfNonTrunks.Get

The maximum number of non-trunking interfaces allowed by the license.

Returns
number of nontrunks
Example
1 $license NumberOfNonTrunks.Get

Returns:

2 

Definition at line 749 of file api.tcl.

ByteBlowerLicense::NumberOfTrunkPorts.Get   index  

The maximum number of ByteBlower Interfaces that can reside at the given trunk interface.

Parameters
indexIndex of the trunk interface to obtain the value for.
Returns
Allowed number of ByteBlower Interfaces
Example
1 $license NumberOfTrunkPorts.Get 1

Returns:

48 

Definition at line 763 of file api.tcl.

ByteBlowerLicense::NumberOfTrunks.Get

The maximum number of trunking interfaces allowed by the license.

Returns
number of trunking interfaces
Example
1 $license NumberOfTrunks.Get

Returns:

2 

Definition at line 775 of file api.tcl.

ByteBlowerLicense::Serial.Get

Retrieves the serial number. This serial number is the serial number of the hardware containing the license. This is handy info when contacting the ByteBlower support department.

Returns
the serial number of the hardware containing the license
Example
1 $license Serial.Get

Returns:

123456789 

Definition at line 792 of file api.tcl.

ByteBlowerLicense::Time.Allowed.Get

The number of minutes the ByteBlower server can run on the license. If the value is set to 4294967295, the license is permanent and the number should be treated as infinity.

Returns
Number of minutes the ByteBlower server can run.
Example
1 $license Time.Consumed.Get

Returns:

3600 

Definition at line 804 of file api.tcl.

ByteBlowerLicense::Time.Consumed.Get

The number of minutes the ByteBlower server has run on the license. This value has only a meaning when the license is a temporary (demo) license.

Returns
Number of minutes the ByteBlower server has used of the maximum allowed
Example
1 $license Time.Consumed.Get

Returns:

10 

Definition at line 816 of file api.tcl.

ByteBlowerLicense::Version.Get
Returns
the version of the license
Example
1 $license Version.Get

Returns:

3 

Definition at line 826 of file api.tcl.