Show / Hide Table of Contents

Class HostCpuRecommendations

Contains CPU recommendation.

Inheritance
object
HostInsightHostRecommendations
HostCpuRecommendations
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 HostCpuRecommendations : HostInsightHostRecommendations

Properties

Burstable

Declaration
[JsonProperty(PropertyName = "burstable")]
[JsonConverter(typeof(ResponseEnumConverter))]
public HostCpuRecommendations.BurstableEnum? Burstable { get; set; }
Property Value
Type Description
HostCpuRecommendations.BurstableEnum?

Show if OPSI recommends to convert an instance to a burstable instance and show recommended cpu baseline if positive recommendation.

IsAbandonedInstance

Declaration
[JsonProperty(PropertyName = "isAbandonedInstance")]
public bool? IsAbandonedInstance { get; set; }
Property Value
Type Description
bool?

Identify if an instance is abandoned.

Shape

Declaration
[JsonProperty(PropertyName = "shape")]
public string Shape { get; set; }
Property Value
Type Description
string

Show if OPSI recommends to change the shape of an instance and show recommended shape based on CPU utilization.

UnusedInstance

Declaration
[JsonProperty(PropertyName = "unusedInstance")]
[JsonConverter(typeof(ResponseEnumConverter))]
public HostCpuRecommendations.UnusedInstanceEnum? UnusedInstance { get; set; }
Property Value
Type Description
HostCpuRecommendations.UnusedInstanceEnum?

Identify unused instances based on cpu, memory and network metrics.

In this article
Back to top