Class RecycleDetails
Shows details about the last recycle performed on this host.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class RecycleDetails
  Properties
ComputeHostGroupId
Declaration
[JsonProperty(PropertyName = "computeHostGroupId")]
public string ComputeHostGroupId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The OCID of the compute host group this host was attached to at the time of recycle.  | 
      
RecycleLevel
Declaration
[JsonProperty(PropertyName = "recycleLevel")]
[JsonConverter(typeof(ResponseEnumConverter))]
public RecycleDetails.RecycleLevelEnum? RecycleLevel { get; set; }
  Property Value
| Type | Description | 
|---|---|
| RecycleDetails.RecycleLevelEnum? | Preferred recycle level for hosts associated with the reservation config. 
  |