CreateLogAnalyticsEmBridgeDetails¶
-
class
oci.log_analytics.models.
CreateLogAnalyticsEmBridgeDetails
(**kwargs)¶ Bases:
object
Details for a new enterprise manager bridge to be added.
Methods
__init__
(**kwargs)Initializes a new CreateLogAnalyticsEmBridgeDetails object with values from keyword arguments. Attributes
bucket_name
[Required] Gets the bucket_name of this CreateLogAnalyticsEmBridgeDetails. compartment_id
[Required] Gets the compartment_id of this CreateLogAnalyticsEmBridgeDetails. defined_tags
Gets the defined_tags of this CreateLogAnalyticsEmBridgeDetails. description
Gets the description of this CreateLogAnalyticsEmBridgeDetails. display_name
[Required] Gets the display_name of this CreateLogAnalyticsEmBridgeDetails. em_entities_compartment_id
[Required] Gets the em_entities_compartment_id of this CreateLogAnalyticsEmBridgeDetails. freeform_tags
Gets the freeform_tags of this CreateLogAnalyticsEmBridgeDetails. -
__init__
(**kwargs)¶ Initializes a new CreateLogAnalyticsEmBridgeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this CreateLogAnalyticsEmBridgeDetails.
- description (str) – The value to assign to the description property of this CreateLogAnalyticsEmBridgeDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateLogAnalyticsEmBridgeDetails.
- em_entities_compartment_id (str) – The value to assign to the em_entities_compartment_id property of this CreateLogAnalyticsEmBridgeDetails.
- bucket_name (str) – The value to assign to the bucket_name property of this CreateLogAnalyticsEmBridgeDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateLogAnalyticsEmBridgeDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateLogAnalyticsEmBridgeDetails.
-
bucket_name
¶ [Required] Gets the bucket_name of this CreateLogAnalyticsEmBridgeDetails. Object store bucket name where enterprise manager harvested entities will be uploaded.
Returns: The bucket_name of this CreateLogAnalyticsEmBridgeDetails. Return type: str
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateLogAnalyticsEmBridgeDetails. Compartment Identifier OCID].
Returns: The compartment_id of this CreateLogAnalyticsEmBridgeDetails. Return type: str
Gets the defined_tags of this CreateLogAnalyticsEmBridgeDetails. 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 CreateLogAnalyticsEmBridgeDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this CreateLogAnalyticsEmBridgeDetails. A description for log analytics enterprise manager bridge.
Returns: The description of this CreateLogAnalyticsEmBridgeDetails. Return type: str
-
display_name
¶ [Required] Gets the display_name of this CreateLogAnalyticsEmBridgeDetails. Log analytics enterprise manager bridge display name.
Returns: The display_name of this CreateLogAnalyticsEmBridgeDetails. Return type: str
-
em_entities_compartment_id
¶ [Required] Gets the em_entities_compartment_id of this CreateLogAnalyticsEmBridgeDetails. Compartment for entities created from enterprise manager.
Returns: The em_entities_compartment_id of this CreateLogAnalyticsEmBridgeDetails. Return type: str
Gets the freeform_tags of this CreateLogAnalyticsEmBridgeDetails. 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 CreateLogAnalyticsEmBridgeDetails. Return type: dict(str, str)
-