AttachBootVolumeDetails¶
-
class
oci.core.models.
AttachBootVolumeDetails
(**kwargs)¶ Bases:
object
AttachBootVolumeDetails model.
Methods
__init__
(**kwargs)Initializes a new AttachBootVolumeDetails object with values from keyword arguments. Attributes
boot_volume_id
[Required] Gets the boot_volume_id of this AttachBootVolumeDetails. display_name
Gets the display_name of this AttachBootVolumeDetails. instance_id
[Required] Gets the instance_id of this AttachBootVolumeDetails. -
__init__
(**kwargs)¶ Initializes a new AttachBootVolumeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - boot_volume_id (str) – The value to assign to the boot_volume_id property of this AttachBootVolumeDetails.
- display_name (str) – The value to assign to the display_name property of this AttachBootVolumeDetails.
- instance_id (str) – The value to assign to the instance_id property of this AttachBootVolumeDetails.
-
boot_volume_id
¶ [Required] Gets the boot_volume_id of this AttachBootVolumeDetails. The OCID of the boot volume.
Returns: The boot_volume_id of this AttachBootVolumeDetails. Return type: str
-
display_name
¶ Gets the display_name of this AttachBootVolumeDetails. A user-friendly name. Does not have to be unique, and it cannot be changed. Avoid entering confidential information.
Returns: The display_name of this AttachBootVolumeDetails. Return type: str
-
instance_id
¶ [Required] Gets the instance_id of this AttachBootVolumeDetails. The OCID of the instance.
Returns: The instance_id of this AttachBootVolumeDetails. Return type: str
-