📂 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.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: service_provider_action.cpython-39.pyc
a ���f�6 � @ 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 @ s2 e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�ServiceProviderActionav Details of the Service Provider Action. Service provider actions are a pre-defined set of commands available to the support operator on different layers of the infrastructure. Although the groupings may differ depending on the infrastructure layers, the groups are designed to enable the support operator access to commands to resolve a specific set of issues. � VMCLUSTER�CLOUDVMCLUSTER�TROUBLESHOOTING�ASSISTED_PATCHING�ACTIVE�INACTIVEc K sn dddddddddd� | _ ddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new ServiceProviderAction 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 ServiceProviderAction. :type id: str :param name: The value to assign to the name property of this ServiceProviderAction. :type name: str :param customer_display_name: The value to assign to the customer_display_name property of this ServiceProviderAction. :type customer_display_name: str :param component: The value to assign to the component property of this ServiceProviderAction. :type component: str :param resource_type: The value to assign to the resource_type property of this ServiceProviderAction. 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 ServiceProviderAction. 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 ServiceProviderAction. Allowed values for this property are: "ACTIVE", "INACTIVE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param description: The value to assign to the description property of this ServiceProviderAction. :type description: str :param properties: The value to assign to the properties property of this ServiceProviderAction. :type properties: list[oci.delegate_access_control.models.ServiceProviderActionProperties] �strz list[str]z%list[ServiceProviderActionProperties]) �id�name�customer_display_name� component� resource_type�service_provider_service_types�lifecycle_state�description� propertiesr r ZcustomerDisplayNamer ZresourceTypeZserviceProviderServiceTypesZlifecycleStater r N)Z swagger_typesZ attribute_map�_id�_name�_customer_display_name� _component�_resource_type�_service_provider_service_types�_lifecycle_state�_description�_properties)�self�kwargs� r"