Class UpdateConfigurationDetails
The configuration for service.
Inherited Members
Namespace: Oci.WlmsService.Models
Assembly: OCI.DotNetSDK.Wlms.dll
Syntax
public class UpdateConfigurationDetails
Properties
DiscoveryInterval
Declaration
[JsonProperty(PropertyName = "discoveryInterval")]
public int? DiscoveryInterval { get; set; }
Property Value
Type | Description |
---|---|
int? | Frequency of domain discovery to be run on the service. The unit is in hours. |
DomainSearchPaths
Declaration
[JsonProperty(PropertyName = "domainSearchPaths")]
public List<string> DomainSearchPaths { get; set; }
Property Value
Type | Description |
---|---|
List<string> | The whitelisted paths which domain discovery are run against. |