Show / Hide Table of Contents

Class ExadataExaccConfigurationSummary

Configuration summary of a macs managed Exacc exadata machine.

Inheritance
object
ExadataConfigurationSummary
ExadataExaccConfigurationSummary
Inherited Members
ExadataConfigurationSummary.ExadataInsightId
ExadataConfigurationSummary.CompartmentId
ExadataConfigurationSummary.ExadataName
ExadataConfigurationSummary.ExadataDisplayName
ExadataConfigurationSummary.ExadataType
ExadataConfigurationSummary.ExadataRackType
ExadataConfigurationSummary.DefinedTags
ExadataConfigurationSummary.FreeformTags
ExadataConfigurationSummary.VmclusterDetails
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 ExadataExaccConfigurationSummary : ExadataConfigurationSummary

Properties

ManagementAgentId

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

The OCID of the Management Agent

Remarks

Required

ParentId

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

The OCID of the database.

Remarks

Required

In this article
Back to top