ChannelStatus

class oci.mysql.models.ChannelStatus(**kwargs)

Bases: object

Runtime status summary of a Channel, aggregating information about health and operational indicators.

Methods

__init__(**kwargs) Initializes a new ChannelStatus object with values from keyword arguments.

Attributes

channel_status_result [Required] Gets the channel_status_result of this ChannelStatus.
time_created [Required] Gets the time_created of this ChannelStatus.
time_updated [Required] Gets the time_updated of this ChannelStatus.
__init__(**kwargs)

Initializes a new ChannelStatus object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • time_created (datetime) – The value to assign to the time_created property of this ChannelStatus.
  • time_updated (datetime) – The value to assign to the time_updated property of this ChannelStatus.
  • channel_status_result (oci.mysql.models.ChannelStatusResult) – The value to assign to the channel_status_result property of this ChannelStatus.
channel_status_result

[Required] Gets the channel_status_result of this ChannelStatus.

Returns:The channel_status_result of this ChannelStatus.
Return type:oci.mysql.models.ChannelStatusResult
time_created

[Required] Gets the time_created of this ChannelStatus. The date and time that the Work Request to generate the Channel status was issued, as described by RFC 3339.

Returns:The time_created of this ChannelStatus.
Return type:datetime
time_updated

[Required] Gets the time_updated of this ChannelStatus. The date and time that the Channel status was generated, as described by RFC 3339.

Returns:The time_updated of this ChannelStatus.
Return type:datetime