ruạṛ
a N��fb � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�UpdateDeployEnvironmentDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�(UpdateOkeClusterDeployEnvironmentDetailsz7 Specifies the Kubernetes cluster environment. c K s` dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d| _d S )a� Initializes a new UpdateOkeClusterDeployEnvironmentDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.UpdateOkeClusterDeployEnvironmentDetails.deploy_environment_type` attribute of this class is ``OKE_CLUSTER`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param description: The value to assign to the description property of this UpdateOkeClusterDeployEnvironmentDetails. :type description: str :param display_name: The value to assign to the display_name property of this UpdateOkeClusterDeployEnvironmentDetails. :type display_name: str :param deploy_environment_type: The value to assign to the deploy_environment_type property of this UpdateOkeClusterDeployEnvironmentDetails. :type deploy_environment_type: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateOkeClusterDeployEnvironmentDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateOkeClusterDeployEnvironmentDetails. :type defined_tags: dict(str, dict(str, object)) :param cluster_id: The value to assign to the cluster_id property of this UpdateOkeClusterDeployEnvironmentDetails. :type cluster_id: str :param network_channel: The value to assign to the network_channel property of this UpdateOkeClusterDeployEnvironmentDetails. :type network_channel: oci.devops.models.NetworkChannel �strzdict(str, str)zdict(str, dict(str, object))�NetworkChannel)�description�display_name�deploy_environment_type� freeform_tags�defined_tags� cluster_id�network_channelr �displayName�deployEnvironmentType�freeformTags�definedTags� clusterId�networkChannelN�OKE_CLUSTER) � swagger_types� attribute_map�_description� _display_name�_deploy_environment_type�_freeform_tags� _defined_tags�_cluster_id�_network_channel)�self�kwargs� r$ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/update_oke_cluster_deploy_environment_details.py�__init__ s0 $�� z1UpdateOkeClusterDeployEnvironmentDetails.__init__c C s | j S )z� Gets the cluster_id of this UpdateOkeClusterDeployEnvironmentDetails. The OCID of the Kubernetes cluster. :return: The cluster_id of this UpdateOkeClusterDeployEnvironmentDetails. :rtype: str �r �r"