ruạṛ
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateDeployEnvironmentDetails� )�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 )�(CreateOkeClusterDeployEnvironmentDetailsz7 Specifies the Kubernetes cluster environment. c K sj ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _dS )at Initializes a new CreateOkeClusterDeployEnvironmentDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.CreateOkeClusterDeployEnvironmentDetails.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 CreateOkeClusterDeployEnvironmentDetails. :type description: str :param display_name: The value to assign to the display_name property of this CreateOkeClusterDeployEnvironmentDetails. :type display_name: str :param deploy_environment_type: The value to assign to the deploy_environment_type property of this CreateOkeClusterDeployEnvironmentDetails. :type deploy_environment_type: str :param project_id: The value to assign to the project_id property of this CreateOkeClusterDeployEnvironmentDetails. :type project_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateOkeClusterDeployEnvironmentDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateOkeClusterDeployEnvironmentDetails. :type defined_tags: dict(str, dict(str, object)) :param cluster_id: The value to assign to the cluster_id property of this CreateOkeClusterDeployEnvironmentDetails. :type cluster_id: str :param network_channel: The value to assign to the network_channel property of this CreateOkeClusterDeployEnvironmentDetails. :type network_channel: oci.devops.models.NetworkChannel �strzdict(str, str)zdict(str, dict(str, object))�NetworkChannel)�description�display_name�deploy_environment_type� project_id� freeform_tags�defined_tags� cluster_id�network_channelr �displayName�deployEnvironmentType� projectId�freeformTags�definedTags� clusterId�networkChannelN�OKE_CLUSTER) � swagger_types� attribute_map�_description� _display_name�_deploy_environment_type�_project_id�_freeform_tags� _defined_tags�_cluster_id�_network_channel)�self�kwargs� r'