LogAnalyticsSourceEntityType¶
-
class
oci.log_analytics.models.LogAnalyticsSourceEntityType(**kwargs)¶ Bases:
objectMethods
__init__(**kwargs)Initializes a new LogAnalyticsSourceEntityType object with values from keyword arguments. Attributes
entity_typeGets the entity_type of this LogAnalyticsSourceEntityType. entity_type_categoryGets the entity_type_category of this LogAnalyticsSourceEntityType. entity_type_display_nameGets the entity_type_display_name of this LogAnalyticsSourceEntityType. source_idGets the source_id of this LogAnalyticsSourceEntityType. -
__init__(**kwargs)¶ Initializes a new LogAnalyticsSourceEntityType object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - source_id (int) – The value to assign to the source_id property of this LogAnalyticsSourceEntityType.
- entity_type (str) – The value to assign to the entity_type property of this LogAnalyticsSourceEntityType.
- entity_type_category (str) – The value to assign to the entity_type_category property of this LogAnalyticsSourceEntityType.
- entity_type_display_name (str) – The value to assign to the entity_type_display_name property of this LogAnalyticsSourceEntityType.
-
entity_type¶ Gets the entity_type of this LogAnalyticsSourceEntityType. The entity type.
Returns: The entity_type of this LogAnalyticsSourceEntityType. Return type: str
-
entity_type_category¶ Gets the entity_type_category of this LogAnalyticsSourceEntityType. The type category.
Returns: The entity_type_category of this LogAnalyticsSourceEntityType. Return type: str
-
entity_type_display_name¶ Gets the entity_type_display_name of this LogAnalyticsSourceEntityType. The entity type display name.
Returns: The entity_type_display_name of this LogAnalyticsSourceEntityType. Return type: str
-
source_id¶ Gets the source_id of this LogAnalyticsSourceEntityType. The source unique identifier.
Returns: The source_id of this LogAnalyticsSourceEntityType. Return type: int
-