ChannelStatus¶
-
class
oci.mysql.models.ChannelStatus(**kwargs)¶ Bases:
objectRuntime 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
-