ruạṛ
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 d d� Z dd� Zdd� ZdS )�ClusterEndpointConfigzX The properties that define the network configuration for the Cluster endpoint. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new ClusterEndpointConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param subnet_id: The value to assign to the subnet_id property of this ClusterEndpointConfig. :type subnet_id: str :param nsg_ids: The value to assign to the nsg_ids property of this ClusterEndpointConfig. :type nsg_ids: list[str] :param is_public_ip_enabled: The value to assign to the is_public_ip_enabled property of this ClusterEndpointConfig. :type is_public_ip_enabled: bool �strz list[str]�bool)� subnet_id�nsg_ids�is_public_ip_enabled�subnetId�nsgIds�isPublicIpEnabledN)� swagger_types� attribute_map� _subnet_id�_nsg_ids�_is_public_ip_enabled)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/container_engine/models/cluster_endpoint_config.py�__init__ s ��zClusterEndpointConfig.__init__c C s | j S )z� Gets the subnet_id of this ClusterEndpointConfig. The OCID of the regional subnet in which to place the Cluster endpoint. :return: The subnet_id of this ClusterEndpointConfig. :rtype: str �r �r r r r r 2 s zClusterEndpointConfig.subnet_idc C s || _ dS )z� Sets the subnet_id of this ClusterEndpointConfig. The OCID of the regional subnet in which to place the Cluster endpoint. :param subnet_id: The subnet_id of this ClusterEndpointConfig. :type: str Nr )r r r r r r >