Class ExadataExaccConfigurationSummary
Configuration summary of a macs managed Exacc exadata machine.
Inherited Members
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