📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
dashboard_service
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/dashboard_service/models/__pycache__
💾
Free:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_dashboard_details.cpython-39.pyc
a ���fB$ � @ 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 ZdZdd� Zedd� �Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zdd� Zdd� Zdd� ZdS )�CreateDashboardDetailsz� The base schema for creating a dashboard. Derived schemas have configurations and widgets specific to the `schemaVersion`. c K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new CreateDashboardDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.dashboard_service.models.CreateV1DashboardDetails` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param dashboard_group_id: The value to assign to the dashboard_group_id property of this CreateDashboardDetails. :type dashboard_group_id: str :param display_name: The value to assign to the display_name property of this CreateDashboardDetails. :type display_name: str :param description: The value to assign to the description property of this CreateDashboardDetails. :type description: str :param schema_version: The value to assign to the schema_version property of this CreateDashboardDetails. :type schema_version: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateDashboardDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateDashboardDetails. :type defined_tags: dict(str, dict(str, object)) �strzdict(str, str)zdict(str, dict(str, object)))�dashboard_group_id�display_name�description�schema_version� freeform_tags�defined_tagsZdashboardGroupIdZdisplayNamer � schemaVersionZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_dashboard_group_id� _display_name�_description�_schema_version�_freeform_tags� _defined_tags)�self�kwargs� r �Y/usr/lib/python3.9/site-packages/oci/dashboard_service/models/create_dashboard_details.py�__init__ s( #� � zCreateDashboardDetails.__init__c C s | d }|dkrdS dS dS )z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r ZV1ZCreateV1DashboardDetailsr Nr )Zobject_dictionary�typer r r �get_subtypeN s z"CreateDashboardDetails.get_subtypec C s | j S )ae **[Required]** Gets the dashboard_group_id of this CreateDashboardDetails. The `OCID`__ of the dashboard group that the dashbaord is associated with. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The dashboard_group_id of this CreateDashboardDetails. :rtype: str �r �r r r r r [ s z)CreateDashboardDetails.dashboard_group_idc C s || _ dS )ag Sets the dashboard_group_id of this CreateDashboardDetails. The `OCID`__ of the dashboard group that the dashbaord is associated with. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param dashboard_group_id: The dashboard_group_id of this CreateDashboardDetails. :type: str Nr )r r r r r r i s c C s | j S )a� Gets the display_name of this CreateDashboardDetails. A user-friendly name for the dashboard. Does not have to be unique, and it can be changed. Avoid entering confidential information. Leading and trailing spaces and the following special characters are not allowed: <>()=/'"&\ :return: The display_name of this CreateDashboardDetails. :rtype: str �r r r r r r w s z#CreateDashboardDetails.display_namec C s || _ dS )a� Sets the display_name of this CreateDashboardDetails. A user-friendly name for the dashboard. Does not have to be unique, and it can be changed. Avoid entering confidential information. Leading and trailing spaces and the following special characters are not allowed: <>()=/'"&\ :param display_name: The display_name of this CreateDashboardDetails. :type: str Nr )r r r r r r � s c C s | j S )aL Gets the description of this CreateDashboardDetails. A short description of the dashboard. It can be changed. Avoid entering confidential information. The following special characters are not allowed: <>()=/'"&\ :return: The description of this CreateDashboardDetails. :rtype: str �r r r r r r � s z"CreateDashboardDetails.descriptionc C s || _ dS )aV Sets the description of this CreateDashboardDetails. A short description of the dashboard. It can be changed. Avoid entering confidential information. The following special characters are not allowed: <>()=/'"&\ :param description: The description of this CreateDashboardDetails. :type: str Nr )r r r r r r � s c C s | j S )a **[Required]** Gets the schema_version of this CreateDashboardDetails. The schema describing how to interpret the dashboard configuration and widgets. :return: The schema_version of this CreateDashboardDetails. :rtype: str �r r r r r r � s z%CreateDashboardDetails.schema_versionc C s || _ dS )a Sets the schema_version of this CreateDashboardDetails. The schema describing how to interpret the dashboard configuration and widgets. :param schema_version: The schema_version of this CreateDashboardDetails. :type: str Nr )r r r r r r � s c C s | j S )aS Gets the freeform_tags of this CreateDashboardDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :return: The freeform_tags of this CreateDashboardDetails. :rtype: dict(str, str) �r r r r r r � s z$CreateDashboardDetails.freeform_tagsc C s || _ dS )a_ Sets the freeform_tags of this CreateDashboardDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :param freeform_tags: The freeform_tags of this CreateDashboardDetails. :type: dict(str, str) Nr! )r r r r r r � s c C s | j S )aM Gets the defined_tags of this CreateDashboardDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` :return: The defined_tags of this CreateDashboardDetails. :rtype: dict(str, dict(str, object)) �r r r r r r � s z#CreateDashboardDetails.defined_tagsc C s || _ dS )aX Sets the defined_tags of this CreateDashboardDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` :param defined_tags: The defined_tags of this CreateDashboardDetails. :type: dict(str, dict(str, object)) Nr"