LogAnalyticsEmBridge

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

Bases: object

Configuration details for enterprise manager bridge.

Attributes

LAST_IMPORT_PROCESSING_STATUS_FAILED A constant which can be used with the last_import_processing_status property of a LogAnalyticsEmBridge.
LAST_IMPORT_PROCESSING_STATUS_IN_PROGRESS A constant which can be used with the last_import_processing_status property of a LogAnalyticsEmBridge.
LAST_IMPORT_PROCESSING_STATUS_NOT_STARTED A constant which can be used with the last_import_processing_status property of a LogAnalyticsEmBridge.
LAST_IMPORT_PROCESSING_STATUS_PARTIAL_SUCCESS A constant which can be used with the last_import_processing_status property of a LogAnalyticsEmBridge.
LAST_IMPORT_PROCESSING_STATUS_SUCCESS A constant which can be used with the last_import_processing_status property of a LogAnalyticsEmBridge.
LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a LogAnalyticsEmBridge.
LIFECYCLE_STATE_CREATING A constant which can be used with the lifecycle_state property of a LogAnalyticsEmBridge.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a LogAnalyticsEmBridge.
LIFECYCLE_STATE_NEEDS_ATTENTION A constant which can be used with the lifecycle_state property of a LogAnalyticsEmBridge.
bucket_name [Required] Gets the bucket_name of this LogAnalyticsEmBridge.
compartment_id [Required] Gets the compartment_id of this LogAnalyticsEmBridge.
defined_tags Gets the defined_tags of this LogAnalyticsEmBridge.
description Gets the description of this LogAnalyticsEmBridge.
display_name [Required] Gets the display_name of this LogAnalyticsEmBridge.
em_entities_compartment_id [Required] Gets the em_entities_compartment_id of this LogAnalyticsEmBridge.
freeform_tags Gets the freeform_tags of this LogAnalyticsEmBridge.
id [Required] Gets the id of this LogAnalyticsEmBridge.
last_import_processing_details Gets the last_import_processing_details of this LogAnalyticsEmBridge.
last_import_processing_status [Required] Gets the last_import_processing_status of this LogAnalyticsEmBridge.
lifecycle_details Gets the lifecycle_details of this LogAnalyticsEmBridge.
lifecycle_state [Required] Gets the lifecycle_state of this LogAnalyticsEmBridge.
time_created [Required] Gets the time_created of this LogAnalyticsEmBridge.
time_em_data_last_extracted Gets the time_em_data_last_extracted of this LogAnalyticsEmBridge.
time_import_last_processed Gets the time_import_last_processed of this LogAnalyticsEmBridge.
time_updated [Required] Gets the time_updated of this LogAnalyticsEmBridge.

Methods

__init__(**kwargs) Initializes a new LogAnalyticsEmBridge object with values from keyword arguments.
LAST_IMPORT_PROCESSING_STATUS_FAILED = 'FAILED'

A constant which can be used with the last_import_processing_status property of a LogAnalyticsEmBridge. This constant has a value of “FAILED”

LAST_IMPORT_PROCESSING_STATUS_IN_PROGRESS = 'IN_PROGRESS'

A constant which can be used with the last_import_processing_status property of a LogAnalyticsEmBridge. This constant has a value of “IN_PROGRESS”

LAST_IMPORT_PROCESSING_STATUS_NOT_STARTED = 'NOT_STARTED'

A constant which can be used with the last_import_processing_status property of a LogAnalyticsEmBridge. This constant has a value of “NOT_STARTED”

LAST_IMPORT_PROCESSING_STATUS_PARTIAL_SUCCESS = 'PARTIAL_SUCCESS'

A constant which can be used with the last_import_processing_status property of a LogAnalyticsEmBridge. This constant has a value of “PARTIAL_SUCCESS”

LAST_IMPORT_PROCESSING_STATUS_SUCCESS = 'SUCCESS'

A constant which can be used with the last_import_processing_status property of a LogAnalyticsEmBridge. This constant has a value of “SUCCESS”

LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a LogAnalyticsEmBridge. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_CREATING = 'CREATING'

A constant which can be used with the lifecycle_state property of a LogAnalyticsEmBridge. This constant has a value of “CREATING”

LIFECYCLE_STATE_DELETED = 'DELETED'

A constant which can be used with the lifecycle_state property of a LogAnalyticsEmBridge. This constant has a value of “DELETED”

LIFECYCLE_STATE_NEEDS_ATTENTION = 'NEEDS_ATTENTION'

A constant which can be used with the lifecycle_state property of a LogAnalyticsEmBridge. This constant has a value of “NEEDS_ATTENTION”

__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this LogAnalyticsEmBridge.
  • display_name (str) – The value to assign to the display_name property of this LogAnalyticsEmBridge.
  • description (str) – The value to assign to the description property of this LogAnalyticsEmBridge.
  • compartment_id (str) – The value to assign to the compartment_id property of this LogAnalyticsEmBridge.
  • em_entities_compartment_id (str) – The value to assign to the em_entities_compartment_id property of this LogAnalyticsEmBridge.
  • bucket_name (str) – The value to assign to the bucket_name property of this LogAnalyticsEmBridge.
  • time_created (datetime) – The value to assign to the time_created property of this LogAnalyticsEmBridge.
  • time_updated (datetime) – The value to assign to the time_updated property of this LogAnalyticsEmBridge.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this LogAnalyticsEmBridge. Allowed values for this property are: “CREATING”, “ACTIVE”, “DELETED”, “NEEDS_ATTENTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this LogAnalyticsEmBridge.
  • last_import_processing_status (str) – The value to assign to the last_import_processing_status property of this LogAnalyticsEmBridge. Allowed values for this property are: “NOT_STARTED”, “SUCCESS”, “IN_PROGRESS”, “FAILED”, “PARTIAL_SUCCESS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • last_import_processing_details (str) – The value to assign to the last_import_processing_details property of this LogAnalyticsEmBridge.
  • time_import_last_processed (datetime) – The value to assign to the time_import_last_processed property of this LogAnalyticsEmBridge.
  • time_em_data_last_extracted (datetime) – The value to assign to the time_em_data_last_extracted property of this LogAnalyticsEmBridge.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this LogAnalyticsEmBridge.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this LogAnalyticsEmBridge.
bucket_name

[Required] Gets the bucket_name of this LogAnalyticsEmBridge. Object store bucket name where enterprise manager harvested entities will be uploaded.

Returns:The bucket_name of this LogAnalyticsEmBridge.
Return type:str
compartment_id

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

Returns:The compartment_id of this LogAnalyticsEmBridge.
Return type:str
defined_tags

Gets the defined_tags of this LogAnalyticsEmBridge. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this LogAnalyticsEmBridge.
Return type:dict(str, dict(str, object))
description

Gets the description of this LogAnalyticsEmBridge. A description for log analytics enterprise manager bridge.

Returns:The description of this LogAnalyticsEmBridge.
Return type:str
display_name

[Required] Gets the display_name of this LogAnalyticsEmBridge. Log analytics enterprise manager bridge display name.

Returns:The display_name of this LogAnalyticsEmBridge.
Return type:str
em_entities_compartment_id

[Required] Gets the em_entities_compartment_id of this LogAnalyticsEmBridge. Compartment for entities created from enterprise manager.

Returns:The em_entities_compartment_id of this LogAnalyticsEmBridge.
Return type:str
freeform_tags

Gets the freeform_tags of this LogAnalyticsEmBridge. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this LogAnalyticsEmBridge.
Return type:dict(str, str)
id

[Required] Gets the id of this LogAnalyticsEmBridge. The enterprise manager bridge OCID.

Returns:The id of this LogAnalyticsEmBridge.
Return type:str
last_import_processing_details

Gets the last_import_processing_details of this LogAnalyticsEmBridge. Processing status details of enterprise manager upload. This provides additional details for failed status

Returns:The last_import_processing_details of this LogAnalyticsEmBridge.
Return type:str
last_import_processing_status

[Required] Gets the last_import_processing_status of this LogAnalyticsEmBridge. The status from last processing status of enterprise manager upload.

Allowed values for this property are: “NOT_STARTED”, “SUCCESS”, “IN_PROGRESS”, “FAILED”, “PARTIAL_SUCCESS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The last_import_processing_status of this LogAnalyticsEmBridge.
Return type:str
lifecycle_details

Gets the lifecycle_details of this LogAnalyticsEmBridge. lifecycleDetails has additional information regarding substeps such as verifying connection to object store.

Returns:The lifecycle_details of this LogAnalyticsEmBridge.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this LogAnalyticsEmBridge. The current state of the enterprise manager bridge.

Allowed values for this property are: “CREATING”, “ACTIVE”, “DELETED”, “NEEDS_ATTENTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this LogAnalyticsEmBridge.
Return type:str
time_created

[Required] Gets the time_created of this LogAnalyticsEmBridge. The date and time the resource was created, in the format defined by RFC3339.

Returns:The time_created of this LogAnalyticsEmBridge.
Return type:datetime
time_em_data_last_extracted

Gets the time_em_data_last_extracted of this LogAnalyticsEmBridge. The timestamp of last enterprise manager upload to OCI Object Store. This is in the format defined by RFC3339

Returns:The time_em_data_last_extracted of this LogAnalyticsEmBridge.
Return type:datetime
time_import_last_processed

Gets the time_import_last_processed of this LogAnalyticsEmBridge. The last time of enterprise manager upload was processed. This is in the format defined by RFC3339

Returns:The time_import_last_processed of this LogAnalyticsEmBridge.
Return type:datetime
time_updated

[Required] Gets the time_updated of this LogAnalyticsEmBridge. The date and time the resource was last updated, in the format defined by RFC3339.

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