UpdateProxyConfigurationDetails¶
-
class
oci.os_management_hub.models.
UpdateProxyConfigurationDetails
(**kwargs)¶ Bases:
object
Provides the information used to update the proxy configuration for a management station.
Methods
__init__
(**kwargs)Initializes a new UpdateProxyConfigurationDetails object with values from keyword arguments. Attributes
forward
Gets the forward of this UpdateProxyConfigurationDetails. hosts
Gets the hosts of this UpdateProxyConfigurationDetails. is_enabled
[Required] Gets the is_enabled of this UpdateProxyConfigurationDetails. port
Gets the port of this UpdateProxyConfigurationDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateProxyConfigurationDetails 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 UpdateProxyConfigurationDetails.
- hosts (list[str]) – The value to assign to the hosts property of this UpdateProxyConfigurationDetails.
- port (str) – The value to assign to the port property of this UpdateProxyConfigurationDetails.
- forward (str) – The value to assign to the forward property of this UpdateProxyConfigurationDetails.
-
forward
¶ Gets the forward of this UpdateProxyConfigurationDetails. The URL the proxy will forward to.
Returns: The forward of this UpdateProxyConfigurationDetails. Return type: str
-
hosts
¶ Gets the hosts of this UpdateProxyConfigurationDetails. List of hosts.
Returns: The hosts of this UpdateProxyConfigurationDetails. Return type: list[str]
-
is_enabled
¶ [Required] Gets the is_enabled of this UpdateProxyConfigurationDetails. Indicates if the proxy should be enabled or disabled. Default is enabled.
Returns: The is_enabled of this UpdateProxyConfigurationDetails. Return type: bool
-
port
¶ Gets the port of this UpdateProxyConfigurationDetails. Listening port used for the proxy.
Returns: The port of this UpdateProxyConfigurationDetails. Return type: str
-