Show / Hide Table of Contents

Class AddEmManagedExternalExadataInsightMembersDetails

The information about the members of Exadata system to be added. 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
AddExadataInsightMembersDetails
AddEmManagedExternalExadataInsightMembersDetails
Inherited Members
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 AddEmManagedExternalExadataInsightMembersDetails : AddExadataInsightMembersDetails

Properties

MemberEntityDetails

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