Class MacsManagedCloudDbHostConfigurationSummary
Configuration Summary of Cloud MACS-managed database host insight resource.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class MacsManagedCloudDbHostConfigurationSummary : HostConfigurationSummaryProperties
ExadataDetails
Declaration
[Required(ErrorMessage = "ExadataDetails is required.")]
[JsonProperty(PropertyName = "exadataDetails")]
public ExadataDetails ExadataDetails { get; set; }Property Value
| Type | Description | 
|---|---|
| ExadataDetails | 
Remarks
Required
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