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