📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
delegate_access_control
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/delegate_access_control/models/__pycache__
💾
Free:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: service_provider_action_summary.cpython-39.pyc
a ���f2/ � @ 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 )'�ServiceProviderActionSummaryz� Details of the Service Provider Action. Service provider actions are pre-defined set of commands available to the support operator on different layers of the infrastructure. � VMCLUSTER�CLOUDVMCLUSTER�TROUBLESHOOTING�ASSISTED_PATCHINGc K sd ddddddddd�| _ dddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS ) a� Initializes a new ServiceProviderActionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this ServiceProviderActionSummary. :type id: str :param name: The value to assign to the name property of this ServiceProviderActionSummary. :type name: str :param customer_display_name: The value to assign to the customer_display_name property of this ServiceProviderActionSummary. :type customer_display_name: str :param component: The value to assign to the component property of this ServiceProviderActionSummary. :type component: str :param resource_type: The value to assign to the resource_type property of this ServiceProviderActionSummary. Allowed values for this property are: "VMCLUSTER", "CLOUDVMCLUSTER", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type resource_type: str :param service_provider_service_types: The value to assign to the service_provider_service_types property of this ServiceProviderActionSummary. Allowed values for items in this list are: "TROUBLESHOOTING", "ASSISTED_PATCHING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type service_provider_service_types: list[str] :param lifecycle_state: The value to assign to the lifecycle_state property of this ServiceProviderActionSummary. :type lifecycle_state: str :param description: The value to assign to the description property of this ServiceProviderActionSummary. :type description: str �strz list[str])�id�name�customer_display_name� component� resource_type�service_provider_service_types�lifecycle_state�descriptionr r ZcustomerDisplayNamer ZresourceTypeZserviceProviderServiceTypesZlifecycleStater N) Z swagger_typesZ attribute_map�_id�_name�_customer_display_name� _component�_resource_type�_service_provider_service_types�_lifecycle_state�_description)�self�kwargs� r �f/usr/lib/python3.9/site-packages/oci/delegate_access_control/models/service_provider_action_summary.py�__init__"