ManagedInstanceConfiguration

class oci.wlms.models.ManagedInstanceConfiguration(**kwargs)

Bases: object

The configuration for a managed instance.

Methods

__init__(**kwargs) Initializes a new ManagedInstanceConfiguration object with values from keyword arguments.

Attributes

discovery_interval Gets the discovery_interval of this ManagedInstanceConfiguration.
domain_search_paths Gets the domain_search_paths of this ManagedInstanceConfiguration.
__init__(**kwargs)

Initializes a new ManagedInstanceConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • discovery_interval (int) – The value to assign to the discovery_interval property of this ManagedInstanceConfiguration.
  • domain_search_paths (list[str]) – The value to assign to the domain_search_paths property of this ManagedInstanceConfiguration.
discovery_interval

Gets the discovery_interval of this ManagedInstanceConfiguration. Frequency of domain discovery to be run on the managed instance. The unit is in hours.

Returns:The discovery_interval of this ManagedInstanceConfiguration.
Return type:int
domain_search_paths

Gets the domain_search_paths of this ManagedInstanceConfiguration. The whitelisted paths which domain discovery are run against.

Returns:The domain_search_paths of this ManagedInstanceConfiguration.
Return type:list[str]