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
Request to create a cross-region copy of given volume group backup.
796
+
797
+
:param str opc_retry_token: (optional)
798
+
A token that uniquely identifies a request so it can be retried in case of a timeout or
799
+
server error without risk of executing that same action again. Retry tokens expire after 24
800
+
hours, but can be invalidated before then due to conflicting operations (for example, if a resource
801
+
has been deleted and purged from the system, then a retry of the original creation request
802
+
may be rejected).
803
+
804
+
:param str opc_request_id: (optional)
805
+
Unique identifier for the request.
806
+
If you need to contact Oracle about a particular request, please provide the request ID.
807
+
808
+
:param obj retry_strategy: (optional)
809
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
810
+
811
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. A convenience :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY`
812
+
is also available. The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
813
+
814
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
815
+
816
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.core.models.VolumeGroupBackup`
817
+
:rtype: :class:`~oci.response.Response`
818
+
819
+
:example:
820
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/core/copy_volume_group_backup.py.html>`__ to see an example of how to use copy_volume_group_backup API.
Request to create a cross-region copy of given boot volume backup.
40
+
41
+
:param list[str] work_request_states: (optional)
42
+
An array of work requests states to wait on. These should be valid values for :py:attr:`~oci.work_requests.models.WorkRequest.status`
43
+
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED]
44
+
45
+
:param dict operation_kwargs:
46
+
A dictionary of keyword arguments to pass to :py:func:`~oci.core.BlockstorageClient.copy_boot_volume_backup`
47
+
48
+
:param dict waiter_kwargs:
49
+
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``
50
+
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 cross-region copy of given backup.
119
+
120
+
:param list[str] work_request_states: (optional)
121
+
An array of work requests states to wait on. These should be valid values for :py:attr:`~oci.work_requests.models.WorkRequest.status`
122
+
Default values are termination states: [STATUS_SUCCEEDED, STATUS_FAILED, STATUS_CANCELED]
123
+
124
+
:param dict operation_kwargs:
125
+
A dictionary of keyword arguments to pass to :py:func:`~oci.core.BlockstorageClient.copy_volume_backup`
126
+
127
+
:param dict waiter_kwargs:
128
+
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``
129
+
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 cross-region copy of given volume group backup.
198
+
199
+
:param list[str] wait_for_states:
200
+
An array of states to wait on. These should be valid values for :py:attr:`~oci.core.models.VolumeGroupBackup.lifecycle_state`
201
+
202
+
:param dict operation_kwargs:
203
+
A dictionary of keyword arguments to pass to :py:func:`~oci.core.BlockstorageClient.copy_volume_group_backup`
204
+
205
+
:param dict waiter_kwargs:
206
+
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``
207
+
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