📂 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: ticket.pyc
a N��f@0 � @ 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 ZdZd d� Z edd � �Zejdd � �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zd'd(� Zd)d*� Zd+d,� Zd-S ).�Ticketz+ Details about the ticket created. �HIGHEST�HIGH�MEDIUM�ACTIVE�CLOSED�PENDING_WITH_ORACLE�PENDING_WITH_CUSTOMER�CLOSE_REQUESTEDc K sn dddddddddd� | _ ddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a6 Initializes a new Ticket object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param ticket_number: The value to assign to the ticket_number property of this Ticket. :type ticket_number: str :param severity: The value to assign to the severity property of this Ticket. Allowed values for this property are: "HIGHEST", "HIGH", "MEDIUM", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type severity: str :param resource_list: The value to assign to the resource_list property of this Ticket. :type resource_list: list[oci.cims.models.Resource] :param title: The value to assign to the title property of this Ticket. :type title: str :param description: The value to assign to the description property of this Ticket. :type description: str :param time_created: The value to assign to the time_created property of this Ticket. :type time_created: int :param time_updated: The value to assign to the time_updated property of this Ticket. :type time_updated: int :param lifecycle_state: The value to assign to the lifecycle_state property of this Ticket. Allowed values for this property are: "ACTIVE", "CLOSED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this Ticket. Allowed values for this property are: "PENDING_WITH_ORACLE", "PENDING_WITH_CUSTOMER", "CLOSE_REQUESTED", "CLOSED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_details: str �strzlist[Resource]�int) � ticket_number�severity� resource_list�title�description�time_created�time_updated�lifecycle_state�lifecycle_details�ticketNumberr �resourceListr r �timeCreated�timeUpdated�lifecycleState�lifecycleDetailsN)� swagger_types� attribute_map�_ticket_number� _severity�_resource_list�_title�_description� _time_created� _time_updated�_lifecycle_state�_lifecycle_details)�self�kwargs� r- �z/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cims/models/ticket.py�__init__4 s: 1� �zTicket.__init__c C s | j S )z� Gets the ticket_number of this Ticket. Unique identifier for the ticket. :return: The ticket_number of this Ticket. :rtype: str �r"