DetachedVolumeAutotunePolicy

class oci.core.models.DetachedVolumeAutotunePolicy(**kwargs)

Bases: oci.core.models.autotune_policy.AutotunePolicy

Volume’s performace will be tuned to the lower cost settings once detached.

Attributes

AUTOTUNE_TYPE_DETACHED_VOLUME str(object=’’) -> str
AUTOTUNE_TYPE_PERFORMANCE_BASED str(object=’’) -> str
autotune_type [Required] Gets the autotune_type of this AutotunePolicy.

Methods

__init__(**kwargs) Initializes a new DetachedVolumeAutotunePolicy object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
AUTOTUNE_TYPE_DETACHED_VOLUME = 'DETACHED_VOLUME'
AUTOTUNE_TYPE_PERFORMANCE_BASED = 'PERFORMANCE_BASED'
__init__(**kwargs)

Initializes a new DetachedVolumeAutotunePolicy object with values from keyword arguments. The default value of the autotune_type attribute of this class is DETACHED_VOLUME and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:autotune_type (str) – The value to assign to the autotune_type property of this DetachedVolumeAutotunePolicy. Allowed values for this property are: “DETACHED_VOLUME”, “PERFORMANCE_BASED”
autotune_type

[Required] Gets the autotune_type of this AutotunePolicy. This specifies the type of autotunes supported by OCI.

Allowed values for this property are: “DETACHED_VOLUME”, “PERFORMANCE_BASED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The autotune_type of this AutotunePolicy.
Return type:str
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.