DeleteLogAnalyticsAssociation¶
-
class
oci.log_analytics.models.
DeleteLogAnalyticsAssociation
(**kwargs)¶ Bases:
object
Methods
__init__
(**kwargs)Initializes a new DeleteLogAnalyticsAssociation object with values from keyword arguments. Attributes
agent_id
Gets the agent_id of this DeleteLogAnalyticsAssociation. entity_id
Gets the entity_id of this DeleteLogAnalyticsAssociation. entity_type_name
Gets the entity_type_name of this DeleteLogAnalyticsAssociation. host
Gets the host of this DeleteLogAnalyticsAssociation. log_group_id
Gets the log_group_id of this DeleteLogAnalyticsAssociation. source_name
Gets the source_name of this DeleteLogAnalyticsAssociation. source_type_name
Gets the source_type_name of this DeleteLogAnalyticsAssociation. -
__init__
(**kwargs)¶ Initializes a new DeleteLogAnalyticsAssociation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - agent_id (str) – The value to assign to the agent_id property of this DeleteLogAnalyticsAssociation.
- source_name (str) – The value to assign to the source_name property of this DeleteLogAnalyticsAssociation.
- source_type_name (str) – The value to assign to the source_type_name property of this DeleteLogAnalyticsAssociation.
- entity_id (str) – The value to assign to the entity_id property of this DeleteLogAnalyticsAssociation.
- entity_type_name (str) – The value to assign to the entity_type_name property of this DeleteLogAnalyticsAssociation.
- host (str) – The value to assign to the host property of this DeleteLogAnalyticsAssociation.
- log_group_id (str) – The value to assign to the log_group_id property of this DeleteLogAnalyticsAssociation.
-
agent_id
¶ Gets the agent_id of this DeleteLogAnalyticsAssociation. The agent unique identifier.
Returns: The agent_id of this DeleteLogAnalyticsAssociation. Return type: str
-
entity_id
¶ Gets the entity_id of this DeleteLogAnalyticsAssociation. The entity unique identifier.
Returns: The entity_id of this DeleteLogAnalyticsAssociation. Return type: str
-
entity_type_name
¶ Gets the entity_type_name of this DeleteLogAnalyticsAssociation. The entity type internal name.
Returns: The entity_type_name of this DeleteLogAnalyticsAssociation. Return type: str
-
host
¶ Gets the host of this DeleteLogAnalyticsAssociation. The host name.
Returns: The host of this DeleteLogAnalyticsAssociation. Return type: str
-
log_group_id
¶ Gets the log_group_id of this DeleteLogAnalyticsAssociation. The log group unique identifier.
Returns: The log_group_id of this DeleteLogAnalyticsAssociation. Return type: str
-
source_name
¶ Gets the source_name of this DeleteLogAnalyticsAssociation. The source name.
Returns: The source_name of this DeleteLogAnalyticsAssociation. Return type: str
-
source_type_name
¶ Gets the source_type_name of this DeleteLogAnalyticsAssociation. The source type internal name.
Returns: The source_type_name of this DeleteLogAnalyticsAssociation. Return type: str
-