Show / Hide Table of Contents

Class CreateEmManagedExternalExadataMemberEntityDetails

Compartment OCID of the Enterprise Manager member entity (e.g. databases and hosts) associated with an Exadata system.

Inheritance
object
CreateEmManagedExternalExadataMemberEntityDetails
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 CreateEmManagedExternalExadataMemberEntityDetails

Properties

CompartmentId

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

The OCID of the compartment.

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

In this article
Back to top