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