Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Class and 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’s performance limited up to Maximum VPUs/GB.
|
Modifier and Type | Method and Description |
---|---|
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> |
BootVolume.getAutotunePolicies()
The list of autotune policies enabled for this volume.
|
List<AutotunePolicy> |
Volume.getAutotunePolicies()
The list of autotune policies enabled for this volume.
|
List<AutotunePolicy> |
CreateVolumeDetails.getAutotunePolicies()
The list of autotune policies to be enabled for this volume.
|
List<AutotunePolicy> |
CreateBootVolumeDetails.getAutotunePolicies()
The list of autotune policies to be enabled for this volume.
|
Modifier and Type | Method and Description |
---|---|
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.
|
BootVolume.Builder |
BootVolume.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.
|
CreateVolumeDetails.Builder |
CreateVolumeDetails.Builder.autotunePolicies(List<AutotunePolicy> autotunePolicies)
The list of autotune policies to be enabled for this volume.
|
CreateBootVolumeDetails.Builder |
CreateBootVolumeDetails.Builder.autotunePolicies(List<AutotunePolicy> autotunePolicies)
The list of autotune policies to be enabled for this volume.
|
Constructor and Description |
---|
BootVolume(String availabilityDomain,
String compartmentId,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
String displayName,
Map<String,String> freeformTags,
String id,
String imageId,
Boolean isHydrated,
String clusterPlacementGroupId,
Long vpusPerGB,
BootVolume.LifecycleState lifecycleState,
Long sizeInGBs,
Long sizeInMBs,
BootVolumeSourceDetails sourceDetails,
Date timeCreated,
String volumeGroupId,
String kmsKeyId,
Boolean isAutoTuneEnabled,
Long autoTunedVpusPerGB,
List<BootVolumeReplicaInfo> bootVolumeReplicas,
List<AutotunePolicy> autotunePolicies)
Deprecated.
|
CreateBootVolumeDetails(String availabilityDomain,
String backupPolicyId,
String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String kmsKeyId,
Long sizeInGBs,
String clusterPlacementGroupId,
Long vpusPerGB,
BootVolumeSourceDetails sourceDetails,
Boolean isAutoTuneEnabled,
List<BootVolumeReplicaDetails> bootVolumeReplicas,
List<AutotunePolicy> autotunePolicies)
Deprecated.
|
CreateVolumeDetails(String availabilityDomain,
String backupPolicyId,
String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String kmsKeyId,
Long vpusPerGB,
String clusterPlacementGroupId,
Long sizeInGBs,
Long sizeInMBs,
VolumeSourceDetails sourceDetails,
String volumeBackupId,
Boolean isAutoTuneEnabled,
List<BlockVolumeReplicaDetails> blockVolumeReplicas,
List<AutotunePolicy> autotunePolicies)
Deprecated.
|
UpdateBootVolumeDetails(Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
Long sizeInGBs,
Long vpusPerGB,
Boolean isAutoTuneEnabled,
List<BootVolumeReplicaDetails> bootVolumeReplicas,
List<AutotunePolicy> autotunePolicies)
Deprecated.
|
UpdateVolumeDetails(Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
Long vpusPerGB,
Long sizeInGBs,
Boolean isAutoTuneEnabled,
List<BlockVolumeReplicaDetails> blockVolumeReplicas,
List<AutotunePolicy> autotunePolicies)
Deprecated.
|
Volume(String availabilityDomain,
String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> systemTags,
String id,
Boolean isHydrated,
String kmsKeyId,
Volume.LifecycleState lifecycleState,
Long vpusPerGB,
String clusterPlacementGroupId,
Long sizeInGBs,
Long sizeInMBs,
VolumeSourceDetails sourceDetails,
Date timeCreated,
String volumeGroupId,
Boolean isAutoTuneEnabled,
Long autoTunedVpusPerGB,
List<BlockVolumeReplicaInfo> blockVolumeReplicas,
List<AutotunePolicy> autotunePolicies)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.