byteblowerll.byteblower.MeetingPointServiceInfo

class byteblowerll.byteblower.MeetingPointServiceInfo(*args, **kwargs)

This class contains information on the MeetingPoint System.

With this object you can get information concerning the Type / version / IP or hostname etc… information.

from byteblowerll.byteblower import ByteBlower
meetingpoint = ByteBlower.MeetingPointAdd('byteblower-1.lab.byteblower.com')
service_info = meetingpoint.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 MeetingPoint.
ConnectionIPAddressGet() Returns the IP address used to connect to the meeting point.
ConnectionPortNumberGet() Returns the TCP port number of the Meeting Point service daemon.
DescriptionGet(*args) Gets a textual description for the current object
LicenseGet() Returns a license object for the MeetingPoint.
MachineIDGet()
ManagementIPAddressGet() Returns all management IP addresses of the meeting point.
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