LogAnalyticsEmBridgeSummaryReport

class oci.log_analytics.models.LogAnalyticsEmBridgeSummaryReport(**kwargs)

Bases: object

Log-Analytics EM Bridge counts summary.

Methods

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

Attributes

active_em_bridge_count [Required] Gets the active_em_bridge_count of this LogAnalyticsEmBridgeSummaryReport.
compartment_id [Required] Gets the compartment_id of this LogAnalyticsEmBridgeSummaryReport.
creating_em_bridge_count [Required] Gets the creating_em_bridge_count of this LogAnalyticsEmBridgeSummaryReport.
deleted_em_bridge_count [Required] Gets the deleted_em_bridge_count of this LogAnalyticsEmBridgeSummaryReport.
needs_attention_em_bridge_count [Required] Gets the needs_attention_em_bridge_count of this LogAnalyticsEmBridgeSummaryReport.
total_em_bridge_count [Required] Gets the total_em_bridge_count of this LogAnalyticsEmBridgeSummaryReport.
__init__(**kwargs)

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

Parameters:
  • compartment_id (str) – The value to assign to the compartment_id property of this LogAnalyticsEmBridgeSummaryReport.
  • active_em_bridge_count (int) – The value to assign to the active_em_bridge_count property of this LogAnalyticsEmBridgeSummaryReport.
  • creating_em_bridge_count (int) – The value to assign to the creating_em_bridge_count property of this LogAnalyticsEmBridgeSummaryReport.
  • needs_attention_em_bridge_count (int) – The value to assign to the needs_attention_em_bridge_count property of this LogAnalyticsEmBridgeSummaryReport.
  • deleted_em_bridge_count (int) – The value to assign to the deleted_em_bridge_count property of this LogAnalyticsEmBridgeSummaryReport.
  • total_em_bridge_count (int) – The value to assign to the total_em_bridge_count property of this LogAnalyticsEmBridgeSummaryReport.
active_em_bridge_count

[Required] Gets the active_em_bridge_count of this LogAnalyticsEmBridgeSummaryReport. Total number of ACTIVE enterprise manager bridges.

Returns:The active_em_bridge_count of this LogAnalyticsEmBridgeSummaryReport.
Return type:int
compartment_id

[Required] Gets the compartment_id of this LogAnalyticsEmBridgeSummaryReport. Compartment Identifier OCID].

Returns:The compartment_id of this LogAnalyticsEmBridgeSummaryReport.
Return type:str
creating_em_bridge_count

[Required] Gets the creating_em_bridge_count of this LogAnalyticsEmBridgeSummaryReport. Number of enterprise manager bridges in CREATING state.

Returns:The creating_em_bridge_count of this LogAnalyticsEmBridgeSummaryReport.
Return type:int
deleted_em_bridge_count

[Required] Gets the deleted_em_bridge_count of this LogAnalyticsEmBridgeSummaryReport. Number of enterprise manager bridges in DELETED state.

Returns:The deleted_em_bridge_count of this LogAnalyticsEmBridgeSummaryReport.
Return type:int
needs_attention_em_bridge_count

[Required] Gets the needs_attention_em_bridge_count of this LogAnalyticsEmBridgeSummaryReport. Number of enterprise manager bridges in NEEDS_ATTENTION state.

Returns:The needs_attention_em_bridge_count of this LogAnalyticsEmBridgeSummaryReport.
Return type:int
total_em_bridge_count

[Required] Gets the total_em_bridge_count of this LogAnalyticsEmBridgeSummaryReport. Total number of enterprise manager bridges.

Returns:The total_em_bridge_count of this LogAnalyticsEmBridgeSummaryReport.
Return type:int