Show / Hide Table of Contents

Class UpdateConfigurationDetails

The configuration for service.

Inheritance
object
UpdateConfigurationDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top