📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
management_dashboard
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/management_dashboard/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: management_saved_search.cpython-39.opt-1.pyc
a ���fx � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zed8d9� �Zejd:d9� �Zed;d<� �Zejd=d<� �Zed>d?� �Zejd@d?� �ZedAdB� �Z e jdCdB� �Z edDdE� �Z!e!jdFdE� �Z!edGdH� �Z"e"jdIdH� �Z"edJdK� �Z#e#jdLdK� �Z#edMdN� �Z$e$jdOdN� �Z$edPdQ� �Z%e%jdRdQ� �Z%edSdT� �Z&e&jdUdT� �Z&edVdW� �Z'e'jdXdW� �Z'dYdZ� Z(d[d\� Z)d]d^� Z*d_S )`�ManagementSavedSearchz' Properties of a saved search. �SEARCH_SHOW_IN_DASHBOARD�SEARCH_DONT_SHOW_IN_DASHBOARD�WIDGET_SHOW_IN_DASHBOARD�WIDGET_DONT_SHOW_IN_DASHBOARD�FILTER_SHOW_IN_DASHBOARD�FILTER_DONT_SHOW_IN_DASHBOARD�ACTIVEc K s ddddddddddddddddddddddddddd�| _ d d ddd ddddddddddddddddddd d!d"d�| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _ d#| _ d#| _d#| _d#| _ d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#S )$a� Initializes a new ManagementSavedSearch object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this ManagementSavedSearch. :type id: str :param display_name: The value to assign to the display_name property of this ManagementSavedSearch. :type display_name: str :param provider_id: The value to assign to the provider_id property of this ManagementSavedSearch. :type provider_id: str :param provider_version: The value to assign to the provider_version property of this ManagementSavedSearch. :type provider_version: str :param provider_name: The value to assign to the provider_name property of this ManagementSavedSearch. :type provider_name: str :param compartment_id: The value to assign to the compartment_id property of this ManagementSavedSearch. :type compartment_id: str :param is_oob_saved_search: The value to assign to the is_oob_saved_search property of this ManagementSavedSearch. :type is_oob_saved_search: bool :param description: The value to assign to the description property of this ManagementSavedSearch. :type description: str :param nls: The value to assign to the nls property of this ManagementSavedSearch. :type nls: object :param type: The value to assign to the type property of this ManagementSavedSearch. Allowed values for this property are: "SEARCH_SHOW_IN_DASHBOARD", "SEARCH_DONT_SHOW_IN_DASHBOARD", "WIDGET_SHOW_IN_DASHBOARD", "WIDGET_DONT_SHOW_IN_DASHBOARD", "FILTER_SHOW_IN_DASHBOARD", "FILTER_DONT_SHOW_IN_DASHBOARD", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param ui_config: The value to assign to the ui_config property of this ManagementSavedSearch. :type ui_config: object :param data_config: The value to assign to the data_config property of this ManagementSavedSearch. :type data_config: list[object] :param created_by: The value to assign to the created_by property of this ManagementSavedSearch. :type created_by: str :param updated_by: The value to assign to the updated_by property of this ManagementSavedSearch. :type updated_by: str :param time_created: The value to assign to the time_created property of this ManagementSavedSearch. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ManagementSavedSearch. :type time_updated: datetime :param screen_image: The value to assign to the screen_image property of this ManagementSavedSearch. :type screen_image: str :param metadata_version: The value to assign to the metadata_version property of this ManagementSavedSearch. :type metadata_version: str :param widget_template: The value to assign to the widget_template property of this ManagementSavedSearch. :type widget_template: str :param widget_vm: The value to assign to the widget_vm property of this ManagementSavedSearch. :type widget_vm: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ManagementSavedSearch. Allowed values for this property are: "ACTIVE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param parameters_config: The value to assign to the parameters_config property of this ManagementSavedSearch. :type parameters_config: list[object] :param features_config: The value to assign to the features_config property of this ManagementSavedSearch. :type features_config: object :param drilldown_config: The value to assign to the drilldown_config property of this ManagementSavedSearch. :type drilldown_config: list[object] :param freeform_tags: The value to assign to the freeform_tags property of this ManagementSavedSearch. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ManagementSavedSearch. :type defined_tags: dict(str, dict(str, object)) �str�bool�objectzlist[object]Zdatetimezdict(str, str)zdict(str, dict(str, object)))�id�display_name�provider_id�provider_version� provider_name�compartment_id�is_oob_saved_search�description�nls�type� ui_config�data_config� created_by� updated_by�time_created�time_updated�screen_image�metadata_version�widget_template� widget_vm�lifecycle_state�parameters_config�features_config�drilldown_config� freeform_tags�defined_tagsr ZdisplayNameZ providerIdZproviderVersionZproviderNameZ compartmentIdZisOobSavedSearchr r r ZuiConfigZ dataConfigZ createdByZ updatedByZtimeCreatedZtimeUpdatedZscreenImageZmetadataVersionZwidgetTemplateZwidgetVMZlifecycleStateZparametersConfigZfeaturesConfigZdrilldownConfigZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_provider_id�_provider_version�_provider_name�_compartment_id�_is_oob_saved_search�_description�_nls�_type� _ui_config�_data_config�_created_by�_updated_by� _time_created� _time_updated� _screen_image�_metadata_version�_widget_template� _widget_vm�_lifecycle_state�_parameters_config�_features_config�_drilldown_config�_freeform_tags� _defined_tags)�self�kwargs� rG �[/usr/lib/python3.9/site-packages/oci/management_dashboard/models/management_saved_search.py�__init__. s� s��zManagementSavedSearch.__init__c C s | j S )z� **[Required]** Gets the id of this ManagementSavedSearch. ID of the saved search. :return: The id of this ManagementSavedSearch. :rtype: str �r+ �rE rG rG rH r � s zManagementSavedSearch.idc C s || _ dS )z� Sets the id of this ManagementSavedSearch. ID of the saved search. :param id: The id of this ManagementSavedSearch. :type: str NrJ )rE r rG rG rH r s c C s | j S )z� **[Required]** Gets the display_name of this ManagementSavedSearch. Display name of the saved search. :return: The display_name of this ManagementSavedSearch. :rtype: str �r, rK rG rG rH r s z"ManagementSavedSearch.display_namec C s || _ dS )z� Sets the display_name of this ManagementSavedSearch. Display name of the saved search. :param display_name: The display_name of this ManagementSavedSearch. :type: str NrL )rE r rG rG rH r s c C s | j S )a **[Required]** Gets the provider_id of this ManagementSavedSearch. ID of the service (for example log-analytics) that owns the saved search. Each service has a unique ID. :return: The provider_id of this ManagementSavedSearch. :rtype: str �r- rK rG rG rH r % s z!ManagementSavedSearch.provider_idc C s || _ dS )a Sets the provider_id of this ManagementSavedSearch. ID of the service (for example log-analytics) that owns the saved search. Each service has a unique ID. :param provider_id: The provider_id of this ManagementSavedSearch. :type: str NrM )rE r rG rG rH r 1 s c C s | j S )z� **[Required]** Gets the provider_version of this ManagementSavedSearch. Version of the service that owns this saved search. :return: The provider_version of this ManagementSavedSearch. :rtype: str �r. rK rG rG rH r = s z&ManagementSavedSearch.provider_versionc C s || _ dS )z� Sets the provider_version of this ManagementSavedSearch. Version of the service that owns this saved search. :param provider_version: The provider_version of this ManagementSavedSearch. :type: str NrN )rE r rG rG rH r I s c C s | j S )a **[Required]** Gets the provider_name of this ManagementSavedSearch. Name of the service (for example, Logging Analytics) that owns the saved search. :return: The provider_name of this ManagementSavedSearch. :rtype: str �r/ rK rG rG rH r U s z#ManagementSavedSearch.provider_namec C s || _ dS )a Sets the provider_name of this ManagementSavedSearch. Name of the service (for example, Logging Analytics) that owns the saved search. :param provider_name: The provider_name of this ManagementSavedSearch. :type: str NrO )rE r rG rG rH r a s c C s | j S )z� **[Required]** Gets the compartment_id of this ManagementSavedSearch. OCID of the compartment in which the saved search resides. :return: The compartment_id of this ManagementSavedSearch. :rtype: str �r0 rK rG rG rH r m s z$ManagementSavedSearch.compartment_idc C s || _ dS )z� Sets the compartment_id of this ManagementSavedSearch. OCID of the compartment in which the saved search resides. :param compartment_id: The compartment_id of this ManagementSavedSearch. :type: str NrP )rE r rG rG rH r y s c C s | j S )aa **[Required]** Gets the is_oob_saved_search of this ManagementSavedSearch. Determines whether the saved search is an Out-of-the-Box (OOB) saved search. Note that OOB saved searches are only provided by Oracle and cannot be modified. :return: The is_oob_saved_search of this ManagementSavedSearch. :rtype: bool �r1 rK rG rG rH r � s z)ManagementSavedSearch.is_oob_saved_searchc C s || _ dS )ad Sets the is_oob_saved_search of this ManagementSavedSearch. Determines whether the saved search is an Out-of-the-Box (OOB) saved search. Note that OOB saved searches are only provided by Oracle and cannot be modified. :param is_oob_saved_search: The is_oob_saved_search of this ManagementSavedSearch. :type: bool NrQ )rE r rG rG rH r � s c C s | j S )z� **[Required]** Gets the description of this ManagementSavedSearch. Description of the saved search. :return: The description of this ManagementSavedSearch. :rtype: str �r2 rK rG rG rH r � s z!ManagementSavedSearch.descriptionc C s || _ dS )z� Sets the description of this ManagementSavedSearch. Description of the saved search. :param description: The description of this ManagementSavedSearch. :type: str NrR )rE r rG rG rH r � s c C s | j S )z� **[Required]** Gets the nls of this ManagementSavedSearch. JSON that contains internationalization options. :return: The nls of this ManagementSavedSearch. :rtype: object �r3 rK rG rG rH r � s zManagementSavedSearch.nlsc C s || _ dS )z� Sets the nls of this ManagementSavedSearch. JSON that contains internationalization options. :param nls: The nls of this ManagementSavedSearch. :type: object NrS )rE r rG rG rH r � s c C s | j S )a; **[Required]** Gets the type of this ManagementSavedSearch. Determines how the saved search is displayed in a dashboard. Allowed values for this property are: "SEARCH_SHOW_IN_DASHBOARD", "SEARCH_DONT_SHOW_IN_DASHBOARD", "WIDGET_SHOW_IN_DASHBOARD", "WIDGET_DONT_SHOW_IN_DASHBOARD", "FILTER_SHOW_IN_DASHBOARD", "FILTER_DONT_SHOW_IN_DASHBOARD", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The type of this ManagementSavedSearch. :rtype: str )r4 rK rG rG rH r � s zManagementSavedSearch.typec C s g d�}t ||�sd}|| _dS )z� Sets the type of this ManagementSavedSearch. Determines how the saved search is displayed in a dashboard. :param type: The type of this ManagementSavedSearch. :type: str )r r r r r r �UNKNOWN_ENUM_VALUEN)r r4 )rE r �allowed_valuesrG rG rH r � s c C s | j S )aD **[Required]** Gets the ui_config of this ManagementSavedSearch. It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization. :return: The ui_config of this ManagementSavedSearch. :rtype: object �r5 rK rG rG rH r � s zManagementSavedSearch.ui_configc C s || _ dS )a= Sets the ui_config of this ManagementSavedSearch. It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization. :param ui_config: The ui_config of this ManagementSavedSearch. :type: object NrV )rE r rG rG rH r � s c C s | j S )aS **[Required]** Gets the data_config of this ManagementSavedSearch. It defines how data is fetched. A functional saved search needs a valid dataConfig. See examples on how it can be constructed for various data sources. :return: The data_config of this ManagementSavedSearch. :rtype: list[object] �r6 rK rG rG rH r s z!ManagementSavedSearch.data_configc C s || _ dS )aN Sets the data_config of this ManagementSavedSearch. It defines how data is fetched. A functional saved search needs a valid dataConfig. See examples on how it can be constructed for various data sources. :param data_config: The data_config of this ManagementSavedSearch. :type: list[object] NrW )rE r rG rG rH r s c C s | j S )a� **[Required]** Gets the created_by of this ManagementSavedSearch. The principle id of the user that created this saved search. This is automatically managed by the system. In OCI the value is ignored. In EM it can skipped or otherwise it is ignored in both create and update API and system automatically sets its value. :return: The created_by of this ManagementSavedSearch. :rtype: str �r7 rK rG rG rH r s z ManagementSavedSearch.created_byc C s || _ dS )a� Sets the created_by of this ManagementSavedSearch. The principle id of the user that created this saved search. This is automatically managed by the system. In OCI the value is ignored. In EM it can skipped or otherwise it is ignored in both create and update API and system automatically sets its value. :param created_by: The created_by of this ManagementSavedSearch. :type: str NrX )rE r rG rG rH r ' s c C s | j S )z� **[Required]** Gets the updated_by of this ManagementSavedSearch. The principle id of the user that updated this saved search. :return: The updated_by of this ManagementSavedSearch. :rtype: str �r8 rK rG rG rH r 3 s z ManagementSavedSearch.updated_byc C s || _ dS )z� Sets the updated_by of this ManagementSavedSearch. The principle id of the user that updated this saved search. :param updated_by: The updated_by of this ManagementSavedSearch. :type: str NrY )rE r rG rG rH r ? s c C s | j S )z� **[Required]** Gets the time_created of this ManagementSavedSearch. Date and time the saved search was created. :return: The time_created of this ManagementSavedSearch. :rtype: datetime �r9 rK rG rG rH r K s z"ManagementSavedSearch.time_createdc C s || _ dS )z� Sets the time_created of this ManagementSavedSearch. Date and time the saved search was created. :param time_created: The time_created of this ManagementSavedSearch. :type: datetime NrZ )rE r rG rG rH r W s c C s | j S )z� **[Required]** Gets the time_updated of this ManagementSavedSearch. Date and time the saved search was updated. :return: The time_updated of this ManagementSavedSearch. :rtype: datetime �r: rK rG rG rH r c s z"ManagementSavedSearch.time_updatedc C s || _ dS )z� Sets the time_updated of this ManagementSavedSearch. Date and time the saved search was updated. :param time_updated: The time_updated of this ManagementSavedSearch. :type: datetime Nr[ )rE r rG rG rH r o s c C s | j S )z� **[Required]** Gets the screen_image of this ManagementSavedSearch. Screen image of the saved search. :return: The screen_image of this ManagementSavedSearch. :rtype: str �r; rK rG rG rH r! { s z"ManagementSavedSearch.screen_imagec C s || _ dS )z� Sets the screen_image of this ManagementSavedSearch. Screen image of the saved search. :param screen_image: The screen_image of this ManagementSavedSearch. :type: str Nr\ )rE r! rG rG rH r! � s c C s | j S )a6 **[Required]** Gets the metadata_version of this ManagementSavedSearch. The version of the metadata defined in the API. This is maintained and enforced by dashboard server. Currently it is 2.0. :return: The metadata_version of this ManagementSavedSearch. :rtype: str �r<