📂 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: 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� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zd d!� Zd"d#� Zd$d%� Zd&S )'�Incidentz/ Details of about the incident object. �LIMIT�LEGACY_LIMIT�TECH�ACCOUNTc K sd ddddddddd�| _ ddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )aJ Initializes a new Incident object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this Incident. :type key: str :param compartment_id: The value to assign to the compartment_id property of this Incident. :type compartment_id: str :param contact_list: The value to assign to the contact_list property of this Incident. :type contact_list: oci.cims.models.ContactList :param tenancy_information: The value to assign to the tenancy_information property of this Incident. :type tenancy_information: oci.cims.models.TenancyInformation :param ticket: The value to assign to the ticket property of this Incident. :type ticket: oci.cims.models.Ticket :param incident_type: The value to assign to the incident_type property of this Incident. :type incident_type: oci.cims.models.IncidentType :param problem_type: The value to assign to the problem_type property of this Incident. Allowed values for this property are: "LIMIT", "LEGACY_LIMIT", "TECH", "ACCOUNT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type problem_type: str :param referrer: The value to assign to the referrer property of this Incident. :type referrer: str �str�ContactList�TenancyInformation�Ticket�IncidentType)�key�compartment_id�contact_list�tenancy_information�ticket� incident_type�problem_type�referrerr � compartmentId�contactList�tenancyInformationr �incidentType�problemTyper N) � swagger_types� attribute_map�_key�_compartment_id� _contact_list�_tenancy_information�_ticket�_incident_type� _problem_type� _referrer)�self�kwargs� r) �|/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cims/models/incident.py�__init__ s4 )��zIncident.__init__c C s | j S )z� **[Required]** Gets the key of this Incident. Unique identifier for the support ticket. :return: The key of this Incident. :rtype: str �r �r'