Show / Hide Table of Contents

Class ResourceInsightCurrentUtilization

Current utilization(High/low) for cpu or storage

Inheritance
object
ResourceInsightCurrentUtilization
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top