Uses of Class
com.oracle.bmc.core.model.AutotunePolicy
-
Packages that use AutotunePolicy Package Description com.oracle.bmc.core.model -
-
Uses of AutotunePolicy in com.oracle.bmc.core.model
Subclasses of AutotunePolicy in com.oracle.bmc.core.model Modifier and Type Class Description class
DetachedVolumeAutotunePolicy
Volume’s performace will be tuned to the lower cost settings once detached.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.Methods in com.oracle.bmc.core.model that return types with arguments of type AutotunePolicy Modifier and Type Method Description List<AutotunePolicy>
BootVolume. getAutotunePolicies()
The list of autotune policies enabled for this volume.List<AutotunePolicy>
CreateBootVolumeDetails. getAutotunePolicies()
The list of autotune policies to be enabled for this volume.List<AutotunePolicy>
CreateVolumeDetails. getAutotunePolicies()
The list of autotune policies to be enabled for this volume.List<AutotunePolicy>
UpdateBootVolumeDetails. getAutotunePolicies()
The list of autotune policies to be enabled for this volume.List<AutotunePolicy>
UpdateVolumeDetails. getAutotunePolicies()
The list of autotune policies enabled for this volume.List<AutotunePolicy>
Volume. getAutotunePolicies()
The list of autotune policies enabled for this volume.Method parameters in com.oracle.bmc.core.model with type arguments of type AutotunePolicy Modifier and Type Method Description BootVolume.Builder
BootVolume.Builder. autotunePolicies(List<AutotunePolicy> autotunePolicies)
The list of autotune policies enabled for this volume.CreateBootVolumeDetails.Builder
CreateBootVolumeDetails.Builder. autotunePolicies(List<AutotunePolicy> autotunePolicies)
The list of autotune policies to be enabled for this volume.CreateVolumeDetails.Builder
CreateVolumeDetails.Builder. autotunePolicies(List<AutotunePolicy> autotunePolicies)
The list of autotune policies to be enabled for this volume.UpdateBootVolumeDetails.Builder
UpdateBootVolumeDetails.Builder. autotunePolicies(List<AutotunePolicy> autotunePolicies)
The list of autotune policies to be enabled for this volume.UpdateVolumeDetails.Builder
UpdateVolumeDetails.Builder. autotunePolicies(List<AutotunePolicy> autotunePolicies)
The list of autotune policies enabled for this volume.Volume.Builder
Volume.Builder. autotunePolicies(List<AutotunePolicy> autotunePolicies)
The list of autotune policies enabled for this volume.
-