Class HostMemoryRecommendations
Contains memory recommendation.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class HostMemoryRecommendations : HostInsightHostRecommendations
Properties
IsAbandonedInstance
Declaration
[JsonProperty(PropertyName = "isAbandonedInstance")]
public bool? IsAbandonedInstance { get; set; }
Property Value
Type | Description |
---|---|
bool? | Identify if an instance is abandoned. |
MemoryOptimization
Declaration
[JsonProperty(PropertyName = "memoryOptimization")]
public string MemoryOptimization { get; set; }
Property Value
Type | Description |
---|---|
string | Show if OPSI recommends to change memory capacity based on Memory utilization and current shape. |
UnusedInstance
Declaration
[JsonProperty(PropertyName = "unusedInstance")]
[JsonConverter(typeof(ResponseEnumConverter))]
public HostMemoryRecommendations.UnusedInstanceEnum? UnusedInstance { get; set; }
Property Value
Type | Description |
---|---|
HostMemoryRecommendations.UnusedInstanceEnum? | Identify unused instances based on cpu, memory and network metrics. |