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
|
@@ -25,7 +25,7 @@ module OCI
|
|
|
25
25
|
attr_accessor :maintenance_window_details
|
|
26
26
|
|
|
27
27
|
# The scheduling detail for the quarterly maintenance window of the standby Autonomous Container Database.
|
|
28
|
-
# This value represents the number of days before the primary database
|
|
28
|
+
# This value represents the number of days before schedlued maintenance of the primary database.
|
|
29
29
|
#
|
|
30
30
|
# @return [Integer]
|
|
31
31
|
attr_accessor :standby_maintenance_buffer_in_days
|
|
@@ -13,7 +13,8 @@ module OCI
|
|
|
13
13
|
DB_WORKLOAD_ENUM = [
|
|
14
14
|
DB_WORKLOAD_OLTP = 'OLTP'.freeze,
|
|
15
15
|
DB_WORKLOAD_DW = 'DW'.freeze,
|
|
16
|
-
DB_WORKLOAD_AJD = 'AJD'.freeze
|
|
16
|
+
DB_WORKLOAD_AJD = 'AJD'.freeze,
|
|
17
|
+
DB_WORKLOAD_APEX = 'APEX'.freeze
|
|
17
18
|
].freeze
|
|
18
19
|
|
|
19
20
|
LICENSE_MODEL_ENUM = [
|
|
@@ -86,11 +87,14 @@ module OCI
|
|
|
86
87
|
# - OLTP - indicates an Autonomous Transaction Processing database
|
|
87
88
|
# - DW - indicates an Autonomous Data Warehouse database
|
|
88
89
|
# - AJD - indicates an Autonomous JSON Database
|
|
90
|
+
# - APEX - indicates an Autonomous Database with the Oracle Application Express (APEX) workload type.
|
|
89
91
|
#
|
|
90
92
|
# @return [String]
|
|
91
93
|
attr_reader :db_workload
|
|
92
94
|
|
|
93
|
-
# The Oracle license model that applies to the Oracle Autonomous Database.
|
|
95
|
+
# The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle PaaS and IaaS services in the cloud.
|
|
96
|
+
# License Included allows you to subscribe to new Oracle Database software licenses and the Database service.
|
|
97
|
+
# Note that when provisioning an Autonomous Database on [dedicated Exadata infrastructure](https://docs.cloud.oracle.com/Content/Database/Concepts/adbddoverview.htm), this attribute must be null because the attribute is already set at the
|
|
94
98
|
# Autonomous Exadata Infrastructure level. When using [shared Exadata infrastructure](https://docs.cloud.oracle.com/Content/Database/Concepts/adboverview.htm#AEI), if a value is not specified, the system will supply the value of `BRING_YOUR_OWN_LICENSE`.
|
|
95
99
|
#
|
|
96
100
|
# @return [String]
|
|
@@ -5,7 +5,7 @@ require 'date'
|
|
|
5
5
|
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
7
7
|
module OCI
|
|
8
|
-
# Updates the cloud Exadata infrastructure.
|
|
8
|
+
# Updates the cloud Exadata infrastructure. Applies to Exadata Cloud Service instances only.
|
|
9
9
|
#
|
|
10
10
|
class Database::Models::UpdateCloudExadataInfrastructureDetails
|
|
11
11
|
# The user-friendly name for the cloud Exadata infrastructure. The name does not need to be unique.
|
|
@@ -5,7 +5,8 @@ require 'date'
|
|
|
5
5
|
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
7
7
|
module OCI
|
|
8
|
-
# Details for updating the cloud VM cluster.
|
|
8
|
+
# Details for updating the cloud VM cluster. Applies to Exadata Cloud Service instances only.
|
|
9
|
+
#
|
|
9
10
|
class Database::Models::UpdateCloudVmClusterDetails
|
|
10
11
|
LICENSE_MODEL_ENUM = [
|
|
11
12
|
LICENSE_MODEL_LICENSE_INCLUDED = 'LICENSE_INCLUDED'.freeze,
|
|
@@ -21,7 +22,7 @@ module OCI
|
|
|
21
22
|
# @return [Integer]
|
|
22
23
|
attr_accessor :cpu_core_count
|
|
23
24
|
|
|
24
|
-
# The Oracle license model that applies to the cloud VM cluster. The default is BRING_YOUR_OWN_LICENSE.
|
|
25
|
+
# The Oracle license model that applies to the cloud VM cluster. The default is BRING_YOUR_OWN_LICENSE. Applies to Exadata Cloud Service instances only.
|
|
25
26
|
#
|
|
26
27
|
# @return [String]
|
|
27
28
|
attr_reader :license_model
|
|
@@ -21,7 +21,7 @@ module OCI
|
|
|
21
21
|
# @return [String]
|
|
22
22
|
attr_accessor :new_admin_password
|
|
23
23
|
|
|
24
|
-
# The existing password
|
|
24
|
+
# The existing TDE wallet password. You must provide the existing password in order to set a new TDE wallet password.
|
|
25
25
|
# @return [String]
|
|
26
26
|
attr_accessor :old_tde_wallet_password
|
|
27
27
|
|
|
@@ -5,7 +5,7 @@ require 'date'
|
|
|
5
5
|
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
7
7
|
module OCI
|
|
8
|
-
# Details specifying which maintenance update to apply to the
|
|
8
|
+
# Details specifying which maintenance update to apply to the cloud VM cluster and which actions are to be performed by the maintenance update. Applies to Exadata Cloud Service instances only.
|
|
9
9
|
#
|
|
10
10
|
class Database::Models::UpdateDetails
|
|
11
11
|
UPDATE_ACTION_ENUM = [
|
|
@@ -5,7 +5,8 @@ require 'date'
|
|
|
5
5
|
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
7
7
|
module OCI
|
|
8
|
-
# Updates the Exadata Cloud@Customer
|
|
8
|
+
# Updates the Exadata infrastructure. Applies to Exadata Cloud@Customer instances only.
|
|
9
|
+
# See {#update_cloud_exadata_infrastructure_details update_cloud_exadata_infrastructure_details} for information on updating Exadata Cloud Service cloud Exadata infrastructure resources.
|
|
9
10
|
#
|
|
10
11
|
class Database::Models::UpdateExadataInfrastructureDetails
|
|
11
12
|
# The IP address for the first control plane server.
|
|
@@ -40,6 +41,9 @@ module OCI
|
|
|
40
41
|
# @return [Array<OCI::Database::Models::ExadataInfrastructureContact>]
|
|
41
42
|
attr_accessor :contacts
|
|
42
43
|
|
|
44
|
+
# @return [OCI::Database::Models::MaintenanceWindow]
|
|
45
|
+
attr_accessor :maintenance_window
|
|
46
|
+
|
|
43
47
|
# The list of DNS server IP addresses. Maximum of 3 allowed.
|
|
44
48
|
# @return [Array<String>]
|
|
45
49
|
attr_accessor :dns_server
|
|
@@ -79,6 +83,7 @@ module OCI
|
|
|
79
83
|
'infini_band_network_cidr': :'infiniBandNetworkCIDR',
|
|
80
84
|
'corporate_proxy': :'corporateProxy',
|
|
81
85
|
'contacts': :'contacts',
|
|
86
|
+
'maintenance_window': :'maintenanceWindow',
|
|
82
87
|
'dns_server': :'dnsServer',
|
|
83
88
|
'ntp_server': :'ntpServer',
|
|
84
89
|
'time_zone': :'timeZone',
|
|
@@ -100,6 +105,7 @@ module OCI
|
|
|
100
105
|
'infini_band_network_cidr': :'String',
|
|
101
106
|
'corporate_proxy': :'String',
|
|
102
107
|
'contacts': :'Array<OCI::Database::Models::ExadataInfrastructureContact>',
|
|
108
|
+
'maintenance_window': :'OCI::Database::Models::MaintenanceWindow',
|
|
103
109
|
'dns_server': :'Array<String>',
|
|
104
110
|
'ntp_server': :'Array<String>',
|
|
105
111
|
'time_zone': :'String',
|
|
@@ -123,6 +129,7 @@ module OCI
|
|
|
123
129
|
# @option attributes [String] :infini_band_network_cidr The value to assign to the {#infini_band_network_cidr} property
|
|
124
130
|
# @option attributes [String] :corporate_proxy The value to assign to the {#corporate_proxy} property
|
|
125
131
|
# @option attributes [Array<OCI::Database::Models::ExadataInfrastructureContact>] :contacts The value to assign to the {#contacts} property
|
|
132
|
+
# @option attributes [OCI::Database::Models::MaintenanceWindow] :maintenance_window The value to assign to the {#maintenance_window} property
|
|
126
133
|
# @option attributes [Array<String>] :dns_server The value to assign to the {#dns_server} property
|
|
127
134
|
# @option attributes [Array<String>] :ntp_server The value to assign to the {#ntp_server} property
|
|
128
135
|
# @option attributes [String] :time_zone The value to assign to the {#time_zone} property
|
|
@@ -170,6 +177,12 @@ module OCI
|
|
|
170
177
|
|
|
171
178
|
self.contacts = attributes[:'contacts'] if attributes[:'contacts']
|
|
172
179
|
|
|
180
|
+
self.maintenance_window = attributes[:'maintenanceWindow'] if attributes[:'maintenanceWindow']
|
|
181
|
+
|
|
182
|
+
raise 'You cannot provide both :maintenanceWindow and :maintenance_window' if attributes.key?(:'maintenanceWindow') && attributes.key?(:'maintenance_window')
|
|
183
|
+
|
|
184
|
+
self.maintenance_window = attributes[:'maintenance_window'] if attributes[:'maintenance_window']
|
|
185
|
+
|
|
173
186
|
self.dns_server = attributes[:'dnsServer'] if attributes[:'dnsServer']
|
|
174
187
|
|
|
175
188
|
raise 'You cannot provide both :dnsServer and :dns_server' if attributes.key?(:'dnsServer') && attributes.key?(:'dns_server')
|
|
@@ -220,6 +233,7 @@ module OCI
|
|
|
220
233
|
infini_band_network_cidr == other.infini_band_network_cidr &&
|
|
221
234
|
corporate_proxy == other.corporate_proxy &&
|
|
222
235
|
contacts == other.contacts &&
|
|
236
|
+
maintenance_window == other.maintenance_window &&
|
|
223
237
|
dns_server == other.dns_server &&
|
|
224
238
|
ntp_server == other.ntp_server &&
|
|
225
239
|
time_zone == other.time_zone &&
|
|
@@ -240,7 +254,7 @@ module OCI
|
|
|
240
254
|
# Calculates hash code according to all attributes.
|
|
241
255
|
# @return [Fixnum] Hash code
|
|
242
256
|
def hash
|
|
243
|
-
[cloud_control_plane_server1, cloud_control_plane_server2, netmask, gateway, admin_network_cidr, infini_band_network_cidr, corporate_proxy, contacts, dns_server, ntp_server, time_zone, freeform_tags, defined_tags].hash
|
|
257
|
+
[cloud_control_plane_server1, cloud_control_plane_server2, netmask, gateway, admin_network_cidr, infini_band_network_cidr, corporate_proxy, contacts, maintenance_window, dns_server, ntp_server, time_zone, freeform_tags, defined_tags].hash
|
|
244
258
|
end
|
|
245
259
|
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
246
260
|
|
|
@@ -6,7 +6,8 @@ require 'logger'
|
|
|
6
6
|
|
|
7
7
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
8
8
|
module OCI
|
|
9
|
-
# The record of an update action on a specified
|
|
9
|
+
# The record of an maintenance update action on a specified cloud VM cluster. Applies to Exadata Cloud Service instances only.
|
|
10
|
+
#
|
|
10
11
|
class Database::Models::UpdateHistoryEntrySummary
|
|
11
12
|
UPDATE_ACTION_ENUM = [
|
|
12
13
|
UPDATE_ACTION_ROLLING_APPLY = 'ROLLING_APPLY'.freeze,
|
|
@@ -6,7 +6,7 @@ require 'logger'
|
|
|
6
6
|
|
|
7
7
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
8
8
|
module OCI
|
|
9
|
-
# A maintenance update for a cloud VM cluster.
|
|
9
|
+
# A maintenance update for a cloud VM cluster. Applies to Exadata Cloud Service instances only.
|
|
10
10
|
#
|
|
11
11
|
# To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
|
|
12
12
|
# talk to an administrator. If you're an administrator who needs to write policies to give users access,
|
|
@@ -5,7 +5,9 @@ require 'date'
|
|
|
5
5
|
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
7
7
|
module OCI
|
|
8
|
-
# Details for updating the Exadata Cloud@Customer
|
|
8
|
+
# Details for updating the VM cluster. Applies to Exadata Cloud@Customer instances only.
|
|
9
|
+
# For details on updating a cloud VM cluster in an Exadata Cloud Service instance, see {#update_cloud_vm_cluster_details update_cloud_vm_cluster_details}
|
|
10
|
+
#
|
|
9
11
|
class Database::Models::UpdateVmClusterDetails
|
|
10
12
|
LICENSE_MODEL_ENUM = [
|
|
11
13
|
LICENSE_MODEL_LICENSE_INCLUDED = 'LICENSE_INCLUDED'.freeze,
|
|
@@ -5,7 +5,7 @@ require 'date'
|
|
|
5
5
|
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
7
7
|
module OCI
|
|
8
|
-
# Details for an Exadata
|
|
8
|
+
# Details for an Exadata VM cluster network. Applies to Exadata Cloud@Customer instances only.
|
|
9
9
|
#
|
|
10
10
|
class Database::Models::UpdateVmClusterNetworkDetails
|
|
11
11
|
# The SCAN details.
|
|
@@ -6,7 +6,7 @@ require 'logger'
|
|
|
6
6
|
|
|
7
7
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
8
8
|
module OCI
|
|
9
|
-
# Details of the Exadata Cloud@Customer
|
|
9
|
+
# Details of the VM cluster resource. Applies to Exadata Cloud@Customer instances only.
|
|
10
10
|
#
|
|
11
11
|
class Database::Models::VmCluster
|
|
12
12
|
LIFECYCLE_STATE_ENUM = [
|
|
@@ -16,6 +16,7 @@ module OCI
|
|
|
16
16
|
LIFECYCLE_STATE_TERMINATING = 'TERMINATING'.freeze,
|
|
17
17
|
LIFECYCLE_STATE_TERMINATED = 'TERMINATED'.freeze,
|
|
18
18
|
LIFECYCLE_STATE_FAILED = 'FAILED'.freeze,
|
|
19
|
+
LIFECYCLE_STATE_MAINTENANCE_IN_PROGRESS = 'MAINTENANCE_IN_PROGRESS'.freeze,
|
|
19
20
|
LIFECYCLE_STATE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
|
|
20
21
|
].freeze
|
|
21
22
|
|
|
@@ -5,7 +5,7 @@ require 'date'
|
|
|
5
5
|
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
7
7
|
module OCI
|
|
8
|
-
# Details for an Exadata
|
|
8
|
+
# Details for an Exadata VM cluster network. Applies to Exadata Cloud@Customer instances only.
|
|
9
9
|
#
|
|
10
10
|
class Database::Models::VmClusterNetworkDetails
|
|
11
11
|
# **[Required]** The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
@@ -6,7 +6,8 @@ require 'logger'
|
|
|
6
6
|
|
|
7
7
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
8
8
|
module OCI
|
|
9
|
-
# Details of the Exadata Cloud@Customer
|
|
9
|
+
# Details of the VM cluster network. Applies to Exadata Cloud@Customer instances only.
|
|
10
|
+
#
|
|
10
11
|
class Database::Models::VmClusterNetworkSummary
|
|
11
12
|
LIFECYCLE_STATE_ENUM = [
|
|
12
13
|
LIFECYCLE_STATE_CREATING = 'CREATING'.freeze,
|
|
@@ -16,6 +16,7 @@ module OCI
|
|
|
16
16
|
LIFECYCLE_STATE_TERMINATING = 'TERMINATING'.freeze,
|
|
17
17
|
LIFECYCLE_STATE_TERMINATED = 'TERMINATED'.freeze,
|
|
18
18
|
LIFECYCLE_STATE_FAILED = 'FAILED'.freeze,
|
|
19
|
+
LIFECYCLE_STATE_MAINTENANCE_IN_PROGRESS = 'MAINTENANCE_IN_PROGRESS'.freeze,
|
|
19
20
|
LIFECYCLE_STATE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
|
|
20
21
|
].freeze
|
|
21
22
|
|
|
@@ -6,7 +6,8 @@ require 'logger'
|
|
|
6
6
|
|
|
7
7
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
8
8
|
module OCI
|
|
9
|
-
# Details of the client or backup networks in an Exadata
|
|
9
|
+
# Details of the client or backup networks in an Exadata VM cluster network. Applies to Exadata Cloud@Customer instances only.
|
|
10
|
+
#
|
|
10
11
|
class Database::Models::VmNetworkDetails
|
|
11
12
|
NETWORK_TYPE_ENUM = [
|
|
12
13
|
NETWORK_TYPE_CLIENT = 'CLIENT'.freeze,
|
data/lib/oci/dns/dns_client.rb
CHANGED
|
@@ -129,6 +129,7 @@ module OCI
|
|
|
129
129
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
130
130
|
#
|
|
131
131
|
# @return [Response] A Response object with data of type nil
|
|
132
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/change_resolver_compartment.rb.html) to see an example of how to use change_resolver_compartment API.
|
|
132
133
|
def change_resolver_compartment(resolver_id, change_resolver_compartment_details, opts = {})
|
|
133
134
|
logger.debug 'Calling operation DnsClient#change_resolver_compartment.' if logger
|
|
134
135
|
|
|
@@ -209,6 +210,7 @@ module OCI
|
|
|
209
210
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
210
211
|
#
|
|
211
212
|
# @return [Response] A Response object with data of type nil
|
|
213
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/change_steering_policy_compartment.rb.html) to see an example of how to use change_steering_policy_compartment API.
|
|
212
214
|
def change_steering_policy_compartment(steering_policy_id, change_steering_policy_compartment_details, opts = {})
|
|
213
215
|
logger.debug 'Calling operation DnsClient#change_steering_policy_compartment.' if logger
|
|
214
216
|
|
|
@@ -289,6 +291,7 @@ module OCI
|
|
|
289
291
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
290
292
|
#
|
|
291
293
|
# @return [Response] A Response object with data of type nil
|
|
294
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/change_tsig_key_compartment.rb.html) to see an example of how to use change_tsig_key_compartment API.
|
|
292
295
|
def change_tsig_key_compartment(tsig_key_id, change_tsig_key_compartment_details, opts = {})
|
|
293
296
|
logger.debug 'Calling operation DnsClient#change_tsig_key_compartment.' if logger
|
|
294
297
|
|
|
@@ -370,6 +373,7 @@ module OCI
|
|
|
370
373
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
371
374
|
#
|
|
372
375
|
# @return [Response] A Response object with data of type nil
|
|
376
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/change_view_compartment.rb.html) to see an example of how to use change_view_compartment API.
|
|
373
377
|
def change_view_compartment(view_id, change_view_compartment_details, opts = {})
|
|
374
378
|
logger.debug 'Calling operation DnsClient#change_view_compartment.' if logger
|
|
375
379
|
|
|
@@ -453,6 +457,7 @@ module OCI
|
|
|
453
457
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
454
458
|
#
|
|
455
459
|
# @return [Response] A Response object with data of type nil
|
|
460
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/change_zone_compartment.rb.html) to see an example of how to use change_zone_compartment API.
|
|
456
461
|
def change_zone_compartment(zone_id, change_zone_compartment_details, opts = {})
|
|
457
462
|
logger.debug 'Calling operation DnsClient#change_zone_compartment.' if logger
|
|
458
463
|
|
|
@@ -528,6 +533,7 @@ module OCI
|
|
|
528
533
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
529
534
|
#
|
|
530
535
|
# @return [Response] A Response object with data of type {OCI::Dns::Models::ResolverEndpoint ResolverEndpoint}
|
|
536
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/create_resolver_endpoint.rb.html) to see an example of how to use create_resolver_endpoint API.
|
|
531
537
|
def create_resolver_endpoint(resolver_id, create_resolver_endpoint_details, opts = {})
|
|
532
538
|
logger.debug 'Calling operation DnsClient#create_resolver_endpoint.' if logger
|
|
533
539
|
|
|
@@ -603,6 +609,7 @@ module OCI
|
|
|
603
609
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
604
610
|
#
|
|
605
611
|
# @return [Response] A Response object with data of type {OCI::Dns::Models::SteeringPolicy SteeringPolicy}
|
|
612
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/create_steering_policy.rb.html) to see an example of how to use create_steering_policy API.
|
|
606
613
|
def create_steering_policy(create_steering_policy_details, opts = {})
|
|
607
614
|
logger.debug 'Calling operation DnsClient#create_steering_policy.' if logger
|
|
608
615
|
|
|
@@ -680,6 +687,7 @@ module OCI
|
|
|
680
687
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
681
688
|
#
|
|
682
689
|
# @return [Response] A Response object with data of type {OCI::Dns::Models::SteeringPolicyAttachment SteeringPolicyAttachment}
|
|
690
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/create_steering_policy_attachment.rb.html) to see an example of how to use create_steering_policy_attachment API.
|
|
683
691
|
def create_steering_policy_attachment(create_steering_policy_attachment_details, opts = {})
|
|
684
692
|
logger.debug 'Calling operation DnsClient#create_steering_policy_attachment.' if logger
|
|
685
693
|
|
|
@@ -746,6 +754,7 @@ module OCI
|
|
|
746
754
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
747
755
|
#
|
|
748
756
|
# @return [Response] A Response object with data of type {OCI::Dns::Models::TsigKey TsigKey}
|
|
757
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/create_tsig_key.rb.html) to see an example of how to use create_tsig_key API.
|
|
749
758
|
def create_tsig_key(create_tsig_key_details, opts = {})
|
|
750
759
|
logger.debug 'Calling operation DnsClient#create_tsig_key.' if logger
|
|
751
760
|
|
|
@@ -816,6 +825,7 @@ module OCI
|
|
|
816
825
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
817
826
|
#
|
|
818
827
|
# @return [Response] A Response object with data of type {OCI::Dns::Models::View View}
|
|
828
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/create_view.rb.html) to see an example of how to use create_view API.
|
|
819
829
|
def create_view(create_view_details, opts = {})
|
|
820
830
|
logger.debug 'Calling operation DnsClient#create_view.' if logger
|
|
821
831
|
|
|
@@ -885,6 +895,7 @@ module OCI
|
|
|
885
895
|
#
|
|
886
896
|
# @option opts [String] :view_id The OCID of the view the resource is associated with.
|
|
887
897
|
# @return [Response] A Response object with data of type {OCI::Dns::Models::Zone Zone}
|
|
898
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/create_zone.rb.html) to see an example of how to use create_zone API.
|
|
888
899
|
def create_zone(create_zone_details, opts = {})
|
|
889
900
|
logger.debug 'Calling operation DnsClient#create_zone.' if logger
|
|
890
901
|
|
|
@@ -964,6 +975,7 @@ module OCI
|
|
|
964
975
|
# @option opts [String] :view_id The OCID of the view the resource is associated with.
|
|
965
976
|
# @option opts [String] :compartment_id The OCID of the compartment the resource belongs to.
|
|
966
977
|
# @return [Response] A Response object with data of type nil
|
|
978
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/delete_domain_records.rb.html) to see an example of how to use delete_domain_records API.
|
|
967
979
|
def delete_domain_records(zone_name_or_id, domain, opts = {})
|
|
968
980
|
logger.debug 'Calling operation DnsClient#delete_domain_records.' if logger
|
|
969
981
|
|
|
@@ -1048,6 +1060,7 @@ module OCI
|
|
|
1048
1060
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
1049
1061
|
#
|
|
1050
1062
|
# @return [Response] A Response object with data of type nil
|
|
1063
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/delete_resolver_endpoint.rb.html) to see an example of how to use delete_resolver_endpoint API.
|
|
1051
1064
|
def delete_resolver_endpoint(resolver_id, resolver_endpoint_name, opts = {})
|
|
1052
1065
|
logger.debug 'Calling operation DnsClient#delete_resolver_endpoint.' if logger
|
|
1053
1066
|
|
|
@@ -1131,6 +1144,7 @@ module OCI
|
|
|
1131
1144
|
#
|
|
1132
1145
|
# @option opts [String] :view_id The OCID of the view the resource is associated with.
|
|
1133
1146
|
# @return [Response] A Response object with data of type nil
|
|
1147
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/delete_rr_set.rb.html) to see an example of how to use delete_rr_set API.
|
|
1134
1148
|
def delete_rr_set(zone_name_or_id, domain, rtype, opts = {})
|
|
1135
1149
|
logger.debug 'Calling operation DnsClient#delete_rr_set.' if logger
|
|
1136
1150
|
|
|
@@ -1217,6 +1231,7 @@ module OCI
|
|
|
1217
1231
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
1218
1232
|
#
|
|
1219
1233
|
# @return [Response] A Response object with data of type nil
|
|
1234
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/delete_steering_policy.rb.html) to see an example of how to use delete_steering_policy API.
|
|
1220
1235
|
def delete_steering_policy(steering_policy_id, opts = {})
|
|
1221
1236
|
logger.debug 'Calling operation DnsClient#delete_steering_policy.' if logger
|
|
1222
1237
|
|
|
@@ -1295,6 +1310,7 @@ module OCI
|
|
|
1295
1310
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
1296
1311
|
#
|
|
1297
1312
|
# @return [Response] A Response object with data of type nil
|
|
1313
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/delete_steering_policy_attachment.rb.html) to see an example of how to use delete_steering_policy_attachment API.
|
|
1298
1314
|
def delete_steering_policy_attachment(steering_policy_attachment_id, opts = {})
|
|
1299
1315
|
logger.debug 'Calling operation DnsClient#delete_steering_policy_attachment.' if logger
|
|
1300
1316
|
|
|
@@ -1372,6 +1388,7 @@ module OCI
|
|
|
1372
1388
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
1373
1389
|
#
|
|
1374
1390
|
# @return [Response] A Response object with data of type nil
|
|
1391
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/delete_tsig_key.rb.html) to see an example of how to use delete_tsig_key API.
|
|
1375
1392
|
def delete_tsig_key(tsig_key_id, opts = {})
|
|
1376
1393
|
logger.debug 'Calling operation DnsClient#delete_tsig_key.' if logger
|
|
1377
1394
|
|
|
@@ -1453,6 +1470,7 @@ module OCI
|
|
|
1453
1470
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
1454
1471
|
#
|
|
1455
1472
|
# @return [Response] A Response object with data of type nil
|
|
1473
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/delete_view.rb.html) to see an example of how to use delete_view API.
|
|
1456
1474
|
def delete_view(view_id, opts = {})
|
|
1457
1475
|
logger.debug 'Calling operation DnsClient#delete_view.' if logger
|
|
1458
1476
|
|
|
@@ -1534,6 +1552,7 @@ module OCI
|
|
|
1534
1552
|
# @option opts [String] :view_id The OCID of the view the resource is associated with.
|
|
1535
1553
|
# @option opts [String] :compartment_id The OCID of the compartment the resource belongs to.
|
|
1536
1554
|
# @return [Response] A Response object with data of type nil
|
|
1555
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/delete_zone.rb.html) to see an example of how to use delete_zone API.
|
|
1537
1556
|
def delete_zone(zone_name_or_id, opts = {})
|
|
1538
1557
|
logger.debug 'Calling operation DnsClient#delete_zone.' if logger
|
|
1539
1558
|
|
|
@@ -1629,6 +1648,7 @@ module OCI
|
|
|
1629
1648
|
# (default to ASC)
|
|
1630
1649
|
# @option opts [String] :compartment_id The OCID of the compartment the resource belongs to.
|
|
1631
1650
|
# @return [Response] A Response object with data of type {OCI::Dns::Models::RecordCollection RecordCollection}
|
|
1651
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/get_domain_records.rb.html) to see an example of how to use get_domain_records API.
|
|
1632
1652
|
def get_domain_records(zone_name_or_id, domain, opts = {})
|
|
1633
1653
|
logger.debug 'Calling operation DnsClient#get_domain_records.' if logger
|
|
1634
1654
|
|
|
@@ -1725,6 +1745,7 @@ module OCI
|
|
|
1725
1745
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
1726
1746
|
#
|
|
1727
1747
|
# @return [Response] A Response object with data of type {OCI::Dns::Models::Resolver Resolver}
|
|
1748
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/get_resolver.rb.html) to see an example of how to use get_resolver API.
|
|
1728
1749
|
def get_resolver(resolver_id, opts = {})
|
|
1729
1750
|
logger.debug 'Calling operation DnsClient#get_resolver.' if logger
|
|
1730
1751
|
|
|
@@ -1803,6 +1824,7 @@ module OCI
|
|
|
1803
1824
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
1804
1825
|
#
|
|
1805
1826
|
# @return [Response] A Response object with data of type {OCI::Dns::Models::ResolverEndpoint ResolverEndpoint}
|
|
1827
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/get_resolver_endpoint.rb.html) to see an example of how to use get_resolver_endpoint API.
|
|
1806
1828
|
def get_resolver_endpoint(resolver_id, resolver_endpoint_name, opts = {})
|
|
1807
1829
|
logger.debug 'Calling operation DnsClient#get_resolver_endpoint.' if logger
|
|
1808
1830
|
|
|
@@ -1892,6 +1914,7 @@ module OCI
|
|
|
1892
1914
|
#
|
|
1893
1915
|
# @option opts [String] :view_id The OCID of the view the resource is associated with.
|
|
1894
1916
|
# @return [Response] A Response object with data of type {OCI::Dns::Models::RRSet RRSet}
|
|
1917
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/get_rr_set.rb.html) to see an example of how to use get_rr_set API.
|
|
1895
1918
|
def get_rr_set(zone_name_or_id, domain, rtype, opts = {})
|
|
1896
1919
|
logger.debug 'Calling operation DnsClient#get_rr_set.' if logger
|
|
1897
1920
|
|
|
@@ -1977,6 +2000,7 @@ module OCI
|
|
|
1977
2000
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
1978
2001
|
#
|
|
1979
2002
|
# @return [Response] A Response object with data of type {OCI::Dns::Models::SteeringPolicy SteeringPolicy}
|
|
2003
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/get_steering_policy.rb.html) to see an example of how to use get_steering_policy API.
|
|
1980
2004
|
def get_steering_policy(steering_policy_id, opts = {})
|
|
1981
2005
|
logger.debug 'Calling operation DnsClient#get_steering_policy.' if logger
|
|
1982
2006
|
|
|
@@ -2053,6 +2077,7 @@ module OCI
|
|
|
2053
2077
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
2054
2078
|
#
|
|
2055
2079
|
# @return [Response] A Response object with data of type {OCI::Dns::Models::SteeringPolicyAttachment SteeringPolicyAttachment}
|
|
2080
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/get_steering_policy_attachment.rb.html) to see an example of how to use get_steering_policy_attachment API.
|
|
2056
2081
|
def get_steering_policy_attachment(steering_policy_attachment_id, opts = {})
|
|
2057
2082
|
logger.debug 'Calling operation DnsClient#get_steering_policy_attachment.' if logger
|
|
2058
2083
|
|
|
@@ -2129,6 +2154,7 @@ module OCI
|
|
|
2129
2154
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
2130
2155
|
#
|
|
2131
2156
|
# @return [Response] A Response object with data of type {OCI::Dns::Models::TsigKey TsigKey}
|
|
2157
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/get_tsig_key.rb.html) to see an example of how to use get_tsig_key API.
|
|
2132
2158
|
def get_tsig_key(tsig_key_id, opts = {})
|
|
2133
2159
|
logger.debug 'Calling operation DnsClient#get_tsig_key.' if logger
|
|
2134
2160
|
|
|
@@ -2207,6 +2233,7 @@ module OCI
|
|
|
2207
2233
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
2208
2234
|
#
|
|
2209
2235
|
# @return [Response] A Response object with data of type {OCI::Dns::Models::View View}
|
|
2236
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/get_view.rb.html) to see an example of how to use get_view API.
|
|
2210
2237
|
def get_view(view_id, opts = {})
|
|
2211
2238
|
logger.debug 'Calling operation DnsClient#get_view.' if logger
|
|
2212
2239
|
|
|
@@ -2286,6 +2313,7 @@ module OCI
|
|
|
2286
2313
|
# @option opts [String] :view_id The OCID of the view the resource is associated with.
|
|
2287
2314
|
# @option opts [String] :compartment_id The OCID of the compartment the resource belongs to.
|
|
2288
2315
|
# @return [Response] A Response object with data of type {OCI::Dns::Models::Zone Zone}
|
|
2316
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/get_zone.rb.html) to see an example of how to use get_zone API.
|
|
2289
2317
|
def get_zone(zone_name_or_id, opts = {})
|
|
2290
2318
|
logger.debug 'Calling operation DnsClient#get_zone.' if logger
|
|
2291
2319
|
|
|
@@ -2387,6 +2415,7 @@ module OCI
|
|
|
2387
2415
|
#
|
|
2388
2416
|
# @option opts [String] :view_id The OCID of the view the resource is associated with.
|
|
2389
2417
|
# @return [Response] A Response object with data of type {OCI::Dns::Models::RecordCollection RecordCollection}
|
|
2418
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/get_zone_records.rb.html) to see an example of how to use get_zone_records API.
|
|
2390
2419
|
def get_zone_records(zone_name_or_id, opts = {})
|
|
2391
2420
|
logger.debug 'Calling operation DnsClient#get_zone_records.' if logger
|
|
2392
2421
|
|
|
@@ -2484,6 +2513,7 @@ module OCI
|
|
|
2484
2513
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
2485
2514
|
#
|
|
2486
2515
|
# @return [Response] A Response object with data of type Array<{OCI::Dns::Models::ResolverEndpointSummary ResolverEndpointSummary}>
|
|
2516
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/list_resolver_endpoints.rb.html) to see an example of how to use list_resolver_endpoints API.
|
|
2487
2517
|
def list_resolver_endpoints(resolver_id, opts = {})
|
|
2488
2518
|
logger.debug 'Calling operation DnsClient#list_resolver_endpoints.' if logger
|
|
2489
2519
|
|
|
@@ -2582,6 +2612,7 @@ module OCI
|
|
|
2582
2612
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
2583
2613
|
#
|
|
2584
2614
|
# @return [Response] A Response object with data of type Array<{OCI::Dns::Models::ResolverSummary ResolverSummary}>
|
|
2615
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/list_resolvers.rb.html) to see an example of how to use list_resolvers API.
|
|
2585
2616
|
def list_resolvers(compartment_id, opts = {})
|
|
2586
2617
|
logger.debug 'Calling operation DnsClient#list_resolvers.' if logger
|
|
2587
2618
|
|
|
@@ -2691,6 +2722,7 @@ module OCI
|
|
|
2691
2722
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
2692
2723
|
#
|
|
2693
2724
|
# @return [Response] A Response object with data of type Array<{OCI::Dns::Models::SteeringPolicySummary SteeringPolicySummary}>
|
|
2725
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/list_steering_policies.rb.html) to see an example of how to use list_steering_policies API.
|
|
2694
2726
|
def list_steering_policies(compartment_id, opts = {})
|
|
2695
2727
|
logger.debug 'Calling operation DnsClient#list_steering_policies.' if logger
|
|
2696
2728
|
|
|
@@ -2808,6 +2840,7 @@ module OCI
|
|
|
2808
2840
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
2809
2841
|
#
|
|
2810
2842
|
# @return [Response] A Response object with data of type Array<{OCI::Dns::Models::SteeringPolicyAttachmentSummary SteeringPolicyAttachmentSummary}>
|
|
2843
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/list_steering_policy_attachments.rb.html) to see an example of how to use list_steering_policy_attachments API.
|
|
2811
2844
|
def list_steering_policy_attachments(compartment_id, opts = {})
|
|
2812
2845
|
logger.debug 'Calling operation DnsClient#list_steering_policy_attachments.' if logger
|
|
2813
2846
|
|
|
@@ -2908,6 +2941,7 @@ module OCI
|
|
|
2908
2941
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
2909
2942
|
#
|
|
2910
2943
|
# @return [Response] A Response object with data of type Array<{OCI::Dns::Models::TsigKeySummary TsigKeySummary}>
|
|
2944
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/list_tsig_keys.rb.html) to see an example of how to use list_tsig_keys API.
|
|
2911
2945
|
def list_tsig_keys(compartment_id, opts = {})
|
|
2912
2946
|
logger.debug 'Calling operation DnsClient#list_tsig_keys.' if logger
|
|
2913
2947
|
|
|
@@ -3007,6 +3041,7 @@ module OCI
|
|
|
3007
3041
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
3008
3042
|
#
|
|
3009
3043
|
# @return [Response] A Response object with data of type Array<{OCI::Dns::Models::ViewSummary ViewSummary}>
|
|
3044
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/list_views.rb.html) to see an example of how to use list_views API.
|
|
3010
3045
|
def list_views(compartment_id, opts = {})
|
|
3011
3046
|
logger.debug 'Calling operation DnsClient#list_views.' if logger
|
|
3012
3047
|
|
|
@@ -3118,6 +3153,7 @@ module OCI
|
|
|
3118
3153
|
#
|
|
3119
3154
|
# @option opts [String] :view_id The OCID of the view the resource is associated with.
|
|
3120
3155
|
# @return [Response] A Response object with data of type Array<{OCI::Dns::Models::ZoneSummary ZoneSummary}>
|
|
3156
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/list_zones.rb.html) to see an example of how to use list_zones API.
|
|
3121
3157
|
def list_zones(compartment_id, opts = {})
|
|
3122
3158
|
logger.debug 'Calling operation DnsClient#list_zones.' if logger
|
|
3123
3159
|
|
|
@@ -3228,6 +3264,7 @@ module OCI
|
|
|
3228
3264
|
# @option opts [String] :view_id The OCID of the view the resource is associated with.
|
|
3229
3265
|
# @option opts [String] :compartment_id The OCID of the compartment the resource belongs to.
|
|
3230
3266
|
# @return [Response] A Response object with data of type {OCI::Dns::Models::RecordCollection RecordCollection}
|
|
3267
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/patch_domain_records.rb.html) to see an example of how to use patch_domain_records API.
|
|
3231
3268
|
def patch_domain_records(zone_name_or_id, domain, patch_domain_records_details, opts = {})
|
|
3232
3269
|
logger.debug 'Calling operation DnsClient#patch_domain_records.' if logger
|
|
3233
3270
|
|
|
@@ -3315,6 +3352,7 @@ module OCI
|
|
|
3315
3352
|
# @option opts [String] :view_id The OCID of the view the resource is associated with.
|
|
3316
3353
|
# @option opts [String] :compartment_id The OCID of the compartment the resource belongs to.
|
|
3317
3354
|
# @return [Response] A Response object with data of type {OCI::Dns::Models::RecordCollection RecordCollection}
|
|
3355
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/patch_rr_set.rb.html) to see an example of how to use patch_rr_set API.
|
|
3318
3356
|
def patch_rr_set(zone_name_or_id, domain, rtype, patch_rr_set_details, opts = {})
|
|
3319
3357
|
logger.debug 'Calling operation DnsClient#patch_rr_set.' if logger
|
|
3320
3358
|
|
|
@@ -3407,6 +3445,7 @@ module OCI
|
|
|
3407
3445
|
# @option opts [String] :view_id The OCID of the view the resource is associated with.
|
|
3408
3446
|
# @option opts [String] :compartment_id The OCID of the compartment the resource belongs to.
|
|
3409
3447
|
# @return [Response] A Response object with data of type {OCI::Dns::Models::RecordCollection RecordCollection}
|
|
3448
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/patch_zone_records.rb.html) to see an example of how to use patch_zone_records API.
|
|
3410
3449
|
def patch_zone_records(zone_name_or_id, patch_zone_records_details, opts = {})
|
|
3411
3450
|
logger.debug 'Calling operation DnsClient#patch_zone_records.' if logger
|
|
3412
3451
|
|
|
@@ -3497,6 +3536,7 @@ module OCI
|
|
|
3497
3536
|
# @option opts [String] :view_id The OCID of the view the resource is associated with.
|
|
3498
3537
|
# @option opts [String] :compartment_id The OCID of the compartment the resource belongs to.
|
|
3499
3538
|
# @return [Response] A Response object with data of type {OCI::Dns::Models::RecordCollection RecordCollection}
|
|
3539
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/update_domain_records.rb.html) to see an example of how to use update_domain_records API.
|
|
3500
3540
|
def update_domain_records(zone_name_or_id, domain, update_domain_records_details, opts = {})
|
|
3501
3541
|
logger.debug 'Calling operation DnsClient#update_domain_records.' if logger
|
|
3502
3542
|
|
|
@@ -3581,6 +3621,7 @@ module OCI
|
|
|
3581
3621
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
3582
3622
|
#
|
|
3583
3623
|
# @return [Response] A Response object with data of type {OCI::Dns::Models::Resolver Resolver}
|
|
3624
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/update_resolver.rb.html) to see an example of how to use update_resolver API.
|
|
3584
3625
|
def update_resolver(resolver_id, update_resolver_details, opts = {})
|
|
3585
3626
|
logger.debug 'Calling operation DnsClient#update_resolver.' if logger
|
|
3586
3627
|
|
|
@@ -3662,6 +3703,7 @@ module OCI
|
|
|
3662
3703
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
3663
3704
|
#
|
|
3664
3705
|
# @return [Response] A Response object with data of type {OCI::Dns::Models::ResolverEndpoint ResolverEndpoint}
|
|
3706
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/update_resolver_endpoint.rb.html) to see an example of how to use update_resolver_endpoint API.
|
|
3665
3707
|
def update_resolver_endpoint(resolver_id, resolver_endpoint_name, update_resolver_endpoint_details, opts = {})
|
|
3666
3708
|
logger.debug 'Calling operation DnsClient#update_resolver_endpoint.' if logger
|
|
3667
3709
|
|
|
@@ -3747,6 +3789,7 @@ module OCI
|
|
|
3747
3789
|
# @option opts [String] :view_id The OCID of the view the resource is associated with.
|
|
3748
3790
|
# @option opts [String] :compartment_id The OCID of the compartment the resource belongs to.
|
|
3749
3791
|
# @return [Response] A Response object with data of type {OCI::Dns::Models::RecordCollection RecordCollection}
|
|
3792
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/update_rr_set.rb.html) to see an example of how to use update_rr_set API.
|
|
3750
3793
|
def update_rr_set(zone_name_or_id, domain, rtype, update_rr_set_details, opts = {})
|
|
3751
3794
|
logger.debug 'Calling operation DnsClient#update_rr_set.' if logger
|
|
3752
3795
|
|
|
@@ -3833,6 +3876,7 @@ module OCI
|
|
|
3833
3876
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
3834
3877
|
#
|
|
3835
3878
|
# @return [Response] A Response object with data of type {OCI::Dns::Models::SteeringPolicy SteeringPolicy}
|
|
3879
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/update_steering_policy.rb.html) to see an example of how to use update_steering_policy API.
|
|
3836
3880
|
def update_steering_policy(steering_policy_id, update_steering_policy_details, opts = {})
|
|
3837
3881
|
logger.debug 'Calling operation DnsClient#update_steering_policy.' if logger
|
|
3838
3882
|
|
|
@@ -3913,6 +3957,7 @@ module OCI
|
|
|
3913
3957
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
3914
3958
|
#
|
|
3915
3959
|
# @return [Response] A Response object with data of type {OCI::Dns::Models::SteeringPolicyAttachment SteeringPolicyAttachment}
|
|
3960
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/update_steering_policy_attachment.rb.html) to see an example of how to use update_steering_policy_attachment API.
|
|
3916
3961
|
def update_steering_policy_attachment(steering_policy_attachment_id, update_steering_policy_attachment_details, opts = {})
|
|
3917
3962
|
logger.debug 'Calling operation DnsClient#update_steering_policy_attachment.' if logger
|
|
3918
3963
|
|
|
@@ -3993,6 +4038,7 @@ module OCI
|
|
|
3993
4038
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
3994
4039
|
#
|
|
3995
4040
|
# @return [Response] A Response object with data of type {OCI::Dns::Models::TsigKey TsigKey}
|
|
4041
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/update_tsig_key.rb.html) to see an example of how to use update_tsig_key API.
|
|
3996
4042
|
def update_tsig_key(tsig_key_id, update_tsig_key_details, opts = {})
|
|
3997
4043
|
logger.debug 'Calling operation DnsClient#update_tsig_key.' if logger
|
|
3998
4044
|
|
|
@@ -4073,6 +4119,7 @@ module OCI
|
|
|
4073
4119
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
4074
4120
|
#
|
|
4075
4121
|
# @return [Response] A Response object with data of type {OCI::Dns::Models::View View}
|
|
4122
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/update_view.rb.html) to see an example of how to use update_view API.
|
|
4076
4123
|
def update_view(view_id, update_view_details, opts = {})
|
|
4077
4124
|
logger.debug 'Calling operation DnsClient#update_view.' if logger
|
|
4078
4125
|
|
|
@@ -4157,6 +4204,7 @@ module OCI
|
|
|
4157
4204
|
# @option opts [String] :view_id The OCID of the view the resource is associated with.
|
|
4158
4205
|
# @option opts [String] :compartment_id The OCID of the compartment the resource belongs to.
|
|
4159
4206
|
# @return [Response] A Response object with data of type {OCI::Dns::Models::Zone Zone}
|
|
4207
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/update_zone.rb.html) to see an example of how to use update_zone API.
|
|
4160
4208
|
def update_zone(zone_name_or_id, update_zone_details, opts = {})
|
|
4161
4209
|
logger.debug 'Calling operation DnsClient#update_zone.' if logger
|
|
4162
4210
|
|
|
@@ -4245,6 +4293,7 @@ module OCI
|
|
|
4245
4293
|
# @option opts [String] :view_id The OCID of the view the resource is associated with.
|
|
4246
4294
|
# @option opts [String] :compartment_id The OCID of the compartment the resource belongs to.
|
|
4247
4295
|
# @return [Response] A Response object with data of type {OCI::Dns::Models::RecordCollection RecordCollection}
|
|
4296
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/update_zone_records.rb.html) to see an example of how to use update_zone_records API.
|
|
4248
4297
|
def update_zone_records(zone_name_or_id, update_zone_records_details, opts = {})
|
|
4249
4298
|
logger.debug 'Calling operation DnsClient#update_zone_records.' if logger
|
|
4250
4299
|
|