How do we remove the assigned backup policy of boot volume attached to an instance using python sdk OCI package
Didn't find with UpdateBootVolume
https://docs.oracle.com/en-us/iaas/api/#/en/iaas/20160918/BootVolume/UpdateBootVolume
How do we remove the assigned backup policy of boot volume attached to an instance using python sdk OCI package
Didn't find with UpdateBootVolume
https://docs.oracle.com/en-us/iaas/api/#/en/iaas/20160918/BootVolume/UpdateBootVolume
Here is how you can accomplish this:
https://oracle-cloud-infrastructure-python-sdk.readthedocs.io/en/latest/api/core/client/oci.core.BlockstorageClient.html?highlight=Get_Volume#oci.core.BlockstorageClient.get_volume
https://oracle-cloud-infrastructure-python-sdk.readthedocs.io/en/latest/api/core/client/oci.core.BlockstorageClient.html?highlight=Get_Volume#oci.core.BlockstorageClient.get_volume_backup_policy
https://oracle-cloud-infrastructure-python-sdk.readthedocs.io/en/latest/api/core/client/oci.core.BlockstorageClient.html#oci.core.BlockstorageClient.delete_volume_backup_policy_assignment