Show / Hide Table of Contents

Class PerformanceBasedAutotunePolicy

If a volume is being throttled at the current setting for a certain period of time, auto-tune will gradually increase the volume\u2019s performance limited up to Maximum VPUs/GB. After the volume has been idle at the current setting for a certain period of time, auto-tune will gradually decrease the volume\u2019s performance limited down to Default/Minimum VPUs/GB.

Inheritance
object
AutotunePolicy
PerformanceBasedAutotunePolicy
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class PerformanceBasedAutotunePolicy : AutotunePolicy

Properties

MaxVpusPerGB

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

This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.

Remarks

Required

In this article
Back to top