oci 2.11.0 → 2.12.0
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.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/lib/oci.rb +1 -0
- data/lib/oci/analytics/analytics_client.rb +15 -0
- data/lib/oci/announcements_service/announcement_client.rb +4 -0
- data/lib/oci/apigateway/api_gateway_client.rb +15 -0
- data/lib/oci/apigateway/deployment_client.rb +6 -0
- data/lib/oci/apigateway/gateway_client.rb +6 -0
- data/lib/oci/apigateway/work_requests_client.rb +5 -0
- data/lib/oci/application_migration/application_migration_client.rb +19 -0
- data/lib/oci/audit/audit_client.rb +4 -1
- data/lib/oci/audit/models/audit_event.rb +8 -7
- data/lib/oci/audit/models/data.rb +0 -107
- data/lib/oci/audit/models/identity.rb +0 -17
- data/lib/oci/audit/models/request.rb +0 -46
- data/lib/oci/audit/models/response.rb +0 -34
- data/lib/oci/audit/models/state_change.rb +0 -9
- data/lib/oci/auth/signers/ephemeral_resource_principals_signer.rb +0 -1
- data/lib/oci/auth/signers/resource_principals_signer.rb +1 -1
- data/lib/oci/autoscaling/auto_scaling_client.rb +11 -0
- data/lib/oci/bds/bds_client.rb +16 -0
- data/lib/oci/blockchain/blockchain.rb +1 -0
- data/lib/oci/blockchain/blockchain_platform_client.rb +57 -0
- data/lib/oci/blockchain/models/blockchain_platform.rb +36 -3
- data/lib/oci/blockchain/models/blockchain_platform_by_hostname.rb +1 -1
- data/lib/oci/blockchain/models/blockchain_platform_summary.rb +1 -1
- data/lib/oci/blockchain/models/create_blockchain_platform_details.rb +2 -2
- data/lib/oci/blockchain/models/scaled_blockchain_platform_preview.rb +1 -1
- data/lib/oci/blockchain/models/work_request.rb +1 -0
- data/lib/oci/blockchain/models/work_request_resource.rb +18 -4
- data/lib/oci/blockchain/models/work_request_resource_sub_type_detail.rb +206 -0
- data/lib/oci/blockchain/models/work_request_summary.rb +1 -0
- data/lib/oci/budget/budget_client.rb +10 -0
- data/lib/oci/cims/incident_client.rb +7 -0
- data/lib/oci/cims/user_client.rb +1 -0
- data/lib/oci/cloud_guard/cloud_guard_client.rb +82 -0
- data/lib/oci/cloud_guard/models/rule_summary.rb +1 -0
- data/lib/oci/compute_instance_agent/compute_instance_agent_client.rb +6 -0
- data/lib/oci/container_engine/container_engine_client.rb +18 -0
- data/lib/oci/core/blockstorage_client.rb +53 -0
- data/lib/oci/core/compute_client.rb +71 -0
- data/lib/oci/core/compute_management_client.rb +28 -0
- data/lib/oci/core/virtual_network_client.rb +194 -0
- data/lib/oci/data_catalog/data_catalog.rb +5 -0
- data/lib/oci/data_catalog/data_catalog_client.rb +307 -4
- data/lib/oci/data_catalog/models/attribute.rb +45 -4
- data/lib/oci/data_catalog/models/attribute_summary.rb +45 -4
- data/lib/oci/data_catalog/models/faceted_search_aggregation.rb +55 -4
- data/lib/oci/{database/models/create_autonomous_data_warehouse_backup_details.rb → data_catalog/models/rule_attribute.rb} +25 -18
- data/lib/oci/data_catalog/models/rule_collection.rb +161 -0
- data/lib/oci/data_catalog/models/rule_origin_type.rb +12 -0
- data/lib/oci/data_catalog/models/rule_summary.rb +439 -0
- data/lib/oci/data_catalog/models/rule_type.rb +12 -0
- data/lib/oci/data_catalog/models/search_result_collection.rb +18 -4
- data/lib/oci/data_flow/data_flow_client.rb +24 -0
- data/lib/oci/data_integration/data_integration_client.rb +92 -0
- data/lib/oci/data_safe/data_safe.rb +8 -0
- data/lib/oci/data_safe/data_safe_client.rb +606 -13
- data/lib/oci/data_safe/data_safe_client_composite_operations.rb +198 -0
- data/lib/oci/data_safe/models/change_on_prem_connector_compartment_details.rb +154 -0
- data/lib/oci/data_safe/models/create_data_safe_private_endpoint_details.rb +1 -1
- data/lib/oci/{database/models/update_autonomous_data_warehouse_details.rb → data_safe/models/create_on_prem_connector_details.rb} +27 -49
- data/lib/oci/data_safe/models/data_safe_configuration.rb +5 -5
- data/lib/oci/data_safe/models/data_safe_private_endpoint.rb +2 -2
- data/lib/oci/data_safe/models/data_safe_private_endpoint_summary.rb +1 -1
- data/lib/oci/data_safe/models/enable_data_safe_configuration_details.rb +6 -40
- data/lib/oci/{database/models/generate_autonomous_data_warehouse_wallet_details.rb → data_safe/models/generate_on_prem_connector_configuration_details.rb} +3 -4
- data/lib/oci/{database/models/autonomous_data_warehouse_backup_summary.rb → data_safe/models/on_prem_connector.rb} +98 -98
- data/lib/oci/data_safe/models/on_prem_connector_lifecycle_state.rb +16 -0
- data/lib/oci/{database/models/autonomous_data_warehouse_backup.rb → data_safe/models/on_prem_connector_summary.rb} +90 -99
- data/lib/oci/data_safe/models/service_list.rb +1 -0
- data/lib/oci/data_safe/models/update_data_safe_private_endpoint_details.rb +1 -1
- data/lib/oci/data_safe/models/update_on_prem_connector_details.rb +198 -0
- data/lib/oci/data_safe/models/update_on_prem_connector_wallet_details.rb +156 -0
- data/lib/oci/data_safe/models/work_request.rb +11 -6
- data/lib/oci/data_safe/models/work_request_error.rb +3 -4
- data/lib/oci/data_safe/models/work_request_log_entry.rb +3 -3
- data/lib/oci/data_safe/models/work_request_summary.rb +13 -8
- data/lib/oci/data_science/data_science_client.rb +34 -0
- data/lib/oci/database/database.rb +4 -8
- data/lib/oci/database/database_client.rb +523 -766
- data/lib/oci/database/database_client_composite_operations.rb +1299 -330
- data/lib/oci/database/models/activate_exadata_infrastructure_details.rb +2 -1
- data/lib/oci/database/models/autonomous_container_database.rb +3 -3
- data/lib/oci/database/models/autonomous_container_database_dataguard_association.rb +2 -2
- data/lib/oci/database/models/autonomous_container_database_summary.rb +3 -3
- data/lib/oci/database/models/autonomous_data_warehouse.rb +8 -21
- data/lib/oci/database/models/autonomous_data_warehouse_summary.rb +8 -21
- data/lib/oci/database/models/autonomous_database.rb +35 -3
- data/lib/oci/database/models/autonomous_database_apex.rb +169 -0
- data/lib/oci/database/models/autonomous_database_dataguard_association.rb +2 -2
- data/lib/oci/database/models/autonomous_database_summary.rb +35 -3
- data/lib/oci/database/models/autonomous_db_preview_version_summary.rb +2 -0
- data/lib/oci/database/models/autonomous_db_version_summary.rb +2 -0
- data/lib/oci/database/models/backup.rb +19 -5
- data/lib/oci/database/models/backup_summary.rb +19 -5
- data/lib/oci/database/models/change_cloud_exadata_infrastructure_compartment_details.rb +1 -1
- data/lib/oci/database/models/change_cloud_vm_cluster_compartment_details.rb +1 -1
- data/lib/oci/database/models/cloud_exadata_infrastructure.rb +2 -1
- data/lib/oci/database/models/cloud_exadata_infrastructure_summary.rb +2 -1
- data/lib/oci/database/models/cloud_vm_cluster.rb +1 -1
- data/lib/oci/database/models/cloud_vm_cluster_summary.rb +1 -1
- data/lib/oci/database/models/create_autonomous_container_database_details.rb +1 -1
- data/lib/oci/database/models/create_autonomous_database_base.rb +7 -3
- data/lib/oci/database/models/create_cloud_exadata_infrastructure_details.rb +1 -1
- data/lib/oci/database/models/create_cloud_vm_cluster_details.rb +2 -1
- data/lib/oci/database/models/create_database_base.rb +33 -4
- data/lib/oci/database/models/create_database_from_backup.rb +9 -1
- data/lib/oci/database/models/create_db_home_base.rb +30 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_details.rb +9 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_from_backup_details.rb +9 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_from_database_details.rb +9 -1
- data/lib/oci/database/models/create_db_home_with_vm_cluster_id_details.rb +9 -1
- data/lib/oci/database/models/create_db_home_with_vm_cluster_id_from_backup_details.rb +9 -1
- data/lib/oci/database/models/create_exadata_infrastructure_details.rb +16 -2
- data/lib/oci/database/models/create_new_database_details.rb +9 -1
- data/lib/oci/database/models/create_vm_cluster_details.rb +2 -1
- data/lib/oci/database/models/database.rb +16 -2
- data/lib/oci/database/models/database_summary.rb +16 -2
- data/lib/oci/database/models/db_home.rb +16 -2
- data/lib/oci/database/models/db_home_summary.rb +16 -2
- data/lib/oci/database/models/db_system.rb +16 -2
- data/lib/oci/database/models/db_system_summary.rb +16 -2
- data/lib/oci/database/models/exadata_db_system_migration.rb +1 -1
- data/lib/oci/database/models/exadata_db_system_migration_summary.rb +1 -1
- data/lib/oci/database/models/exadata_infrastructure.rb +15 -1
- data/lib/oci/database/models/exadata_infrastructure_summary.rb +18 -2
- data/lib/oci/database/models/flex_component_collection.rb +150 -0
- data/lib/oci/database/models/flex_component_summary.rb +197 -0
- data/lib/oci/database/models/generate_recommended_network_details.rb +1 -1
- data/lib/oci/database/models/launch_db_system_base.rb +30 -1
- data/lib/oci/database/models/launch_db_system_details.rb +9 -1
- data/lib/oci/database/models/launch_db_system_from_backup_details.rb +9 -1
- data/lib/oci/database/models/launch_db_system_from_database_details.rb +9 -1
- data/lib/oci/database/models/launch_db_system_from_db_system_details.rb +9 -1
- data/lib/oci/database/models/maintenance_run.rb +2 -1
- data/lib/oci/database/models/maintenance_run_summary.rb +2 -1
- data/lib/oci/database/models/migrate_vault_key_details.rb +170 -0
- data/lib/oci/database/models/update_autonomous_container_database_details.rb +1 -1
- data/lib/oci/database/models/update_autonomous_database_details.rb +6 -2
- data/lib/oci/database/models/update_cloud_exadata_infrastructure_details.rb +1 -1
- data/lib/oci/database/models/update_cloud_vm_cluster_details.rb +3 -2
- data/lib/oci/database/models/update_database_details.rb +1 -1
- data/lib/oci/database/models/update_details.rb +1 -1
- data/lib/oci/database/models/update_exadata_infrastructure_details.rb +16 -2
- data/lib/oci/database/models/update_history_entry_summary.rb +2 -1
- data/lib/oci/database/models/update_summary.rb +1 -1
- data/lib/oci/database/models/update_vm_cluster_details.rb +3 -1
- data/lib/oci/database/models/update_vm_cluster_network_details.rb +1 -1
- data/lib/oci/database/models/vm_cluster.rb +2 -1
- data/lib/oci/database/models/vm_cluster_network_details.rb +1 -1
- data/lib/oci/database/models/vm_cluster_network_summary.rb +2 -1
- data/lib/oci/database/models/vm_cluster_summary.rb +1 -0
- data/lib/oci/database/models/vm_network_details.rb +2 -1
- data/lib/oci/dns/dns_client.rb +49 -0
- data/lib/oci/dts/appliance_export_job_client.rb +6 -0
- data/lib/oci/dts/shipping_vendors_client.rb +1 -0
- data/lib/oci/dts/transfer_appliance_client.rb +8 -0
- data/lib/oci/dts/transfer_appliance_entitlement_client.rb +3 -0
- data/lib/oci/dts/transfer_device_client.rb +5 -0
- data/lib/oci/dts/transfer_job_client.rb +6 -0
- data/lib/oci/dts/transfer_package_client.rb +7 -0
- data/lib/oci/email/email_client.rb +10 -0
- data/lib/oci/events/events_client.rb +6 -0
- data/lib/oci/file_storage/file_storage_client.rb +25 -0
- data/lib/oci/functions/functions_invoke_client.rb +1 -0
- data/lib/oci/functions/functions_management_client.rb +11 -0
- data/lib/oci/healthchecks/health_checks_client.rb +17 -0
- data/lib/oci/identity/identity_client.rb +120 -0
- data/lib/oci/identity/models/saml2_identity_provider.rb +12 -1
- data/lib/oci/integration/integration.rb +3 -0
- data/lib/oci/integration/integration_instance_client.rb +12 -0
- data/lib/oci/integration/models/create_custom_endpoint_details.rb +167 -0
- data/lib/oci/integration/models/create_integration_instance_details.rb +44 -1
- data/lib/oci/integration/models/custom_endpoint_details.rb +180 -0
- data/lib/oci/integration/models/integration_instance.rb +43 -1
- data/lib/oci/integration/models/integration_instance_summary.rb +43 -1
- data/lib/oci/integration/models/update_custom_endpoint_details.rb +167 -0
- data/lib/oci/integration/models/update_integration_instance_details.rb +47 -4
- data/lib/oci/key_management/kms_crypto_client.rb +4 -0
- data/lib/oci/key_management/kms_management_client.rb +31 -0
- data/lib/oci/key_management/kms_vault_client.rb +11 -0
- data/lib/oci/limits/limits_client.rb +4 -0
- data/lib/oci/limits/quotas_client.rb +5 -0
- data/lib/oci/load_balancer/load_balancer.rb +1 -0
- data/lib/oci/load_balancer/load_balancer_client.rb +56 -0
- data/lib/oci/load_balancer/models/create_load_balancer_details.rb +16 -1
- data/lib/oci/load_balancer/models/load_balancer.rb +14 -1
- data/lib/oci/load_balancer/models/shape_details.rb +180 -0
- data/lib/oci/load_balancer/models/ssl_configuration.rb +1 -1
- data/lib/oci/load_balancer/models/ssl_configuration_details.rb +1 -1
- data/lib/oci/load_balancer/models/update_load_balancer_shape_details.rb +22 -4
- data/lib/oci/log_analytics/log_analytics_client.rb +126 -0
- data/lib/oci/logging/logging_management_client.rb +32 -0
- data/lib/oci/loggingingestion/logging_client.rb +1 -0
- data/lib/oci/loggingsearch/log_search_client.rb +1 -0
- data/lib/oci/management_agent/management_agent.rb +2 -0
- data/lib/oci/management_agent/management_agent_client.rb +101 -0
- data/lib/oci/management_agent/models/availability_history_summary.rb +217 -0
- data/lib/oci/management_agent/models/availability_status.rb +12 -0
- data/lib/oci/management_agent/models/management_agent.rb +35 -1
- data/lib/oci/management_agent/models/management_agent_summary.rb +49 -1
- data/lib/oci/management_dashboard/dashx_apis_client.rb +14 -0
- data/lib/oci/marketplace/marketplace_client.rb +16 -0
- data/lib/oci/monitoring/monitoring_client.rb +12 -0
- data/lib/oci/mysql/channels_client.rb +625 -0
- data/lib/oci/mysql/channels_client_composite_operations.rb +271 -0
- data/lib/oci/mysql/db_backups_client.rb +11 -0
- data/lib/oci/mysql/db_system_client.rb +17 -0
- data/lib/oci/mysql/models/backup.rb +16 -3
- data/lib/oci/mysql/models/backup_summary.rb +17 -3
- data/lib/oci/mysql/models/ca_certificate.rb +189 -0
- data/lib/oci/mysql/models/channel.rb +340 -0
- data/lib/oci/mysql/models/channel_source.rb +189 -0
- data/lib/oci/mysql/models/channel_source_mysql.rb +230 -0
- data/lib/oci/mysql/models/channel_summary.rb +304 -0
- data/lib/oci/mysql/models/channel_target.rb +189 -0
- data/lib/oci/mysql/models/channel_target_db_system.rb +193 -0
- data/lib/oci/mysql/models/configuration.rb +2 -2
- data/lib/oci/mysql/models/configuration_summary.rb +2 -2
- data/lib/oci/mysql/models/configuration_variables.rb +30 -15
- data/lib/oci/mysql/models/create_backup_details.rb +2 -2
- data/lib/oci/mysql/models/create_backup_policy_details.rb +3 -0
- data/lib/oci/mysql/models/create_channel_details.rb +248 -0
- data/lib/oci/mysql/models/create_channel_source_details.rb +170 -0
- data/lib/oci/mysql/models/create_channel_source_from_mysql_details.rb +224 -0
- data/lib/oci/mysql/models/create_channel_target_details.rb +170 -0
- data/lib/oci/mysql/models/create_channel_target_from_db_system_details.rb +193 -0
- data/lib/oci/mysql/models/create_configuration_details.rb +2 -3
- data/lib/oci/mysql/models/create_db_system_details.rb +1 -1
- data/lib/oci/mysql/models/create_db_system_source_details.rb +1 -0
- data/lib/oci/mysql/models/create_db_system_source_from_none_details.rb +146 -0
- data/lib/oci/mysql/models/db_system.rb +15 -3
- data/lib/oci/mysql/models/db_system_snapshot.rb +437 -0
- data/lib/oci/mysql/models/db_system_source.rb +1 -0
- data/lib/oci/mysql/models/db_system_source_from_none.rb +146 -0
- data/lib/oci/mysql/models/db_system_summary.rb +2 -2
- data/lib/oci/mysql/models/pem_ca_certificate.rb +158 -0
- data/lib/oci/mysql/models/update_backup_details.rb +2 -2
- data/lib/oci/mysql/models/update_backup_policy_details.rb +3 -0
- data/lib/oci/mysql/models/update_channel_details.rb +234 -0
- data/lib/oci/mysql/models/update_channel_source_details.rb +171 -0
- data/lib/oci/mysql/models/update_channel_source_from_mysql_details.rb +224 -0
- data/lib/oci/mysql/models/update_channel_target_details.rb +170 -0
- data/lib/oci/mysql/models/update_channel_target_from_db_system_details.rb +179 -0
- data/lib/oci/mysql/models/update_configuration_details.rb +2 -2
- data/lib/oci/mysql/mysql.rb +23 -0
- data/lib/oci/mysql/mysqlaas_client.rb +7 -0
- data/lib/oci/mysql/work_requests_client.rb +4 -0
- data/lib/oci/nosql/nosql_client.rb +22 -0
- data/lib/oci/object_storage/models/object_lifecycle_rule.rb +11 -9
- data/lib/oci/object_storage/object_storage_client.rb +55 -6
- data/lib/oci/oce/oce_instance_client.rb +10 -0
- data/lib/oci/ocvp/esxi_host_client.rb +5 -0
- data/lib/oci/ocvp/sddc_client.rb +7 -0
- data/lib/oci/ocvp/work_request_client.rb +4 -0
- data/lib/oci/oda/oda_client.rb +12 -0
- data/lib/oci/ons/notification_control_plane_client.rb +6 -0
- data/lib/oci/ons/notification_data_plane_client.rb +10 -0
- data/lib/oci/opsi/models/sql_insight_aggregation.rb +2 -1
- data/lib/oci/opsi/models/sql_insight_thresholds.rb +21 -4
- data/lib/oci/opsi/operations_insights_client.rb +22 -3
- data/lib/oci/optimizer/optimizer_client.rb +22 -0
- data/lib/oci/os_management/os_management_client.rb +53 -0
- data/lib/oci/regions.rb +3 -0
- data/lib/oci/resource_manager/models/configuration_source_provider.rb +5 -1
- data/lib/oci/resource_manager/models/configuration_source_provider_summary.rb +3 -1
- data/lib/oci/resource_manager/models/create_configuration_source_provider_details.rb +4 -1
- data/lib/oci/resource_manager/models/create_github_access_token_configuration_source_provider_details.rb +200 -0
- data/lib/oci/resource_manager/models/create_gitlab_access_token_configuration_source_provider_details.rb +3 -3
- data/lib/oci/resource_manager/models/github_access_token_configuration_source_provider.rb +198 -0
- data/lib/oci/resource_manager/models/github_access_token_configuration_source_provider_summary.rb +198 -0
- data/lib/oci/resource_manager/models/gitlab_access_token_configuration_source_provider.rb +2 -2
- data/lib/oci/resource_manager/models/gitlab_access_token_configuration_source_provider_summary.rb +2 -2
- data/lib/oci/resource_manager/models/update_configuration_source_provider_details.rb +4 -1
- data/lib/oci/resource_manager/models/update_github_access_token_configuration_source_provider_details.rb +196 -0
- data/lib/oci/resource_manager/models/update_gitlab_access_token_configuration_source_provider_details.rb +3 -3
- data/lib/oci/resource_manager/resource_manager.rb +4 -0
- data/lib/oci/resource_manager/resource_manager_client.rb +36 -2
- data/lib/oci/resource_search/resource_search_client.rb +3 -0
- data/lib/oci/rover/models/change_rover_cluster_compartment_details.rb +155 -0
- data/lib/oci/{database/models/autonomous_data_warehouse_console_token_details.rb → rover/models/change_rover_entitlement_compartment_details.rb} +13 -23
- data/lib/oci/rover/models/change_rover_node_compartment_details.rb +155 -0
- data/lib/oci/rover/models/create_rover_cluster_details.rb +459 -0
- data/lib/oci/rover/models/create_rover_entitlement_details.rb +320 -0
- data/lib/oci/rover/models/create_rover_node_details.rb +501 -0
- data/lib/oci/rover/models/enclosure_type.rb +11 -0
- data/lib/oci/rover/models/lifecycle_state.rb +15 -0
- data/lib/oci/rover/models/node_type.rb +11 -0
- data/lib/oci/rover/models/rover_cluster.rb +610 -0
- data/lib/oci/rover/models/rover_cluster_certificate.rb +150 -0
- data/lib/oci/{database/models/restore_autonomous_data_warehouse_details.rb → rover/models/rover_cluster_collection.rb} +11 -12
- data/lib/oci/{database/models/create_autonomous_data_warehouse_details.rb → rover/models/rover_cluster_summary.rb} +99 -84
- data/lib/oci/rover/models/rover_entitlement.rb +363 -0
- data/lib/oci/rover/models/rover_entitlement_collection.rb +150 -0
- data/lib/oci/rover/models/rover_entitlement_summary.rb +285 -0
- data/lib/oci/rover/models/rover_node.rb +661 -0
- data/lib/oci/rover/models/rover_node_action_set_key_details.rb +154 -0
- data/lib/oci/rover/models/rover_node_certificate.rb +150 -0
- data/lib/oci/rover/models/rover_node_collection.rb +150 -0
- data/lib/oci/rover/models/rover_node_encryption_key.rb +154 -0
- data/lib/oci/rover/models/rover_node_get_rpt.rb +168 -0
- data/lib/oci/rover/models/rover_node_set_key.rb +154 -0
- data/lib/oci/rover/models/rover_node_summary.rb +323 -0
- data/lib/oci/rover/models/rover_workload.rb +264 -0
- data/lib/oci/rover/models/shipping_address.rb +276 -0
- data/lib/oci/rover/models/sort_orders.rb +11 -0
- data/lib/oci/rover/models/update_rover_cluster_details.rb +445 -0
- data/lib/oci/rover/models/update_rover_entitlement_details.rb +306 -0
- data/lib/oci/rover/models/update_rover_node_details.rb +487 -0
- data/lib/oci/rover/rover.rb +54 -0
- data/lib/oci/rover/rover_cluster_client.rb +549 -0
- data/lib/oci/rover/rover_cluster_client_composite_operations.rb +144 -0
- data/lib/oci/rover/rover_entitlement_client.rb +514 -0
- data/lib/oci/rover/rover_entitlement_client_composite_operations.rb +144 -0
- data/lib/oci/rover/rover_node_client.rb +738 -0
- data/lib/oci/rover/rover_node_client_composite_operations.rb +144 -0
- data/lib/oci/rover/util.rb +3 -0
- data/lib/oci/sch/service_connector_client.rb +12 -0
- data/lib/oci/secrets/secrets_client.rb +2 -0
- data/lib/oci/streaming/stream_admin_client.rb +18 -0
- data/lib/oci/streaming/stream_client.rb +8 -0
- data/lib/oci/tenant_manager_control_plane/link_client.rb +3 -0
- data/lib/oci/tenant_manager_control_plane/recipient_invitation_client.rb +5 -0
- data/lib/oci/tenant_manager_control_plane/sender_invitation_client.rb +5 -0
- data/lib/oci/tenant_manager_control_plane/work_request_client.rb +4 -0
- data/lib/oci/usage_api/usageapi_client.rb +2 -0
- data/lib/oci/vault/vaults_client.rb +11 -0
- data/lib/oci/version.rb +1 -1
- data/lib/oci/waas/redirect_client.rb +6 -0
- data/lib/oci/waas/waas_client.rb +66 -0
- data/lib/oci/work_requests/work_request_client.rb +4 -0
- metadata +91 -10
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
3
3
|
|
|
4
4
|
require 'date'
|
|
5
|
+
require 'logger'
|
|
5
6
|
|
|
6
7
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
7
8
|
module OCI
|
|
@@ -112,6 +112,7 @@ module OCI
|
|
|
112
112
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
113
113
|
#
|
|
114
114
|
# @return [Response] A Response object with data of type nil
|
|
115
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/computeinstanceagent/cancel_instance_agent_command.rb.html) to see an example of how to use cancel_instance_agent_command API.
|
|
115
116
|
def cancel_instance_agent_command(instance_agent_command_id, opts = {})
|
|
116
117
|
logger.debug 'Calling operation ComputeInstanceAgentClient#cancel_instance_agent_command.' if logger
|
|
117
118
|
|
|
@@ -174,6 +175,7 @@ module OCI
|
|
|
174
175
|
# may be rejected).
|
|
175
176
|
#
|
|
176
177
|
# @return [Response] A Response object with data of type {OCI::ComputeInstanceAgent::Models::InstanceAgentCommand InstanceAgentCommand}
|
|
178
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/computeinstanceagent/create_instance_agent_command.rb.html) to see an example of how to use create_instance_agent_command API.
|
|
177
179
|
def create_instance_agent_command(create_instance_agent_command_details, opts = {})
|
|
178
180
|
logger.debug 'Calling operation ComputeInstanceAgentClient#create_instance_agent_command.' if logger
|
|
179
181
|
|
|
@@ -230,6 +232,7 @@ module OCI
|
|
|
230
232
|
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
231
233
|
#
|
|
232
234
|
# @return [Response] A Response object with data of type {OCI::ComputeInstanceAgent::Models::InstanceAgentCommand InstanceAgentCommand}
|
|
235
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/computeinstanceagent/get_instance_agent_command.rb.html) to see an example of how to use get_instance_agent_command API.
|
|
233
236
|
def get_instance_agent_command(instance_agent_command_id, opts = {})
|
|
234
237
|
logger.debug 'Calling operation ComputeInstanceAgentClient#get_instance_agent_command.' if logger
|
|
235
238
|
|
|
@@ -286,6 +289,7 @@ module OCI
|
|
|
286
289
|
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
287
290
|
#
|
|
288
291
|
# @return [Response] A Response object with data of type {OCI::ComputeInstanceAgent::Models::InstanceAgentCommandExecution InstanceAgentCommandExecution}
|
|
292
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/computeinstanceagent/get_instance_agent_command_execution.rb.html) to see an example of how to use get_instance_agent_command_execution API.
|
|
289
293
|
def get_instance_agent_command_execution(instance_agent_command_id, instance_id, opts = {})
|
|
290
294
|
logger.debug 'Calling operation ComputeInstanceAgentClient#get_instance_agent_command_execution.' if logger
|
|
291
295
|
|
|
@@ -364,6 +368,7 @@ module OCI
|
|
|
364
368
|
# Allowed values are: ASC, DESC
|
|
365
369
|
# @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
|
|
366
370
|
# @return [Response] A Response object with data of type Array<{OCI::ComputeInstanceAgent::Models::InstanceAgentCommandExecutionSummary InstanceAgentCommandExecutionSummary}>
|
|
371
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/computeinstanceagent/list_instance_agent_command_executions.rb.html) to see an example of how to use list_instance_agent_command_executions API.
|
|
367
372
|
def list_instance_agent_command_executions(compartment_id, instance_id, opts = {})
|
|
368
373
|
logger.debug 'Calling operation ComputeInstanceAgentClient#list_instance_agent_command_executions.' if logger
|
|
369
374
|
|
|
@@ -457,6 +462,7 @@ module OCI
|
|
|
457
462
|
#
|
|
458
463
|
# Allowed values are: ASC, DESC
|
|
459
464
|
# @return [Response] A Response object with data of type Array<{OCI::ComputeInstanceAgent::Models::InstanceAgentCommandSummary InstanceAgentCommandSummary}>
|
|
465
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/computeinstanceagent/list_instance_agent_commands.rb.html) to see an example of how to use list_instance_agent_commands API.
|
|
460
466
|
def list_instance_agent_commands(compartment_id, opts = {})
|
|
461
467
|
logger.debug 'Calling operation ComputeInstanceAgentClient#list_instance_agent_commands.' if logger
|
|
462
468
|
|
|
@@ -112,6 +112,7 @@ module OCI
|
|
|
112
112
|
# Oracle about a particular request, please provide the request ID.
|
|
113
113
|
#
|
|
114
114
|
# @return [Response] A Response object with data of type nil
|
|
115
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/containerengine/create_cluster.rb.html) to see an example of how to use create_cluster API.
|
|
115
116
|
def create_cluster(create_cluster_details, opts = {})
|
|
116
117
|
logger.debug 'Calling operation ContainerEngineClient#create_cluster.' if logger
|
|
117
118
|
|
|
@@ -170,6 +171,7 @@ module OCI
|
|
|
170
171
|
# @option opts [String, IO] :response_target Streaming http body into a file (specified by file name or File object) or IO object if the block is not given
|
|
171
172
|
# @option [Block] &block Streaming http body to the block
|
|
172
173
|
# @return [Response] A Response object with data of type String if response_target and block are not given, otherwise with nil data
|
|
174
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/containerengine/create_kubeconfig.rb.html) to see an example of how to use create_kubeconfig API.
|
|
173
175
|
def create_kubeconfig(cluster_id, opts = {}, &block)
|
|
174
176
|
logger.debug 'Calling operation ContainerEngineClient#create_kubeconfig.' if logger
|
|
175
177
|
|
|
@@ -272,6 +274,7 @@ module OCI
|
|
|
272
274
|
# Oracle about a particular request, please provide the request ID.
|
|
273
275
|
#
|
|
274
276
|
# @return [Response] A Response object with data of type nil
|
|
277
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/containerengine/create_node_pool.rb.html) to see an example of how to use create_node_pool API.
|
|
275
278
|
def create_node_pool(create_node_pool_details, opts = {})
|
|
276
279
|
logger.debug 'Calling operation ContainerEngineClient#create_node_pool.' if logger
|
|
277
280
|
|
|
@@ -331,6 +334,7 @@ module OCI
|
|
|
331
334
|
# Oracle about a particular request, please provide the request ID.
|
|
332
335
|
#
|
|
333
336
|
# @return [Response] A Response object with data of type nil
|
|
337
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/containerengine/delete_cluster.rb.html) to see an example of how to use delete_cluster API.
|
|
334
338
|
def delete_cluster(cluster_id, opts = {})
|
|
335
339
|
logger.debug 'Calling operation ContainerEngineClient#delete_cluster.' if logger
|
|
336
340
|
|
|
@@ -390,6 +394,7 @@ module OCI
|
|
|
390
394
|
# Oracle about a particular request, please provide the request ID.
|
|
391
395
|
#
|
|
392
396
|
# @return [Response] A Response object with data of type nil
|
|
397
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/containerengine/delete_node_pool.rb.html) to see an example of how to use delete_node_pool API.
|
|
393
398
|
def delete_node_pool(node_pool_id, opts = {})
|
|
394
399
|
logger.debug 'Calling operation ContainerEngineClient#delete_node_pool.' if logger
|
|
395
400
|
|
|
@@ -449,6 +454,7 @@ module OCI
|
|
|
449
454
|
# Oracle about a particular request, please provide the request ID.
|
|
450
455
|
#
|
|
451
456
|
# @return [Response] A Response object with data of type nil
|
|
457
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/containerengine/delete_work_request.rb.html) to see an example of how to use delete_work_request API.
|
|
452
458
|
def delete_work_request(work_request_id, opts = {})
|
|
453
459
|
logger.debug 'Calling operation ContainerEngineClient#delete_work_request.' if logger
|
|
454
460
|
|
|
@@ -504,6 +510,7 @@ module OCI
|
|
|
504
510
|
# Oracle about a particular request, please provide the request ID.
|
|
505
511
|
#
|
|
506
512
|
# @return [Response] A Response object with data of type {OCI::ContainerEngine::Models::Cluster Cluster}
|
|
513
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/containerengine/get_cluster.rb.html) to see an example of how to use get_cluster API.
|
|
507
514
|
def get_cluster(cluster_id, opts = {})
|
|
508
515
|
logger.debug 'Calling operation ContainerEngineClient#get_cluster.' if logger
|
|
509
516
|
|
|
@@ -560,6 +567,7 @@ module OCI
|
|
|
560
567
|
# Oracle about a particular request, please provide the request ID.
|
|
561
568
|
#
|
|
562
569
|
# @return [Response] A Response object with data of type {OCI::ContainerEngine::Models::ClusterOptions ClusterOptions}
|
|
570
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/containerengine/get_cluster_options.rb.html) to see an example of how to use get_cluster_options API.
|
|
563
571
|
def get_cluster_options(cluster_option_id, opts = {})
|
|
564
572
|
logger.debug 'Calling operation ContainerEngineClient#get_cluster_options.' if logger
|
|
565
573
|
|
|
@@ -616,6 +624,7 @@ module OCI
|
|
|
616
624
|
# Oracle about a particular request, please provide the request ID.
|
|
617
625
|
#
|
|
618
626
|
# @return [Response] A Response object with data of type {OCI::ContainerEngine::Models::NodePool NodePool}
|
|
627
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/containerengine/get_node_pool.rb.html) to see an example of how to use get_node_pool API.
|
|
619
628
|
def get_node_pool(node_pool_id, opts = {})
|
|
620
629
|
logger.debug 'Calling operation ContainerEngineClient#get_node_pool.' if logger
|
|
621
630
|
|
|
@@ -672,6 +681,7 @@ module OCI
|
|
|
672
681
|
# Oracle about a particular request, please provide the request ID.
|
|
673
682
|
#
|
|
674
683
|
# @return [Response] A Response object with data of type {OCI::ContainerEngine::Models::NodePoolOptions NodePoolOptions}
|
|
684
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/containerengine/get_node_pool_options.rb.html) to see an example of how to use get_node_pool_options API.
|
|
675
685
|
def get_node_pool_options(node_pool_option_id, opts = {})
|
|
676
686
|
logger.debug 'Calling operation ContainerEngineClient#get_node_pool_options.' if logger
|
|
677
687
|
|
|
@@ -728,6 +738,7 @@ module OCI
|
|
|
728
738
|
# Oracle about a particular request, please provide the request ID.
|
|
729
739
|
#
|
|
730
740
|
# @return [Response] A Response object with data of type {OCI::ContainerEngine::Models::WorkRequest WorkRequest}
|
|
741
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/containerengine/get_work_request.rb.html) to see an example of how to use get_work_request API.
|
|
731
742
|
def get_work_request(work_request_id, opts = {})
|
|
732
743
|
logger.debug 'Calling operation ContainerEngineClient#get_work_request.' if logger
|
|
733
744
|
|
|
@@ -796,6 +807,7 @@ module OCI
|
|
|
796
807
|
# Oracle about a particular request, please provide the request ID.
|
|
797
808
|
#
|
|
798
809
|
# @return [Response] A Response object with data of type Array<{OCI::ContainerEngine::Models::ClusterSummary ClusterSummary}>
|
|
810
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/containerengine/list_clusters.rb.html) to see an example of how to use list_clusters API.
|
|
799
811
|
def list_clusters(compartment_id, opts = {})
|
|
800
812
|
logger.debug 'Calling operation ContainerEngineClient#list_clusters.' if logger
|
|
801
813
|
|
|
@@ -887,6 +899,7 @@ module OCI
|
|
|
887
899
|
# Oracle about a particular request, please provide the request ID.
|
|
888
900
|
#
|
|
889
901
|
# @return [Response] A Response object with data of type Array<{OCI::ContainerEngine::Models::NodePoolSummary NodePoolSummary}>
|
|
902
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/containerengine/list_node_pools.rb.html) to see an example of how to use list_node_pools API.
|
|
890
903
|
def list_node_pools(compartment_id, opts = {})
|
|
891
904
|
logger.debug 'Calling operation ContainerEngineClient#list_node_pools.' if logger
|
|
892
905
|
|
|
@@ -957,6 +970,7 @@ module OCI
|
|
|
957
970
|
# Oracle about a particular request, please provide the request ID.
|
|
958
971
|
#
|
|
959
972
|
# @return [Response] A Response object with data of type Array<{OCI::ContainerEngine::Models::WorkRequestError WorkRequestError}>
|
|
973
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/containerengine/list_work_request_errors.rb.html) to see an example of how to use list_work_request_errors API.
|
|
960
974
|
def list_work_request_errors(compartment_id, work_request_id, opts = {})
|
|
961
975
|
logger.debug 'Calling operation ContainerEngineClient#list_work_request_errors.' if logger
|
|
962
976
|
|
|
@@ -1015,6 +1029,7 @@ module OCI
|
|
|
1015
1029
|
# Oracle about a particular request, please provide the request ID.
|
|
1016
1030
|
#
|
|
1017
1031
|
# @return [Response] A Response object with data of type Array<{OCI::ContainerEngine::Models::WorkRequestLogEntry WorkRequestLogEntry}>
|
|
1032
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/containerengine/list_work_request_logs.rb.html) to see an example of how to use list_work_request_logs API.
|
|
1018
1033
|
def list_work_request_logs(compartment_id, work_request_id, opts = {})
|
|
1019
1034
|
logger.debug 'Calling operation ContainerEngineClient#list_work_request_logs.' if logger
|
|
1020
1035
|
|
|
@@ -1087,6 +1102,7 @@ module OCI
|
|
|
1087
1102
|
# Oracle about a particular request, please provide the request ID.
|
|
1088
1103
|
#
|
|
1089
1104
|
# @return [Response] A Response object with data of type Array<{OCI::ContainerEngine::Models::WorkRequestSummary WorkRequestSummary}>
|
|
1105
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/containerengine/list_work_requests.rb.html) to see an example of how to use list_work_requests API.
|
|
1090
1106
|
def list_work_requests(compartment_id, opts = {})
|
|
1091
1107
|
logger.debug 'Calling operation ContainerEngineClient#list_work_requests.' if logger
|
|
1092
1108
|
|
|
@@ -1167,6 +1183,7 @@ module OCI
|
|
|
1167
1183
|
# Oracle about a particular request, please provide the request ID.
|
|
1168
1184
|
#
|
|
1169
1185
|
# @return [Response] A Response object with data of type nil
|
|
1186
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/containerengine/update_cluster.rb.html) to see an example of how to use update_cluster API.
|
|
1170
1187
|
def update_cluster(cluster_id, update_cluster_details, opts = {})
|
|
1171
1188
|
logger.debug 'Calling operation ContainerEngineClient#update_cluster.' if logger
|
|
1172
1189
|
|
|
@@ -1228,6 +1245,7 @@ module OCI
|
|
|
1228
1245
|
# Oracle about a particular request, please provide the request ID.
|
|
1229
1246
|
#
|
|
1230
1247
|
# @return [Response] A Response object with data of type nil
|
|
1248
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/containerengine/update_node_pool.rb.html) to see an example of how to use update_node_pool API.
|
|
1231
1249
|
def update_node_pool(node_pool_id, update_node_pool_details, opts = {})
|
|
1232
1250
|
logger.debug 'Calling operation ContainerEngineClient#update_node_pool.' if logger
|
|
1233
1251
|
|
|
@@ -115,6 +115,7 @@ module OCI
|
|
|
115
115
|
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
116
116
|
#
|
|
117
117
|
# @return [Response] A Response object with data of type nil
|
|
118
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_boot_volume_backup_compartment.rb.html) to see an example of how to use change_boot_volume_backup_compartment API.
|
|
118
119
|
def change_boot_volume_backup_compartment(boot_volume_backup_id, change_boot_volume_backup_compartment_details, opts = {})
|
|
119
120
|
logger.debug 'Calling operation BlockstorageClient#change_boot_volume_backup_compartment.' if logger
|
|
120
121
|
|
|
@@ -174,6 +175,7 @@ module OCI
|
|
|
174
175
|
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
175
176
|
#
|
|
176
177
|
# @return [Response] A Response object with data of type nil
|
|
178
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_boot_volume_compartment.rb.html) to see an example of how to use change_boot_volume_compartment API.
|
|
177
179
|
def change_boot_volume_compartment(boot_volume_id, change_boot_volume_compartment_details, opts = {})
|
|
178
180
|
logger.debug 'Calling operation BlockstorageClient#change_boot_volume_compartment.' if logger
|
|
179
181
|
|
|
@@ -233,6 +235,7 @@ module OCI
|
|
|
233
235
|
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
234
236
|
#
|
|
235
237
|
# @return [Response] A Response object with data of type nil
|
|
238
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_volume_backup_compartment.rb.html) to see an example of how to use change_volume_backup_compartment API.
|
|
236
239
|
def change_volume_backup_compartment(volume_backup_id, change_volume_backup_compartment_details, opts = {})
|
|
237
240
|
logger.debug 'Calling operation BlockstorageClient#change_volume_backup_compartment.' if logger
|
|
238
241
|
|
|
@@ -292,6 +295,7 @@ module OCI
|
|
|
292
295
|
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
293
296
|
#
|
|
294
297
|
# @return [Response] A Response object with data of type nil
|
|
298
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_volume_compartment.rb.html) to see an example of how to use change_volume_compartment API.
|
|
295
299
|
def change_volume_compartment(volume_id, change_volume_compartment_details, opts = {})
|
|
296
300
|
logger.debug 'Calling operation BlockstorageClient#change_volume_compartment.' if logger
|
|
297
301
|
|
|
@@ -351,6 +355,7 @@ module OCI
|
|
|
351
355
|
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
352
356
|
#
|
|
353
357
|
# @return [Response] A Response object with data of type nil
|
|
358
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_volume_group_backup_compartment.rb.html) to see an example of how to use change_volume_group_backup_compartment API.
|
|
354
359
|
def change_volume_group_backup_compartment(volume_group_backup_id, change_volume_group_backup_compartment_details, opts = {})
|
|
355
360
|
logger.debug 'Calling operation BlockstorageClient#change_volume_group_backup_compartment.' if logger
|
|
356
361
|
|
|
@@ -410,6 +415,7 @@ module OCI
|
|
|
410
415
|
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
411
416
|
#
|
|
412
417
|
# @return [Response] A Response object with data of type nil
|
|
418
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_volume_group_compartment.rb.html) to see an example of how to use change_volume_group_compartment API.
|
|
413
419
|
def change_volume_group_compartment(volume_group_id, change_volume_group_compartment_details, opts = {})
|
|
414
420
|
logger.debug 'Calling operation BlockstorageClient#change_volume_group_compartment.' if logger
|
|
415
421
|
|
|
@@ -474,6 +480,7 @@ module OCI
|
|
|
474
480
|
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
475
481
|
#
|
|
476
482
|
# @return [Response] A Response object with data of type {OCI::Core::Models::BootVolumeBackup BootVolumeBackup}
|
|
483
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/copy_boot_volume_backup.rb.html) to see an example of how to use copy_boot_volume_backup API.
|
|
477
484
|
def copy_boot_volume_backup(boot_volume_backup_id, copy_boot_volume_backup_details, opts = {})
|
|
478
485
|
logger.debug 'Calling operation BlockstorageClient#copy_boot_volume_backup.' if logger
|
|
479
486
|
|
|
@@ -541,6 +548,7 @@ module OCI
|
|
|
541
548
|
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
542
549
|
#
|
|
543
550
|
# @return [Response] A Response object with data of type {OCI::Core::Models::VolumeBackup VolumeBackup}
|
|
551
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/copy_volume_backup.rb.html) to see an example of how to use copy_volume_backup API.
|
|
544
552
|
def copy_volume_backup(volume_backup_id, copy_volume_backup_details, opts = {})
|
|
545
553
|
logger.debug 'Calling operation BlockstorageClient#copy_volume_backup.' if logger
|
|
546
554
|
|
|
@@ -606,6 +614,7 @@ module OCI
|
|
|
606
614
|
# may be rejected).
|
|
607
615
|
#
|
|
608
616
|
# @return [Response] A Response object with data of type {OCI::Core::Models::BootVolume BootVolume}
|
|
617
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_boot_volume.rb.html) to see an example of how to use create_boot_volume API.
|
|
609
618
|
def create_boot_volume(create_boot_volume_details, opts = {})
|
|
610
619
|
logger.debug 'Calling operation BlockstorageClient#create_boot_volume.' if logger
|
|
611
620
|
|
|
@@ -670,6 +679,7 @@ module OCI
|
|
|
670
679
|
# may be rejected).
|
|
671
680
|
#
|
|
672
681
|
# @return [Response] A Response object with data of type {OCI::Core::Models::BootVolumeBackup BootVolumeBackup}
|
|
682
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_boot_volume_backup.rb.html) to see an example of how to use create_boot_volume_backup API.
|
|
673
683
|
def create_boot_volume_backup(create_boot_volume_backup_details, opts = {})
|
|
674
684
|
logger.debug 'Calling operation BlockstorageClient#create_boot_volume_backup.' if logger
|
|
675
685
|
|
|
@@ -742,6 +752,7 @@ module OCI
|
|
|
742
752
|
# may be rejected).
|
|
743
753
|
#
|
|
744
754
|
# @return [Response] A Response object with data of type {OCI::Core::Models::Volume Volume}
|
|
755
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_volume.rb.html) to see an example of how to use create_volume API.
|
|
745
756
|
def create_volume(create_volume_details, opts = {})
|
|
746
757
|
logger.debug 'Calling operation BlockstorageClient#create_volume.' if logger
|
|
747
758
|
|
|
@@ -806,6 +817,7 @@ module OCI
|
|
|
806
817
|
# may be rejected).
|
|
807
818
|
#
|
|
808
819
|
# @return [Response] A Response object with data of type {OCI::Core::Models::VolumeBackup VolumeBackup}
|
|
820
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_volume_backup.rb.html) to see an example of how to use create_volume_backup API.
|
|
809
821
|
def create_volume_backup(create_volume_backup_details, opts = {})
|
|
810
822
|
logger.debug 'Calling operation BlockstorageClient#create_volume_backup.' if logger
|
|
811
823
|
|
|
@@ -871,6 +883,7 @@ module OCI
|
|
|
871
883
|
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
872
884
|
#
|
|
873
885
|
# @return [Response] A Response object with data of type {OCI::Core::Models::VolumeBackupPolicy VolumeBackupPolicy}
|
|
886
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_volume_backup_policy.rb.html) to see an example of how to use create_volume_backup_policy API.
|
|
874
887
|
def create_volume_backup_policy(create_volume_backup_policy_details, opts = {})
|
|
875
888
|
logger.debug 'Calling operation BlockstorageClient#create_volume_backup_policy.' if logger
|
|
876
889
|
|
|
@@ -928,6 +941,7 @@ module OCI
|
|
|
928
941
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
929
942
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
930
943
|
# @return [Response] A Response object with data of type {OCI::Core::Models::VolumeBackupPolicyAssignment VolumeBackupPolicyAssignment}
|
|
944
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_volume_backup_policy_assignment.rb.html) to see an example of how to use create_volume_backup_policy_assignment API.
|
|
931
945
|
def create_volume_backup_policy_assignment(create_volume_backup_policy_assignment_details, opts = {})
|
|
932
946
|
logger.debug 'Calling operation BlockstorageClient#create_volume_backup_policy_assignment.' if logger
|
|
933
947
|
|
|
@@ -992,6 +1006,7 @@ module OCI
|
|
|
992
1006
|
# may be rejected).
|
|
993
1007
|
#
|
|
994
1008
|
# @return [Response] A Response object with data of type {OCI::Core::Models::VolumeGroup VolumeGroup}
|
|
1009
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_volume_group.rb.html) to see an example of how to use create_volume_group API.
|
|
995
1010
|
def create_volume_group(create_volume_group_details, opts = {})
|
|
996
1011
|
logger.debug 'Calling operation BlockstorageClient#create_volume_group.' if logger
|
|
997
1012
|
|
|
@@ -1052,6 +1067,7 @@ module OCI
|
|
|
1052
1067
|
# may be rejected).
|
|
1053
1068
|
#
|
|
1054
1069
|
# @return [Response] A Response object with data of type {OCI::Core::Models::VolumeGroupBackup VolumeGroupBackup}
|
|
1070
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_volume_group_backup.rb.html) to see an example of how to use create_volume_group_backup API.
|
|
1055
1071
|
def create_volume_group_backup(create_volume_group_backup_details, opts = {})
|
|
1056
1072
|
logger.debug 'Calling operation BlockstorageClient#create_volume_group_backup.' if logger
|
|
1057
1073
|
|
|
@@ -1112,6 +1128,7 @@ module OCI
|
|
|
1112
1128
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
1113
1129
|
#
|
|
1114
1130
|
# @return [Response] A Response object with data of type nil
|
|
1131
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_boot_volume.rb.html) to see an example of how to use delete_boot_volume API.
|
|
1115
1132
|
def delete_boot_volume(boot_volume_id, opts = {})
|
|
1116
1133
|
logger.debug 'Calling operation BlockstorageClient#delete_boot_volume.' if logger
|
|
1117
1134
|
|
|
@@ -1167,6 +1184,7 @@ module OCI
|
|
|
1167
1184
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
1168
1185
|
#
|
|
1169
1186
|
# @return [Response] A Response object with data of type nil
|
|
1187
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_boot_volume_backup.rb.html) to see an example of how to use delete_boot_volume_backup API.
|
|
1170
1188
|
def delete_boot_volume_backup(boot_volume_backup_id, opts = {})
|
|
1171
1189
|
logger.debug 'Calling operation BlockstorageClient#delete_boot_volume_backup.' if logger
|
|
1172
1190
|
|
|
@@ -1223,6 +1241,7 @@ module OCI
|
|
|
1223
1241
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
1224
1242
|
#
|
|
1225
1243
|
# @return [Response] A Response object with data of type nil
|
|
1244
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_boot_volume_kms_key.rb.html) to see an example of how to use delete_boot_volume_kms_key API.
|
|
1226
1245
|
def delete_boot_volume_kms_key(boot_volume_id, opts = {})
|
|
1227
1246
|
logger.debug 'Calling operation BlockstorageClient#delete_boot_volume_kms_key.' if logger
|
|
1228
1247
|
|
|
@@ -1282,6 +1301,7 @@ module OCI
|
|
|
1282
1301
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
1283
1302
|
#
|
|
1284
1303
|
# @return [Response] A Response object with data of type nil
|
|
1304
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_volume.rb.html) to see an example of how to use delete_volume API.
|
|
1285
1305
|
def delete_volume(volume_id, opts = {})
|
|
1286
1306
|
logger.debug 'Calling operation BlockstorageClient#delete_volume.' if logger
|
|
1287
1307
|
|
|
@@ -1337,6 +1357,7 @@ module OCI
|
|
|
1337
1357
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
1338
1358
|
#
|
|
1339
1359
|
# @return [Response] A Response object with data of type nil
|
|
1360
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_volume_backup.rb.html) to see an example of how to use delete_volume_backup API.
|
|
1340
1361
|
def delete_volume_backup(volume_backup_id, opts = {})
|
|
1341
1362
|
logger.debug 'Calling operation BlockstorageClient#delete_volume_backup.' if logger
|
|
1342
1363
|
|
|
@@ -1400,6 +1421,7 @@ module OCI
|
|
|
1400
1421
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
1401
1422
|
#
|
|
1402
1423
|
# @return [Response] A Response object with data of type nil
|
|
1424
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_volume_backup_policy.rb.html) to see an example of how to use delete_volume_backup_policy API.
|
|
1403
1425
|
def delete_volume_backup_policy(policy_id, opts = {})
|
|
1404
1426
|
logger.debug 'Calling operation BlockstorageClient#delete_volume_backup_policy.' if logger
|
|
1405
1427
|
|
|
@@ -1456,6 +1478,7 @@ module OCI
|
|
|
1456
1478
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
1457
1479
|
#
|
|
1458
1480
|
# @return [Response] A Response object with data of type nil
|
|
1481
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_volume_backup_policy_assignment.rb.html) to see an example of how to use delete_volume_backup_policy_assignment API.
|
|
1459
1482
|
def delete_volume_backup_policy_assignment(policy_assignment_id, opts = {})
|
|
1460
1483
|
logger.debug 'Calling operation BlockstorageClient#delete_volume_backup_policy_assignment.' if logger
|
|
1461
1484
|
|
|
@@ -1513,6 +1536,7 @@ module OCI
|
|
|
1513
1536
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
1514
1537
|
#
|
|
1515
1538
|
# @return [Response] A Response object with data of type nil
|
|
1539
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_volume_group.rb.html) to see an example of how to use delete_volume_group API.
|
|
1516
1540
|
def delete_volume_group(volume_group_id, opts = {})
|
|
1517
1541
|
logger.debug 'Calling operation BlockstorageClient#delete_volume_group.' if logger
|
|
1518
1542
|
|
|
@@ -1568,6 +1592,7 @@ module OCI
|
|
|
1568
1592
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
1569
1593
|
#
|
|
1570
1594
|
# @return [Response] A Response object with data of type nil
|
|
1595
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_volume_group_backup.rb.html) to see an example of how to use delete_volume_group_backup API.
|
|
1571
1596
|
def delete_volume_group_backup(volume_group_backup_id, opts = {})
|
|
1572
1597
|
logger.debug 'Calling operation BlockstorageClient#delete_volume_group_backup.' if logger
|
|
1573
1598
|
|
|
@@ -1624,6 +1649,7 @@ module OCI
|
|
|
1624
1649
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
1625
1650
|
#
|
|
1626
1651
|
# @return [Response] A Response object with data of type nil
|
|
1652
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_volume_kms_key.rb.html) to see an example of how to use delete_volume_kms_key API.
|
|
1627
1653
|
def delete_volume_kms_key(volume_id, opts = {})
|
|
1628
1654
|
logger.debug 'Calling operation BlockstorageClient#delete_volume_kms_key.' if logger
|
|
1629
1655
|
|
|
@@ -1676,6 +1702,7 @@ module OCI
|
|
|
1676
1702
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
1677
1703
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1678
1704
|
# @return [Response] A Response object with data of type {OCI::Core::Models::BootVolume BootVolume}
|
|
1705
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_boot_volume.rb.html) to see an example of how to use get_boot_volume API.
|
|
1679
1706
|
def get_boot_volume(boot_volume_id, opts = {})
|
|
1680
1707
|
logger.debug 'Calling operation BlockstorageClient#get_boot_volume.' if logger
|
|
1681
1708
|
|
|
@@ -1729,6 +1756,7 @@ module OCI
|
|
|
1729
1756
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
1730
1757
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1731
1758
|
# @return [Response] A Response object with data of type {OCI::Core::Models::BootVolumeBackup BootVolumeBackup}
|
|
1759
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_boot_volume_backup.rb.html) to see an example of how to use get_boot_volume_backup API.
|
|
1732
1760
|
def get_boot_volume_backup(boot_volume_backup_id, opts = {})
|
|
1733
1761
|
logger.debug 'Calling operation BlockstorageClient#get_boot_volume_backup.' if logger
|
|
1734
1762
|
|
|
@@ -1786,6 +1814,7 @@ module OCI
|
|
|
1786
1814
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
1787
1815
|
#
|
|
1788
1816
|
# @return [Response] A Response object with data of type {OCI::Core::Models::BootVolumeKmsKey BootVolumeKmsKey}
|
|
1817
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_boot_volume_kms_key.rb.html) to see an example of how to use get_boot_volume_kms_key API.
|
|
1789
1818
|
def get_boot_volume_kms_key(boot_volume_id, opts = {})
|
|
1790
1819
|
logger.debug 'Calling operation BlockstorageClient#get_boot_volume_kms_key.' if logger
|
|
1791
1820
|
|
|
@@ -1839,6 +1868,7 @@ module OCI
|
|
|
1839
1868
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
1840
1869
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1841
1870
|
# @return [Response] A Response object with data of type {OCI::Core::Models::Volume Volume}
|
|
1871
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_volume.rb.html) to see an example of how to use get_volume API.
|
|
1842
1872
|
def get_volume(volume_id, opts = {})
|
|
1843
1873
|
logger.debug 'Calling operation BlockstorageClient#get_volume.' if logger
|
|
1844
1874
|
|
|
@@ -1892,6 +1922,7 @@ module OCI
|
|
|
1892
1922
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
1893
1923
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1894
1924
|
# @return [Response] A Response object with data of type {OCI::Core::Models::VolumeBackup VolumeBackup}
|
|
1925
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_volume_backup.rb.html) to see an example of how to use get_volume_backup API.
|
|
1895
1926
|
def get_volume_backup(volume_backup_id, opts = {})
|
|
1896
1927
|
logger.debug 'Calling operation BlockstorageClient#get_volume_backup.' if logger
|
|
1897
1928
|
|
|
@@ -1945,6 +1976,7 @@ module OCI
|
|
|
1945
1976
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
1946
1977
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1947
1978
|
# @return [Response] A Response object with data of type {OCI::Core::Models::VolumeBackupPolicy VolumeBackupPolicy}
|
|
1979
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_volume_backup_policy.rb.html) to see an example of how to use get_volume_backup_policy API.
|
|
1948
1980
|
def get_volume_backup_policy(policy_id, opts = {})
|
|
1949
1981
|
logger.debug 'Calling operation BlockstorageClient#get_volume_backup_policy.' if logger
|
|
1950
1982
|
|
|
@@ -2010,6 +2042,7 @@ module OCI
|
|
|
2010
2042
|
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
2011
2043
|
#
|
|
2012
2044
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::VolumeBackupPolicyAssignment VolumeBackupPolicyAssignment}>
|
|
2045
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_volume_backup_policy_asset_assignment.rb.html) to see an example of how to use get_volume_backup_policy_asset_assignment API.
|
|
2013
2046
|
def get_volume_backup_policy_asset_assignment(asset_id, opts = {})
|
|
2014
2047
|
logger.debug 'Calling operation BlockstorageClient#get_volume_backup_policy_asset_assignment.' if logger
|
|
2015
2048
|
|
|
@@ -2064,6 +2097,7 @@ module OCI
|
|
|
2064
2097
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
2065
2098
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
2066
2099
|
# @return [Response] A Response object with data of type {OCI::Core::Models::VolumeBackupPolicyAssignment VolumeBackupPolicyAssignment}
|
|
2100
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_volume_backup_policy_assignment.rb.html) to see an example of how to use get_volume_backup_policy_assignment API.
|
|
2067
2101
|
def get_volume_backup_policy_assignment(policy_assignment_id, opts = {})
|
|
2068
2102
|
logger.debug 'Calling operation BlockstorageClient#get_volume_backup_policy_assignment.' if logger
|
|
2069
2103
|
|
|
@@ -2117,6 +2151,7 @@ module OCI
|
|
|
2117
2151
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
2118
2152
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
2119
2153
|
# @return [Response] A Response object with data of type {OCI::Core::Models::VolumeGroup VolumeGroup}
|
|
2154
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_volume_group.rb.html) to see an example of how to use get_volume_group API.
|
|
2120
2155
|
def get_volume_group(volume_group_id, opts = {})
|
|
2121
2156
|
logger.debug 'Calling operation BlockstorageClient#get_volume_group.' if logger
|
|
2122
2157
|
|
|
@@ -2170,6 +2205,7 @@ module OCI
|
|
|
2170
2205
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
2171
2206
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
2172
2207
|
# @return [Response] A Response object with data of type {OCI::Core::Models::VolumeGroupBackup VolumeGroupBackup}
|
|
2208
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_volume_group_backup.rb.html) to see an example of how to use get_volume_group_backup API.
|
|
2173
2209
|
def get_volume_group_backup(volume_group_backup_id, opts = {})
|
|
2174
2210
|
logger.debug 'Calling operation BlockstorageClient#get_volume_group_backup.' if logger
|
|
2175
2211
|
|
|
@@ -2227,6 +2263,7 @@ module OCI
|
|
|
2227
2263
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
2228
2264
|
#
|
|
2229
2265
|
# @return [Response] A Response object with data of type {OCI::Core::Models::VolumeKmsKey VolumeKmsKey}
|
|
2266
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_volume_kms_key.rb.html) to see an example of how to use get_volume_kms_key API.
|
|
2230
2267
|
def get_volume_kms_key(volume_id, opts = {})
|
|
2231
2268
|
logger.debug 'Calling operation BlockstorageClient#get_volume_kms_key.' if logger
|
|
2232
2269
|
|
|
@@ -2311,6 +2348,7 @@ module OCI
|
|
|
2311
2348
|
# @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
|
|
2312
2349
|
#
|
|
2313
2350
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::BootVolumeBackup BootVolumeBackup}>
|
|
2351
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_boot_volume_backups.rb.html) to see an example of how to use list_boot_volume_backups API.
|
|
2314
2352
|
def list_boot_volume_backups(compartment_id, opts = {})
|
|
2315
2353
|
logger.debug 'Calling operation BlockstorageClient#list_boot_volume_backups.' if logger
|
|
2316
2354
|
|
|
@@ -2398,6 +2436,7 @@ module OCI
|
|
|
2398
2436
|
#
|
|
2399
2437
|
# @option opts [String] :volume_group_id The OCID of the volume group.
|
|
2400
2438
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::BootVolume BootVolume}>
|
|
2439
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_boot_volumes.rb.html) to see an example of how to use list_boot_volumes API.
|
|
2401
2440
|
def list_boot_volumes(availability_domain, compartment_id, opts = {})
|
|
2402
2441
|
logger.debug 'Calling operation BlockstorageClient#list_boot_volumes.' if logger
|
|
2403
2442
|
|
|
@@ -2470,6 +2509,7 @@ module OCI
|
|
|
2470
2509
|
# If no compartment is specified, the Oracle defined backup policies are listed.
|
|
2471
2510
|
#
|
|
2472
2511
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::VolumeBackupPolicy VolumeBackupPolicy}>
|
|
2512
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_volume_backup_policies.rb.html) to see an example of how to use list_volume_backup_policies API.
|
|
2473
2513
|
def list_volume_backup_policies(opts = {})
|
|
2474
2514
|
logger.debug 'Calling operation BlockstorageClient#list_volume_backup_policies.' if logger
|
|
2475
2515
|
|
|
@@ -2554,6 +2594,7 @@ module OCI
|
|
|
2554
2594
|
# @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
|
|
2555
2595
|
#
|
|
2556
2596
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::VolumeBackup VolumeBackup}>
|
|
2597
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_volume_backups.rb.html) to see an example of how to use list_volume_backups API.
|
|
2557
2598
|
def list_volume_backups(compartment_id, opts = {})
|
|
2558
2599
|
logger.debug 'Calling operation BlockstorageClient#list_volume_backups.' if logger
|
|
2559
2600
|
|
|
@@ -2654,6 +2695,7 @@ module OCI
|
|
|
2654
2695
|
#
|
|
2655
2696
|
# Allowed values are: ASC, DESC
|
|
2656
2697
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::VolumeGroupBackup VolumeGroupBackup}>
|
|
2698
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_volume_group_backups.rb.html) to see an example of how to use list_volume_group_backups API.
|
|
2657
2699
|
def list_volume_group_backups(compartment_id, opts = {})
|
|
2658
2700
|
logger.debug 'Calling operation BlockstorageClient#list_volume_group_backups.' if logger
|
|
2659
2701
|
|
|
@@ -2752,6 +2794,7 @@ module OCI
|
|
|
2752
2794
|
# Allowed values are: ASC, DESC
|
|
2753
2795
|
# @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
|
|
2754
2796
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::VolumeGroup VolumeGroup}>
|
|
2797
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_volume_groups.rb.html) to see an example of how to use list_volume_groups API.
|
|
2755
2798
|
def list_volume_groups(compartment_id, opts = {})
|
|
2756
2799
|
logger.debug 'Calling operation BlockstorageClient#list_volume_groups.' if logger
|
|
2757
2800
|
|
|
@@ -2856,6 +2899,7 @@ module OCI
|
|
|
2856
2899
|
# @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
|
|
2857
2900
|
#
|
|
2858
2901
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::Volume Volume}>
|
|
2902
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_volumes.rb.html) to see an example of how to use list_volumes API.
|
|
2859
2903
|
def list_volumes(compartment_id, opts = {})
|
|
2860
2904
|
logger.debug 'Calling operation BlockstorageClient#list_volumes.' if logger
|
|
2861
2905
|
|
|
@@ -2932,6 +2976,7 @@ module OCI
|
|
|
2932
2976
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
2933
2977
|
#
|
|
2934
2978
|
# @return [Response] A Response object with data of type {OCI::Core::Models::BootVolume BootVolume}
|
|
2979
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_boot_volume.rb.html) to see an example of how to use update_boot_volume API.
|
|
2935
2980
|
def update_boot_volume(boot_volume_id, update_boot_volume_details, opts = {})
|
|
2936
2981
|
logger.debug 'Calling operation BlockstorageClient#update_boot_volume.' if logger
|
|
2937
2982
|
|
|
@@ -2992,6 +3037,7 @@ module OCI
|
|
|
2992
3037
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
2993
3038
|
#
|
|
2994
3039
|
# @return [Response] A Response object with data of type {OCI::Core::Models::BootVolumeBackup BootVolumeBackup}
|
|
3040
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_boot_volume_backup.rb.html) to see an example of how to use update_boot_volume_backup API.
|
|
2995
3041
|
def update_boot_volume_backup(boot_volume_backup_id, update_boot_volume_backup_details, opts = {})
|
|
2996
3042
|
logger.debug 'Calling operation BlockstorageClient#update_boot_volume_backup.' if logger
|
|
2997
3043
|
|
|
@@ -3051,6 +3097,7 @@ module OCI
|
|
|
3051
3097
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
3052
3098
|
#
|
|
3053
3099
|
# @return [Response] A Response object with data of type {OCI::Core::Models::BootVolumeKmsKey BootVolumeKmsKey}
|
|
3100
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_boot_volume_kms_key.rb.html) to see an example of how to use update_boot_volume_kms_key API.
|
|
3054
3101
|
def update_boot_volume_kms_key(boot_volume_id, update_boot_volume_kms_key_details, opts = {})
|
|
3055
3102
|
logger.debug 'Calling operation BlockstorageClient#update_boot_volume_kms_key.' if logger
|
|
3056
3103
|
|
|
@@ -3111,6 +3158,7 @@ module OCI
|
|
|
3111
3158
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
3112
3159
|
#
|
|
3113
3160
|
# @return [Response] A Response object with data of type {OCI::Core::Models::Volume Volume}
|
|
3161
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_volume.rb.html) to see an example of how to use update_volume API.
|
|
3114
3162
|
def update_volume(volume_id, update_volume_details, opts = {})
|
|
3115
3163
|
logger.debug 'Calling operation BlockstorageClient#update_volume.' if logger
|
|
3116
3164
|
|
|
@@ -3171,6 +3219,7 @@ module OCI
|
|
|
3171
3219
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
3172
3220
|
#
|
|
3173
3221
|
# @return [Response] A Response object with data of type {OCI::Core::Models::VolumeBackup VolumeBackup}
|
|
3222
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_volume_backup.rb.html) to see an example of how to use update_volume_backup API.
|
|
3174
3223
|
def update_volume_backup(volume_backup_id, update_volume_backup_details, opts = {})
|
|
3175
3224
|
logger.debug 'Calling operation BlockstorageClient#update_volume_backup.' if logger
|
|
3176
3225
|
|
|
@@ -3243,6 +3292,7 @@ module OCI
|
|
|
3243
3292
|
# may be rejected).
|
|
3244
3293
|
#
|
|
3245
3294
|
# @return [Response] A Response object with data of type {OCI::Core::Models::VolumeBackupPolicy VolumeBackupPolicy}
|
|
3295
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_volume_backup_policy.rb.html) to see an example of how to use update_volume_backup_policy API.
|
|
3246
3296
|
def update_volume_backup_policy(policy_id, update_volume_backup_policy_details, opts = {})
|
|
3247
3297
|
logger.debug 'Calling operation BlockstorageClient#update_volume_backup_policy.' if logger
|
|
3248
3298
|
|
|
@@ -3310,6 +3360,7 @@ module OCI
|
|
|
3310
3360
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
3311
3361
|
#
|
|
3312
3362
|
# @return [Response] A Response object with data of type {OCI::Core::Models::VolumeGroup VolumeGroup}
|
|
3363
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_volume_group.rb.html) to see an example of how to use update_volume_group API.
|
|
3313
3364
|
def update_volume_group(volume_group_id, update_volume_group_details, opts = {})
|
|
3314
3365
|
logger.debug 'Calling operation BlockstorageClient#update_volume_group.' if logger
|
|
3315
3366
|
|
|
@@ -3368,6 +3419,7 @@ module OCI
|
|
|
3368
3419
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
3369
3420
|
#
|
|
3370
3421
|
# @return [Response] A Response object with data of type {OCI::Core::Models::VolumeGroupBackup VolumeGroupBackup}
|
|
3422
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_volume_group_backup.rb.html) to see an example of how to use update_volume_group_backup API.
|
|
3371
3423
|
def update_volume_group_backup(volume_group_backup_id, update_volume_group_backup_details, opts = {})
|
|
3372
3424
|
logger.debug 'Calling operation BlockstorageClient#update_volume_group_backup.' if logger
|
|
3373
3425
|
|
|
@@ -3427,6 +3479,7 @@ module OCI
|
|
|
3427
3479
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
3428
3480
|
#
|
|
3429
3481
|
# @return [Response] A Response object with data of type {OCI::Core::Models::VolumeKmsKey VolumeKmsKey}
|
|
3482
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_volume_kms_key.rb.html) to see an example of how to use update_volume_kms_key API.
|
|
3430
3483
|
def update_volume_kms_key(volume_id, update_volume_kms_key_details, opts = {})
|
|
3431
3484
|
logger.debug 'Calling operation BlockstorageClient#update_volume_kms_key.' if logger
|
|
3432
3485
|
|