📂 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
›
management_agent
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/management_agent/models
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: management_agent_install_key.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 d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �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.� �Ze d0d1� �Zejd2d1� �Zd3d4� Zd5d6� Zd7d8� Zd9S ):�ManagementAgentInstallKeyz. The details of the Agent install Key �CREATING�UPDATING�ACTIVE�INACTIVE� TERMINATED�DELETING�DELETED�FAILEDc K s� dddddddddddddd� | _ dddd d ddd dddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )aF Initializes a new ManagementAgentInstallKey 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 ManagementAgentInstallKey. :type id: str :param display_name: The value to assign to the display_name property of this ManagementAgentInstallKey. :type display_name: str :param key: The value to assign to the key property of this ManagementAgentInstallKey. :type key: str :param created_by_principal_id: The value to assign to the created_by_principal_id property of this ManagementAgentInstallKey. :type created_by_principal_id: str :param compartment_id: The value to assign to the compartment_id property of this ManagementAgentInstallKey. :type compartment_id: str :param allowed_key_install_count: The value to assign to the allowed_key_install_count property of this ManagementAgentInstallKey. :type allowed_key_install_count: int :param current_key_install_count: The value to assign to the current_key_install_count property of this ManagementAgentInstallKey. :type current_key_install_count: int :param lifecycle_state: The value to assign to the lifecycle_state property of this ManagementAgentInstallKey. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "TERMINATED", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this ManagementAgentInstallKey. :type lifecycle_details: str :param time_expires: The value to assign to the time_expires property of this ManagementAgentInstallKey. :type time_expires: datetime :param time_created: The value to assign to the time_created property of this ManagementAgentInstallKey. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ManagementAgentInstallKey. :type time_updated: datetime :param is_unlimited: The value to assign to the is_unlimited property of this ManagementAgentInstallKey. :type is_unlimited: bool �str�int�datetime�bool) �id�display_name�key�created_by_principal_id�compartment_id�allowed_key_install_count�current_key_install_count�lifecycle_state�lifecycle_details�time_expires�time_created�time_updated�is_unlimitedr �displayNamer �createdByPrincipalId� compartmentId�allowedKeyInstallCount�currentKeyInstallCount�lifecycleState�lifecycleDetails�timeExpires�timeCreated�timeUpdated�isUnlimitedN)� swagger_types� attribute_map�_id� _display_name�_key�_created_by_principal_id�_compartment_id�_allowed_key_install_count�_current_key_install_count�_lifecycle_state�_lifecycle_details� _time_expires� _time_created� _time_updated� _is_unlimited)�self�kwargs� r<