Show / Hide Table of Contents

Class CreateEmManagedExternalExadataInsightDetails

The information about the Exadata system to be analyzed. If memberEntityDetails is not specified, the the Enterprise Manager entity (e.g. databases and hosts) associated with an Exadata system will be placed in the same compartment as the Exadata system.

Inheritance
object
CreateExadataInsightDetails
CreateEmManagedExternalExadataInsightDetails
Inherited Members
CreateExadataInsightDetails.CompartmentId
CreateExadataInsightDetails.FreeformTags
CreateExadataInsightDetails.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 CreateEmManagedExternalExadataInsightDetails : CreateExadataInsightDetails

Properties

EnterpriseManagerBridgeId

Declaration
[Required(ErrorMessage = "EnterpriseManagerBridgeId is required.")]
[JsonProperty(PropertyName = "enterpriseManagerBridgeId")]
public string EnterpriseManagerBridgeId { get; set; }
Property Value
Type Description
string

OPSI Enterprise Manager Bridge OCID

Remarks

Required

EnterpriseManagerEntityIdentifier

Declaration
[Required(ErrorMessage = "EnterpriseManagerEntityIdentifier is required.")]
[JsonProperty(PropertyName = "enterpriseManagerEntityIdentifier")]
public string EnterpriseManagerEntityIdentifier { get; set; }
Property Value
Type Description
string

Enterprise Manager Entity Unique Identifier

Remarks

Required

EnterpriseManagerIdentifier

Declaration
[Required(ErrorMessage = "EnterpriseManagerIdentifier is required.")]
[JsonProperty(PropertyName = "enterpriseManagerIdentifier")]
public string EnterpriseManagerIdentifier { get; set; }
Property Value
Type Description
string

Enterprise Manager Unique Identifier

Remarks

Required

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.

MemberEntityDetails

Declaration
[JsonProperty(PropertyName = "memberEntityDetails")]
public List<CreateEmManagedExternalExadataMemberEntityDetails> MemberEntityDetails { get; set; }
Property Value
Type Description
List<CreateEmManagedExternalExadataMemberEntityDetails>
In this article
Back to top