UpdateBootVolumeDetails¶
-
class
oci.core.models.
UpdateBootVolumeDetails
(**kwargs)¶ Bases:
object
UpdateBootVolumeDetails model.
Methods
__init__
(**kwargs)Initializes a new UpdateBootVolumeDetails object with values from keyword arguments. Attributes
autotune_policies
Gets the autotune_policies of this UpdateBootVolumeDetails. boot_volume_replicas
Gets the boot_volume_replicas of this UpdateBootVolumeDetails. defined_tags
Gets the defined_tags of this UpdateBootVolumeDetails. display_name
Gets the display_name of this UpdateBootVolumeDetails. freeform_tags
Gets the freeform_tags of this UpdateBootVolumeDetails. is_auto_tune_enabled
Gets the is_auto_tune_enabled of this UpdateBootVolumeDetails. size_in_gbs
Gets the size_in_gbs of this UpdateBootVolumeDetails. vpus_per_gb
Gets the vpus_per_gb of this UpdateBootVolumeDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateBootVolumeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateBootVolumeDetails.
- display_name (str) – The value to assign to the display_name property of this UpdateBootVolumeDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateBootVolumeDetails.
- size_in_gbs (int) – The value to assign to the size_in_gbs property of this UpdateBootVolumeDetails.
- vpus_per_gb (int) – The value to assign to the vpus_per_gb property of this UpdateBootVolumeDetails.
- is_auto_tune_enabled (bool) – The value to assign to the is_auto_tune_enabled property of this UpdateBootVolumeDetails.
- boot_volume_replicas (list[oci.core.models.BootVolumeReplicaDetails]) – The value to assign to the boot_volume_replicas property of this UpdateBootVolumeDetails.
- autotune_policies (list[oci.core.models.AutotunePolicy]) – The value to assign to the autotune_policies property of this UpdateBootVolumeDetails.
-
autotune_policies
¶ Gets the autotune_policies of this UpdateBootVolumeDetails. The list of autotune policies to be enabled for this volume.
Returns: The autotune_policies of this UpdateBootVolumeDetails. Return type: list[oci.core.models.AutotunePolicy]
-
boot_volume_replicas
¶ Gets the boot_volume_replicas of this UpdateBootVolumeDetails. The list of boot volume replicas that this boot volume will be updated to have in the specified destination availability domains.
Returns: The boot_volume_replicas of this UpdateBootVolumeDetails. Return type: list[oci.core.models.BootVolumeReplicaDetails]
Gets the defined_tags of this UpdateBootVolumeDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this UpdateBootVolumeDetails. Return type: dict(str, dict(str, object))
-
display_name
¶ Gets the display_name of this UpdateBootVolumeDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this UpdateBootVolumeDetails. Return type: str
Gets the freeform_tags of this UpdateBootVolumeDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {“Department”: “Finance”}
Returns: The freeform_tags of this UpdateBootVolumeDetails. Return type: dict(str, str)
-
is_auto_tune_enabled
¶ Gets the is_auto_tune_enabled of this UpdateBootVolumeDetails. Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the DetachedVolumeAutotunePolicy instead to enable the volume for detached autotune.
Returns: The is_auto_tune_enabled of this UpdateBootVolumeDetails. Return type: bool
-
size_in_gbs
¶ Gets the size_in_gbs of this UpdateBootVolumeDetails. The size to resize the volume to in GBs. Has to be larger than the current size.
Returns: The size_in_gbs of this UpdateBootVolumeDetails. Return type: int
-
vpus_per_gb
¶ Gets the vpus_per_gb of this UpdateBootVolumeDetails. The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service’s elastic performance options. See Block Volume Performance Levels for more information.
Allowed values:
- 10: Represents Balanced option.
- 20: Represents Higher Performance option.
- 30-120: Represents the Ultra High Performance option.
For performance autotune enabled volumes, it would be the Default(Minimum) VPUs/GB.
Returns: The vpus_per_gb of this UpdateBootVolumeDetails. Return type: int
-