Class MacsManagedCloudExadataInsightSummary
Summary of a Cloud MACS-managed Exadata insight resource (ExaCC).
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class MacsManagedCloudExadataInsightSummary : ExadataInsightSummaryProperties
ExadataInfraId
Declaration
[Required(ErrorMessage = "ExadataInfraId is required.")]
[JsonProperty(PropertyName = "exadataInfraId")]
public string ExadataInfraId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the Exadata Infrastructure. | 
Remarks
Required
ExadataInfraResourceType
Declaration
[Required(ErrorMessage = "ExadataInfraResourceType is required.")]
[JsonProperty(PropertyName = "exadataInfraResourceType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ExadataResourceType? ExadataInfraResourceType { get; set; }Property Value
| Type | Description | 
|---|---|
| ExadataResourceType? | OCI exadata infrastructure resource type | 
Remarks
Required
ExadataShape
Declaration
[Required(ErrorMessage = "ExadataShape is required.")]
[JsonProperty(PropertyName = "exadataShape")]
public string ExadataShape { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The shape of the Exadata Infrastructure. | 
Remarks
Required