Class ResourceInsightCurrentUtilization
Current utilization(High/low) for cpu or storage
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class ResourceInsightCurrentUtilization
Properties
High
Declaration
[JsonProperty(PropertyName = "high")]
public List<string> High { get; set; }
Property Value
Type | Description |
---|---|
List<string> | List of db ids with high usage |
Low
Declaration
[JsonProperty(PropertyName = "low")]
public List<string> Low { get; set; }
Property Value
Type | Description |
---|---|
List<string> | List of db ids with low usage |