📂 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
›
database_management
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/database_management/models
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_job_details.pyc
a N��f; � @ 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 @ sr e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Zd-d.� Zd/d0� Zd1d2� Zd3S )4�CreateJobDetailsz/ The details required to create a job. �CDB�PDB�NON_CDB�ACD�ADB�SQLc K s� dddddddddddd�| _ ddddd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )aP Initializes a new CreateJobDetails 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.database_management.models.CreateSqlJobDetails` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this CreateJobDetails. :type name: str :param description: The value to assign to the description property of this CreateJobDetails. :type description: str :param compartment_id: The value to assign to the compartment_id property of this CreateJobDetails. :type compartment_id: str :param managed_database_group_id: The value to assign to the managed_database_group_id property of this CreateJobDetails. :type managed_database_group_id: str :param managed_database_id: The value to assign to the managed_database_id property of this CreateJobDetails. :type managed_database_id: str :param database_sub_type: The value to assign to the database_sub_type property of this CreateJobDetails. Allowed values for this property are: "CDB", "PDB", "NON_CDB", "ACD", "ADB" :type database_sub_type: str :param schedule_type: The value to assign to the schedule_type property of this CreateJobDetails. :type schedule_type: str :param job_type: The value to assign to the job_type property of this CreateJobDetails. Allowed values for this property are: "SQL" :type job_type: str :param timeout: The value to assign to the timeout property of this CreateJobDetails. :type timeout: str :param result_location: The value to assign to the result_location property of this CreateJobDetails. :type result_location: oci.database_management.models.JobExecutionResultLocation :param schedule_details: The value to assign to the schedule_details property of this CreateJobDetails. :type schedule_details: oci.database_management.models.JobScheduleDetails �str�JobExecutionResultLocation�JobScheduleDetails)�name�description�compartment_id�managed_database_group_id�managed_database_id�database_sub_type� schedule_type�job_type�timeout�result_location�schedule_detailsr r � compartmentId�managedDatabaseGroupId�managedDatabaseId�databaseSubType�scheduleType�jobTyper �resultLocation�scheduleDetailsN) � swagger_types� attribute_map�_name�_description�_compartment_id�_managed_database_group_id�_managed_database_id�_database_sub_type�_schedule_type� _job_type�_timeout�_result_location�_schedule_details)�self�kwargs� r2 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_management/models/create_job_details.py�__init__( sF 9��zCreateJobDetails.__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 r �CreateSqlJobDetailsr Nr2 )�object_dictionary�typer2 r2 r3 �get_subtype� s zCreateJobDetails.get_subtypec C s | j S )a� **[Required]** Gets the name of this CreateJobDetails. The name of the job. Valid characters are uppercase or lowercase letters, numbers, and "_". The name of the job cannot be modified. It must be unique in the compartment and must begin with an alphabetic character. :return: The name of this CreateJobDetails. :rtype: str �r% �r0 r2 r2 r3 r � s zCreateJobDetails.namec C s || _ dS )at Sets the name of this CreateJobDetails. The name of the job. Valid characters are uppercase or lowercase letters, numbers, and "_". The name of the job cannot be modified. It must be unique in the compartment and must begin with an alphabetic character. :param name: The name of this CreateJobDetails. :type: str Nr9 )r0 r r2 r2 r3 r � s c C s | j S )z� Gets the description of this CreateJobDetails. The description of the job. :return: The description of this CreateJobDetails. :rtype: str �r&