Class InstanceConfigurationPerformanceBasedAutotunePolicy
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
InstanceConfigurationPerformanceBasedAutotunePolicy
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class InstanceConfigurationPerformanceBasedAutotunePolicy : InstanceConfigurationAutotunePolicy
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