📂 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
›
data_safe
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_safe/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: report_definition_summary.pyc
a N��f#W � @ 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 Zd ZdZ dd � Zedd� �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� �Zd;d<� Z d=d>� Z!d?d@� Z"dAS )B�ReportDefinitionSummaryz' Summary of report definition. �CUSTOM_REPORTS�SUMMARY�ACTIVITY_AUDITING�EVENTS�ALERTS�CREATING�UPDATING�ACTIVE�DELETING�DELETEDc K s� dddddddddddddddd�| _ d d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a� Initializes a new ReportDefinitionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this ReportDefinitionSummary. :type display_name: str :param id: The value to assign to the id property of this ReportDefinitionSummary. :type id: str :param category: The value to assign to the category property of this ReportDefinitionSummary. Allowed values for this property are: "CUSTOM_REPORTS", "SUMMARY", "ACTIVITY_AUDITING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type category: str :param description: The value to assign to the description property of this ReportDefinitionSummary. :type description: str :param is_seeded: The value to assign to the is_seeded property of this ReportDefinitionSummary. :type is_seeded: bool :param display_order: The value to assign to the display_order property of this ReportDefinitionSummary. :type display_order: int :param time_created: The value to assign to the time_created property of this ReportDefinitionSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ReportDefinitionSummary. :type time_updated: datetime :param compartment_id: The value to assign to the compartment_id property of this ReportDefinitionSummary. :type compartment_id: str :param data_source: The value to assign to the data_source property of this ReportDefinitionSummary. Allowed values for this property are: "EVENTS", "ALERTS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type data_source: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ReportDefinitionSummary. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param schedule: The value to assign to the schedule property of this ReportDefinitionSummary. :type schedule: str :param compliance_standards: The value to assign to the compliance_standards property of this ReportDefinitionSummary. :type compliance_standards: list[str] :param freeform_tags: The value to assign to the freeform_tags property of this ReportDefinitionSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ReportDefinitionSummary. :type defined_tags: dict(str, dict(str, object)) �str�bool�int�datetimez list[str]zdict(str, str)zdict(str, dict(str, object)))�display_name�id�category�description� is_seeded� display_order�time_created�time_updated�compartment_id�data_source�lifecycle_state�schedule�compliance_standards� freeform_tags�defined_tags�displayNamer r r �isSeeded�displayOrder�timeCreated�timeUpdated� compartmentId� dataSource�lifecycleStater �complianceStandards�freeformTags�definedTagsN)� swagger_types� attribute_map� _display_name�_id� _category�_description� _is_seeded�_display_order� _time_created� _time_updated�_compartment_id�_data_source�_lifecycle_state� _schedule�_compliance_standards�_freeform_tags� _defined_tags)�self�kwargs� rB ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_safe/models/report_definition_summary.py�__init__8 s^ I��z ReportDefinitionSummary.__init__c C s | j S )z� **[Required]** Gets the display_name of this ReportDefinitionSummary. Name of the report definition. :return: The display_name of this ReportDefinitionSummary. :rtype: str �r1 �r@ rB rB rC r � s z$ReportDefinitionSummary.display_namec C s || _ dS )z� Sets the display_name of this ReportDefinitionSummary. Name of the report definition. :param display_name: The display_name of this ReportDefinitionSummary. :type: str NrE )r@ r rB rB rC r � s c C s | j S )z� **[Required]** Gets the id of this ReportDefinitionSummary. The OCID of the report definition. :return: The id of this ReportDefinitionSummary. :rtype: str �r2 rF rB rB rC r � s zReportDefinitionSummary.idc C s || _ dS )z� Sets the id of this ReportDefinitionSummary. The OCID of the report definition. :param id: The id of this ReportDefinitionSummary. :type: str NrG )r@ r rB rB rC r � s c C s | j S )a� Gets the category of this ReportDefinitionSummary. Specifies the name of the category that this report belongs to. Allowed values for this property are: "CUSTOM_REPORTS", "SUMMARY", "ACTIVITY_AUDITING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The category of this ReportDefinitionSummary. :rtype: str )r3 rF rB rB rC r � s z ReportDefinitionSummary.categoryc C s g d�}t ||�sd}|| _dS )z� Sets the category of this ReportDefinitionSummary. Specifies the name of the category that this report belongs to. :param category: The category of this ReportDefinitionSummary. :type: str )r r r �UNKNOWN_ENUM_VALUEN)r r3 )r@ r �allowed_valuesrB rB rC r � s c C s | j S )z� Gets the description of this ReportDefinitionSummary. A description of the report definition. :return: The description of this ReportDefinitionSummary. :rtype: str �r4 rF rB rB rC r s z#ReportDefinitionSummary.descriptionc C s || _ dS )z� Sets the description of this ReportDefinitionSummary. A description of the report definition. :param description: The description of this ReportDefinitionSummary. :type: str NrJ )r@ r rB rB rC r s c C s | j S )a Gets the is_seeded of this ReportDefinitionSummary. Signifies whether the definition is seeded or user defined. Values can either be 'true' or 'false'. :return: The is_seeded of this ReportDefinitionSummary. :rtype: bool �r5 rF rB rB rC r s z!ReportDefinitionSummary.is_seededc C s || _ dS )a Sets the is_seeded of this ReportDefinitionSummary. Signifies whether the definition is seeded or user defined. Values can either be 'true' or 'false'. :param is_seeded: The is_seeded of this ReportDefinitionSummary. :type: bool NrK )r@ r rB rB rC r & s c C s | j S )z� Gets the display_order of this ReportDefinitionSummary. Specifies how the report definitions are ordered in the display. :return: The display_order of this ReportDefinitionSummary. :rtype: int �r6 rF rB rB rC r 2 s z%ReportDefinitionSummary.display_orderc C s || _ dS )z� Sets the display_order of this ReportDefinitionSummary. Specifies how the report definitions are ordered in the display. :param display_order: The display_order of this ReportDefinitionSummary. :type: int NrL )r@ r rB rB rC r > s c C s | j S )z� **[Required]** Gets the time_created of this ReportDefinitionSummary. Specifies the time at which the report definition was created. :return: The time_created of this ReportDefinitionSummary. :rtype: datetime �r7 rF rB rB rC r J s z$ReportDefinitionSummary.time_createdc C s || _ dS )z� Sets the time_created of this ReportDefinitionSummary. Specifies the time at which the report definition was created. :param time_created: The time_created of this ReportDefinitionSummary. :type: datetime NrM )r@ r rB rB rC r V s c C s | j S )z� Gets the time_updated of this ReportDefinitionSummary. The date and time of the report definition update in Data Safe. :return: The time_updated of this ReportDefinitionSummary. :rtype: datetime �r8 rF rB rB rC r b s z$ReportDefinitionSummary.time_updatedc C s || _ dS )z� Sets the time_updated of this ReportDefinitionSummary. The date and time of the report definition update in Data Safe. :param time_updated: The time_updated of this ReportDefinitionSummary. :type: datetime NrN )r@ r rB rB rC r n s c C s | j S )z� **[Required]** Gets the compartment_id of this ReportDefinitionSummary. The OCID of the compartment containing the report definition. :return: The compartment_id of this ReportDefinitionSummary. :rtype: str �r9 rF rB rB rC r z s z&ReportDefinitionSummary.compartment_idc C s || _ dS )z� Sets the compartment_id of this ReportDefinitionSummary. The OCID of the compartment containing the report definition. :param compartment_id: The compartment_id of this ReportDefinitionSummary. :type: str NrO )r@ r rB rB rC r � s c C s | j S )a� Gets the data_source of this ReportDefinitionSummary. Specifies the name of a resource that provides data for the report. For example alerts, events. Allowed values for this property are: "EVENTS", "ALERTS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The data_source of this ReportDefinitionSummary. :rtype: str )r: rF rB rB rC r � s z#ReportDefinitionSummary.data_sourcec C s ddg}t ||�sd}|| _dS )a Sets the data_source of this ReportDefinitionSummary. Specifies the name of a resource that provides data for the report. For example alerts, events. :param data_source: The data_source of this ReportDefinitionSummary. :type: str r r rH N)r r: )r@ r rI rB rB rC r � s c C s | j S )a� **[Required]** Gets the lifecycle_state of this ReportDefinitionSummary. The current state of the report Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The lifecycle_state of this ReportDefinitionSummary. :rtype: str )r; rF rB rB rC r � s z'ReportDefinitionSummary.lifecycle_statec C s g d�}t ||�sd}|| _dS )z� Sets the lifecycle_state of this ReportDefinitionSummary. The current state of the report :param lifecycle_state: The lifecycle_state of this ReportDefinitionSummary. :type: str )r r r r r rH N)r r; )r@ r rI rB rB rC r � s c C s | j S )a� Gets the schedule of this ReportDefinitionSummary. Schedule to generate the report periodically in the specified format: <version-string>;<version-specific-schedule> Allowed version strings - "v1" v1's version specific schedule -<ss> <mm> <hh> <day-of-week> <day-of-month> Each of the above fields potentially introduce constraints. A workrequest is created only when clock time satisfies all the constraints. Constraints introduced: 1. seconds = <ss> (So, the allowed range for <ss> is [0, 59]) 2. minutes = <mm> (So, the allowed range for <mm> is [0, 59]) 3. hours = <hh> (So, the allowed range for <hh> is [0, 23]) 4. <day-of-week> can be either '*' (without quotes or a number between 1(Monday) and 7(Sunday)) No constraint introduced when it is '*'. When not, day of week must equal the given value 5. <day-of-month> can be either '*' (without quotes or a number between 1 and 28) No constraint introduced when it is '*'. When not, day of month must equal the given value :return: The schedule of this ReportDefinitionSummary. :rtype: str �r<