UpdateConfigurationDetails¶
-
class
oci.wlms.models.
UpdateConfigurationDetails
(**kwargs)¶ Bases:
object
The configuration for service.
Methods
__init__
(**kwargs)Initializes a new UpdateConfigurationDetails object with values from keyword arguments. Attributes
discovery_interval
Gets the discovery_interval of this UpdateConfigurationDetails. domain_search_paths
Gets the domain_search_paths of this UpdateConfigurationDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateConfigurationDetails 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 UpdateConfigurationDetails.
- domain_search_paths (list[str]) – The value to assign to the domain_search_paths property of this UpdateConfigurationDetails.
-
discovery_interval
¶ Gets the discovery_interval of this UpdateConfigurationDetails. Frequency of domain discovery to be run on the service. The unit is in hours.
Returns: The discovery_interval of this UpdateConfigurationDetails. Return type: int
-
domain_search_paths
¶ Gets the domain_search_paths of this UpdateConfigurationDetails. The whitelisted paths which domain discovery are run against.
Returns: The domain_search_paths of this UpdateConfigurationDetails. Return type: list[str]
-