Show / Hide Table of Contents

Class ResourceInsightProjectedUtilizationItem

Projected utilization object containing dbid and daysToReach value

Inheritance
object
ResourceInsightProjectedUtilizationItem
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 ResourceInsightProjectedUtilizationItem

Properties

DaysToReach

Declaration
[Required(ErrorMessage = "DaysToReach is required.")]
[JsonProperty(PropertyName = "daysToReach")]
public int? DaysToReach { get; set; }
Property Value
Type Description
int?

Days to reach projected utilization

Remarks

Required

Id

Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
string

Db id

Remarks

Required

In this article
Back to top