LogAnalyticsAssociatedEntity¶
-
class
oci.log_analytics.models.
LogAnalyticsAssociatedEntity
(**kwargs)¶ Bases:
object
Methods
__init__
(**kwargs)Initializes a new LogAnalyticsAssociatedEntity object with values from keyword arguments. Attributes
association_count
Gets the association_count of this LogAnalyticsAssociatedEntity. entity_id
Gets the entity_id of this LogAnalyticsAssociatedEntity. entity_name
Gets the entity_name of this LogAnalyticsAssociatedEntity. entity_type
Gets the entity_type of this LogAnalyticsAssociatedEntity. entity_type_display_name
Gets the entity_type_display_name of this LogAnalyticsAssociatedEntity. on_host
Gets the on_host of this LogAnalyticsAssociatedEntity. -
__init__
(**kwargs)¶ Initializes a new LogAnalyticsAssociatedEntity object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - entity_id (str) – The value to assign to the entity_id property of this LogAnalyticsAssociatedEntity.
- entity_name (str) – The value to assign to the entity_name property of this LogAnalyticsAssociatedEntity.
- entity_type (str) – The value to assign to the entity_type property of this LogAnalyticsAssociatedEntity.
- entity_type_display_name (str) – The value to assign to the entity_type_display_name property of this LogAnalyticsAssociatedEntity.
- on_host (str) – The value to assign to the on_host property of this LogAnalyticsAssociatedEntity.
- association_count (int) – The value to assign to the association_count property of this LogAnalyticsAssociatedEntity.
-
association_count
¶ Gets the association_count of this LogAnalyticsAssociatedEntity. The association count for the entity.
Returns: The association_count of this LogAnalyticsAssociatedEntity. Return type: int
-
entity_id
¶ Gets the entity_id of this LogAnalyticsAssociatedEntity. The entity unique identifier.
Returns: The entity_id of this LogAnalyticsAssociatedEntity. Return type: str
-
entity_name
¶ Gets the entity_name of this LogAnalyticsAssociatedEntity. The entity name.
Returns: The entity_name of this LogAnalyticsAssociatedEntity. Return type: str
-
entity_type
¶ Gets the entity_type of this LogAnalyticsAssociatedEntity. The entity type.
Returns: The entity_type of this LogAnalyticsAssociatedEntity. Return type: str
-
entity_type_display_name
¶ Gets the entity_type_display_name of this LogAnalyticsAssociatedEntity. The entity type display name.
Returns: The entity_type_display_name of this LogAnalyticsAssociatedEntity. Return type: str
-
on_host
¶ Gets the on_host of this LogAnalyticsAssociatedEntity. The host associated with the entity.
Returns: The on_host of this LogAnalyticsAssociatedEntity. Return type: str
-