Class ExadataInsightResourceInsightUtilizationItem
Object containing current utilization, projected utilization, id and daysToReach high and low utilization value.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class ExadataInsightResourceInsightUtilizationItem
Properties
CurrentUtilization
Declaration
[Required(ErrorMessage = "CurrentUtilization is required.")]
[JsonProperty(PropertyName = "currentUtilization")]
public double CurrentUtilization { get; set; }
Property Value
Type | Description |
---|---|
double | Current utilization |
Remarks
Required
DaysToReachHighUtilization
Declaration
[Required(ErrorMessage = "DaysToReachHighUtilization is required.")]
[JsonProperty(PropertyName = "daysToReachHighUtilization")]
public int? DaysToReachHighUtilization { get; set; }
Property Value
Type | Description |
---|---|
int? | Days to reach projected high utilization |
Remarks
Required
DaysToReachLowUtilization
Declaration
[Required(ErrorMessage = "DaysToReachLowUtilization is required.")]
[JsonProperty(PropertyName = "daysToReachLowUtilization")]
public int? DaysToReachLowUtilization { get; set; }
Property Value
Type | Description |
---|---|
int? | Days to reach projected low utilization |
Remarks
Required
ExadataDisplayName
Declaration
[JsonProperty(PropertyName = "exadataDisplayName")]
public string ExadataDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | The user-friendly name for the Exadata system. The name does not have to be unique. |
ExadataInsightId
Declaration
[Required(ErrorMessage = "ExadataInsightId is required.")]
[JsonProperty(PropertyName = "exadataInsightId")]
public string ExadataInsightId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the Exadata insight. |
Remarks
Required
ProjectedUtilization
Declaration
[Required(ErrorMessage = "ProjectedUtilization is required.")]
[JsonProperty(PropertyName = "projectedUtilization")]
public double ProjectedUtilization { get; set; }
Property Value
Type | Description |
---|---|
double | Projected utilization |
Remarks
Required