Cloud Connector API  version 3.5.1001.64485
API for managing and configuring the Cloud Connector
IServiceInformation Interface Reference

Interface representing the service information. This can be used to determine the state of the service. More...

Inherited by ServiceInformation.

Properties

IList< IConnectorStatusConnectorStatus [get]
 Gets the list of connector status found within the service information. See IConnectorStatus for further information. More...
 
IList< IEventInformationEventInformation [get]
 Gets the list of event information objects found within the service information. See IEventInformation for further information. More...
 
IList< INextScheduleNextScheduledEvent [get]
 Gets the list of "next schedules" objects found within the service information. More...
 
Mode ServiceMode [get]
 Gets the service mode of the service found within the service information. More...
 
IList< IStatisticsStatistics [get]
 Gets the list of statistics associated with the service information. More...
 

Detailed Description

Interface representing the service information. This can be used to determine the state of the service.

Property Documentation

IList<IConnectorStatus> ConnectorStatus
get

Gets the list of connector status found within the service information. See IConnectorStatus for further information.

IList<IEventInformation> EventInformation
get

Gets the list of event information objects found within the service information. See IEventInformation for further information.

IList<INextSchedule> NextScheduledEvent
get

Gets the list of "next schedules" objects found within the service information.

See INextSchedule for further information.

Mode ServiceMode
get

Gets the service mode of the service found within the service information.

See Mode for further information.

IList<IStatistics> Statistics
get

Gets the list of statistics associated with the service information.


The documentation for this interface was generated from the following file: