📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
psql
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/psql/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: network_details.cpython-39.pyc
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 )�NetworkDetailsz2 Network details for the database system. c K s2 dddd�| _ 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__c C s | j S )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 �r r r r r 4 s zNetworkDetails.subnet_idc C s || _ 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 )r r r r r r B s c C s | j S )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 r r r r r P s z-NetworkDetails.primary_db_endpoint_private_ipc C s || _ 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 )r r r r r r ] s c C s | j S )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 r r r r r j s zNetworkDetails.nsg_idsc C s || _ 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 )r r r r r r x s c C s t | �S �N)r r r r r �__repr__� s zNetworkDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zNetworkDetails.__eq__c C s | |k S r r r r r r �__ne__� s zNetworkDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"