a ýÎòf'ã@s8ddlmZmZmZddlmZeGdd„deƒƒZdS)é)Úformatted_flat_dictÚ NONE_SENTINELÚ#value_allowed_none_or_none_sentinel)Úinit_model_state_from_kwargsc@s~eZdZdZdd„Zedd„ƒZejdd„ƒZedd„ƒZejd d„ƒZed d „ƒZ e jd d „ƒZ d d„Z dd„Z dd„Z dS)ÚNetworkDetailsz2 Network details for the database system. cKs2ddddœ|_ddddœ|_d|_d|_d|_dS)a§ Initializes a new NetworkDetails 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 NetworkDetails. :type subnet_id: str :param primary_db_endpoint_private_ip: The value to assign to the primary_db_endpoint_private_ip property of this NetworkDetails. :type primary_db_endpoint_private_ip: str :param nsg_ids: The value to assign to the nsg_ids property of this NetworkDetails. :type nsg_ids: list[str] Ústrz list[str])Ú subnet_idÚprimary_db_endpoint_private_ipÚnsg_idsZsubnetIdZprimaryDbEndpointPrivateIpZnsgIdsN)Z swagger_typesZ attribute_mapÚ _subnet_idÚ_primary_db_endpoint_private_ipÚ_nsg_ids)ÚselfÚkwargs©rúC/usr/lib/python3.9/site-packages/oci/psql/models/network_details.pyÚ__init__sýýzNetworkDetails.__init__cCs|jS)a< **[Required]** Gets the subnet_id of this NetworkDetails. The `OCID`__ of the customer subnet associated with the database system. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The subnet_id of this NetworkDetails. :rtype: str ©r ©rrrrr4s zNetworkDetails.subnet_idcCs ||_dS)a5 Sets the subnet_id of this NetworkDetails. The `OCID`__ of the customer subnet associated with the database system. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param subnet_id: The subnet_id of this NetworkDetails. :type: str Nr)rrrrrrBs cCs|jS)ae Gets the primary_db_endpoint_private_ip of this NetworkDetails. Private IP in customer subnet. The value is optional. If the IP is not provided, the IP will be chosen from the available IP addresses from the specified subnet. :return: The primary_db_endpoint_private_ip of this NetworkDetails. :rtype: str ©r rrrrr Ps z-NetworkDetails.primary_db_endpoint_private_ipcCs ||_dS)a‚ Sets the primary_db_endpoint_private_ip of this NetworkDetails. Private IP in customer subnet. The value is optional. If the IP is not provided, the IP will be chosen from the available IP addresses from the specified subnet. :param primary_db_endpoint_private_ip: The primary_db_endpoint_private_ip of this NetworkDetails. :type: str Nr)rr rrrr ]s cCs|jS)a= Gets the nsg_ids of this NetworkDetails. List of customer Network Security Group `OCIDs`__ associated with the database system. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The nsg_ids of this NetworkDetails. :rtype: list[str] ©r rrrrr js zNetworkDetails.nsg_idscCs ||_dS)aC Sets the nsg_ids of this NetworkDetails. List of customer Network Security Group `OCIDs`__ associated with the database system. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param nsg_ids: The nsg_ids of this NetworkDetails. :type: list[str] Nr)rr rrrr xs cCst|ƒS©N)rrrrrÚ__repr__†szNetworkDetails.__repr__cCs|dur dS|j|jkS)NF)Ú__dict__©rÚotherrrrÚ__eq__‰szNetworkDetails.__eq__cCs ||k SrrrrrrÚ__ne__szNetworkDetails.__ne__N) Ú__name__Ú __module__Ú __qualname__Ú__doc__rÚpropertyrÚsetterr r rrrrrrrr s""      rN)Zoci.utilrrrZoci.decoratorsrÚobjectrrrrrÚs