Dashboard
PHP:
8.3.33
OS:
Linux
User:
letter7
/
/
usr
/
lib
/
python3.9
/
site-packages
/
oci
/
jms
/
models
/
__pycache__
📤 Upload
📝 New File
📁 New Folder
Close
Editing: proxies.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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�ProxieszK List of proxy properties to be configured in net.properties file. c K sn dddddddddd� | _ ddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a Initializes a new Proxies object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param use_system_proxies: The value to assign to the use_system_proxies property of this Proxies. :type use_system_proxies: bool :param http_proxy_host: The value to assign to the http_proxy_host property of this Proxies. :type http_proxy_host: str :param http_proxy_port: The value to assign to the http_proxy_port property of this Proxies. :type http_proxy_port: int :param https_proxy_host: The value to assign to the https_proxy_host property of this Proxies. :type https_proxy_host: str :param https_proxy_port: The value to assign to the https_proxy_port property of this Proxies. :type https_proxy_port: int :param ftp_proxy_host: The value to assign to the ftp_proxy_host property of this Proxies. :type ftp_proxy_host: str :param ftp_proxy_port: The value to assign to the ftp_proxy_port property of this Proxies. :type ftp_proxy_port: int :param socks_proxy_host: The value to assign to the socks_proxy_host property of this Proxies. :type socks_proxy_host: str :param socks_proxy_port: The value to assign to the socks_proxy_port property of this Proxies. :type socks_proxy_port: int �bool�str�int) �use_system_proxies�http_proxy_host�http_proxy_port�https_proxy_host�https_proxy_port�ftp_proxy_host�ftp_proxy_port�socks_proxy_host�socks_proxy_portZuseSystemProxiesZ httpProxyHostZ httpProxyPortZhttpsProxyHostZhttpsProxyPortZftpProxyHostZftpProxyPortZsocksProxyHostZsocksProxyPortN)Z swagger_typesZ attribute_map�_use_system_proxies�_http_proxy_host�_http_proxy_port�_https_proxy_host�_https_proxy_port�_ftp_proxy_host�_ftp_proxy_port�_socks_proxy_host�_socks_proxy_port)�self�kwargs� r �:/usr/lib/python3.9/site-packages/oci/jms/models/proxies.py�__init__ s: +� �zProxies.__init__c C s | j S )z� Gets the use_system_proxies of this Proxies. Sets "java.net.useSystemProxies=true" in net.properties when they exist. :return: The use_system_proxies of this Proxies. :rtype: bool �r �r r r r r ^ s zProxies.use_system_proxiesc C s || _ dS )z� Sets the use_system_proxies of this Proxies. Sets "java.net.useSystemProxies=true" in net.properties when they exist. :param use_system_proxies: The use_system_proxies of this Proxies. :type: bool Nr! )r r r r r r j s c C s | j S )z� Gets the http_proxy_host of this Proxies. Http host to be set in net.properties file. :return: The http_proxy_host of this Proxies. :rtype: str �r r"