ruạṛ
# coding: utf-8 # Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved. # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20200601 from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401 from oci.decorators import init_model_state_from_kwargs @init_model_state_from_kwargs class UpsertLogAnalyticsSourceDetails(object): """ UpsertLogAnalyticsSourceDetails """ def __init__(self, **kwargs): """ Initializes a new UpsertLogAnalyticsSourceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param label_conditions: The value to assign to the label_conditions property of this UpsertLogAnalyticsSourceDetails. :type label_conditions: list[oci.log_analytics.models.LogAnalyticsSourceLabelCondition] :param data_filter_definitions: The value to assign to the data_filter_definitions property of this UpsertLogAnalyticsSourceDetails. :type data_filter_definitions: list[oci.log_analytics.models.LogAnalyticsSourceDataFilter] :param database_credential: The value to assign to the database_credential property of this UpsertLogAnalyticsSourceDetails. :type database_credential: str :param extended_field_definitions: The value to assign to the extended_field_definitions property of this UpsertLogAnalyticsSourceDetails. :type extended_field_definitions: list[oci.log_analytics.models.LogAnalyticsSourceExtendedFieldDefinition] :param is_for_cloud: The value to assign to the is_for_cloud property of this UpsertLogAnalyticsSourceDetails. :type is_for_cloud: bool :param labels: The value to assign to the labels property of this UpsertLogAnalyticsSourceDetails. :type labels: list[oci.log_analytics.models.LogAnalyticsLabelView] :param metric_definitions: The value to assign to the metric_definitions property of this UpsertLogAnalyticsSourceDetails. :type metric_definitions: list[oci.log_analytics.models.LogAnalyticsMetric] :param metrics: The value to assign to the metrics property of this UpsertLogAnalyticsSourceDetails. :type metrics: list[oci.log_analytics.models.LogAnalyticsSourceMetric] :param oob_parsers: The value to assign to the oob_parsers property of this UpsertLogAnalyticsSourceDetails. :type oob_parsers: list[oci.log_analytics.models.LogAnalyticsParser] :param parameters: The value to assign to the parameters property of this UpsertLogAnalyticsSourceDetails. :type parameters: list[oci.log_analytics.models.LogAnalyticsParameter] :param patterns: The value to assign to the patterns property of this UpsertLogAnalyticsSourceDetails. :type patterns: list[oci.log_analytics.models.LogAnalyticsSourcePattern] :param description: The value to assign to the description property of this UpsertLogAnalyticsSourceDetails. :type description: str :param display_name: The value to assign to the display_name property of this UpsertLogAnalyticsSourceDetails. :type display_name: str :param edit_version: The value to assign to the edit_version property of this UpsertLogAnalyticsSourceDetails. :type edit_version: int :param functions: The value to assign to the functions property of this UpsertLogAnalyticsSourceDetails. :type functions: list[oci.log_analytics.models.LogAnalyticsSourceFunction] :param source_id: The value to assign to the source_id property of this UpsertLogAnalyticsSourceDetails. :type source_id: int :param name: The value to assign to the name property of this UpsertLogAnalyticsSourceDetails. :type name: str :param is_secure_content: The value to assign to the is_secure_content property of this UpsertLogAnalyticsSourceDetails. :type is_secure_content: bool :param is_system: The value to assign to the is_system property of this UpsertLogAnalyticsSourceDetails. :type is_system: bool :param parsers: The value to assign to the parsers property of this UpsertLogAnalyticsSourceDetails. :type parsers: list[oci.log_analytics.models.LogAnalyticsParser] :param rule_id: The value to assign to the rule_id property of this UpsertLogAnalyticsSourceDetails. :type rule_id: int :param type_name: The value to assign to the type_name property of this UpsertLogAnalyticsSourceDetails. :type type_name: str :param warning_config: The value to assign to the warning_config property of this UpsertLogAnalyticsSourceDetails. :type warning_config: int :param metadata_fields: The value to assign to the metadata_fields property of this UpsertLogAnalyticsSourceDetails. :type metadata_fields: list[oci.log_analytics.models.LogAnalyticsSourceMetadataField] :param label_definitions: The value to assign to the label_definitions property of this UpsertLogAnalyticsSourceDetails. :type label_definitions: list[oci.log_analytics.models.LogAnalyticsLabelDefinition] :param entity_types: The value to assign to the entity_types property of this UpsertLogAnalyticsSourceDetails. :type entity_types: list[oci.log_analytics.models.LogAnalyticsSourceEntityType] :param is_timezone_override: The value to assign to the is_timezone_override property of this UpsertLogAnalyticsSourceDetails. :type is_timezone_override: bool :param user_parsers: The value to assign to the user_parsers property of this UpsertLogAnalyticsSourceDetails. :type user_parsers: list[oci.log_analytics.models.LogAnalyticsParser] :param categories: The value to assign to the categories property of this UpsertLogAnalyticsSourceDetails. :type categories: list[oci.log_analytics.models.LogAnalyticsCategory] :param endpoints: The value to assign to the endpoints property of this UpsertLogAnalyticsSourceDetails. :type endpoints: list[oci.log_analytics.models.LogAnalyticsEndpoint] :param source_properties: The value to assign to the source_properties property of this UpsertLogAnalyticsSourceDetails. :type source_properties: list[oci.log_analytics.models.LogAnalyticsProperty] """ self.swagger_types = { 'label_conditions': 'list[LogAnalyticsSourceLabelCondition]', 'data_filter_definitions': 'list[LogAnalyticsSourceDataFilter]', 'database_credential': 'str', 'extended_field_definitions': 'list[LogAnalyticsSourceExtendedFieldDefinition]', 'is_for_cloud': 'bool', 'labels': 'list[LogAnalyticsLabelView]', 'metric_definitions': 'list[LogAnalyticsMetric]', 'metrics': 'list[LogAnalyticsSourceMetric]', 'oob_parsers': 'list[LogAnalyticsParser]', 'parameters': 'list[LogAnalyticsParameter]', 'patterns': 'list[LogAnalyticsSourcePattern]', 'description': 'str', 'display_name': 'str', 'edit_version': 'int', 'functions': 'list[LogAnalyticsSourceFunction]', 'source_id': 'int', 'name': 'str', 'is_secure_content': 'bool', 'is_system': 'bool', 'parsers': 'list[LogAnalyticsParser]', 'rule_id': 'int', 'type_name': 'str', 'warning_config': 'int', 'metadata_fields': 'list[LogAnalyticsSourceMetadataField]', 'label_definitions': 'list[LogAnalyticsLabelDefinition]', 'entity_types': 'list[LogAnalyticsSourceEntityType]', 'is_timezone_override': 'bool', 'user_parsers': 'list[LogAnalyticsParser]', 'categories': 'list[LogAnalyticsCategory]', 'endpoints': 'list[LogAnalyticsEndpoint]', 'source_properties': 'list[LogAnalyticsProperty]' } self.attribute_map = { 'label_conditions': 'labelConditions', 'data_filter_definitions': 'dataFilterDefinitions', 'database_credential': 'databaseCredential', 'extended_field_definitions': 'extendedFieldDefinitions', 'is_for_cloud': 'isForCloud', 'labels': 'labels', 'metric_definitions': 'metricDefinitions', 'metrics': 'metrics', 'oob_parsers': 'oobParsers', 'parameters': 'parameters', 'patterns': 'patterns', 'description': 'description', 'display_name': 'displayName', 'edit_version': 'editVersion', 'functions': 'functions', 'source_id': 'sourceId', 'name': 'name', 'is_secure_content': 'isSecureContent', 'is_system': 'isSystem', 'parsers': 'parsers', 'rule_id': 'ruleId', 'type_name': 'typeName', 'warning_config': 'warningConfig', 'metadata_fields': 'metadataFields', 'label_definitions': 'labelDefinitions', 'entity_types': 'entityTypes', 'is_timezone_override': 'isTimezoneOverride', 'user_parsers': 'userParsers', 'categories': 'categories', 'endpoints': 'endpoints', 'source_properties': 'sourceProperties' } self._label_conditions = None self._data_filter_definitions = None self._database_credential = None self._extended_field_definitions = None self._is_for_cloud = None self._labels = None self._metric_definitions = None self._metrics = None self._oob_parsers = None self._parameters = None self._patterns = None self._description = None self._display_name = None self._edit_version = None self._functions = None self._source_id = None self._name = None self._is_secure_content = None self._is_system = None self._parsers = None self._rule_id = None self._type_name = None self._warning_config = None self._metadata_fields = None self._label_definitions = None self._entity_types = None self._is_timezone_override = None self._user_parsers = None self._categories = None self._endpoints = None self._source_properties = None @property def label_conditions(self): """ Gets the label_conditions of this UpsertLogAnalyticsSourceDetails. An array of source label conditions. :return: The label_conditions of this UpsertLogAnalyticsSourceDetails. :rtype: list[oci.log_analytics.models.LogAnalyticsSourceLabelCondition] """ return self._label_conditions @label_conditions.setter def label_conditions(self, label_conditions): """ Sets the label_conditions of this UpsertLogAnalyticsSourceDetails. An array of source label conditions. :param label_conditions: The label_conditions of this UpsertLogAnalyticsSourceDetails. :type: list[oci.log_analytics.models.LogAnalyticsSourceLabelCondition] """ self._label_conditions = label_conditions @property def data_filter_definitions(self): """ Gets the data_filter_definitions of this UpsertLogAnalyticsSourceDetails. An array of data filter definitions. :return: The data_filter_definitions of this UpsertLogAnalyticsSourceDetails. :rtype: list[oci.log_analytics.models.LogAnalyticsSourceDataFilter] """ return self._data_filter_definitions @data_filter_definitions.setter def data_filter_definitions(self, data_filter_definitions): """ Sets the data_filter_definitions of this UpsertLogAnalyticsSourceDetails. An array of data filter definitions. :param data_filter_definitions: The data_filter_definitions of this UpsertLogAnalyticsSourceDetails. :type: list[oci.log_analytics.models.LogAnalyticsSourceDataFilter] """ self._data_filter_definitions = data_filter_definitions @property def database_credential(self): """ Gets the database_credential of this UpsertLogAnalyticsSourceDetails. The database credential name. :return: The database_credential of this UpsertLogAnalyticsSourceDetails. :rtype: str """ return self._database_credential @database_credential.setter def database_credential(self, database_credential): """ Sets the database_credential of this UpsertLogAnalyticsSourceDetails. The database credential name. :param database_credential: The database_credential of this UpsertLogAnalyticsSourceDetails. :type: str """ self._database_credential = database_credential @property def extended_field_definitions(self): """ Gets the extended_field_definitions of this UpsertLogAnalyticsSourceDetails. An array of extended field definitions. :return: The extended_field_definitions of this UpsertLogAnalyticsSourceDetails. :rtype: list[oci.log_analytics.models.LogAnalyticsSourceExtendedFieldDefinition] """ return self._extended_field_definitions @extended_field_definitions.setter def extended_field_definitions(self, extended_field_definitions): """ Sets the extended_field_definitions of this UpsertLogAnalyticsSourceDetails. An array of extended field definitions. :param extended_field_definitions: The extended_field_definitions of this UpsertLogAnalyticsSourceDetails. :type: list[oci.log_analytics.models.LogAnalyticsSourceExtendedFieldDefinition] """ self._extended_field_definitions = extended_field_definitions @property def is_for_cloud(self): """ Gets the is_for_cloud of this UpsertLogAnalyticsSourceDetails. A flag indicating whether or not this is a cloud source. :return: The is_for_cloud of this UpsertLogAnalyticsSourceDetails. :rtype: bool """ return self._is_for_cloud @is_for_cloud.setter def is_for_cloud(self, is_for_cloud): """ Sets the is_for_cloud of this UpsertLogAnalyticsSourceDetails. A flag indicating whether or not this is a cloud source. :param is_for_cloud: The is_for_cloud of this UpsertLogAnalyticsSourceDetails. :type: bool """ self._is_for_cloud = is_for_cloud @property def labels(self): """ Gets the labels of this UpsertLogAnalyticsSourceDetails. An array of labels. :return: The labels of this UpsertLogAnalyticsSourceDetails. :rtype: list[oci.log_analytics.models.LogAnalyticsLabelView] """ return self._labels @labels.setter def labels(self, labels): """ Sets the labels of this UpsertLogAnalyticsSourceDetails. An array of labels. :param labels: The labels of this UpsertLogAnalyticsSourceDetails. :type: list[oci.log_analytics.models.LogAnalyticsLabelView] """ self._labels = labels @property def metric_definitions(self): """ Gets the metric_definitions of this UpsertLogAnalyticsSourceDetails. An array of metric definitions. :return: The metric_definitions of this UpsertLogAnalyticsSourceDetails. :rtype: list[oci.log_analytics.models.LogAnalyticsMetric] """ return self._metric_definitions @metric_definitions.setter def metric_definitions(self, metric_definitions): """ Sets the metric_definitions of this UpsertLogAnalyticsSourceDetails. An array of metric definitions. :param metric_definitions: The metric_definitions of this UpsertLogAnalyticsSourceDetails. :type: list[oci.log_analytics.models.LogAnalyticsMetric] """ self._metric_definitions = metric_definitions @property def metrics(self): """ Gets the metrics of this UpsertLogAnalyticsSourceDetails. An array of metrics. :return: The metrics of this UpsertLogAnalyticsSourceDetails. :rtype: list[oci.log_analytics.models.LogAnalyticsSourceMetric] """ return self._metrics @metrics.setter def metrics(self, metrics): """ Sets the metrics of this UpsertLogAnalyticsSourceDetails. An array of metrics. :param metrics: The metrics of this UpsertLogAnalyticsSourceDetails. :type: list[oci.log_analytics.models.LogAnalyticsSourceMetric] """ self._metrics = metrics @property def oob_parsers(self): """ Gets the oob_parsers of this UpsertLogAnalyticsSourceDetails. An array of built in source parsers. :return: The oob_parsers of this UpsertLogAnalyticsSourceDetails. :rtype: list[oci.log_analytics.models.LogAnalyticsParser] """ return self._oob_parsers @oob_parsers.setter def oob_parsers(self, oob_parsers): """ Sets the oob_parsers of this UpsertLogAnalyticsSourceDetails. An array of built in source parsers. :param oob_parsers: The oob_parsers of this UpsertLogAnalyticsSourceDetails. :type: list[oci.log_analytics.models.LogAnalyticsParser] """ self._oob_parsers = oob_parsers @property def parameters(self): """ Gets the parameters of this UpsertLogAnalyticsSourceDetails. An array of parameters. :return: The parameters of this UpsertLogAnalyticsSourceDetails. :rtype: list[oci.log_analytics.models.LogAnalyticsParameter] """ return self._parameters @parameters.setter def parameters(self, parameters): """ Sets the parameters of this UpsertLogAnalyticsSourceDetails. An array of parameters. :param parameters: The parameters of this UpsertLogAnalyticsSourceDetails. :type: list[oci.log_analytics.models.LogAnalyticsParameter] """ self._parameters = parameters @property def patterns(self): """ Gets the patterns of this UpsertLogAnalyticsSourceDetails. An array of patterns. :return: The patterns of this UpsertLogAnalyticsSourceDetails. :rtype: list[oci.log_analytics.models.LogAnalyticsSourcePattern] """ return self._patterns @patterns.setter def patterns(self, patterns): """ Sets the patterns of this UpsertLogAnalyticsSourceDetails. An array of patterns. :param patterns: The patterns of this UpsertLogAnalyticsSourceDetails. :type: list[oci.log_analytics.models.LogAnalyticsSourcePattern] """ self._patterns = patterns @property def description(self): """ Gets the description of this UpsertLogAnalyticsSourceDetails. The source description. :return: The description of this UpsertLogAnalyticsSourceDetails. :rtype: str """ return self._description @description.setter def description(self, description): """ Sets the description of this UpsertLogAnalyticsSourceDetails. The source description. :param description: The description of this UpsertLogAnalyticsSourceDetails. :type: str """ self._description = description @property def display_name(self): """ Gets the display_name of this UpsertLogAnalyticsSourceDetails. The source display name. :return: The display_name of this UpsertLogAnalyticsSourceDetails. :rtype: str """ return self._display_name @display_name.setter def display_name(self, display_name): """ Sets the display_name of this UpsertLogAnalyticsSourceDetails. The source display name. :param display_name: The display_name of this UpsertLogAnalyticsSourceDetails. :type: str """ self._display_name = display_name @property def edit_version(self): """ Gets the edit_version of this UpsertLogAnalyticsSourceDetails. The source edit version. :return: The edit_version of this UpsertLogAnalyticsSourceDetails. :rtype: int """ return self._edit_version @edit_version.setter def edit_version(self, edit_version): """ Sets the edit_version of this UpsertLogAnalyticsSourceDetails. The source edit version. :param edit_version: The edit_version of this UpsertLogAnalyticsSourceDetails. :type: int """ self._edit_version = edit_version @property def functions(self): """ Gets the functions of this UpsertLogAnalyticsSourceDetails. An array of source functions. :return: The functions of this UpsertLogAnalyticsSourceDetails. :rtype: list[oci.log_analytics.models.LogAnalyticsSourceFunction] """ return self._functions @functions.setter def functions(self, functions): """ Sets the functions of this UpsertLogAnalyticsSourceDetails. An array of source functions. :param functions: The functions of this UpsertLogAnalyticsSourceDetails. :type: list[oci.log_analytics.models.LogAnalyticsSourceFunction] """ self._functions = functions @property def source_id(self): """ Gets the source_id of this UpsertLogAnalyticsSourceDetails. The source unique identifier. :return: The source_id of this UpsertLogAnalyticsSourceDetails. :rtype: int """ return self._source_id @source_id.setter def source_id(self, source_id): """ Sets the source_id of this UpsertLogAnalyticsSourceDetails. The source unique identifier. :param source_id: The source_id of this UpsertLogAnalyticsSourceDetails. :type: int """ self._source_id = source_id @property def name(self): """ Gets the name of this UpsertLogAnalyticsSourceDetails. The source internal name. :return: The name of this UpsertLogAnalyticsSourceDetails. :rtype: str """ return self._name @name.setter def name(self, name): """ Sets the name of this UpsertLogAnalyticsSourceDetails. The source internal name. :param name: The name of this UpsertLogAnalyticsSourceDetails. :type: str """ self._name = name @property def is_secure_content(self): """ Gets the is_secure_content of this UpsertLogAnalyticsSourceDetails. A flag indicating whether or not the source content is secure. :return: The is_secure_content of this UpsertLogAnalyticsSourceDetails. :rtype: bool """ return self._is_secure_content @is_secure_content.setter def is_secure_content(self, is_secure_content): """ Sets the is_secure_content of this UpsertLogAnalyticsSourceDetails. A flag indicating whether or not the source content is secure. :param is_secure_content: The is_secure_content of this UpsertLogAnalyticsSourceDetails. :type: bool """ self._is_secure_content = is_secure_content @property def is_system(self): """ Gets the is_system of this UpsertLogAnalyticsSourceDetails. The system flag. A value of false denotes a custom, or user defined object. A value of true denotes a built in object. :return: The is_system of this UpsertLogAnalyticsSourceDetails. :rtype: bool """ return self._is_system @is_system.setter def is_system(self, is_system): """ Sets the is_system of this UpsertLogAnalyticsSourceDetails. The system flag. A value of false denotes a custom, or user defined object. A value of true denotes a built in object. :param is_system: The is_system of this UpsertLogAnalyticsSourceDetails. :type: bool """ self._is_system = is_system @property def parsers(self): """ Gets the parsers of this UpsertLogAnalyticsSourceDetails. An array of parser. :return: The parsers of this UpsertLogAnalyticsSourceDetails. :rtype: list[oci.log_analytics.models.LogAnalyticsParser] """ return self._parsers @parsers.setter def parsers(self, parsers): """ Sets the parsers of this UpsertLogAnalyticsSourceDetails. An array of parser. :param parsers: The parsers of this UpsertLogAnalyticsSourceDetails. :type: list[oci.log_analytics.models.LogAnalyticsParser] """ self._parsers = parsers @property def rule_id(self): """ Gets the rule_id of this UpsertLogAnalyticsSourceDetails. The rule unique identifier. :return: The rule_id of this UpsertLogAnalyticsSourceDetails. :rtype: int """ return self._rule_id @rule_id.setter def rule_id(self, rule_id): """ Sets the rule_id of this UpsertLogAnalyticsSourceDetails. The rule unique identifier. :param rule_id: The rule_id of this UpsertLogAnalyticsSourceDetails. :type: int """ self._rule_id = rule_id @property def type_name(self): """ Gets the type_name of this UpsertLogAnalyticsSourceDetails. The source type internal name. :return: The type_name of this UpsertLogAnalyticsSourceDetails. :rtype: str """ return self._type_name @type_name.setter def type_name(self, type_name): """ Sets the type_name of this UpsertLogAnalyticsSourceDetails. The source type internal name. :param type_name: The type_name of this UpsertLogAnalyticsSourceDetails. :type: str """ self._type_name = type_name @property def warning_config(self): """ Gets the warning_config of this UpsertLogAnalyticsSourceDetails. The source warning configuration. :return: The warning_config of this UpsertLogAnalyticsSourceDetails. :rtype: int """ return self._warning_config @warning_config.setter def warning_config(self, warning_config): """ Sets the warning_config of this UpsertLogAnalyticsSourceDetails. The source warning configuration. :param warning_config: The warning_config of this UpsertLogAnalyticsSourceDetails. :type: int """ self._warning_config = warning_config @property def metadata_fields(self): """ Gets the metadata_fields of this UpsertLogAnalyticsSourceDetails. An array of source metadata fields. :return: The metadata_fields of this UpsertLogAnalyticsSourceDetails. :rtype: list[oci.log_analytics.models.LogAnalyticsSourceMetadataField] """ return self._metadata_fields @metadata_fields.setter def metadata_fields(self, metadata_fields): """ Sets the metadata_fields of this UpsertLogAnalyticsSourceDetails. An array of source metadata fields. :param metadata_fields: The metadata_fields of this UpsertLogAnalyticsSourceDetails. :type: list[oci.log_analytics.models.LogAnalyticsSourceMetadataField] """ self._metadata_fields = metadata_fields @property def label_definitions(self): """ Gets the label_definitions of this UpsertLogAnalyticsSourceDetails. An array of labels. :return: The label_definitions of this UpsertLogAnalyticsSourceDetails. :rtype: list[oci.log_analytics.models.LogAnalyticsLabelDefinition] """ return self._label_definitions @label_definitions.setter def label_definitions(self, label_definitions): """ Sets the label_definitions of this UpsertLogAnalyticsSourceDetails. An array of labels. :param label_definitions: The label_definitions of this UpsertLogAnalyticsSourceDetails. :type: list[oci.log_analytics.models.LogAnalyticsLabelDefinition] """ self._label_definitions = label_definitions @property def entity_types(self): """ Gets the entity_types of this UpsertLogAnalyticsSourceDetails. An array of entity types. :return: The entity_types of this UpsertLogAnalyticsSourceDetails. :rtype: list[oci.log_analytics.models.LogAnalyticsSourceEntityType] """ return self._entity_types @entity_types.setter def entity_types(self, entity_types): """ Sets the entity_types of this UpsertLogAnalyticsSourceDetails. An array of entity types. :param entity_types: The entity_types of this UpsertLogAnalyticsSourceDetails. :type: list[oci.log_analytics.models.LogAnalyticsSourceEntityType] """ self._entity_types = entity_types @property def is_timezone_override(self): """ Gets the is_timezone_override of this UpsertLogAnalyticsSourceDetails. A flag indicating whether or not the source has a time zone override. :return: The is_timezone_override of this UpsertLogAnalyticsSourceDetails. :rtype: bool """ return self._is_timezone_override @is_timezone_override.setter def is_timezone_override(self, is_timezone_override): """ Sets the is_timezone_override of this UpsertLogAnalyticsSourceDetails. A flag indicating whether or not the source has a time zone override. :param is_timezone_override: The is_timezone_override of this UpsertLogAnalyticsSourceDetails. :type: bool """ self._is_timezone_override = is_timezone_override @property def user_parsers(self): """ Gets the user_parsers of this UpsertLogAnalyticsSourceDetails. An array of custom parsers. :return: The user_parsers of this UpsertLogAnalyticsSourceDetails. :rtype: list[oci.log_analytics.models.LogAnalyticsParser] """ return self._user_parsers @user_parsers.setter def user_parsers(self, user_parsers): """ Sets the user_parsers of this UpsertLogAnalyticsSourceDetails. An array of custom parsers. :param user_parsers: The user_parsers of this UpsertLogAnalyticsSourceDetails. :type: list[oci.log_analytics.models.LogAnalyticsParser] """ self._user_parsers = user_parsers @property def categories(self): """ Gets the categories of this UpsertLogAnalyticsSourceDetails. An array of categories to assign to the source. Specifying the name attribute for each category would suffice. Oracle-defined category assignments cannot be removed. :return: The categories of this UpsertLogAnalyticsSourceDetails. :rtype: list[oci.log_analytics.models.LogAnalyticsCategory] """ return self._categories @categories.setter def categories(self, categories): """ Sets the categories of this UpsertLogAnalyticsSourceDetails. An array of categories to assign to the source. Specifying the name attribute for each category would suffice. Oracle-defined category assignments cannot be removed. :param categories: The categories of this UpsertLogAnalyticsSourceDetails. :type: list[oci.log_analytics.models.LogAnalyticsCategory] """ self._categories = categories @property def endpoints(self): """ Gets the endpoints of this UpsertLogAnalyticsSourceDetails. An array of REST API endpoints for log collection. :return: The endpoints of this UpsertLogAnalyticsSourceDetails. :rtype: list[oci.log_analytics.models.LogAnalyticsEndpoint] """ return self._endpoints @endpoints.setter def endpoints(self, endpoints): """ Sets the endpoints of this UpsertLogAnalyticsSourceDetails. An array of REST API endpoints for log collection. :param endpoints: The endpoints of this UpsertLogAnalyticsSourceDetails. :type: list[oci.log_analytics.models.LogAnalyticsEndpoint] """ self._endpoints = endpoints @property def source_properties(self): """ Gets the source_properties of this UpsertLogAnalyticsSourceDetails. A list of source properties. :return: The source_properties of this UpsertLogAnalyticsSourceDetails. :rtype: list[oci.log_analytics.models.LogAnalyticsProperty] """ return self._source_properties @source_properties.setter def source_properties(self, source_properties): """ Sets the source_properties of this UpsertLogAnalyticsSourceDetails. A list of source properties. :param source_properties: The source_properties of this UpsertLogAnalyticsSourceDetails. :type: list[oci.log_analytics.models.LogAnalyticsProperty] """ self._source_properties = source_properties def __repr__(self): return formatted_flat_dict(self) def __eq__(self, other): if other is None: return False return self.__dict__ == other.__dict__ def __ne__(self, other): return not self == other
cải xoăn