byteblowerll.byteblower.ByteBlowerLicense¶
-
class
byteblowerll.byteblower.
ByteBlowerLicense
(*args, **kwargs)¶ This class represents the license information of your connected server.
The license is defined by the security key hardware on your ByteBlower server.
New in version 2.6.0.
Deprecated since version 2.10.0.
Example
license = serverServiceInfo.LicenseGet() print(license.TimeAllowedGet())
-
__init__
(*args, **kwargs)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
DescriptionGet
(*args)Gets a textual description for the current object NumberOfNonTrunksGet
()The maximum number of non-trunking interfaces allowed by the license NumberOfTrunkPortsGet
(index)The maximum number of ByteBlower Interfaces that can reside at the given trunk interface. NumberOfTrunksGet
()The maximum number of trunking interfaces allowed by the license ParentGet
()Returns the parent object. Refresh
()Retrieves the latest data from the server for this object. SerialGet
()Retrieves the serial number. TimeAllowedGet
()The number of minutes the ByteBlower server can run on the license. TimeConsumedGet
()The number of minutes the ByteBlower server has run on the license. VersionGet
()Gets the version of the license. __init__
(*args, **kwargs)Initialize self. Attributes
thisown
The membership flag -