📂 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
›
oda
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/oda/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: oda_private_endpoint_scan_proxy.cpython-39.opt-1.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 ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zd d!� Zd"d#� Zd$S )%�OdaPrivateEndpointScanProxyzZ Details pertaining to a scan proxy instance created for a scan listener FQDN/IPs �FQDN�IP�TCP�CREATING�ACTIVE�DELETING�DELETED�FAILEDc K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a Initializes a new OdaPrivateEndpointScanProxy object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this OdaPrivateEndpointScanProxy. :type id: str :param scan_listener_type: The value to assign to the scan_listener_type property of this OdaPrivateEndpointScanProxy. Allowed values for this property are: "FQDN", "IP", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type scan_listener_type: str :param protocol: The value to assign to the protocol property of this OdaPrivateEndpointScanProxy. Allowed values for this property are: "TCP", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type protocol: str :param scan_listener_infos: The value to assign to the scan_listener_infos property of this OdaPrivateEndpointScanProxy. :type scan_listener_infos: list[oci.oda.models.ScanListenerInfo] :param lifecycle_state: The value to assign to the lifecycle_state property of this OdaPrivateEndpointScanProxy. Allowed values for this property are: "CREATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this OdaPrivateEndpointScanProxy. :type time_created: datetime �strzlist[ScanListenerInfo]Zdatetime)�id�scan_listener_type�protocol�scan_listener_infos�lifecycle_state�time_createdr ZscanListenerTyper ZscanListenerInfosZlifecycleStateZtimeCreatedN)Z swagger_typesZ attribute_map�_id�_scan_listener_type� _protocol�_scan_listener_infos�_lifecycle_state� _time_created)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/oda/models/oda_private_endpoint_scan_proxy.py�__init__2 s( %� � z$OdaPrivateEndpointScanProxy.__init__c C s | j S )a9 **[Required]** Gets the id of this OdaPrivateEndpointScanProxy. The `OCID`__ of the ODA Private Endpoint Scan Proxy. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this OdaPrivateEndpointScanProxy. :rtype: str �r �r r r r r o s zOdaPrivateEndpointScanProxy.idc C s || _ dS )a+ Sets the id of this OdaPrivateEndpointScanProxy. The `OCID`__ of the ODA Private Endpoint Scan Proxy. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this OdaPrivateEndpointScanProxy. :type: str Nr! )r r r r r r } s c C s | j S )a� **[Required]** Gets the scan_listener_type of this OdaPrivateEndpointScanProxy. Type indicating whether Scan listener is specified by its FQDN or list of IPs Allowed values for this property are: "FQDN", "IP", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The scan_listener_type of this OdaPrivateEndpointScanProxy. :rtype: str )r r"