byteblowerll.byteblower.ByteBlowerServerServiceInfo¶
-
class
byteblowerll.byteblower.
ByteBlowerServerServiceInfo
(*args, **kwargs)¶ This class contains information on the ByteBlower System.
With this object you can get information concerning the Type / version / IP or hostname etc… information.
Example
from byteblowerll.byteblower import ByteBlower server = ByteBlower.ServerAdd('byteblower-1.lab.byteblower.com') service_info = server.ServiceInfoGet()
New in version 2.6.0.
-
__init__
(*args, **kwargs)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
ConnectionHostGet
()Returns the host (either registered name or IP address) used to connect to the ByteBlower server. ConnectionIPAddressGet
()Returns the IP address used to connect to the ByteBlower server. ConnectionPortNumberGet
()Returns the TCP port number of the connected ByteBlower server. DescriptionGet
(*args)Gets a textual description for the current object LicenseGet
()Returns the License information for this ByteBlower server. MachineIDGet
()ManagementIPAddressGet
()Returns all management IP addresses of the connected ByteBlower server. ParentGet
()Returns the parent object. Refresh
()Retrieves the latest data from the server for this object. SeriesGet
()ServiceIDGet
()TypeGet
()VersionGet
()__init__
(*args, **kwargs)Initialize self. Attributes
thisown
The membership flag -