LogAnalyticsEmBridgeSummary¶
-
class
oci.log_analytics.models.
LogAnalyticsEmBridgeSummary
(**kwargs)¶ Bases:
object
Enterprise manager bridge summary.
Attributes
LAST_IMPORT_PROCESSING_STATUS_FAILED
A constant which can be used with the last_import_processing_status property of a LogAnalyticsEmBridgeSummary. LAST_IMPORT_PROCESSING_STATUS_IN_PROGRESS
A constant which can be used with the last_import_processing_status property of a LogAnalyticsEmBridgeSummary. LAST_IMPORT_PROCESSING_STATUS_NOT_STARTED
A constant which can be used with the last_import_processing_status property of a LogAnalyticsEmBridgeSummary. LAST_IMPORT_PROCESSING_STATUS_PARTIAL_SUCCESS
A constant which can be used with the last_import_processing_status property of a LogAnalyticsEmBridgeSummary. LAST_IMPORT_PROCESSING_STATUS_SUCCESS
A constant which can be used with the last_import_processing_status property of a LogAnalyticsEmBridgeSummary. LIFECYCLE_STATE_ACTIVE
A constant which can be used with the lifecycle_state property of a LogAnalyticsEmBridgeSummary. LIFECYCLE_STATE_CREATING
A constant which can be used with the lifecycle_state property of a LogAnalyticsEmBridgeSummary. LIFECYCLE_STATE_DELETED
A constant which can be used with the lifecycle_state property of a LogAnalyticsEmBridgeSummary. LIFECYCLE_STATE_NEEDS_ATTENTION
A constant which can be used with the lifecycle_state property of a LogAnalyticsEmBridgeSummary. bucket_name
[Required] Gets the bucket_name of this LogAnalyticsEmBridgeSummary. compartment_id
[Required] Gets the compartment_id of this LogAnalyticsEmBridgeSummary. defined_tags
Gets the defined_tags of this LogAnalyticsEmBridgeSummary. description
Gets the description of this LogAnalyticsEmBridgeSummary. display_name
[Required] Gets the display_name of this LogAnalyticsEmBridgeSummary. em_entities_compartment_id
[Required] Gets the em_entities_compartment_id of this LogAnalyticsEmBridgeSummary. freeform_tags
Gets the freeform_tags of this LogAnalyticsEmBridgeSummary. id
[Required] Gets the id of this LogAnalyticsEmBridgeSummary. last_import_processing_details
Gets the last_import_processing_details of this LogAnalyticsEmBridgeSummary. last_import_processing_status
[Required] Gets the last_import_processing_status of this LogAnalyticsEmBridgeSummary. lifecycle_details
Gets the lifecycle_details of this LogAnalyticsEmBridgeSummary. lifecycle_state
[Required] Gets the lifecycle_state of this LogAnalyticsEmBridgeSummary. time_created
[Required] Gets the time_created of this LogAnalyticsEmBridgeSummary. time_em_data_last_extracted
Gets the time_em_data_last_extracted of this LogAnalyticsEmBridgeSummary. time_import_last_processed
Gets the time_import_last_processed of this LogAnalyticsEmBridgeSummary. time_updated
[Required] Gets the time_updated of this LogAnalyticsEmBridgeSummary. Methods
__init__
(**kwargs)Initializes a new LogAnalyticsEmBridgeSummary 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 LogAnalyticsEmBridgeSummary. 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 LogAnalyticsEmBridgeSummary. 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 LogAnalyticsEmBridgeSummary. 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 LogAnalyticsEmBridgeSummary. 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 LogAnalyticsEmBridgeSummary. This constant has a value of “SUCCESS”
-
LIFECYCLE_STATE_ACTIVE
= 'ACTIVE'¶ A constant which can be used with the lifecycle_state property of a LogAnalyticsEmBridgeSummary. This constant has a value of “ACTIVE”
-
LIFECYCLE_STATE_CREATING
= 'CREATING'¶ A constant which can be used with the lifecycle_state property of a LogAnalyticsEmBridgeSummary. This constant has a value of “CREATING”
-
LIFECYCLE_STATE_DELETED
= 'DELETED'¶ A constant which can be used with the lifecycle_state property of a LogAnalyticsEmBridgeSummary. 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 LogAnalyticsEmBridgeSummary. This constant has a value of “NEEDS_ATTENTION”
-
__init__
(**kwargs)¶ Initializes a new LogAnalyticsEmBridgeSummary 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 LogAnalyticsEmBridgeSummary.
- display_name (str) – The value to assign to the display_name property of this LogAnalyticsEmBridgeSummary.
- description (str) – The value to assign to the description property of this LogAnalyticsEmBridgeSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this LogAnalyticsEmBridgeSummary.
- em_entities_compartment_id (str) – The value to assign to the em_entities_compartment_id property of this LogAnalyticsEmBridgeSummary.
- bucket_name (str) – The value to assign to the bucket_name property of this LogAnalyticsEmBridgeSummary.
- time_created (datetime) – The value to assign to the time_created property of this LogAnalyticsEmBridgeSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this LogAnalyticsEmBridgeSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this LogAnalyticsEmBridgeSummary. 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 LogAnalyticsEmBridgeSummary.
- last_import_processing_status (str) – The value to assign to the last_import_processing_status property of this LogAnalyticsEmBridgeSummary. 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 LogAnalyticsEmBridgeSummary.
- time_import_last_processed (datetime) – The value to assign to the time_import_last_processed property of this LogAnalyticsEmBridgeSummary.
- time_em_data_last_extracted (datetime) – The value to assign to the time_em_data_last_extracted property of this LogAnalyticsEmBridgeSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this LogAnalyticsEmBridgeSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this LogAnalyticsEmBridgeSummary.
-
bucket_name
¶ [Required] Gets the bucket_name of this LogAnalyticsEmBridgeSummary. Object store bucket name where enterprise manager harvested entities will be uploaded.
Returns: The bucket_name of this LogAnalyticsEmBridgeSummary. Return type: str
-
compartment_id
¶ [Required] Gets the compartment_id of this LogAnalyticsEmBridgeSummary. Compartment Identifier OCID].
Returns: The compartment_id of this LogAnalyticsEmBridgeSummary. Return type: str
Gets the defined_tags of this LogAnalyticsEmBridgeSummary. 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 LogAnalyticsEmBridgeSummary. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this LogAnalyticsEmBridgeSummary. A description for log analytics enterprise manager bridge.
Returns: The description of this LogAnalyticsEmBridgeSummary. Return type: str
-
display_name
¶ [Required] Gets the display_name of this LogAnalyticsEmBridgeSummary. Log analytics enterprise manager bridge display name.
Returns: The display_name of this LogAnalyticsEmBridgeSummary. Return type: str
-
em_entities_compartment_id
¶ [Required] Gets the em_entities_compartment_id of this LogAnalyticsEmBridgeSummary. Compartment for entities created from enterprise manager.
Returns: The em_entities_compartment_id of this LogAnalyticsEmBridgeSummary. Return type: str
Gets the freeform_tags of this LogAnalyticsEmBridgeSummary. 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 LogAnalyticsEmBridgeSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this LogAnalyticsEmBridgeSummary. The enterprise manager bridge OCID.
Returns: The id of this LogAnalyticsEmBridgeSummary. Return type: str
-
last_import_processing_details
¶ Gets the last_import_processing_details of this LogAnalyticsEmBridgeSummary. Processing status details of enterprise manager upload. This provides additional details for failed status
Returns: The last_import_processing_details of this LogAnalyticsEmBridgeSummary. Return type: str
-
last_import_processing_status
¶ [Required] Gets the last_import_processing_status of this LogAnalyticsEmBridgeSummary. 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 LogAnalyticsEmBridgeSummary. Return type: str
-
lifecycle_details
¶ Gets the lifecycle_details of this LogAnalyticsEmBridgeSummary. lifecycleDetails has additional information regarding substeps such as verifying connection to object store.
Returns: The lifecycle_details of this LogAnalyticsEmBridgeSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this LogAnalyticsEmBridgeSummary. 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 LogAnalyticsEmBridgeSummary. Return type: str
-
time_created
¶ [Required] Gets the time_created of this LogAnalyticsEmBridgeSummary. The date and time the resource was created, in the format defined by RFC3339.
Returns: The time_created of this LogAnalyticsEmBridgeSummary. Return type: datetime
-
time_em_data_last_extracted
¶ Gets the time_em_data_last_extracted of this LogAnalyticsEmBridgeSummary. 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 LogAnalyticsEmBridgeSummary. Return type: datetime
-
time_import_last_processed
¶ Gets the time_import_last_processed of this LogAnalyticsEmBridgeSummary. 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 LogAnalyticsEmBridgeSummary. Return type: datetime
-
time_updated
¶ [Required] Gets the time_updated of this LogAnalyticsEmBridgeSummary. The date and time the resource was last updated, in the format defined by RFC3339.
Returns: The time_updated of this LogAnalyticsEmBridgeSummary. Return type: datetime
-