ruạṛ
a ���fL � @ 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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�NetworkConfigurationz� A network configuration defines the required network characteristics for an ADM remediation recipe. A network configuration is required if the build service is one of: GitHub Actions, GitLab Pipeline, or Jenkins Pipeline. c K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new NetworkConfiguration 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 NetworkConfiguration. :type subnet_id: str :param nsg_ids: The value to assign to the nsg_ids property of this NetworkConfiguration. :type nsg_ids: list[str] �strz list[str])� subnet_id�nsg_idsZsubnetIdZnsgIdsN)Z swagger_typesZ attribute_map� _subnet_id�_nsg_ids)�self�kwargs� r �H/usr/lib/python3.9/site-packages/oci/adm/models/network_configuration.py�__init__ s ��zNetworkConfiguration.__init__c C s | j S )a5 **[Required]** Gets the subnet_id of this NetworkConfiguration. The Oracle Cloud Identifier (`OCID`__) of the subnet. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The subnet_id of this NetworkConfiguration. :rtype: str �r �r r r r r . s zNetworkConfiguration.subnet_idc C s || _ dS )a. Sets the subnet_id of this NetworkConfiguration. The Oracle Cloud Identifier (`OCID`__) of the subnet. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param subnet_id: The subnet_id of this NetworkConfiguration. :type: str Nr )r r r r r r <