CreateBootVolumeDetails

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

Bases: object

CreateBootVolumeDetails model.

Methods

__init__(**kwargs) Initializes a new CreateBootVolumeDetails object with values from keyword arguments.

Attributes

autotune_policies Gets the autotune_policies of this CreateBootVolumeDetails.
availability_domain Gets the availability_domain of this CreateBootVolumeDetails.
backup_policy_id Gets the backup_policy_id of this CreateBootVolumeDetails.
boot_volume_replicas Gets the boot_volume_replicas of this CreateBootVolumeDetails.
cluster_placement_group_id Gets the cluster_placement_group_id of this CreateBootVolumeDetails.
compartment_id [Required] Gets the compartment_id of this CreateBootVolumeDetails.
defined_tags Gets the defined_tags of this CreateBootVolumeDetails.
display_name Gets the display_name of this CreateBootVolumeDetails.
freeform_tags Gets the freeform_tags of this CreateBootVolumeDetails.
is_auto_tune_enabled Gets the is_auto_tune_enabled of this CreateBootVolumeDetails.
kms_key_id Gets the kms_key_id of this CreateBootVolumeDetails.
size_in_gbs Gets the size_in_gbs of this CreateBootVolumeDetails.
source_details [Required] Gets the source_details of this CreateBootVolumeDetails.
vpus_per_gb Gets the vpus_per_gb of this CreateBootVolumeDetails.
__init__(**kwargs)

Initializes a new CreateBootVolumeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • availability_domain (str) – The value to assign to the availability_domain property of this CreateBootVolumeDetails.
  • backup_policy_id (str) – The value to assign to the backup_policy_id property of this CreateBootVolumeDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateBootVolumeDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateBootVolumeDetails.
  • display_name (str) – The value to assign to the display_name property of this CreateBootVolumeDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateBootVolumeDetails.
  • kms_key_id (str) – The value to assign to the kms_key_id property of this CreateBootVolumeDetails.
  • size_in_gbs (int) – The value to assign to the size_in_gbs property of this CreateBootVolumeDetails.
  • cluster_placement_group_id (str) – The value to assign to the cluster_placement_group_id property of this CreateBootVolumeDetails.
  • vpus_per_gb (int) – The value to assign to the vpus_per_gb property of this CreateBootVolumeDetails.
  • source_details (oci.core.models.BootVolumeSourceDetails) – The value to assign to the source_details property of this CreateBootVolumeDetails.
  • is_auto_tune_enabled (bool) – The value to assign to the is_auto_tune_enabled property of this CreateBootVolumeDetails.
  • boot_volume_replicas (list[oci.core.models.BootVolumeReplicaDetails]) – The value to assign to the boot_volume_replicas property of this CreateBootVolumeDetails.
  • autotune_policies (list[oci.core.models.AutotunePolicy]) – The value to assign to the autotune_policies property of this CreateBootVolumeDetails.
autotune_policies

Gets the autotune_policies of this CreateBootVolumeDetails. The list of autotune policies to be enabled for this volume.

Returns:The autotune_policies of this CreateBootVolumeDetails.
Return type:list[oci.core.models.AutotunePolicy]
availability_domain

Gets the availability_domain of this CreateBootVolumeDetails. The availability domain of the volume. Omissible for cloning a volume. The new volume will be created in the availability domain of the source volume.

Example: Uocm:PHX-AD-1

Returns:The availability_domain of this CreateBootVolumeDetails.
Return type:str
backup_policy_id

Gets the backup_policy_id of this CreateBootVolumeDetails. If provided, specifies the ID of the boot volume backup policy to assign to the newly created boot volume. If omitted, no policy will be assigned.

Returns:The backup_policy_id of this CreateBootVolumeDetails.
Return type:str
boot_volume_replicas

Gets the boot_volume_replicas of this CreateBootVolumeDetails. The list of boot volume replicas to be enabled for this boot volume in the specified destination availability domains.

Returns:The boot_volume_replicas of this CreateBootVolumeDetails.
Return type:list[oci.core.models.BootVolumeReplicaDetails]
cluster_placement_group_id

Gets the cluster_placement_group_id of this CreateBootVolumeDetails. The clusterPlacementGroup Id of the volume for volume placement.

Returns:The cluster_placement_group_id of this CreateBootVolumeDetails.
Return type:str
compartment_id

[Required] Gets the compartment_id of this CreateBootVolumeDetails. The OCID of the compartment that contains the boot volume.

Returns:The compartment_id of this CreateBootVolumeDetails.
Return type:str
defined_tags

Gets the defined_tags of this CreateBootVolumeDetails. 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 CreateBootVolumeDetails.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this CreateBootVolumeDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.

Returns:The display_name of this CreateBootVolumeDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this CreateBootVolumeDetails. 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 CreateBootVolumeDetails.
Return type:dict(str, str)
is_auto_tune_enabled

Gets the is_auto_tune_enabled of this CreateBootVolumeDetails. 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 CreateBootVolumeDetails.
Return type:bool
kms_key_id

Gets the kms_key_id of this CreateBootVolumeDetails. The OCID of the Vault service key to assign as the master encryption key for the boot volume.

Returns:The kms_key_id of this CreateBootVolumeDetails.
Return type:str
size_in_gbs

Gets the size_in_gbs of this CreateBootVolumeDetails. The size of the volume in GBs.

Returns:The size_in_gbs of this CreateBootVolumeDetails.
Return type:int
source_details

[Required] Gets the source_details of this CreateBootVolumeDetails.

Returns:The source_details of this CreateBootVolumeDetails.
Return type:oci.core.models.BootVolumeSourceDetails
vpus_per_gb

Gets the vpus_per_gb of this CreateBootVolumeDetails. 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 the Balanced option.
  • 20: Represents the 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 CreateBootVolumeDetails.
Return type:int