Proxies¶
-
class
oci.jms.models.
Proxies
(**kwargs)¶ Bases:
object
List of proxy properties to be configured in net.properties file.
Methods
__init__
(**kwargs)Initializes a new Proxies object with values from keyword arguments. Attributes
ftp_proxy_host
Gets the ftp_proxy_host of this Proxies. ftp_proxy_port
Gets the ftp_proxy_port of this Proxies. http_proxy_host
Gets the http_proxy_host of this Proxies. http_proxy_port
Gets the http_proxy_port of this Proxies. https_proxy_host
Gets the https_proxy_host of this Proxies. https_proxy_port
Gets the https_proxy_port of this Proxies. socks_proxy_host
Gets the socks_proxy_host of this Proxies. socks_proxy_port
Gets the socks_proxy_port of this Proxies. use_system_proxies
Gets the use_system_proxies of this Proxies. -
__init__
(**kwargs)¶ Initializes a new Proxies object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - use_system_proxies (bool) – The value to assign to the use_system_proxies property of this Proxies.
- http_proxy_host (str) – The value to assign to the http_proxy_host property of this Proxies.
- http_proxy_port (int) – The value to assign to the http_proxy_port property of this Proxies.
- https_proxy_host (str) – The value to assign to the https_proxy_host property of this Proxies.
- https_proxy_port (int) – The value to assign to the https_proxy_port property of this Proxies.
- ftp_proxy_host (str) – The value to assign to the ftp_proxy_host property of this Proxies.
- ftp_proxy_port (int) – The value to assign to the ftp_proxy_port property of this Proxies.
- socks_proxy_host (str) – The value to assign to the socks_proxy_host property of this Proxies.
- socks_proxy_port (int) – The value to assign to the socks_proxy_port property of this Proxies.
-
ftp_proxy_host
¶ Gets the ftp_proxy_host of this Proxies. Ftp host to be set in net.properties file.
Returns: The ftp_proxy_host of this Proxies. Return type: str
-
ftp_proxy_port
¶ Gets the ftp_proxy_port of this Proxies. Ftp port number to be set in net.properties file.
Returns: The ftp_proxy_port of this Proxies. Return type: int
-
http_proxy_host
¶ Gets the http_proxy_host of this Proxies. Http host to be set in net.properties file.
Returns: The http_proxy_host of this Proxies. Return type: str
-
http_proxy_port
¶ Gets the http_proxy_port of this Proxies. Http port number to be set in net.properties file.
Returns: The http_proxy_port of this Proxies. Return type: int
-
https_proxy_host
¶ Gets the https_proxy_host of this Proxies. Https host to be set in net.properties file.
Returns: The https_proxy_host of this Proxies. Return type: str
-
https_proxy_port
¶ Gets the https_proxy_port of this Proxies. Https port number to be set in net.properties file.
Returns: The https_proxy_port of this Proxies. Return type: int
-
socks_proxy_host
¶ Gets the socks_proxy_host of this Proxies. Socks host to be set in net.properties file.
Returns: The socks_proxy_host of this Proxies. Return type: str
-
socks_proxy_port
¶ Gets the socks_proxy_port of this Proxies. Socks port number to be set in net.properties file.
Returns: The socks_proxy_port of this Proxies. Return type: int
-
use_system_proxies
¶ Gets the use_system_proxies of this Proxies. Sets “java.net.useSystemProxies=true” in net.properties when they exist.
Returns: The use_system_proxies of this Proxies. Return type: bool
-