You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An array of states to wait on. These should be valid values for :py:attr:`~oci.core.models.BootVolume.lifecycle_state`
34
+
35
+
:param dict operation_kwargs:
36
+
A dictionary of keyword arguments to pass to :py:func:`~oci.core.BlockstorageClient.create_boot_volume`
37
+
38
+
:param dict waiter_kwargs:
39
+
A dictionary of keyword arguments to pass to the :py:func:`oci.wait_until` function. For example, you could pass ``max_interval_seconds`` or ``max_interval_seconds``
40
+
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
Request to create a new backup of given boot volume.
69
+
70
+
:param list[str] wait_for_states:
71
+
An array of states to wait on. These should be valid values for :py:attr:`~oci.core.models.BootVolumeBackup.lifecycle_state`
72
+
73
+
:param dict operation_kwargs:
74
+
A dictionary of keyword arguments to pass to :py:func:`~oci.core.BlockstorageClient.create_boot_volume_backup`
75
+
76
+
:param dict waiter_kwargs:
77
+
A dictionary of keyword arguments to pass to the :py:func:`oci.wait_until` function. For example, you could pass ``max_interval_seconds`` or ``max_interval_seconds``
78
+
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
Calls :py:func:`~oci.core.BlockstorageClient.delete_boot_volume_backup` and waits for the :py:class:`~oci.core.models.BootVolumeBackup` acted upon
294
+
to enter the given state(s).
295
+
296
+
:param str boot_volume_backup_id: (required)
297
+
The OCID of the boot volume backup.
298
+
299
+
:param list[str] wait_for_states:
300
+
An array of states to wait on. These should be valid values for :py:attr:`~oci.core.models.BootVolumeBackup.lifecycle_state`
301
+
302
+
:param dict operation_kwargs:
303
+
A dictionary of keyword arguments to pass to :py:func:`~oci.core.BlockstorageClient.delete_boot_volume_backup`
304
+
305
+
:param dict waiter_kwargs:
306
+
A dictionary of keyword arguments to pass to the :py:func:`oci.wait_until` function. For example, you could pass ``max_interval_seconds`` or ``max_interval_seconds``
307
+
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
An array of states to wait on. These should be valid values for :py:attr:`~oci.core.models.BootVolumeBackup.lifecycle_state`
540
+
541
+
:param dict operation_kwargs:
542
+
A dictionary of keyword arguments to pass to :py:func:`~oci.core.BlockstorageClient.update_boot_volume_backup`
543
+
544
+
:param dict waiter_kwargs:
545
+
A dictionary of keyword arguments to pass to the :py:func:`oci.wait_until` function. For example, you could pass ``max_interval_seconds`` or ``max_interval_seconds``
546
+
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
0 commit comments