UpdateManagedInstanceConfigurationDetails

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

Bases: object

The managed instance configuration for update operation.

Methods

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

Attributes

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

Initializes a new UpdateManagedInstanceConfigurationDetails 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 UpdateManagedInstanceConfigurationDetails.
  • domain_search_paths (list[str]) – The value to assign to the domain_search_paths property of this UpdateManagedInstanceConfigurationDetails.
discovery_interval

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

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

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

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