📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
management_dashboard
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/management_dashboard/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: management_saved_search.pyc
a O��f�n � @ 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&dVdW� Z'dXdY� Z(dZd[� 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 dddddddddddddddddddddddddd�| _ 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"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 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]�datetimezdict(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�drilldown_config� freeform_tags�defined_tagsr �displayName� providerId�providerVersion�providerName� compartmentId�isOobSavedSearchr r r �uiConfig� dataConfig� createdBy� updatedBy�timeCreated�timeUpdated�screenImage�metadataVersion�widgetTemplate�widgetVM�lifecycleState�parametersConfig�drilldownConfig�freeformTags�definedTagsN)� swagger_types� 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�_drilldown_config�_freeform_tags� _defined_tags)�self�kwargs� r] ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/management_dashboard/models/management_saved_search.py�__init__, s� o��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 �rB �r[ r] r] r^ 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 Nr` )r[ r r] r] r^ 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 �rC ra r] r] r^ 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 Nrb )r[ r r] r] r^ 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 �rD ra r] r] r^ 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 Nrc )r[ r r] r] r^ r ( 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 �rE ra r] r] r^ r 4 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 Nrd )r[ r r] r] r^ r @ 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 �rF ra r] r] r^ r L 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 Nre )r[ r r] r] r^ r X 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 �rG ra r] r] r^ r d 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 Nrf )r[ r r] r] r^ r p 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 �rH ra r] r] r^ 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 Nrg )r[ r r] r] r^ 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 �rI ra r] r] r^ 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 Nrh )r[ r r] r] r^ 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 �rJ ra r] r] r^ 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 Nri )r[ r r] r] r^ 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 )rK ra r] r] r^ 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 rK )r[ r �allowed_valuesr] r] r^ r � s c C s | j S )z� **[Required]** Gets the ui_config of this ManagementSavedSearch. JSON that contains user interface options. :return: The ui_config of this ManagementSavedSearch. :rtype: object �rL ra r] r] r^ r � s zManagementSavedSearch.ui_configc C s || _ dS )z� Sets the ui_config of this ManagementSavedSearch. JSON that contains user interface options. :param ui_config: The ui_config of this ManagementSavedSearch. :type: object Nrl )r[ r r] r] r^ r � s c C s | j S )z� **[Required]** Gets the data_config of this ManagementSavedSearch. Array of JSON that contain data source options. :return: The data_config of this ManagementSavedSearch. :rtype: list[object] �rM ra r] r] r^ r � s z!ManagementSavedSearch.data_configc C s || _ dS )z� Sets the data_config of this ManagementSavedSearch. Array of JSON that contain data source options. :param data_config: The data_config of this ManagementSavedSearch. :type: list[object] Nrm )r[ r r] r] r^ r s c C s | j S )z� **[Required]** Gets the created_by of this ManagementSavedSearch. User who created the saved search. :return: The created_by of this ManagementSavedSearch. :rtype: str �rN ra r] r] r^ r s z ManagementSavedSearch.created_byc C s || _ dS )z� Sets the created_by of this ManagementSavedSearch. User who created the saved search. :param created_by: The created_by of this ManagementSavedSearch. :type: str Nrn )r[ r r] r] r^ r s c C s | j S )z� **[Required]** Gets the updated_by of this ManagementSavedSearch. User who updated the saved search. :return: The updated_by of this ManagementSavedSearch. :rtype: str �rO ra r] r] r^ r * s z ManagementSavedSearch.updated_byc C s || _ dS )z� Sets the updated_by of this ManagementSavedSearch. User who updated the saved search. :param updated_by: The updated_by of this ManagementSavedSearch. :type: str Nro )r[ r r] r] r^ r 6 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 �rP ra r] r] r^ r B 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 Nrp )r[ r r] r] r^ r N 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 �rQ ra r] r] r^ r! Z 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 Nrq )r[ r! r] r] r^ r! f 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 �rR ra r] r] r^ r"