📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
container_engine
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/container_engine/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_cluster_details.pyc
a N��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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�UpdateClusterDetailszC The properties that define a request to update a cluster. c K sP ddddddd�| _ ddd d ddd�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new UpdateClusterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this UpdateClusterDetails. :type name: str :param kubernetes_version: The value to assign to the kubernetes_version property of this UpdateClusterDetails. :type kubernetes_version: str :param options: The value to assign to the options property of this UpdateClusterDetails. :type options: oci.container_engine.models.UpdateClusterOptionsDetails :param freeform_tags: The value to assign to the freeform_tags property of this UpdateClusterDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateClusterDetails. :type defined_tags: dict(str, dict(str, object)) :param image_policy_config: The value to assign to the image_policy_config property of this UpdateClusterDetails. :type image_policy_config: oci.container_engine.models.UpdateImagePolicyConfigDetails �str�UpdateClusterOptionsDetailszdict(str, str)zdict(str, dict(str, object))�UpdateImagePolicyConfigDetails)�name�kubernetes_version�options� freeform_tags�defined_tags�image_policy_configr �kubernetesVersionr �freeformTags�definedTags�imagePolicyConfigN)� swagger_types� attribute_map�_name�_kubernetes_version�_options�_freeform_tags� _defined_tags�_image_policy_config)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/container_engine/models/update_cluster_details.py�__init__ s( � � zUpdateClusterDetails.__init__c C s | j S )z� Gets the name of this UpdateClusterDetails. The new name for the cluster. Avoid entering confidential information. :return: The name of this UpdateClusterDetails. :rtype: str �r �r r r r r G s zUpdateClusterDetails.namec C s || _ dS )z� Sets the name of this UpdateClusterDetails. The new name for the cluster. Avoid entering confidential information. :param name: The name of this UpdateClusterDetails. :type: str Nr! )r r r r r r S s c C s | j S )z� Gets the kubernetes_version of this UpdateClusterDetails. The version of Kubernetes to which the cluster masters should be upgraded. :return: The kubernetes_version of this UpdateClusterDetails. :rtype: str �r r"