oci 2.102.0__py3-none-any.whl → 2.103.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/access_governance_cp/access_governance_cp_client_composite_operations.py +9 -1
- oci/adm/application_dependency_management_client.py +18 -18
- oci/adm/application_dependency_management_client_composite_operations.py +9 -1
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client_composite_operations.py +18 -2
- oci/ai_document/ai_service_document_client.py +3 -3
- oci/ai_language/ai_service_language_client.py +35 -35
- oci/ai_speech/ai_service_speech_client.py +9 -9
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcement_subscription_client_composite_operations.py +9 -1
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +30 -30
- oci/artifacts/artifacts_client_composite_operations.py +36 -4
- oci/audit/audit_client.py +3 -3
- oci/auth/signers/instance_principals_security_token_signer.py +9 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +40 -40
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/budget/budget_client_composite_operations.py +9 -1
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/certificates_management/certificates_management_client_composite_operations.py +9 -1
- oci/cims/incident_client.py +7 -7
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/discovery_client_composite_operations.py +9 -1
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/inventory_client_composite_operations.py +9 -1
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_bridge/ocb_agent_svc_client_composite_operations.py +27 -3
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_guard/cloud_guard_client_composite_operations.py +63 -7
- oci/cloud_migrations/migration_client.py +43 -43
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +36 -36
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/blockstorage_client_composite_operations.py +54 -6
- oci/core/compute_client.py +89 -89
- oci/core/compute_client_composite_operations.py +72 -8
- oci/core/compute_management_client.py +32 -32
- oci/core/compute_management_client_composite_operations.py +9 -1
- oci/core/virtual_network_client.py +241 -241
- oci/core/virtual_network_client_composite_operations.py +216 -24
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_client_composite_operations.py +9 -1
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/dashboard_service/dashboard_group_client_composite_operations.py +9 -1
- oci/data_catalog/data_catalog_client.py +139 -139
- oci/data_flow/data_flow_client.py +28 -28
- oci/data_flow/data_flow_client_composite_operations.py +18 -2
- oci/data_integration/data_integration_client.py +152 -152
- oci/data_labeling_service/data_labeling_management_client.py +16 -16
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_labeling_service_dataplane/data_labeling_client_composite_operations.py +18 -2
- oci/data_safe/data_safe_client.py +214 -214
- oci/data_safe/data_safe_client_composite_operations.py +18 -2
- oci/data_science/data_science_client.py +85 -85
- oci/data_science/data_science_client_composite_operations.py +27 -3
- oci/database/database_client.py +428 -304
- oci/database/database_client_composite_operations.py +18 -2
- oci/database/models/__init__.py +4 -0
- oci/database/models/autonomous_container_database.py +2 -2
- oci/database/models/autonomous_container_database_summary.py +2 -2
- oci/database/models/autonomous_database.py +6 -2
- oci/database/models/autonomous_database_summary.py +6 -2
- oci/database/models/autonomous_virtual_machine.py +37 -2
- oci/database/models/autonomous_virtual_machine_summary.py +37 -2
- oci/database/models/autonomous_vm_cluster.py +10 -6
- oci/database/models/autonomous_vm_cluster_resource_details.py +105 -0
- oci/database/models/autonomous_vm_cluster_summary.py +10 -6
- oci/database/models/cloud_autonomous_vm_cluster.py +43 -4
- oci/database/models/cloud_autonomous_vm_cluster_summary.py +43 -4
- oci/database/models/create_autonomous_container_database_details.py +2 -2
- oci/database/models/create_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/create_cloud_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/exadata_infrastructure.py +31 -0
- oci/database/models/exadata_infrastructure_summary.py +31 -0
- oci/database/models/exadata_infrastructure_un_allocated_resources.py +260 -0
- oci/database/models/rotate_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_autonomous_vm_cluster_ssl_certs_details.py +3 -3
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ssl_certs_details.py +2 -2
- oci/database/models/vm_cluster.py +31 -0
- oci/database/models/vm_cluster_summary.py +31 -0
- oci/database_management/db_management_client.py +157 -157
- oci/database_management/db_management_client_composite_operations.py +45 -5
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/sql_tuning_client.py +10 -10
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_migration/database_migration_client_composite_operations.py +9 -1
- oci/database_tools/database_tools_client.py +19 -19
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/disaster_recovery/disaster_recovery_client_composite_operations.py +9 -1
- oci/dns/dns_client.py +197 -51
- oci/dns/dns_client_composite_operations.py +45 -5
- oci/dns/models/__init__.py +2 -0
- oci/dns/models/create_zone_details.py +35 -2
- oci/dns/models/external_downstream.py +137 -0
- oci/dns/models/update_zone_details.py +35 -2
- oci/dns/models/zone.py +33 -0
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/appliance_export_job_client_composite_operations.py +9 -1
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_job_client_composite_operations.py +9 -1
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +25 -25
- oci/email/email_client_composite_operations.py +9 -1
- oci/events/events_client.py +6 -6
- oci/events/events_client_composite_operations.py +9 -1
- oci/file_storage/file_storage_client.py +35 -35
- oci/file_storage/file_storage_client_composite_operations.py +54 -6
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/functions/functions_management_client_composite_operations.py +18 -2
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +53 -53
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity/identity_client_composite_operations.py +63 -7
- oci/identity_data_plane/dataplane_client.py +1 -1
- oci/identity_domains/identity_domains_client.py +134 -134
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +44 -44
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/license_manager/license_manager_client_composite_operations.py +18 -2
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/limits/quotas_client_composite_operations.py +9 -1
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +22 -22
- oci/lockbox/lockbox_client_composite_operations.py +18 -2
- oci/log_analytics/log_analytics_client.py +184 -184
- oci/logging/logging_management_client.py +62 -300
- oci/logging/logging_management_client_composite_operations.py +12 -4
- oci/logging/models/__init__.py +2 -6
- oci/logging/models/archiving.py +2 -2
- oci/logging/models/category.py +2 -2
- oci/logging/models/change_log_saved_search_compartment_details.py +1 -1
- oci/logging/models/create_log_details.py +2 -2
- oci/logging/models/create_log_saved_search_details.py +1 -1
- oci/logging/models/log.py +2 -2
- oci/logging/models/log_saved_search.py +1 -1
- oci/logging/models/log_saved_search_summary.py +1 -1
- oci/logging/models/log_summary.py +2 -2
- oci/logging/models/parameter.py +77 -5
- oci/logging/models/unified_agent_apache2_parser.py +1 -1
- oci/logging/models/unified_agent_apache_error_parser.py +1 -1
- oci/logging/models/unified_agent_auditd_parser.py +1 -1
- oci/logging/models/unified_agent_cri_parser.py +160 -0
- oci/logging/models/unified_agent_csv_parser.py +10 -2
- oci/logging/models/unified_agent_grok_parser.py +14 -2
- oci/logging/models/unified_agent_logging_configuration.py +6 -2
- oci/logging/models/unified_agent_msgpack_parser.py +1 -1
- oci/logging/models/unified_agent_multiline_grok_parser.py +18 -2
- oci/logging/models/unified_agent_multiline_parser.py +10 -2
- oci/logging/models/unified_agent_none_parser.py +5 -1
- oci/logging/models/unified_agent_parser.py +51 -3
- oci/logging/models/unified_agent_regex_parser.py +10 -2
- oci/logging/models/unified_agent_syslog_parser.py +25 -1
- oci/logging/models/unified_agent_tail_log_source.py +5 -1
- oci/logging/models/unified_agent_tsv_parser.py +10 -2
- oci/logging/models/unified_agent_windows_event_source.py +5 -1
- oci/logging/models/unified_json_parser.py +9 -1
- oci/logging/models/update_log_details.py +2 -2
- oci/logging/models/update_log_saved_search_details.py +1 -1
- oci/logging/models/work_request.py +2 -2
- oci/logging/models/work_request_summary.py +2 -2
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +23 -23
- oci/management_agent/management_agent_client_composite_operations.py +18 -2
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/management_dashboard/dashx_apis_client_composite_operations.py +18 -2
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +25 -25
- oci/marketplace/marketplace_client_composite_operations.py +9 -1
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_services_client_composite_operations.py +63 -7
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/monitoring/monitoring_client_composite_operations.py +9 -1
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +26 -26
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/mysqlaas_client_composite_operations.py +9 -1
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +17 -17
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +22 -22
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/ocvp/esxi_host_client.py +5 -5
- oci/ocvp/sddc_client.py +13 -13
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +56 -56
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/ons/notification_data_plane_client_composite_operations.py +9 -1
- oci/opa/opa_instance_client.py +11 -11
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_assignment_client_composite_operations.py +9 -1
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/operator_access_control/operator_control_client_composite_operations.py +9 -1
- oci/opsi/operations_insights_client.py +151 -151
- oci/optimizer/optimizer_client.py +26 -26
- oci/optimizer/optimizer_client_composite_operations.py +9 -1
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management/os_management_client_composite_operations.py +27 -3
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +7 -7
- oci/recovery/database_recovery_client.py +23 -23
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_manager/resource_manager_client_composite_operations.py +45 -5
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_cluster_client.py +7 -7
- oci/rover/rover_cluster_client_composite_operations.py +9 -1
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_entitlement_client_composite_operations.py +9 -1
- oci/rover/rover_node_client.py +10 -10
- oci/rover/rover_node_client_composite_operations.py +9 -1
- oci/rover/shape_client.py +1 -1
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_catalog/service_catalog_client_composite_operations.py +9 -1
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +22 -22
- oci/stack_monitoring/stack_monitoring_client_composite_operations.py +9 -1
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_admin_client_composite_operations.py +27 -3
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +9 -9
- oci/tenant_manager_control_plane/subscription_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/rewards_client.py +6 -6
- oci/usage_api/usageapi_client.py +19 -19
- oci/usage_api/usageapi_client_composite_operations.py +9 -1
- oci/vault/vaults_client.py +11 -11
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vn_monitoring/vn_monitoring_client_composite_operations.py +9 -1
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waas/waas_client_composite_operations.py +27 -3
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/METADATA +1 -1
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/RECORD +336 -332
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/WHEEL +0 -0
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/top_level.txt +0 -0
oci/core/blockstorage_client.py
CHANGED
@@ -152,7 +152,7 @@ class BlockstorageClient(object):
|
|
152
152
|
:rtype: :class:`~oci.response.Response`
|
153
153
|
|
154
154
|
:example:
|
155
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
155
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_boot_volume_backup_compartment.py.html>`__ to see an example of how to use change_boot_volume_backup_compartment API.
|
156
156
|
"""
|
157
157
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
158
158
|
required_arguments = ['bootVolumeBackupId']
|
@@ -256,7 +256,7 @@ class BlockstorageClient(object):
|
|
256
256
|
:rtype: :class:`~oci.response.Response`
|
257
257
|
|
258
258
|
:example:
|
259
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
259
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_boot_volume_compartment.py.html>`__ to see an example of how to use change_boot_volume_compartment API.
|
260
260
|
"""
|
261
261
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
262
262
|
required_arguments = ['bootVolumeId']
|
@@ -360,7 +360,7 @@ class BlockstorageClient(object):
|
|
360
360
|
:rtype: :class:`~oci.response.Response`
|
361
361
|
|
362
362
|
:example:
|
363
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
363
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_volume_backup_compartment.py.html>`__ to see an example of how to use change_volume_backup_compartment API.
|
364
364
|
"""
|
365
365
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
366
366
|
required_arguments = ['volumeBackupId']
|
@@ -464,7 +464,7 @@ class BlockstorageClient(object):
|
|
464
464
|
:rtype: :class:`~oci.response.Response`
|
465
465
|
|
466
466
|
:example:
|
467
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
467
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_volume_compartment.py.html>`__ to see an example of how to use change_volume_compartment API.
|
468
468
|
"""
|
469
469
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
470
470
|
required_arguments = ['volumeId']
|
@@ -568,7 +568,7 @@ class BlockstorageClient(object):
|
|
568
568
|
:rtype: :class:`~oci.response.Response`
|
569
569
|
|
570
570
|
:example:
|
571
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
571
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_volume_group_backup_compartment.py.html>`__ to see an example of how to use change_volume_group_backup_compartment API.
|
572
572
|
"""
|
573
573
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
574
574
|
required_arguments = ['volumeGroupBackupId']
|
@@ -672,7 +672,7 @@ class BlockstorageClient(object):
|
|
672
672
|
:rtype: :class:`~oci.response.Response`
|
673
673
|
|
674
674
|
:example:
|
675
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
675
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_volume_group_compartment.py.html>`__ to see an example of how to use change_volume_group_compartment API.
|
676
676
|
"""
|
677
677
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
678
678
|
required_arguments = ['volumeGroupId']
|
@@ -782,7 +782,7 @@ class BlockstorageClient(object):
|
|
782
782
|
:rtype: :class:`~oci.response.Response`
|
783
783
|
|
784
784
|
:example:
|
785
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
785
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/copy_boot_volume_backup.py.html>`__ to see an example of how to use copy_boot_volume_backup API.
|
786
786
|
"""
|
787
787
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
788
788
|
required_arguments = ['bootVolumeBackupId']
|
@@ -897,7 +897,7 @@ class BlockstorageClient(object):
|
|
897
897
|
:rtype: :class:`~oci.response.Response`
|
898
898
|
|
899
899
|
:example:
|
900
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
900
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/copy_volume_backup.py.html>`__ to see an example of how to use copy_volume_backup API.
|
901
901
|
"""
|
902
902
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
903
903
|
required_arguments = ['volumeBackupId']
|
@@ -1012,7 +1012,7 @@ class BlockstorageClient(object):
|
|
1012
1012
|
:rtype: :class:`~oci.response.Response`
|
1013
1013
|
|
1014
1014
|
:example:
|
1015
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1015
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/copy_volume_group_backup.py.html>`__ to see an example of how to use copy_volume_group_backup API.
|
1016
1016
|
"""
|
1017
1017
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1018
1018
|
required_arguments = ['volumeGroupBackupId']
|
@@ -1122,7 +1122,7 @@ class BlockstorageClient(object):
|
|
1122
1122
|
:rtype: :class:`~oci.response.Response`
|
1123
1123
|
|
1124
1124
|
:example:
|
1125
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1125
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_boot_volume.py.html>`__ to see an example of how to use create_boot_volume API.
|
1126
1126
|
"""
|
1127
1127
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1128
1128
|
required_arguments = []
|
@@ -1220,7 +1220,7 @@ class BlockstorageClient(object):
|
|
1220
1220
|
:rtype: :class:`~oci.response.Response`
|
1221
1221
|
|
1222
1222
|
:example:
|
1223
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1223
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_boot_volume_backup.py.html>`__ to see an example of how to use create_boot_volume_backup API.
|
1224
1224
|
"""
|
1225
1225
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1226
1226
|
required_arguments = []
|
@@ -1328,7 +1328,7 @@ class BlockstorageClient(object):
|
|
1328
1328
|
:rtype: :class:`~oci.response.Response`
|
1329
1329
|
|
1330
1330
|
:example:
|
1331
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1331
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_volume.py.html>`__ to see an example of how to use create_volume API.
|
1332
1332
|
"""
|
1333
1333
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1334
1334
|
required_arguments = []
|
@@ -1426,7 +1426,7 @@ class BlockstorageClient(object):
|
|
1426
1426
|
:rtype: :class:`~oci.response.Response`
|
1427
1427
|
|
1428
1428
|
:example:
|
1429
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1429
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_volume_backup.py.html>`__ to see an example of how to use create_volume_backup API.
|
1430
1430
|
"""
|
1431
1431
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1432
1432
|
required_arguments = []
|
@@ -1526,7 +1526,7 @@ class BlockstorageClient(object):
|
|
1526
1526
|
:rtype: :class:`~oci.response.Response`
|
1527
1527
|
|
1528
1528
|
:example:
|
1529
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1529
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_volume_backup_policy.py.html>`__ to see an example of how to use create_volume_backup_policy API.
|
1530
1530
|
"""
|
1531
1531
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1532
1532
|
required_arguments = []
|
@@ -1614,7 +1614,7 @@ class BlockstorageClient(object):
|
|
1614
1614
|
:rtype: :class:`~oci.response.Response`
|
1615
1615
|
|
1616
1616
|
:example:
|
1617
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1617
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_volume_backup_policy_assignment.py.html>`__ to see an example of how to use create_volume_backup_policy_assignment API.
|
1618
1618
|
"""
|
1619
1619
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1620
1620
|
required_arguments = []
|
@@ -1705,7 +1705,7 @@ class BlockstorageClient(object):
|
|
1705
1705
|
:rtype: :class:`~oci.response.Response`
|
1706
1706
|
|
1707
1707
|
:example:
|
1708
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1708
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_volume_group.py.html>`__ to see an example of how to use create_volume_group API.
|
1709
1709
|
"""
|
1710
1710
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1711
1711
|
required_arguments = []
|
@@ -1799,7 +1799,7 @@ class BlockstorageClient(object):
|
|
1799
1799
|
:rtype: :class:`~oci.response.Response`
|
1800
1800
|
|
1801
1801
|
:example:
|
1802
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1802
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_volume_group_backup.py.html>`__ to see an example of how to use create_volume_group_backup API.
|
1803
1803
|
"""
|
1804
1804
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1805
1805
|
required_arguments = []
|
@@ -1893,7 +1893,7 @@ class BlockstorageClient(object):
|
|
1893
1893
|
:rtype: :class:`~oci.response.Response`
|
1894
1894
|
|
1895
1895
|
:example:
|
1896
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1896
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_boot_volume.py.html>`__ to see an example of how to use delete_boot_volume API.
|
1897
1897
|
"""
|
1898
1898
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1899
1899
|
required_arguments = ['bootVolumeId']
|
@@ -1989,7 +1989,7 @@ class BlockstorageClient(object):
|
|
1989
1989
|
:rtype: :class:`~oci.response.Response`
|
1990
1990
|
|
1991
1991
|
:example:
|
1992
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1992
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_boot_volume_backup.py.html>`__ to see an example of how to use delete_boot_volume_backup API.
|
1993
1993
|
"""
|
1994
1994
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1995
1995
|
required_arguments = ['bootVolumeBackupId']
|
@@ -2085,7 +2085,7 @@ class BlockstorageClient(object):
|
|
2085
2085
|
:rtype: :class:`~oci.response.Response`
|
2086
2086
|
|
2087
2087
|
:example:
|
2088
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2088
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_boot_volume_kms_key.py.html>`__ to see an example of how to use delete_boot_volume_kms_key API.
|
2089
2089
|
"""
|
2090
2090
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2091
2091
|
required_arguments = ['bootVolumeId']
|
@@ -2186,7 +2186,7 @@ class BlockstorageClient(object):
|
|
2186
2186
|
:rtype: :class:`~oci.response.Response`
|
2187
2187
|
|
2188
2188
|
:example:
|
2189
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2189
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_volume.py.html>`__ to see an example of how to use delete_volume API.
|
2190
2190
|
"""
|
2191
2191
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2192
2192
|
required_arguments = ['volumeId']
|
@@ -2282,7 +2282,7 @@ class BlockstorageClient(object):
|
|
2282
2282
|
:rtype: :class:`~oci.response.Response`
|
2283
2283
|
|
2284
2284
|
:example:
|
2285
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2285
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_volume_backup.py.html>`__ to see an example of how to use delete_volume_backup API.
|
2286
2286
|
"""
|
2287
2287
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2288
2288
|
required_arguments = ['volumeBackupId']
|
@@ -2388,7 +2388,7 @@ class BlockstorageClient(object):
|
|
2388
2388
|
:rtype: :class:`~oci.response.Response`
|
2389
2389
|
|
2390
2390
|
:example:
|
2391
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2391
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_volume_backup_policy.py.html>`__ to see an example of how to use delete_volume_backup_policy API.
|
2392
2392
|
"""
|
2393
2393
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2394
2394
|
required_arguments = ['policyId']
|
@@ -2486,7 +2486,7 @@ class BlockstorageClient(object):
|
|
2486
2486
|
:rtype: :class:`~oci.response.Response`
|
2487
2487
|
|
2488
2488
|
:example:
|
2489
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2489
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_volume_backup_policy_assignment.py.html>`__ to see an example of how to use delete_volume_backup_policy_assignment API.
|
2490
2490
|
"""
|
2491
2491
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2492
2492
|
required_arguments = ['policyAssignmentId']
|
@@ -2585,7 +2585,7 @@ class BlockstorageClient(object):
|
|
2585
2585
|
:rtype: :class:`~oci.response.Response`
|
2586
2586
|
|
2587
2587
|
:example:
|
2588
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2588
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_volume_group.py.html>`__ to see an example of how to use delete_volume_group API.
|
2589
2589
|
"""
|
2590
2590
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2591
2591
|
required_arguments = ['volumeGroupId']
|
@@ -2684,7 +2684,7 @@ class BlockstorageClient(object):
|
|
2684
2684
|
:rtype: :class:`~oci.response.Response`
|
2685
2685
|
|
2686
2686
|
:example:
|
2687
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2687
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_volume_group_backup.py.html>`__ to see an example of how to use delete_volume_group_backup API.
|
2688
2688
|
"""
|
2689
2689
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2690
2690
|
required_arguments = ['volumeGroupBackupId']
|
@@ -2780,7 +2780,7 @@ class BlockstorageClient(object):
|
|
2780
2780
|
:rtype: :class:`~oci.response.Response`
|
2781
2781
|
|
2782
2782
|
:example:
|
2783
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2783
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_volume_kms_key.py.html>`__ to see an example of how to use delete_volume_kms_key API.
|
2784
2784
|
"""
|
2785
2785
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2786
2786
|
required_arguments = ['volumeId']
|
@@ -2871,7 +2871,7 @@ class BlockstorageClient(object):
|
|
2871
2871
|
:rtype: :class:`~oci.response.Response`
|
2872
2872
|
|
2873
2873
|
:example:
|
2874
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2874
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_block_volume_replica.py.html>`__ to see an example of how to use get_block_volume_replica API.
|
2875
2875
|
"""
|
2876
2876
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2877
2877
|
required_arguments = ['blockVolumeReplicaId']
|
@@ -2957,7 +2957,7 @@ class BlockstorageClient(object):
|
|
2957
2957
|
:rtype: :class:`~oci.response.Response`
|
2958
2958
|
|
2959
2959
|
:example:
|
2960
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2960
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_boot_volume.py.html>`__ to see an example of how to use get_boot_volume API.
|
2961
2961
|
"""
|
2962
2962
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2963
2963
|
required_arguments = ['bootVolumeId']
|
@@ -3043,7 +3043,7 @@ class BlockstorageClient(object):
|
|
3043
3043
|
:rtype: :class:`~oci.response.Response`
|
3044
3044
|
|
3045
3045
|
:example:
|
3046
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3046
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_boot_volume_backup.py.html>`__ to see an example of how to use get_boot_volume_backup API.
|
3047
3047
|
"""
|
3048
3048
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3049
3049
|
required_arguments = ['bootVolumeBackupId']
|
@@ -3134,7 +3134,7 @@ class BlockstorageClient(object):
|
|
3134
3134
|
:rtype: :class:`~oci.response.Response`
|
3135
3135
|
|
3136
3136
|
:example:
|
3137
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3137
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_boot_volume_kms_key.py.html>`__ to see an example of how to use get_boot_volume_kms_key API.
|
3138
3138
|
"""
|
3139
3139
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3140
3140
|
required_arguments = ['bootVolumeId']
|
@@ -3227,7 +3227,7 @@ class BlockstorageClient(object):
|
|
3227
3227
|
:rtype: :class:`~oci.response.Response`
|
3228
3228
|
|
3229
3229
|
:example:
|
3230
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3230
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_boot_volume_replica.py.html>`__ to see an example of how to use get_boot_volume_replica API.
|
3231
3231
|
"""
|
3232
3232
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3233
3233
|
required_arguments = ['bootVolumeReplicaId']
|
@@ -3313,7 +3313,7 @@ class BlockstorageClient(object):
|
|
3313
3313
|
:rtype: :class:`~oci.response.Response`
|
3314
3314
|
|
3315
3315
|
:example:
|
3316
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3316
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_volume.py.html>`__ to see an example of how to use get_volume API.
|
3317
3317
|
"""
|
3318
3318
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3319
3319
|
required_arguments = ['volumeId']
|
@@ -3399,7 +3399,7 @@ class BlockstorageClient(object):
|
|
3399
3399
|
:rtype: :class:`~oci.response.Response`
|
3400
3400
|
|
3401
3401
|
:example:
|
3402
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3402
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_volume_backup.py.html>`__ to see an example of how to use get_volume_backup API.
|
3403
3403
|
"""
|
3404
3404
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3405
3405
|
required_arguments = ['volumeBackupId']
|
@@ -3485,7 +3485,7 @@ class BlockstorageClient(object):
|
|
3485
3485
|
:rtype: :class:`~oci.response.Response`
|
3486
3486
|
|
3487
3487
|
:example:
|
3488
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3488
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_volume_backup_policy.py.html>`__ to see an example of how to use get_volume_backup_policy API.
|
3489
3489
|
"""
|
3490
3490
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3491
3491
|
required_arguments = ['policyId']
|
@@ -3589,7 +3589,7 @@ class BlockstorageClient(object):
|
|
3589
3589
|
:rtype: :class:`~oci.response.Response`
|
3590
3590
|
|
3591
3591
|
:example:
|
3592
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3592
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_volume_backup_policy_asset_assignment.py.html>`__ to see an example of how to use get_volume_backup_policy_asset_assignment API.
|
3593
3593
|
"""
|
3594
3594
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3595
3595
|
required_arguments = ['assetId']
|
@@ -3678,7 +3678,7 @@ class BlockstorageClient(object):
|
|
3678
3678
|
:rtype: :class:`~oci.response.Response`
|
3679
3679
|
|
3680
3680
|
:example:
|
3681
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3681
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_volume_backup_policy_assignment.py.html>`__ to see an example of how to use get_volume_backup_policy_assignment API.
|
3682
3682
|
"""
|
3683
3683
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3684
3684
|
required_arguments = ['policyAssignmentId']
|
@@ -3766,7 +3766,7 @@ class BlockstorageClient(object):
|
|
3766
3766
|
:rtype: :class:`~oci.response.Response`
|
3767
3767
|
|
3768
3768
|
:example:
|
3769
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3769
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_volume_group.py.html>`__ to see an example of how to use get_volume_group API.
|
3770
3770
|
"""
|
3771
3771
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3772
3772
|
required_arguments = ['volumeGroupId']
|
@@ -3854,7 +3854,7 @@ class BlockstorageClient(object):
|
|
3854
3854
|
:rtype: :class:`~oci.response.Response`
|
3855
3855
|
|
3856
3856
|
:example:
|
3857
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3857
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_volume_group_backup.py.html>`__ to see an example of how to use get_volume_group_backup API.
|
3858
3858
|
"""
|
3859
3859
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3860
3860
|
required_arguments = ['volumeGroupBackupId']
|
@@ -3940,7 +3940,7 @@ class BlockstorageClient(object):
|
|
3940
3940
|
:rtype: :class:`~oci.response.Response`
|
3941
3941
|
|
3942
3942
|
:example:
|
3943
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3943
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_volume_group_replica.py.html>`__ to see an example of how to use get_volume_group_replica API.
|
3944
3944
|
"""
|
3945
3945
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3946
3946
|
required_arguments = ['volumeGroupReplicaId']
|
@@ -4031,7 +4031,7 @@ class BlockstorageClient(object):
|
|
4031
4031
|
:rtype: :class:`~oci.response.Response`
|
4032
4032
|
|
4033
4033
|
:example:
|
4034
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4034
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_volume_kms_key.py.html>`__ to see an example of how to use get_volume_kms_key API.
|
4035
4035
|
"""
|
4036
4036
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4037
4037
|
required_arguments = ['volumeId']
|
@@ -4176,7 +4176,7 @@ class BlockstorageClient(object):
|
|
4176
4176
|
:rtype: :class:`~oci.response.Response`
|
4177
4177
|
|
4178
4178
|
:example:
|
4179
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4179
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_block_volume_replicas.py.html>`__ to see an example of how to use list_block_volume_replicas API.
|
4180
4180
|
"""
|
4181
4181
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4182
4182
|
required_arguments = []
|
@@ -4350,7 +4350,7 @@ class BlockstorageClient(object):
|
|
4350
4350
|
:rtype: :class:`~oci.response.Response`
|
4351
4351
|
|
4352
4352
|
:example:
|
4353
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4353
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_boot_volume_backups.py.html>`__ to see an example of how to use list_boot_volume_backups API.
|
4354
4354
|
"""
|
4355
4355
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4356
4356
|
required_arguments = ['compartmentId']
|
@@ -4524,7 +4524,7 @@ class BlockstorageClient(object):
|
|
4524
4524
|
:rtype: :class:`~oci.response.Response`
|
4525
4525
|
|
4526
4526
|
:example:
|
4527
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4527
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_boot_volume_replicas.py.html>`__ to see an example of how to use list_boot_volume_replicas API.
|
4528
4528
|
"""
|
4529
4529
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4530
4530
|
required_arguments = []
|
@@ -4673,7 +4673,7 @@ class BlockstorageClient(object):
|
|
4673
4673
|
:rtype: :class:`~oci.response.Response`
|
4674
4674
|
|
4675
4675
|
:example:
|
4676
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4676
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_boot_volumes.py.html>`__ to see an example of how to use list_boot_volumes API.
|
4677
4677
|
"""
|
4678
4678
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4679
4679
|
required_arguments = []
|
@@ -4789,7 +4789,7 @@ class BlockstorageClient(object):
|
|
4789
4789
|
:rtype: :class:`~oci.response.Response`
|
4790
4790
|
|
4791
4791
|
:example:
|
4792
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4792
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_volume_backup_policies.py.html>`__ to see an example of how to use list_volume_backup_policies API.
|
4793
4793
|
"""
|
4794
4794
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4795
4795
|
required_arguments = []
|
@@ -4930,7 +4930,7 @@ class BlockstorageClient(object):
|
|
4930
4930
|
:rtype: :class:`~oci.response.Response`
|
4931
4931
|
|
4932
4932
|
:example:
|
4933
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4933
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_volume_backups.py.html>`__ to see an example of how to use list_volume_backups API.
|
4934
4934
|
"""
|
4935
4935
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4936
4936
|
required_arguments = ['compartmentId']
|
@@ -5097,7 +5097,7 @@ class BlockstorageClient(object):
|
|
5097
5097
|
:rtype: :class:`~oci.response.Response`
|
5098
5098
|
|
5099
5099
|
:example:
|
5100
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5100
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_volume_group_backups.py.html>`__ to see an example of how to use list_volume_group_backups API.
|
5101
5101
|
"""
|
5102
5102
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5103
5103
|
required_arguments = ['compartmentId']
|
@@ -5260,7 +5260,7 @@ class BlockstorageClient(object):
|
|
5260
5260
|
:rtype: :class:`~oci.response.Response`
|
5261
5261
|
|
5262
5262
|
:example:
|
5263
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5263
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_volume_group_replicas.py.html>`__ to see an example of how to use list_volume_group_replicas API.
|
5264
5264
|
"""
|
5265
5265
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5266
5266
|
required_arguments = ['availabilityDomain', 'compartmentId']
|
@@ -5432,7 +5432,7 @@ class BlockstorageClient(object):
|
|
5432
5432
|
:rtype: :class:`~oci.response.Response`
|
5433
5433
|
|
5434
5434
|
:example:
|
5435
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5435
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_volume_groups.py.html>`__ to see an example of how to use list_volume_groups API.
|
5436
5436
|
"""
|
5437
5437
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5438
5438
|
required_arguments = ['compartmentId']
|
@@ -5605,7 +5605,7 @@ class BlockstorageClient(object):
|
|
5605
5605
|
:rtype: :class:`~oci.response.Response`
|
5606
5606
|
|
5607
5607
|
:example:
|
5608
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5608
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_volumes.py.html>`__ to see an example of how to use list_volumes API.
|
5609
5609
|
"""
|
5610
5610
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5611
5611
|
required_arguments = []
|
@@ -5736,7 +5736,7 @@ class BlockstorageClient(object):
|
|
5736
5736
|
:rtype: :class:`~oci.response.Response`
|
5737
5737
|
|
5738
5738
|
:example:
|
5739
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5739
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_boot_volume.py.html>`__ to see an example of how to use update_boot_volume API.
|
5740
5740
|
"""
|
5741
5741
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5742
5742
|
required_arguments = ['bootVolumeId']
|
@@ -5840,7 +5840,7 @@ class BlockstorageClient(object):
|
|
5840
5840
|
:rtype: :class:`~oci.response.Response`
|
5841
5841
|
|
5842
5842
|
:example:
|
5843
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5843
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_boot_volume_backup.py.html>`__ to see an example of how to use update_boot_volume_backup API.
|
5844
5844
|
"""
|
5845
5845
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5846
5846
|
required_arguments = ['bootVolumeBackupId']
|
@@ -5943,7 +5943,7 @@ class BlockstorageClient(object):
|
|
5943
5943
|
:rtype: :class:`~oci.response.Response`
|
5944
5944
|
|
5945
5945
|
:example:
|
5946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_boot_volume_kms_key.py.html>`__ to see an example of how to use update_boot_volume_kms_key API.
|
5947
5947
|
"""
|
5948
5948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5949
5949
|
required_arguments = ['bootVolumeId']
|
@@ -6047,7 +6047,7 @@ class BlockstorageClient(object):
|
|
6047
6047
|
:rtype: :class:`~oci.response.Response`
|
6048
6048
|
|
6049
6049
|
:example:
|
6050
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6050
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_volume.py.html>`__ to see an example of how to use update_volume API.
|
6051
6051
|
"""
|
6052
6052
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6053
6053
|
required_arguments = ['volumeId']
|
@@ -6151,7 +6151,7 @@ class BlockstorageClient(object):
|
|
6151
6151
|
:rtype: :class:`~oci.response.Response`
|
6152
6152
|
|
6153
6153
|
:example:
|
6154
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6154
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_volume_backup.py.html>`__ to see an example of how to use update_volume_backup API.
|
6155
6155
|
"""
|
6156
6156
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6157
6157
|
required_arguments = ['volumeBackupId']
|
@@ -6271,7 +6271,7 @@ class BlockstorageClient(object):
|
|
6271
6271
|
:rtype: :class:`~oci.response.Response`
|
6272
6272
|
|
6273
6273
|
:example:
|
6274
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6274
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_volume_backup_policy.py.html>`__ to see an example of how to use update_volume_backup_policy API.
|
6275
6275
|
"""
|
6276
6276
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6277
6277
|
required_arguments = ['policyId']
|
@@ -6391,7 +6391,7 @@ class BlockstorageClient(object):
|
|
6391
6391
|
:rtype: :class:`~oci.response.Response`
|
6392
6392
|
|
6393
6393
|
:example:
|
6394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_volume_group.py.html>`__ to see an example of how to use update_volume_group API.
|
6395
6395
|
"""
|
6396
6396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6397
6397
|
required_arguments = ['volumeGroupId']
|
@@ -6504,7 +6504,7 @@ class BlockstorageClient(object):
|
|
6504
6504
|
:rtype: :class:`~oci.response.Response`
|
6505
6505
|
|
6506
6506
|
:example:
|
6507
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6507
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_volume_group_backup.py.html>`__ to see an example of how to use update_volume_group_backup API.
|
6508
6508
|
"""
|
6509
6509
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6510
6510
|
required_arguments = ['volumeGroupBackupId']
|
@@ -6607,7 +6607,7 @@ class BlockstorageClient(object):
|
|
6607
6607
|
:rtype: :class:`~oci.response.Response`
|
6608
6608
|
|
6609
6609
|
:example:
|
6610
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6610
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_volume_kms_key.py.html>`__ to see an example of how to use update_volume_kms_key API.
|
6611
6611
|
"""
|
6612
6612
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6613
6613
|
required_arguments = ['volumeId']
|