📂 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
›
operator_access_control
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/operator_access_control/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: operator_action_summary.cpython-39.pyc
a ���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 ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zd d!� Zd"d#� Zd$d%� Zd&S )'�OperatorActionSummaryz� Details of the operator action. Operator actions are pre-defined set of commands available to the operator on different layers of the infrastructure. �EXACC�EXADATAINFRASTRUCTURE�AUTONOMOUSVMCLUSTER�CLOUDAUTONOMOUSVMCLUSTER�CCCINFRASTRUCTURE�ACTIVE�INACTIVEc K sZ dddddddd�| _ ddddddd d�| _d | _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new OperatorActionSummary 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 OperatorActionSummary. :type id: str :param name: The value to assign to the name property of this OperatorActionSummary. :type name: str :param component: The value to assign to the component property of this OperatorActionSummary. :type component: str :param compartment_id: The value to assign to the compartment_id property of this OperatorActionSummary. :type compartment_id: str :param resource_type: The value to assign to the resource_type property of this OperatorActionSummary. Allowed values for this property are: "EXACC", "EXADATAINFRASTRUCTURE", "AUTONOMOUSVMCLUSTER", "CLOUDAUTONOMOUSVMCLUSTER", "CCCINFRASTRUCTURE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type resource_type: str :param lifecycle_state: The value to assign to the lifecycle_state property of this OperatorActionSummary. 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 OperatorActionSummary. :type description: str �str)�id�name� component�compartment_id� resource_type�lifecycle_state�descriptionr r r Z compartmentIdZresourceTypeZlifecycleStater N) Z swagger_typesZ attribute_map�_id�_name� _component�_compartment_id�_resource_type�_lifecycle_state�_description)�self�kwargs� r �^/usr/lib/python3.9/site-packages/oci/operator_access_control/models/operator_action_summary.py�__init__. s. '�� zOperatorActionSummary.__init__c C s | j S )z� **[Required]** Gets the id of this OperatorActionSummary. Unique identifier assigned by Oracle to an operator action. :return: The id of this OperatorActionSummary. :rtype: str �r �r r r r r p s zOperatorActionSummary.idc C s || _ dS )z� Sets the id of this OperatorActionSummary. Unique identifier assigned by Oracle to an operator action. :param id: The id of this OperatorActionSummary. :type: str Nr"