Show / Hide Table of Contents

Class UpdateEmManagedExternalExadataInsightDetails

The information to be updated.

Inheritance
object
UpdateExadataInsightDetails
UpdateEmManagedExternalExadataInsightDetails
Inherited Members
UpdateExadataInsightDetails.FreeformTags
UpdateExadataInsightDetails.DefinedTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class UpdateEmManagedExternalExadataInsightDetails : UpdateExadataInsightDetails

Properties

IsAutoSyncEnabled

Declaration
[JsonProperty(PropertyName = "isAutoSyncEnabled")]
public bool? IsAutoSyncEnabled { get; set; }
Property Value
Type Description
bool?

Set to true to enable automatic enablement and disablement of related targets from Enterprise Manager. New resources (e.g. Database Insights) will be placed in the same compartment as the related Exadata Insight.

In this article
Back to top