📂 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
›
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:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: service_provider_summary.cpython-39.pyc
a ���f�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� �Ze d d!� �Zejd"d!� �Ze d#d$� �Zejd%d$� �Ze d&d'� �Zejd(d'� �Ze d)d*� �Zejd+d*� �Ze d,d-� �Zejd.d-� �Zd/d0� Zd1d2� Zd3d4� Zd5S )6�ServiceProviderSummaryz Summary of the Service Provider. Service provider offers services to the customer to support the delegated resources. �TROUBLESHOOTING�ASSISTED_PATCHING� VMCLUSTER�CLOUDVMCLUSTERc K s� dddddddddddddd� | _ ddd d ddd ddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new ServiceProviderSummary 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 ServiceProviderSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this ServiceProviderSummary. :type compartment_id: str :param name: The value to assign to the name property of this ServiceProviderSummary. :type name: str :param service_provider_type: The value to assign to the service_provider_type property of this ServiceProviderSummary. :type service_provider_type: str :param service_types: The value to assign to the service_types property of this ServiceProviderSummary. 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_types: list[str] :param supported_resource_types: The value to assign to the supported_resource_types property of this ServiceProviderSummary. Allowed values for items in this list are: "VMCLUSTER", "CLOUDVMCLUSTER", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type supported_resource_types: list[str] :param lifecycle_state: The value to assign to the lifecycle_state property of this ServiceProviderSummary. :type lifecycle_state: str :param lifecycle_state_details: The value to assign to the lifecycle_state_details property of this ServiceProviderSummary. :type lifecycle_state_details: str :param time_created: The value to assign to the time_created property of this ServiceProviderSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ServiceProviderSummary. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this ServiceProviderSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ServiceProviderSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this ServiceProviderSummary. :type system_tags: dict(str, dict(str, object)) �strz list[str]Zdatetimezdict(str, str)zdict(str, dict(str, object))) �id�compartment_id�name�service_provider_type� service_types�supported_resource_types�lifecycle_state�lifecycle_state_details�time_created�time_updated� freeform_tags�defined_tags�system_tagsr Z compartmentIdr ZserviceProviderTypeZserviceTypesZsupportedResourceTypesZlifecycleStateZlifecycleStateDetailsZtimeCreatedZtimeUpdatedZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id�_name�_service_provider_type�_service_types�_supported_resource_types�_lifecycle_state�_lifecycle_state_details� _time_created� _time_updated�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r( �_/usr/lib/python3.9/site-packages/oci/delegate_access_control/models/service_provider_summary.py�__init__"