ruạṛ
a ���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 )�PodConfigurationzX The pod configuration for pods run on virtual nodes of this virtual node pool. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )ad Initializes a new PodConfiguration 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 PodConfiguration. :type subnet_id: str :param nsg_ids: The value to assign to the nsg_ids property of this PodConfiguration. :type nsg_ids: list[str] :param shape: The value to assign to the shape property of this PodConfiguration. :type shape: str �strz list[str])� subnet_id�nsg_ids�shapeZsubnetIdZnsgIdsr N)Z swagger_typesZ attribute_map� _subnet_id�_nsg_ids�_shape)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/container_engine/models/pod_configuration.py�__init__ s ��zPodConfiguration.__init__c C s | j S )z� **[Required]** Gets the subnet_id of this PodConfiguration. The regional subnet where pods' VNIC will be placed. :return: The subnet_id of this PodConfiguration. :rtype: str �r �r r r r r 4 s zPodConfiguration.subnet_idc C s || _ dS )z� Sets the subnet_id of this PodConfiguration. The regional subnet where pods' VNIC will be placed. :param subnet_id: The subnet_id of this PodConfiguration. :type: str Nr )r r r r r r @ s c C s | j S )z� Gets the nsg_ids of this PodConfiguration. List of network security group IDs applied to the Pod VNIC. :return: The nsg_ids of this PodConfiguration. :rtype: list[str] �r r r r r r L s zPodConfiguration.nsg_idsc C s || _ dS )z� Sets the nsg_ids of this PodConfiguration. List of network security group IDs applied to the Pod VNIC. :param nsg_ids: The nsg_ids of this PodConfiguration. :type: list[str] Nr )r r r r r r X s c C s | j S )z� **[Required]** Gets the shape of this PodConfiguration. Shape of the pods. :return: The shape of this PodConfiguration. :rtype: str �r r r r r r d s zPodConfiguration.shapec C s || _ dS )z� Sets the shape of this PodConfiguration. Shape of the pods. :param shape: The shape of this PodConfiguration. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zPodConfiguration.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zPodConfiguration.__eq__c C s | |k S r r r r r r �__ne__� s zPodConfiguration.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"