ProxyConfiguration¶
-
class
oci.os_management_hub.models.
ProxyConfiguration
(**kwargs)¶ Bases:
object
Proxy information used for the management station configuration.
Methods
__init__
(**kwargs)Initializes a new ProxyConfiguration object with values from keyword arguments. Attributes
forward
Gets the forward of this ProxyConfiguration. hosts
Gets the hosts of this ProxyConfiguration. is_enabled
[Required] Gets the is_enabled of this ProxyConfiguration. port
Gets the port of this ProxyConfiguration. -
__init__
(**kwargs)¶ Initializes a new ProxyConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - is_enabled (bool) – The value to assign to the is_enabled property of this ProxyConfiguration.
- hosts (list[str]) – The value to assign to the hosts property of this ProxyConfiguration.
- port (str) – The value to assign to the port property of this ProxyConfiguration.
- forward (str) – The value to assign to the forward property of this ProxyConfiguration.
-
forward
¶ Gets the forward of this ProxyConfiguration. The URL the proxy will forward to.
Returns: The forward of this ProxyConfiguration. Return type: str
-
hosts
¶ Gets the hosts of this ProxyConfiguration. List of hosts.
Returns: The hosts of this ProxyConfiguration. Return type: list[str]
-
is_enabled
¶ [Required] Gets the is_enabled of this ProxyConfiguration. Indicates if the proxy should be enabled or disabled. Default is enabled.
Returns: The is_enabled of this ProxyConfiguration. Return type: bool
-
port
¶ Gets the port of this ProxyConfiguration. Listening port used for the proxy.
Returns: The port of this ProxyConfiguration. Return type: str
-