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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�ScanDetailsz7 The Single Client Access Name (SCAN) details. c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new ScanDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param hostname: The value to assign to the hostname property of this ScanDetails. :type hostname: str :param port: The value to assign to the port property of this ScanDetails. :type port: int :param scan_listener_port_tcp: The value to assign to the scan_listener_port_tcp property of this ScanDetails. :type scan_listener_port_tcp: int :param scan_listener_port_tcp_ssl: The value to assign to the scan_listener_port_tcp_ssl property of this ScanDetails. :type scan_listener_port_tcp_ssl: int :param ips: The value to assign to the ips property of this ScanDetails. :type ips: list[str] �str�intz list[str])�hostname�port�scan_listener_port_tcp�scan_listener_port_tcp_ssl�ipsr r ZscanListenerPortTcpZscanListenerPortTcpSslr N)Z swagger_typesZ attribute_map� _hostname�_port�_scan_listener_port_tcp�_scan_listener_port_tcp_ssl�_ips)�self�kwargs� r �D/usr/lib/python3.9/site-packages/oci/database/models/scan_details.py�__init__ s"