oci 2.14.0 → 2.15.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 +7 -2
- data/lib/oci.rb +5 -0
- data/lib/oci/ai_anomaly_detection/ai_anomaly_detection.rb +76 -0
- data/lib/oci/ai_anomaly_detection/anomaly_detection_client.rb +2054 -0
- data/lib/oci/ai_anomaly_detection/anomaly_detection_client_composite_operations.rb +658 -0
- data/lib/oci/ai_anomaly_detection/models/action_type.rb +14 -0
- data/lib/oci/ai_anomaly_detection/models/ai_private_endpoint.rb +350 -0
- data/lib/oci/ai_anomaly_detection/models/ai_private_endpoint_collection.rb +150 -0
- data/lib/oci/ai_anomaly_detection/models/ai_private_endpoint_summary.rb +312 -0
- data/lib/oci/ai_anomaly_detection/models/anomaly.rb +210 -0
- data/lib/oci/ai_anomaly_detection/models/anomaly_detect_result.rb +154 -0
- data/lib/oci/ai_anomaly_detection/models/change_ai_private_endpoint_compartment_details.rb +154 -0
- data/lib/oci/ai_anomaly_detection/models/change_data_asset_compartment_details.rb +154 -0
- data/lib/oci/ai_anomaly_detection/models/change_model_compartment_details.rb +156 -0
- data/lib/oci/ai_anomaly_detection/models/change_project_compartment_details.rb +156 -0
- data/lib/oci/ai_anomaly_detection/models/create_ai_private_endpoint_details.rb +231 -0
- data/lib/oci/ai_anomaly_detection/models/create_data_asset_details.rb +253 -0
- data/lib/oci/ai_anomaly_detection/models/create_model_details.rb +238 -0
- data/lib/oci/ai_anomaly_detection/models/create_project_details.rb +211 -0
- data/lib/oci/ai_anomaly_detection/models/data_asset.rb +340 -0
- data/lib/oci/ai_anomaly_detection/models/data_asset_collection.rb +150 -0
- data/lib/oci/ai_anomaly_detection/models/data_asset_summary.rb +341 -0
- data/lib/oci/ai_anomaly_detection/models/data_item.rb +160 -0
- data/lib/oci/ai_anomaly_detection/models/data_source_details.rb +193 -0
- data/lib/oci/ai_anomaly_detection/models/data_source_details_atp.rb +302 -0
- data/lib/oci/ai_anomaly_detection/models/data_source_details_influx.rb +214 -0
- data/lib/oci/ai_anomaly_detection/models/data_source_details_object_storage.rb +186 -0
- data/lib/oci/ai_anomaly_detection/models/data_source_type.rb +12 -0
- data/lib/oci/ai_anomaly_detection/models/detect_anomalies_details.rb +202 -0
- data/lib/oci/ai_anomaly_detection/models/detection_result_item.rb +184 -0
- data/lib/oci/ai_anomaly_detection/models/embedded_detect_anomalies_request.rb +192 -0
- data/lib/oci/ai_anomaly_detection/models/influx_details.rb +191 -0
- data/lib/oci/ai_anomaly_detection/models/influx_details_v1v8.rb +176 -0
- data/lib/oci/ai_anomaly_detection/models/influx_details_v2v0.rb +176 -0
- data/lib/oci/ai_anomaly_detection/models/influx_version.rb +11 -0
- data/lib/oci/ai_anomaly_detection/models/inline_detect_anomalies_request.rb +179 -0
- data/lib/oci/ai_anomaly_detection/models/model.rb +358 -0
- data/lib/oci/ai_anomaly_detection/models/model_collection.rb +150 -0
- data/lib/oci/ai_anomaly_detection/models/model_summary.rb +305 -0
- data/lib/oci/ai_anomaly_detection/models/model_training_details.rb +186 -0
- data/lib/oci/ai_anomaly_detection/models/model_training_results.rb +215 -0
- data/lib/oci/ai_anomaly_detection/models/operation_status.rb +16 -0
- data/lib/oci/ai_anomaly_detection/models/operation_type.rb +16 -0
- data/lib/oci/ai_anomaly_detection/models/per_signal_details.rb +267 -0
- data/lib/oci/ai_anomaly_detection/models/project.rb +302 -0
- data/lib/oci/ai_anomaly_detection/models/project_collection.rb +150 -0
- data/lib/oci/ai_anomaly_detection/models/project_summary.rb +279 -0
- data/lib/oci/ai_anomaly_detection/models/row_reduction_details.rb +205 -0
- data/lib/oci/ai_anomaly_detection/models/sort_order.rb +11 -0
- data/lib/oci/ai_anomaly_detection/models/update_ai_private_endpoint_details.rb +202 -0
- data/lib/oci/ai_anomaly_detection/models/update_data_asset_details.rb +196 -0
- data/lib/oci/ai_anomaly_detection/models/update_model_details.rb +196 -0
- data/lib/oci/ai_anomaly_detection/models/update_project_details.rb +196 -0
- data/lib/oci/ai_anomaly_detection/models/work_request.rb +312 -0
- data/lib/oci/ai_anomaly_detection/models/work_request_error.rb +173 -0
- data/lib/oci/ai_anomaly_detection/models/work_request_error_collection.rb +150 -0
- data/lib/oci/ai_anomaly_detection/models/work_request_log_entry.rb +160 -0
- data/lib/oci/ai_anomaly_detection/models/work_request_log_entry_collection.rb +150 -0
- data/lib/oci/ai_anomaly_detection/models/work_request_resource.rb +219 -0
- data/lib/oci/ai_anomaly_detection/models/work_request_summary.rb +312 -0
- data/lib/oci/ai_anomaly_detection/models/work_request_summary_collection.rb +150 -0
- data/lib/oci/ai_anomaly_detection/util.rb +3 -0
- data/lib/oci/api_client.rb +4 -4
- data/lib/oci/application_migration/application_migration.rb +2 -0
- data/lib/oci/application_migration/models/authorization_details.rb +2 -1
- data/lib/oci/application_migration/models/import_manifest.rb +208 -0
- data/lib/oci/application_migration/models/import_source_details.rb +192 -0
- data/lib/oci/application_migration/models/source_details.rb +2 -0
- data/lib/oci/application_migration/models/source_summary.rb +1 -0
- data/lib/oci/application_migration/models/source_types.rb +2 -1
- data/lib/oci/artifacts/artifacts.rb +15 -0
- data/lib/oci/artifacts/artifacts_client.rb +1104 -147
- data/lib/oci/artifacts/artifacts_client_composite_operations.rb +211 -0
- data/lib/oci/artifacts/models/change_repository_compartment_details.rb +155 -0
- data/lib/oci/artifacts/models/container_repository.rb +18 -4
- data/lib/oci/artifacts/models/container_repository_summary.rb +18 -4
- data/lib/oci/artifacts/models/create_generic_repository_details.rb +169 -0
- data/lib/oci/artifacts/models/create_repository_details.rb +259 -0
- data/lib/oci/artifacts/models/generic_artifact.rb +337 -0
- data/lib/oci/artifacts/models/generic_artifact_collection.rb +150 -0
- data/lib/oci/artifacts/models/generic_artifact_summary.rb +316 -0
- data/lib/oci/artifacts/models/generic_repository.rb +181 -0
- data/lib/oci/artifacts/models/generic_repository_summary.rb +181 -0
- data/lib/oci/artifacts/models/repository.rb +338 -0
- data/lib/oci/{usage_api/models/schedule_report_collection.rb → artifacts/models/repository_collection.rb} +6 -6
- data/lib/oci/artifacts/models/repository_summary.rb +299 -0
- data/lib/oci/artifacts/models/update_generic_artifact_by_path_details.rb +176 -0
- data/lib/oci/artifacts/models/update_generic_artifact_details.rb +176 -0
- data/lib/oci/artifacts/models/update_generic_repository_details.rb +161 -0
- data/lib/oci/artifacts/models/update_repository_details.rb +230 -0
- data/lib/oci/bastion/bastion.rb +48 -0
- data/lib/oci/bastion/bastion_client.rb +1041 -0
- data/lib/oci/bastion/bastion_client_composite_operations.rb +311 -0
- data/lib/oci/bastion/models/action_type.rb +14 -0
- data/lib/oci/bastion/models/bastion.rb +434 -0
- data/lib/oci/bastion/models/bastion_lifecycle_state.rb +15 -0
- data/lib/oci/bastion/models/bastion_summary.rb +348 -0
- data/lib/oci/bastion/models/change_bastion_compartment_details.rb +154 -0
- data/lib/oci/bastion/models/create_bastion_details.rb +283 -0
- data/lib/oci/bastion/models/create_managed_ssh_session_target_resource_details.rb +194 -0
- data/lib/oci/bastion/models/create_port_forwarding_session_target_resource_details.rb +180 -0
- data/lib/oci/bastion/models/create_session_details.rb +238 -0
- data/lib/oci/bastion/models/create_session_target_resource_details.rb +198 -0
- data/lib/oci/bastion/models/managed_ssh_session_target_resource_details.rb +208 -0
- data/lib/oci/bastion/models/operation_status.rb +15 -0
- data/lib/oci/bastion/models/operation_type.rb +14 -0
- data/lib/oci/bastion/models/port_forwarding_session_target_resource_details.rb +194 -0
- data/lib/oci/bastion/models/public_key_details.rb +154 -0
- data/lib/oci/bastion/models/session.rb +393 -0
- data/lib/oci/bastion/models/session_lifecycle_state.rb +14 -0
- data/lib/oci/bastion/models/session_summary.rb +303 -0
- data/lib/oci/bastion/models/session_type.rb +11 -0
- data/lib/oci/bastion/models/sort_order.rb +11 -0
- data/lib/oci/bastion/models/target_resource_details.rb +205 -0
- data/lib/oci/bastion/models/update_bastion_details.rb +215 -0
- data/lib/oci/bastion/models/update_session_details.rb +154 -0
- data/lib/oci/bastion/models/work_request.rb +309 -0
- data/lib/oci/bastion/models/work_request_error.rb +173 -0
- data/lib/oci/bastion/models/work_request_log_entry.rb +160 -0
- data/lib/oci/bastion/models/work_request_resource.rb +219 -0
- data/lib/oci/bastion/models/work_request_summary.rb +309 -0
- data/lib/oci/bastion/util.rb +3 -0
- data/lib/oci/bds/bds_client.rb +70 -77
- data/lib/oci/bds/bds_client_composite_operations.rb +21 -21
- data/lib/oci/bds/models/add_auto_scaling_configuration_details.rb +5 -5
- data/lib/oci/bds/models/add_block_storage_details.rb +4 -4
- data/lib/oci/bds/models/add_cloud_sql_details.rb +4 -5
- data/lib/oci/bds/models/add_worker_nodes_details.rb +3 -3
- data/lib/oci/bds/models/auto_scale_policy.rb +3 -3
- data/lib/oci/bds/models/auto_scale_policy_metric_rule.rb +2 -2
- data/lib/oci/bds/models/auto_scale_policy_rule.rb +2 -2
- data/lib/oci/bds/models/auto_scaling_configuration.rb +7 -8
- data/lib/oci/bds/models/auto_scaling_configuration_summary.rb +7 -8
- data/lib/oci/bds/models/bds_instance.rb +17 -16
- data/lib/oci/bds/models/bds_instance_summary.rb +14 -14
- data/lib/oci/bds/models/change_bds_instance_compartment_details.rb +2 -2
- data/lib/oci/bds/models/change_shape_details.rb +1 -1
- data/lib/oci/bds/models/change_shape_nodes.rb +2 -2
- data/lib/oci/bds/models/cloud_sql_details.rb +3 -3
- data/lib/oci/bds/models/cluster_details.rb +26 -13
- data/lib/oci/bds/models/create_bds_instance_details.rb +11 -11
- data/lib/oci/bds/models/create_node_details.rb +6 -6
- data/lib/oci/bds/models/kerberos_details.rb +2 -2
- data/lib/oci/bds/models/metric_threshold_rule.rb +4 -4
- data/lib/oci/bds/models/network_config.rb +1 -1
- data/lib/oci/bds/models/node.rb +15 -15
- data/lib/oci/bds/models/remove_auto_scaling_configuration_details.rb +2 -2
- data/lib/oci/bds/models/remove_cloud_sql_details.rb +2 -2
- data/lib/oci/bds/models/restart_node_details.rb +2 -2
- data/lib/oci/bds/models/update_auto_scaling_configuration_details.rb +4 -4
- data/lib/oci/bds/models/update_bds_instance_details.rb +5 -5
- data/lib/oci/bds/models/work_request.rb +9 -14
- data/lib/oci/bds/models/work_request_error.rb +2 -3
- data/lib/oci/bds/models/work_request_log_entry.rb +1 -1
- data/lib/oci/bds/models/work_request_resource.rb +2 -5
- data/lib/oci/container_engine/container_engine.rb +2 -0
- data/lib/oci/container_engine/container_engine_client.rb +118 -0
- data/lib/oci/container_engine/container_engine_client_composite_operations.rb +50 -0
- data/lib/oci/container_engine/models/cluster_migrate_to_native_vcn_details.rb +169 -0
- data/lib/oci/container_engine/models/cluster_migrate_to_native_vcn_status.rb +187 -0
- data/lib/oci/container_engine/models/create_node_pool_node_config_details.rb +16 -1
- data/lib/oci/container_engine/models/node_pool_node_config_details.rb +16 -1
- data/lib/oci/container_engine/models/update_node_pool_node_config_details.rb +16 -1
- data/lib/oci/container_engine/models/work_request.rb +1 -0
- data/lib/oci/container_engine/models/work_request_operation_type.rb +1 -0
- data/lib/oci/container_engine/models/work_request_summary.rb +1 -0
- data/lib/oci/core/blockstorage_client.rb +70 -1
- data/lib/oci/core/blockstorage_client_composite_operations.rb +41 -0
- data/lib/oci/core/compute_client.rb +63 -0
- data/lib/oci/core/compute_client_composite_operations.rb +40 -0
- data/lib/oci/core/core.rb +4 -0
- data/lib/oci/core/models/attach_boot_volume_details.rb +35 -4
- data/lib/oci/core/models/attach_i_scsi_volume_details.rb +35 -4
- data/lib/oci/core/models/block_volume_replica.rb +1 -1
- data/lib/oci/core/models/boot_volume_attachment.rb +41 -4
- data/lib/oci/core/models/boot_volume_replica.rb +1 -1
- data/lib/oci/core/models/copy_volume_group_backup_details.rb +196 -0
- data/lib/oci/core/models/create_boot_volume_details.rb +1 -1
- data/lib/oci/core/models/create_dhcp_details.rb +32 -4
- data/lib/oci/core/models/create_vlan_details.rb +11 -3
- data/lib/oci/core/models/create_volume_details.rb +1 -1
- data/lib/oci/core/models/dhcp_options.rb +38 -4
- data/lib/oci/core/models/emulated_volume_attachment.rb +12 -4
- data/lib/oci/core/models/encryption_in_transit_type.rb +11 -0
- data/lib/oci/core/models/i_scsi_volume_attachment.rb +64 -4
- data/lib/oci/core/models/image.rb +18 -1
- data/lib/oci/core/models/instance_agent_features.rb +2 -2
- data/lib/oci/core/models/instance_configuration_instance_source_via_image_details.rb +1 -1
- data/lib/oci/core/models/instance_source_via_image_details.rb +1 -1
- data/lib/oci/core/models/launch_instance_availability_config_details.rb +2 -2
- data/lib/oci/core/models/multipath_device.rb +180 -0
- data/lib/oci/core/models/paravirtualized_volume_attachment.rb +12 -4
- data/lib/oci/core/models/update_dhcp_details.rb +32 -4
- data/lib/oci/core/models/update_instance_availability_config_details.rb +1 -1
- data/lib/oci/core/models/update_volume_attachment_details.rb +174 -0
- data/lib/oci/core/models/vlan.rb +2 -1
- data/lib/oci/core/models/volume_attachment.rb +58 -4
- data/lib/oci/core/virtual_network_client.rb +7 -5
- data/lib/oci/data_catalog/data_catalog.rb +11 -0
- data/lib/oci/data_catalog/data_catalog_client.rb +599 -7
- data/lib/oci/data_catalog/data_catalog_client_composite_operations.rb +188 -0
- data/lib/oci/data_catalog/models/attribute.rb +43 -1
- data/lib/oci/data_catalog/models/attribute_summary.rb +33 -4
- data/lib/oci/data_catalog/models/change_metastore_compartment_details.rb +154 -0
- data/lib/oci/data_catalog/models/create_custom_property_details.rb +17 -1
- data/lib/oci/data_catalog/models/create_job_definition_details.rb +2 -1
- data/lib/oci/data_catalog/models/create_job_execution_details.rb +2 -1
- data/lib/oci/data_catalog/models/create_metastore_details.rb +232 -0
- data/lib/oci/data_catalog/models/custom_property.rb +17 -1
- data/lib/oci/data_catalog/models/custom_property_get_usage.rb +17 -1
- data/lib/oci/data_catalog/models/custom_property_summary.rb +63 -4
- data/lib/oci/data_catalog/models/custom_property_type_usage.rb +20 -4
- data/lib/oci/data_catalog/models/data_asset.rb +16 -1
- data/lib/oci/data_catalog/models/data_asset_export_scope.rb +172 -0
- data/lib/oci/data_catalog/models/data_asset_import_export_type_filter.rb +11 -0
- data/lib/oci/data_catalog/models/entity.rb +30 -1
- data/lib/oci/data_catalog/models/export_data_asset_details.rb +154 -0
- data/lib/oci/data_catalog/models/folder.rb +44 -1
- data/lib/oci/data_catalog/models/folder_summary.rb +15 -1
- data/lib/oci/data_catalog/models/import_data_asset_details.rb +154 -0
- data/lib/oci/data_catalog/models/import_data_asset_job_result.rb +235 -0
- data/lib/oci/data_catalog/models/job.rb +1 -0
- data/lib/oci/data_catalog/models/job_definition.rb +1 -0
- data/lib/oci/data_catalog/models/job_definition_summary.rb +1 -0
- data/lib/oci/data_catalog/models/job_execution.rb +1 -0
- data/lib/oci/data_catalog/models/job_execution_summary.rb +1 -0
- data/lib/oci/data_catalog/models/job_summary.rb +1 -0
- data/lib/oci/data_catalog/models/job_type.rb +2 -1
- data/lib/oci/data_catalog/models/metastore.rb +325 -0
- data/lib/oci/data_catalog/models/metastore_summary.rb +292 -0
- data/lib/oci/data_catalog/models/object_relationship.rb +233 -0
- data/lib/oci/data_catalog/models/search_result.rb +15 -1
- data/lib/oci/data_catalog/models/type_custom_property_details.rb +20 -4
- data/lib/oci/data_catalog/models/update_custom_property_details.rb +17 -1
- data/lib/oci/data_catalog/models/update_metastore_details.rb +186 -0
- data/lib/oci/data_flow/data_flow_client.rb +3 -0
- data/lib/oci/data_flow/models/application.rb +16 -1
- data/lib/oci/data_flow/models/application_summary.rb +16 -1
- data/lib/oci/data_flow/models/create_application_details.rb +16 -1
- data/lib/oci/data_flow/models/create_run_details.rb +17 -1
- data/lib/oci/data_flow/models/run.rb +16 -1
- data/lib/oci/data_flow/models/update_application_details.rb +16 -1
- data/lib/oci/data_integration/data_integration.rb +52 -0
- data/lib/oci/data_integration/data_integration_client.rb +766 -24
- data/lib/oci/data_integration/models/abstract_format_attribute.rb +19 -4
- data/lib/oci/data_integration/models/abstract_read_attribute.rb +3 -0
- data/lib/oci/data_integration/models/abstract_write_attribute.rb +7 -0
- data/lib/oci/data_integration/models/auth_details.rb +213 -0
- data/lib/oci/data_integration/models/avro_format_attribute.rb +5 -1
- data/lib/oci/data_integration/models/bicc_read_attributes.rb +237 -0
- data/lib/oci/data_integration/models/config_parameter_value.rb +18 -4
- data/lib/oci/data_integration/models/connection.rb +4 -0
- data/lib/oci/data_integration/models/connection_details.rb +5 -1
- data/lib/oci/data_integration/models/connection_from_amazon_s3.rb +226 -0
- data/lib/oci/data_integration/models/connection_from_amazon_s3_details.rb +222 -0
- data/lib/oci/data_integration/models/connection_from_bicc.rb +236 -0
- data/lib/oci/data_integration/models/connection_from_bicc_details.rb +232 -0
- data/lib/oci/data_integration/models/connection_summary.rb +4 -0
- data/lib/oci/data_integration/models/connection_summary_from_amazon_s3.rb +227 -0
- data/lib/oci/data_integration/models/connection_summary_from_bicc.rb +223 -0
- data/lib/oci/data_integration/models/connector_attribute.rb +182 -0
- data/lib/oci/data_integration/models/create_connection_details.rb +5 -1
- data/lib/oci/data_integration/models/create_connection_from_amazon_s3.rb +210 -0
- data/lib/oci/data_integration/models/create_connection_from_bicc.rb +220 -0
- data/lib/oci/data_integration/models/create_data_asset_details.rb +5 -1
- data/lib/oci/data_integration/models/create_data_asset_from_adwc.rb +57 -1
- data/lib/oci/data_integration/models/create_data_asset_from_amazon_s3.rb +207 -0
- data/lib/oci/data_integration/models/create_data_asset_from_atp.rb +57 -1
- data/lib/oci/data_integration/models/create_data_asset_from_fusion_app.rb +211 -0
- data/lib/oci/data_integration/models/create_schedule_details.rb +272 -0
- data/lib/oci/data_integration/models/create_task_details.rb +7 -1
- data/lib/oci/data_integration/models/create_task_from_oci_dataflow_task.rb +213 -0
- data/lib/oci/data_integration/models/create_task_from_rest_task.rb +348 -0
- data/lib/oci/data_integration/models/create_task_from_sql_task.rb +246 -0
- data/lib/oci/data_integration/models/create_task_run_details.rb +15 -1
- data/lib/oci/data_integration/models/create_task_schedule_details.rb +476 -0
- data/lib/oci/data_integration/models/csv_format_attribute.rb +5 -15
- data/lib/oci/data_integration/models/data_asset.rb +4 -0
- data/lib/oci/data_integration/models/data_asset_from_amazon_s3.rb +223 -0
- data/lib/oci/data_integration/models/data_asset_from_fusion_app.rb +227 -0
- data/lib/oci/data_integration/models/data_asset_summary.rb +4 -0
- data/lib/oci/data_integration/models/data_asset_summary_from_amazon_s3.rb +219 -0
- data/lib/oci/data_integration/models/data_asset_summary_from_fusion_app.rb +223 -0
- data/lib/oci/data_integration/models/data_entity.rb +2 -0
- data/lib/oci/data_integration/models/data_entity_details.rb +3 -1
- data/lib/oci/data_integration/models/data_entity_from_data_store.rb +454 -0
- data/lib/oci/data_integration/models/data_entity_from_data_store_entity_details.rb +443 -0
- data/lib/oci/data_integration/models/data_entity_summary.rb +2 -0
- data/lib/oci/data_integration/models/data_entity_summary_from_data_store.rb +454 -0
- data/lib/oci/{usage_api/models/create_schedule_report_details.rb → data_integration/models/dataflow_application.rb} +20 -33
- data/lib/oci/data_integration/models/dependent_object_summary.rb +17 -4
- data/lib/oci/data_integration/models/enriched_entity.rb +31 -4
- data/lib/oci/data_integration/models/expression_operator.rb +250 -0
- data/lib/oci/data_integration/models/external_storage.rb +221 -0
- data/lib/oci/data_integration/models/json_format_attribute.rb +5 -1
- data/lib/oci/data_integration/models/lookup.rb +274 -0
- data/lib/oci/data_integration/models/native_shape_field.rb +3 -3
- data/lib/oci/data_integration/models/object_metadata.rb +17 -4
- data/lib/oci/data_integration/models/object_storage_write_attribute.rb +162 -0
- data/lib/oci/data_integration/models/object_storage_write_attributes.rb +164 -0
- data/lib/oci/data_integration/models/operator.rb +4 -1
- data/lib/oci/data_integration/models/oracle_adwc_write_attributes.rb +22 -12
- data/lib/oci/data_integration/models/oracle_atp_write_attributes.rb +22 -12
- data/lib/oci/data_integration/models/oracle_read_attributes.rb +13 -2
- data/lib/oci/data_integration/models/oracle_write_attributes.rb +13 -2
- data/lib/oci/data_integration/models/parameter.rb +4 -3
- data/lib/oci/data_integration/models/parent_reference.rb +18 -4
- data/lib/oci/data_integration/models/parquet_format_attribute.rb +162 -0
- data/lib/oci/data_integration/models/patch_change_summary.rb +3 -0
- data/lib/oci/data_integration/models/patch_object_metadata.rb +3 -0
- data/lib/oci/data_integration/models/published_object.rb +3 -0
- data/lib/oci/data_integration/models/published_object_summary.rb +3 -0
- data/lib/oci/data_integration/models/schedule_summary.rb +295 -0
- data/lib/oci/data_integration/models/schedule_summary_collection.rb +150 -0
- data/lib/oci/data_integration/models/script.rb +202 -0
- data/lib/oci/data_integration/models/shape_field.rb +3 -3
- data/lib/oci/data_integration/models/task.rb +23 -4
- data/lib/oci/data_integration/models/task_from_data_loader_task_details.rb +5 -1
- data/lib/oci/data_integration/models/task_from_integration_task_details.rb +5 -1
- data/lib/oci/data_integration/models/task_from_oci_dataflow_task_details.rb +225 -0
- data/lib/oci/data_integration/models/task_from_pipeline_task_details.rb +5 -1
- data/lib/oci/data_integration/models/task_from_rest_task_details.rb +379 -0
- data/lib/oci/data_integration/models/task_from_sql_task_details.rb +265 -0
- data/lib/oci/data_integration/models/task_operator.rb +3 -0
- data/lib/oci/data_integration/models/task_run.rb +62 -1
- data/lib/oci/data_integration/models/task_run_details.rb +3 -0
- data/lib/oci/data_integration/models/task_run_summary.rb +3 -0
- data/lib/oci/data_integration/models/task_schedule_summary.rb +532 -0
- data/lib/oci/data_integration/models/task_schedule_summary_collection.rb +150 -0
- data/lib/oci/data_integration/models/task_summary.rb +6 -0
- data/lib/oci/data_integration/models/task_summary_from_oci_dataflow_task.rb +221 -0
- data/lib/oci/data_integration/models/task_summary_from_rest_task.rb +356 -0
- data/lib/oci/data_integration/models/task_summary_from_sql_task.rb +254 -0
- data/lib/oci/data_integration/models/update_connection_details.rb +5 -1
- data/lib/oci/data_integration/models/update_connection_from_amazon_s3.rb +214 -0
- data/lib/oci/data_integration/models/update_connection_from_bicc.rb +224 -0
- data/lib/oci/data_integration/models/update_data_asset_details.rb +5 -1
- data/lib/oci/data_integration/models/update_data_asset_from_adwc.rb +57 -1
- data/lib/oci/data_integration/models/update_data_asset_from_amazon_s3.rb +198 -0
- data/lib/oci/data_integration/models/update_data_asset_from_atp.rb +57 -1
- data/lib/oci/data_integration/models/update_data_asset_from_fusion_app.rb +202 -0
- data/lib/oci/data_integration/models/update_schedule_details.rb +299 -0
- data/lib/oci/data_integration/models/update_task_details.rb +7 -1
- data/lib/oci/data_integration/models/update_task_from_oci_dataflow_task.rb +217 -0
- data/lib/oci/data_integration/models/update_task_from_rest_task.rb +366 -0
- data/lib/oci/data_integration/models/update_task_from_sql_task.rb +250 -0
- data/lib/oci/data_integration/models/update_task_run_details.rb +15 -1
- data/lib/oci/data_integration/models/update_task_schedule_details.rb +490 -0
- data/lib/oci/data_safe/data_safe.rb +18 -0
- data/lib/oci/data_safe/data_safe_client.rb +731 -17
- data/lib/oci/data_safe/data_safe_client_composite_operations.rb +247 -0
- data/lib/oci/{usage_api/models/update_schedule_report_details.rb → data_safe/models/activate_target_database_details.rb} +10 -14
- data/lib/oci/data_safe/models/autonomous_database_details.rb +166 -0
- data/lib/oci/data_safe/models/change_target_database_compartment_details.rb +154 -0
- data/lib/oci/data_safe/models/connection_option.rb +194 -0
- data/lib/oci/data_safe/models/create_target_database_details.rb +261 -0
- data/lib/oci/data_safe/models/credentials.rb +164 -0
- data/lib/oci/data_safe/models/data_safe_private_endpoint.rb +20 -4
- data/lib/oci/data_safe/models/data_safe_private_endpoint_summary.rb +54 -4
- data/lib/oci/data_safe/models/database_cloud_service_details.rb +194 -0
- data/lib/oci/data_safe/models/database_details.rb +231 -0
- data/lib/oci/data_safe/models/database_type.rb +12 -0
- data/lib/oci/data_safe/models/infrastructure_type.rb +13 -0
- data/lib/oci/data_safe/models/installed_database_details.rb +209 -0
- data/lib/oci/data_safe/models/on_prem_connector.rb +17 -1
- data/lib/oci/data_safe/models/on_prem_connector_summary.rb +17 -1
- data/lib/oci/data_safe/models/on_premise_connector.rb +162 -0
- data/lib/oci/data_safe/models/private_endpoint.rb +163 -0
- data/lib/oci/data_safe/models/service_list.rb +4 -0
- data/lib/oci/data_safe/models/target_database.rb +369 -0
- data/lib/oci/data_safe/models/target_database_lifecycle_state.rb +17 -0
- data/lib/oci/data_safe/models/target_database_summary.rb +359 -0
- data/lib/oci/data_safe/models/tls_config.rb +244 -0
- data/lib/oci/data_safe/models/update_target_database_details.rb +246 -0
- data/lib/oci/data_safe/models/work_request.rb +6 -0
- data/lib/oci/data_safe/models/work_request_summary.rb +6 -0
- data/lib/oci/data_science/data_science.rb +3 -0
- data/lib/oci/data_science/data_science_client.rb +16 -9
- data/lib/oci/data_science/data_science_client_composite_operations.rb +4 -4
- data/lib/oci/data_science/models/create_model_details.rb +60 -4
- data/lib/oci/data_science/models/create_model_provenance_details.rb +18 -4
- data/lib/oci/data_science/models/metadata.rb +197 -0
- data/lib/oci/data_science/models/model.rb +60 -4
- data/lib/oci/data_science/models/model_deployment.rb +1 -1
- data/lib/oci/data_science/models/model_provenance.rb +18 -4
- data/lib/oci/data_science/models/notebook_session_configuration_details.rb +17 -4
- data/lib/oci/data_science/models/notebook_session_shape_config_details.rb +169 -0
- data/lib/oci/data_science/models/notebook_session_shape_series.rb +13 -0
- data/lib/oci/data_science/models/notebook_session_shape_summary.rb +41 -4
- data/lib/oci/data_science/models/update_model_details.rb +32 -4
- data/lib/oci/data_science/models/update_model_provenance_details.rb +18 -4
- data/lib/oci/database/database.rb +17 -0
- data/lib/oci/database/database_client.rb +1228 -46
- data/lib/oci/database/database_client_composite_operations.rb +416 -0
- data/lib/oci/database/models/autonomous_container_database_dataguard_association.rb +2 -2
- data/lib/oci/database/models/autonomous_database.rb +213 -6
- data/lib/oci/database/models/autonomous_database_backup.rb +32 -4
- data/lib/oci/database/models/autonomous_database_backup_summary.rb +32 -4
- data/lib/oci/database/models/autonomous_database_dataguard_association.rb +2 -2
- data/lib/oci/{usage_api/models/schedule_report.rb → database/models/autonomous_database_key_history_entry.rb} +24 -36
- data/lib/oci/database/models/autonomous_database_standby_summary.rb +19 -4
- data/lib/oci/database/models/autonomous_database_summary.rb +213 -6
- data/lib/oci/database/models/cloud_exadata_infrastructure.rb +21 -4
- data/lib/oci/database/models/cloud_exadata_infrastructure_summary.rb +21 -4
- data/lib/oci/database/models/configure_autonomous_database_vault_key_details.rb +182 -0
- data/lib/oci/database/models/create_autonomous_database_base.rb +118 -7
- data/lib/oci/database/models/create_autonomous_database_clone_details.rb +21 -1
- data/lib/oci/database/models/create_autonomous_database_details.rb +24 -4
- data/lib/oci/database/models/create_autonomous_database_from_backup_details.rb +21 -1
- data/lib/oci/database/models/create_autonomous_database_from_backup_timestamp_details.rb +21 -1
- data/lib/oci/database/models/create_cloud_exadata_infrastructure_details.rb +18 -4
- data/lib/oci/database/models/create_cross_region_autonomous_database_data_guard_details.rb +283 -0
- data/lib/oci/database/models/create_database_software_image_details.rb +18 -4
- data/lib/oci/database/models/create_db_home_base.rb +18 -4
- data/lib/oci/database/models/create_db_home_with_db_system_id_details.rb +5 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_from_backup_details.rb +5 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_from_database_details.rb +5 -1
- data/lib/oci/database/models/create_db_home_with_vm_cluster_id_details.rb +5 -1
- data/lib/oci/database/models/create_db_home_with_vm_cluster_id_from_backup_details.rb +5 -1
- data/lib/oci/database/models/create_exadata_infrastructure_details.rb +29 -1
- data/lib/oci/database/models/create_pluggable_database_details.rb +233 -0
- data/lib/oci/database/models/create_refreshable_autonomous_database_clone_details.rb +21 -1
- data/lib/oci/database/models/customer_contact.rb +2 -2
- data/lib/oci/database/models/db_home_from_agent_resource_id.rb +380 -0
- data/lib/oci/database/models/db_node.rb +69 -1
- data/lib/oci/database/models/db_node_summary.rb +69 -1
- data/lib/oci/database/models/db_system_shape_summary.rb +72 -2
- data/lib/oci/database/models/exadata_infrastructure.rb +57 -1
- data/lib/oci/database/models/exadata_infrastructure_summary.rb +57 -1
- data/lib/oci/database/models/local_clone_pluggable_database_details.rb +185 -0
- data/lib/oci/database/models/maintenance_run.rb +4 -1
- data/lib/oci/database/models/maintenance_run_summary.rb +4 -1
- data/lib/oci/database/models/pluggable_database.rb +358 -0
- data/lib/oci/database/models/pluggable_database_connection_strings.rb +183 -0
- data/lib/oci/database/models/pluggable_database_summary.rb +361 -0
- data/lib/oci/database/models/remote_clone_pluggable_database_details.rb +213 -0
- data/lib/oci/database/models/scan_details.rb +1 -1
- data/lib/oci/database/models/update_autonomous_database_details.rb +64 -5
- data/lib/oci/database/models/update_cloud_exadata_infrastructure_details.rb +18 -4
- data/lib/oci/database/models/update_data_guard_association_details.rb +237 -0
- data/lib/oci/database/models/update_exadata_infrastructure_details.rb +15 -1
- data/lib/oci/database/models/update_external_macs_connector_details.rb +2 -1
- data/lib/oci/database/models/update_maintenance_run_details.rb +4 -1
- data/lib/oci/database/models/update_pluggable_database_details.rb +177 -0
- data/lib/oci/database/models/update_vm_cluster_details.rb +14 -1
- data/lib/oci/database/models/vm_cluster.rb +15 -2
- data/lib/oci/database/models/vm_cluster_summary.rb +15 -2
- data/lib/oci/database/models/vm_cluster_update.rb +346 -0
- data/lib/oci/database/models/vm_cluster_update_details.rb +183 -0
- data/lib/oci/database/models/vm_cluster_update_history_entry.rb +308 -0
- data/lib/oci/database/models/vm_cluster_update_history_entry_summary.rb +311 -0
- data/lib/oci/database/models/vm_cluster_update_summary.rb +349 -0
- data/lib/oci/database_management/database_management.rb +25 -0
- data/lib/oci/database_management/db_management_client.rb +1467 -97
- data/lib/oci/database_management/models/awr_db_collection.rb +175 -0
- data/lib/oci/database_management/models/awr_db_cpu_usage_collection.rb +217 -0
- data/lib/oci/database_management/models/awr_db_cpu_usage_summary.rb +164 -0
- data/lib/oci/database_management/models/awr_db_metric_collection.rb +175 -0
- data/lib/oci/database_management/models/awr_db_metric_summary.rb +202 -0
- data/lib/oci/database_management/models/awr_db_parameter_change_collection.rb +175 -0
- data/lib/oci/database_management/models/awr_db_parameter_change_summary.rb +255 -0
- data/lib/oci/database_management/models/awr_db_parameter_collection.rb +175 -0
- data/lib/oci/database_management/models/awr_db_parameter_summary.rb +238 -0
- data/lib/oci/database_management/models/awr_db_report.rb +205 -0
- data/lib/oci/database_management/models/awr_db_snapshot_collection.rb +175 -0
- data/lib/oci/database_management/models/awr_db_snapshot_range_collection.rb +175 -0
- data/lib/oci/database_management/models/awr_db_snapshot_range_summary.rb +331 -0
- data/lib/oci/database_management/models/awr_db_snapshot_summary.rb +244 -0
- data/lib/oci/database_management/models/awr_db_sql_report.rb +204 -0
- data/lib/oci/database_management/models/awr_db_summary.rb +334 -0
- data/lib/oci/database_management/models/awr_db_sysstat_collection.rb +175 -0
- data/lib/oci/database_management/models/awr_db_sysstat_summary.rb +216 -0
- data/lib/oci/database_management/models/awr_db_top_wait_event_collection.rb +175 -0
- data/lib/oci/database_management/models/awr_db_top_wait_event_summary.rb +178 -0
- data/lib/oci/database_management/models/awr_db_wait_event_bucket_collection.rb +189 -0
- data/lib/oci/database_management/models/awr_db_wait_event_bucket_summary.rb +160 -0
- data/lib/oci/database_management/models/awr_db_wait_event_collection.rb +175 -0
- data/lib/oci/database_management/models/awr_db_wait_event_summary.rb +223 -0
- data/lib/oci/database_management/models/awr_query_result.rb +254 -0
- data/lib/oci/devops/devops.rb +177 -0
- data/lib/oci/devops/devops_client.rb +2344 -0
- data/lib/oci/devops/devops_client_composite_operations.rb +974 -0
- data/lib/oci/devops/models/absolute_wait_criteria.rb +162 -0
- data/lib/oci/devops/models/absolute_wait_criteria_summary.rb +162 -0
- data/lib/oci/devops/models/action_type.rb +15 -0
- data/lib/oci/devops/models/approval_action.rb +184 -0
- data/lib/oci/devops/models/approval_policy.rb +189 -0
- data/lib/oci/devops/models/approve_deployment_details.rb +187 -0
- data/lib/oci/devops/models/automated_deploy_stage_rollback_policy.rb +145 -0
- data/lib/oci/devops/models/backend_set_ip_collection.rb +150 -0
- data/lib/oci/devops/models/cancel_deployment_details.rb +150 -0
- data/lib/oci/devops/models/change_project_compartment_details.rb +154 -0
- data/lib/oci/devops/models/compute_instance_group_blue_green_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/compute_instance_group_blue_green_traffic_shift_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/compute_instance_group_by_ids_selector.rb +162 -0
- data/lib/oci/devops/models/compute_instance_group_by_query_selector.rb +168 -0
- data/lib/oci/devops/models/compute_instance_group_canary_approval_deploy_stage_execution_progress.rb +189 -0
- data/lib/oci/devops/models/compute_instance_group_canary_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/compute_instance_group_canary_traffic_shift_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/compute_instance_group_deploy_environment.rb +210 -0
- data/lib/oci/devops/models/compute_instance_group_deploy_environment_summary.rb +210 -0
- data/lib/oci/devops/models/compute_instance_group_deploy_stage.rb +299 -0
- data/lib/oci/devops/models/compute_instance_group_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/compute_instance_group_deploy_stage_summary.rb +299 -0
- data/lib/oci/devops/models/compute_instance_group_failure_policy.rb +191 -0
- data/lib/oci/devops/models/compute_instance_group_failure_policy_by_count.rb +162 -0
- data/lib/oci/devops/models/compute_instance_group_failure_policy_by_percentage.rb +162 -0
- data/lib/oci/devops/models/compute_instance_group_linear_rollout_policy_by_count.rb +166 -0
- data/lib/oci/devops/models/compute_instance_group_linear_rollout_policy_by_percentage.rb +166 -0
- data/lib/oci/devops/models/compute_instance_group_rollout_policy.rb +207 -0
- data/lib/oci/devops/models/compute_instance_group_selector.rb +191 -0
- data/lib/oci/devops/models/compute_instance_group_selector_collection.rb +150 -0
- data/lib/oci/devops/models/count_based_approval_policy.rb +164 -0
- data/lib/oci/devops/models/create_compute_instance_group_deploy_environment_details.rb +182 -0
- data/lib/oci/devops/models/create_compute_instance_group_deploy_stage_details.rb +267 -0
- data/lib/oci/devops/models/create_deploy_artifact_details.rb +248 -0
- data/lib/oci/devops/models/create_deploy_environment_details.rb +238 -0
- data/lib/oci/devops/models/create_deploy_pipeline_deployment_details.rb +190 -0
- data/lib/oci/devops/models/create_deploy_pipeline_details.rb +219 -0
- data/lib/oci/devops/models/create_deploy_pipeline_redeployment_details.rb +178 -0
- data/lib/oci/devops/models/create_deploy_stage_details.rb +256 -0
- data/lib/oci/devops/models/create_deployment_details.rb +228 -0
- data/lib/oci/devops/models/create_function_deploy_environment_details.rb +182 -0
- data/lib/oci/devops/models/create_function_deploy_stage_details.rb +238 -0
- data/lib/oci/devops/models/create_invoke_function_deploy_stage_details.rb +228 -0
- data/lib/oci/devops/models/create_load_balancer_traffic_shift_deploy_stage_details.rb +255 -0
- data/lib/oci/devops/models/create_manual_approval_deploy_stage_details.rb +186 -0
- data/lib/oci/devops/models/create_oke_cluster_deploy_environment_details.rb +182 -0
- data/lib/oci/devops/models/create_oke_deploy_stage_details.rb +224 -0
- data/lib/oci/devops/models/create_project_details.rb +216 -0
- data/lib/oci/devops/models/create_single_deploy_stage_deployment_details.rb +204 -0
- data/lib/oci/devops/models/create_wait_deploy_stage_details.rb +186 -0
- data/lib/oci/devops/models/deploy_artifact.rb +407 -0
- data/lib/oci/devops/models/deploy_artifact_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_artifact_override_argument.rb +174 -0
- data/lib/oci/devops/models/deploy_artifact_override_argument_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_artifact_source.rb +193 -0
- data/lib/oci/devops/models/deploy_artifact_summary.rb +342 -0
- data/lib/oci/devops/models/deploy_environment.rb +376 -0
- data/lib/oci/devops/models/deploy_environment_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_environment_summary.rb +332 -0
- data/lib/oci/devops/models/deploy_pipeline.rb +365 -0
- data/lib/oci/{usage_api/models/saved_schedule_report.rb → devops/models/deploy_pipeline_artifact.rb} +27 -39
- data/lib/oci/devops/models/deploy_pipeline_artifact_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_pipeline_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_pipeline_deployment.rb +213 -0
- data/lib/oci/devops/models/deploy_pipeline_deployment_summary.rb +201 -0
- data/lib/oci/devops/models/deploy_pipeline_environment.rb +182 -0
- data/lib/oci/devops/models/deploy_pipeline_environment_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_pipeline_parameter.rb +174 -0
- data/lib/oci/devops/models/deploy_pipeline_parameter_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_pipeline_redeployment.rb +230 -0
- data/lib/oci/devops/models/deploy_pipeline_redeployment_summary.rb +218 -0
- data/lib/oci/devops/models/deploy_pipeline_stage.rb +168 -0
- data/lib/oci/devops/models/deploy_pipeline_stage_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_pipeline_summary.rb +299 -0
- data/lib/oci/devops/models/deploy_stage.rb +411 -0
- data/lib/oci/devops/models/deploy_stage_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_stage_execution_progress.rb +303 -0
- data/lib/oci/devops/models/deploy_stage_execution_progress_details.rb +192 -0
- data/lib/oci/devops/models/deploy_stage_execution_step.rb +211 -0
- data/lib/oci/{usage_api/models/schedule_report_summary.rb → devops/models/deploy_stage_predecessor.rb} +7 -20
- data/lib/oci/devops/models/deploy_stage_predecessor_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_stage_rollback_policy.rb +191 -0
- data/lib/oci/devops/models/deploy_stage_summary.rb +363 -0
- data/lib/oci/devops/models/deployment.rb +445 -0
- data/lib/oci/devops/models/deployment_argument.rb +160 -0
- data/lib/oci/devops/models/deployment_argument_collection.rb +150 -0
- data/lib/oci/devops/models/deployment_collection.rb +150 -0
- data/lib/oci/devops/models/deployment_execution_progress.rb +182 -0
- data/lib/oci/devops/models/deployment_summary.rb +363 -0
- data/lib/oci/devops/models/function_deploy_environment.rb +210 -0
- data/lib/oci/devops/models/function_deploy_environment_summary.rb +210 -0
- data/lib/oci/devops/models/function_deploy_stage.rb +270 -0
- data/lib/oci/devops/models/function_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/function_deploy_stage_summary.rb +270 -0
- data/lib/oci/devops/models/generic_deploy_artifact_source.rb +190 -0
- data/lib/oci/devops/models/inline_deploy_artifact_source.rb +162 -0
- data/lib/oci/devops/models/invoke_function_deploy_stage.rb +260 -0
- data/lib/oci/devops/models/invoke_function_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/invoke_function_deploy_stage_summary.rb +260 -0
- data/lib/oci/devops/models/load_balancer_config.rb +184 -0
- data/lib/oci/devops/models/load_balancer_traffic_shift_deploy_stage.rb +308 -0
- data/lib/oci/devops/models/load_balancer_traffic_shift_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/load_balancer_traffic_shift_deploy_stage_summary.rb +287 -0
- data/lib/oci/devops/models/load_balancer_traffic_shift_rollout_policy.rb +184 -0
- data/lib/oci/devops/models/manual_approval_deploy_stage.rb +218 -0
- data/lib/oci/devops/models/manual_approval_deploy_stage_execution_progress.rb +189 -0
- data/lib/oci/devops/models/manual_approval_deploy_stage_summary.rb +218 -0
- data/lib/oci/devops/models/no_deploy_stage_rollback_policy.rb +145 -0
- data/lib/oci/devops/models/notification_config.rb +154 -0
- data/lib/oci/devops/models/ocir_deploy_artifact_source.rb +176 -0
- data/lib/oci/devops/models/oke_cluster_deploy_environment.rb +210 -0
- data/lib/oci/devops/models/oke_cluster_deploy_environment_summary.rb +210 -0
- data/lib/oci/devops/models/oke_deploy_stage.rb +256 -0
- data/lib/oci/devops/models/oke_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/oke_deploy_stage_summary.rb +256 -0
- data/lib/oci/devops/models/operation_status.rb +15 -0
- data/lib/oci/devops/models/operation_type.rb +28 -0
- data/lib/oci/devops/models/project.rb +330 -0
- data/lib/oci/devops/models/project_collection.rb +150 -0
- data/lib/oci/devops/models/project_summary.rb +292 -0
- data/lib/oci/devops/models/run_pipeline_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/run_validation_test_on_compute_instance_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/single_deploy_stage_deployment.rb +230 -0
- data/lib/oci/devops/models/single_deploy_stage_deployment_summary.rb +218 -0
- data/lib/oci/devops/models/sort_order.rb +11 -0
- data/lib/oci/devops/models/update_compute_instance_group_deploy_environment_details.rb +177 -0
- data/lib/oci/devops/models/update_compute_instance_group_deploy_stage_details.rb +262 -0
- data/lib/oci/devops/models/update_deploy_artifact_details.rb +233 -0
- data/lib/oci/devops/models/update_deploy_environment_details.rb +224 -0
- data/lib/oci/devops/models/update_deploy_pipeline_deployment_details.rb +157 -0
- data/lib/oci/devops/models/update_deploy_pipeline_details.rb +205 -0
- data/lib/oci/devops/models/update_deploy_pipeline_redeployment_details.rb +157 -0
- data/lib/oci/devops/models/update_deploy_stage_details.rb +241 -0
- data/lib/oci/devops/models/update_deployment_details.rb +214 -0
- data/lib/oci/devops/models/update_function_deploy_environment_details.rb +178 -0
- data/lib/oci/devops/models/update_function_deploy_stage_details.rb +234 -0
- data/lib/oci/devops/models/update_invoke_function_deploy_stage_details.rb +224 -0
- data/lib/oci/devops/models/update_load_balancer_traffic_shift_deploy_stage_details.rb +247 -0
- data/lib/oci/devops/models/update_manual_approval_deploy_stage_details.rb +181 -0
- data/lib/oci/devops/models/update_oke_cluster_deploy_environment_details.rb +178 -0
- data/lib/oci/devops/models/update_oke_deploy_stage_details.rb +220 -0
- data/lib/oci/devops/models/update_project_details.rb +191 -0
- data/lib/oci/devops/models/update_single_deploy_stage_deployment_details.rb +157 -0
- data/lib/oci/devops/models/update_wait_deploy_stage_details.rb +181 -0
- data/lib/oci/devops/models/wait_criteria.rb +189 -0
- data/lib/oci/devops/models/wait_criteria_summary.rb +189 -0
- data/lib/oci/devops/models/wait_deploy_stage.rb +218 -0
- data/lib/oci/devops/models/wait_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/wait_deploy_stage_summary.rb +218 -0
- data/lib/oci/devops/models/work_request.rb +314 -0
- data/lib/oci/devops/models/work_request_collection.rb +150 -0
- data/lib/oci/devops/models/work_request_error.rb +171 -0
- data/lib/oci/devops/models/work_request_error_collection.rb +150 -0
- data/lib/oci/devops/models/work_request_log_entry.rb +160 -0
- data/lib/oci/devops/models/work_request_log_entry_collection.rb +150 -0
- data/lib/oci/devops/models/work_request_resource.rb +216 -0
- data/lib/oci/devops/models/work_request_summary.rb +314 -0
- data/lib/oci/devops/util.rb +3 -0
- data/lib/oci/dns/dns.rb +1 -1
- data/lib/oci/dns/dns_client.rb +306 -75
- data/lib/oci/dns/models/create_resolver_endpoint_details.rb +2 -2
- data/lib/oci/dns/models/create_resolver_vnic_endpoint_details.rb +5 -5
- data/lib/oci/dns/models/external_master.rb +1 -12
- data/lib/oci/dns/models/resolver.rb +4 -4
- data/lib/oci/dns/models/resolver_endpoint.rb +2 -2
- data/lib/oci/dns/models/resolver_endpoint_summary.rb +2 -2
- data/lib/oci/dns/models/resolver_forward_rule.rb +2 -2
- data/lib/oci/dns/models/resolver_forward_rule_details.rb +2 -2
- data/lib/oci/dns/models/resolver_rule.rb +2 -2
- data/lib/oci/dns/models/resolver_rule_details.rb +2 -2
- data/lib/oci/dns/models/resolver_summary.rb +4 -4
- data/lib/oci/dns/models/resolver_vnic_endpoint.rb +2 -1
- data/lib/oci/dns/models/tsig_key.rb +4 -0
- data/lib/oci/dns/models/tsig_key_summary.rb +4 -0
- data/lib/oci/dns/models/update_resolver_vnic_endpoint_details.rb +2 -1
- data/lib/oci/dns/models/zone.rb +20 -4
- data/lib/oci/dns/models/zone_summary.rb +1 -0
- data/lib/oci/dns/models/zone_transfer_server.rb +192 -0
- data/lib/oci/email/email.rb +23 -0
- data/lib/oci/email/email_client.rb +1139 -139
- data/lib/oci/email/email_client_composite_operations.rb +346 -0
- data/lib/oci/email/models/action_type.rb +14 -0
- data/lib/oci/email/models/change_email_domain_compartment_details.rb +156 -0
- data/lib/oci/email/models/create_dkim_details.rb +225 -0
- data/lib/oci/email/models/create_email_domain_details.rb +220 -0
- data/lib/oci/email/models/create_sender_details.rb +2 -0
- data/lib/oci/email/models/dkim.rb +399 -0
- data/lib/oci/email/models/dkim_collection.rb +150 -0
- data/lib/oci/email/models/dkim_summary.rb +307 -0
- data/lib/oci/email/models/email_domain.rb +333 -0
- data/lib/oci/email/models/email_domain_collection.rb +150 -0
- data/lib/oci/email/models/email_domain_summary.rb +291 -0
- data/lib/oci/email/models/operation_status.rb +15 -0
- data/lib/oci/email/models/operation_type.rb +17 -0
- data/lib/oci/email/models/sender.rb +21 -4
- data/lib/oci/email/models/sender_summary.rb +5 -3
- data/lib/oci/email/models/sort_order.rb +11 -0
- data/lib/oci/email/models/suppression.rb +77 -7
- data/lib/oci/email/models/suppression_summary.rb +3 -3
- data/lib/oci/email/models/update_dkim_details.rb +189 -0
- data/lib/oci/email/models/update_email_domain_details.rb +189 -0
- data/lib/oci/email/models/update_sender_details.rb +2 -0
- data/lib/oci/email/models/work_request.rb +312 -0
- data/lib/oci/email/models/work_request_error.rb +172 -0
- data/lib/oci/email/models/work_request_error_collection.rb +150 -0
- data/lib/oci/email/models/work_request_log_entry.rb +160 -0
- data/lib/oci/email/models/work_request_log_entry_collection.rb +150 -0
- data/lib/oci/email/models/work_request_resource.rb +219 -0
- data/lib/oci/email/models/work_request_summary.rb +312 -0
- data/lib/oci/email/models/work_request_summary_collection.rb +150 -0
- data/lib/oci/generic_artifacts_content/generic_artifacts_content.rb +20 -0
- data/lib/oci/generic_artifacts_content/generic_artifacts_content_client.rb +410 -0
- data/lib/oci/generic_artifacts_content/generic_artifacts_content_client_composite_operations.rb +25 -0
- data/lib/oci/generic_artifacts_content/models/generic_artifact.rb +337 -0
- data/lib/oci/generic_artifacts_content/util.rb +3 -0
- data/lib/oci/jms/java_management_service_client.rb +1520 -0
- data/lib/oci/jms/java_management_service_client_composite_operations.rb +273 -0
- data/lib/oci/jms/jms.rb +63 -0
- data/lib/oci/jms/models/action_type.rb +14 -0
- data/lib/oci/jms/models/application_sort_by.rb +15 -0
- data/lib/oci/jms/models/application_usage.rb +292 -0
- data/lib/oci/jms/models/application_usage_collection.rb +150 -0
- data/lib/oci/jms/models/change_fleet_compartment_details.rb +154 -0
- data/lib/oci/jms/models/create_fleet_details.rb +210 -0
- data/lib/oci/jms/models/fleet.rb +358 -0
- data/lib/oci/jms/models/fleet_agent_configuration.rb +214 -0
- data/lib/oci/jms/models/fleet_agent_os_configuration.rb +171 -0
- data/lib/oci/jms/models/fleet_collection.rb +150 -0
- data/lib/oci/jms/models/fleet_summary.rb +359 -0
- data/lib/oci/jms/models/installation_sort_by.rb +17 -0
- data/lib/oci/jms/models/installation_usage.rb +306 -0
- data/lib/oci/jms/models/installation_usage_collection.rb +150 -0
- data/lib/oci/jms/models/jre_sort_by.rb +17 -0
- data/lib/oci/jms/models/jre_usage.rb +276 -0
- data/lib/oci/jms/models/jre_usage_collection.rb +150 -0
- data/lib/oci/jms/models/lifecycle_state.rb +15 -0
- data/lib/oci/jms/models/managed_instance_sort_by.rb +14 -0
- data/lib/oci/jms/models/managed_instance_type.rb +10 -0
- data/lib/oci/jms/models/managed_instance_usage.rb +308 -0
- data/lib/oci/jms/models/managed_instance_usage_collection.rb +150 -0
- data/lib/oci/jms/models/operation_status.rb +15 -0
- data/lib/oci/jms/models/operation_type.rb +13 -0
- data/lib/oci/jms/models/request_summarized_application_usage_details.rb +362 -0
- data/lib/oci/jms/models/request_summarized_installation_usage_details.rb +335 -0
- data/lib/oci/jms/models/request_summarized_jre_usage_details.rb +321 -0
- data/lib/oci/jms/models/request_summarized_managed_instance_usage_details.rb +358 -0
- data/lib/oci/jms/models/sort_by.rb +11 -0
- data/lib/oci/jms/models/sort_order.rb +11 -0
- data/lib/oci/jms/models/summarize_application_usage_fields.rb +12 -0
- data/lib/oci/jms/models/summarize_installation_usage_fields.rb +11 -0
- data/lib/oci/jms/models/summarize_jre_usage_fields.rb +12 -0
- data/lib/oci/jms/models/summarize_managed_instance_usage_fields.rb +12 -0
- data/lib/oci/jms/models/update_fleet_agent_configuration_details.rb +196 -0
- data/lib/oci/jms/models/update_fleet_details.rb +196 -0
- data/lib/oci/jms/models/work_request.rb +306 -0
- data/lib/oci/jms/models/work_request_collection.rb +150 -0
- data/lib/oci/jms/models/work_request_error.rb +173 -0
- data/lib/oci/jms/models/work_request_error_collection.rb +150 -0
- data/lib/oci/jms/models/work_request_log_entry.rb +160 -0
- data/lib/oci/jms/models/work_request_log_entry_collection.rb +150 -0
- data/lib/oci/jms/models/work_request_resource.rb +219 -0
- data/lib/oci/jms/util.rb +3 -0
- data/lib/oci/limits/limits_client.rb +12 -12
- data/lib/oci/limits/models/limit_definition_summary.rb +22 -7
- data/lib/oci/limits/models/quota.rb +6 -6
- data/lib/oci/limits/models/quota_summary.rb +3 -3
- data/lib/oci/limits/models/resource_availability.rb +7 -7
- data/lib/oci/limits/models/service_summary.rb +1 -1
- data/lib/oci/limits/quotas_client.rb +9 -9
- data/lib/oci/log_analytics/log_analytics.rb +1 -0
- data/lib/oci/log_analytics/log_analytics_client.rb +60 -0
- data/lib/oci/log_analytics/models/abstract_command_descriptor.rb +2 -0
- data/lib/oci/log_analytics/models/compare_command_descriptor.rb +166 -0
- data/lib/oci/log_analytics/models/cron_schedule.rb +5 -1
- data/lib/oci/log_analytics/models/fixed_frequency_schedule.rb +5 -1
- data/lib/oci/log_analytics/models/namespace.rb +20 -4
- data/lib/oci/log_analytics/models/namespace_summary.rb +20 -4
- data/lib/oci/log_analytics/models/schedule.rb +20 -4
- data/lib/oci/log_analytics/models/scheduled_task.rb +54 -1
- data/lib/oci/log_analytics/models/scheduled_task_summary.rb +15 -1
- data/lib/oci/log_analytics/models/standard_task.rb +9 -1
- data/lib/oci/log_analytics/models/stream_action.rb +40 -4
- data/lib/oci/loggingingestion/logging_client.rb +1 -1
- data/lib/oci/loggingingestion/models/log_entry.rb +1 -1
- data/lib/oci/loggingingestion/models/log_entry_batch.rb +2 -2
- data/lib/oci/management_dashboard/dashx_apis_client.rb +16 -6
- data/lib/oci/management_dashboard/dashx_apis_client_composite_operations.rb +238 -0
- data/lib/oci/management_dashboard/management_dashboard.rb +1 -0
- data/lib/oci/management_dashboard/models/create_management_dashboard_details.rb +15 -1
- data/lib/oci/management_dashboard/models/create_management_saved_search_details.rb +15 -1
- data/lib/oci/management_dashboard/models/management_dashboard.rb +59 -2
- data/lib/oci/management_dashboard/models/management_dashboard_export_details.rb +4 -36
- data/lib/oci/management_dashboard/models/management_dashboard_for_import_export_details.rb +15 -1
- data/lib/oci/management_dashboard/models/management_dashboard_summary.rb +12 -2
- data/lib/oci/management_dashboard/models/management_dashboard_tile_details.rb +18 -4
- data/lib/oci/management_dashboard/models/management_saved_search.rb +47 -1
- data/lib/oci/management_dashboard/models/management_saved_search_for_import_details.rb +18 -4
- data/lib/oci/management_dashboard/models/management_saved_search_summary.rb +15 -1
- data/lib/oci/management_dashboard/models/update_management_dashboard_details.rb +15 -1
- data/lib/oci/management_dashboard/models/update_management_saved_search_details.rb +15 -1
- data/lib/oci/marketplace/account_client.rb +220 -0
- data/lib/oci/marketplace/account_client_composite_operations.rb +25 -0
- data/lib/oci/marketplace/marketplace.rb +8 -0
- data/lib/oci/marketplace/marketplace_client.rb +86 -24
- data/lib/oci/marketplace/marketplace_client_composite_operations.rb +4 -4
- data/lib/oci/marketplace/models/change_publication_compartment_details.rb +2 -2
- data/lib/oci/marketplace/models/create_image_publication_package.rb +2 -2
- data/lib/oci/marketplace/models/create_publication_details.rb +10 -8
- data/lib/oci/marketplace/models/create_publication_package.rb +4 -4
- data/lib/oci/marketplace/models/eula.rb +2 -2
- data/lib/oci/marketplace/models/free_text_search_details.rb +162 -0
- data/lib/oci/marketplace/models/image_publication_package.rb +3 -3
- data/lib/oci/marketplace/models/launch_eligibility.rb +178 -0
- data/lib/oci/marketplace/models/listing.rb +2 -2
- data/lib/oci/marketplace/models/listing_package_summary.rb +10 -1
- data/lib/oci/marketplace/models/listing_summary.rb +2 -2
- data/lib/oci/marketplace/models/matching_context_type_enum.rb +11 -0
- data/lib/oci/marketplace/models/operating_system.rb +2 -2
- data/lib/oci/marketplace/models/orchestration_publication_package.rb +3 -3
- data/lib/oci/marketplace/models/publication.rb +11 -11
- data/lib/oci/marketplace/models/publication_package.rb +3 -3
- data/lib/oci/marketplace/models/publication_package_summary.rb +1 -1
- data/lib/oci/marketplace/models/publication_summary.rb +9 -9
- data/lib/oci/marketplace/models/publisher_summary.rb +1 -1
- data/lib/oci/marketplace/models/search_details_type_enum.rb +11 -0
- data/lib/oci/marketplace/models/search_listings_details.rb +207 -0
- data/lib/oci/marketplace/models/structured_search_details.rb +162 -0
- data/lib/oci/marketplace/models/text_based_eula.rb +2 -2
- data/lib/oci/marketplace/models/third_party_paid_listing_eligibility.rb +210 -0
- data/lib/oci/marketplace/models/update_publication_details.rb +5 -5
- data/lib/oci/mysql/db_backups_client.rb +76 -0
- data/lib/oci/mysql/db_backups_client_composite_operations.rb +50 -0
- data/lib/oci/mysql/models/change_backup_compartment_details.rb +154 -0
- data/lib/oci/mysql/mysql.rb +1 -0
- data/lib/oci/oce/models/create_oce_instance_details.rb +3 -1
- data/lib/oci/oce/models/license_type.rb +3 -1
- data/lib/oci/oce/models/oce_instance.rb +19 -1
- data/lib/oci/oce/models/oce_instance_summary.rb +22 -4
- data/lib/oci/oce/models/update_oce_instance_details.rb +3 -1
- data/lib/oci/oce/oce_instance_client.rb +2 -0
- data/lib/oci/ocvp/models/create_esxi_host_details.rb +3 -1
- data/lib/oci/ocvp/models/create_sddc_details.rb +21 -2
- data/lib/oci/ocvp/models/downgrade_hcx_details.rb +154 -0
- data/lib/oci/ocvp/models/esxi_host.rb +2 -0
- data/lib/oci/ocvp/models/esxi_host_summary.rb +2 -0
- data/lib/oci/ocvp/models/hcx_license_status.rb +13 -0
- data/lib/oci/ocvp/models/hcx_license_summary.rb +201 -0
- data/lib/oci/ocvp/models/operation_types.rb +5 -1
- data/lib/oci/ocvp/models/sddc.rb +86 -2
- data/lib/oci/ocvp/models/supported_sku_summary.rb +2 -1
- data/lib/oci/ocvp/models/supported_sku_summary_collection.rb +3 -1
- data/lib/oci/ocvp/models/update_esxi_host_details.rb +3 -1
- data/lib/oci/ocvp/models/work_request.rb +4 -0
- data/lib/oci/ocvp/ocvp.rb +3 -0
- data/lib/oci/ocvp/sddc_client.rb +291 -2
- data/lib/oci/ocvp/sddc_client_composite_operations.rb +201 -0
- data/lib/oci/opsi/models/autonomous_database_configuration_summary.rb +198 -0
- data/lib/oci/opsi/models/create_enterprise_manager_bridge_details.rb +2 -2
- data/lib/oci/opsi/models/create_host_insight_details.rb +1 -1
- data/lib/oci/opsi/models/create_macs_managed_external_host_insight_details.rb +1 -1
- data/lib/oci/opsi/models/database_configuration_collection.rb +150 -0
- data/lib/oci/opsi/models/database_configuration_summary.rb +323 -0
- data/lib/oci/opsi/models/database_details.rb +1 -0
- data/lib/oci/opsi/models/database_insight.rb +1 -0
- data/lib/oci/opsi/models/database_insight_summary.rb +1 -0
- data/lib/oci/opsi/models/em_managed_external_database_configuration_summary.rb +222 -0
- data/lib/oci/opsi/models/enable_host_insight_details.rb +1 -1
- data/lib/oci/opsi/models/enable_macs_managed_external_host_insight_details.rb +1 -1
- data/lib/oci/opsi/models/enterprise_manager_bridge.rb +16 -1
- data/lib/oci/opsi/models/enterprise_manager_bridge_summary.rb +16 -1
- data/lib/oci/opsi/models/host_insight.rb +1 -0
- data/lib/oci/opsi/models/host_insight_summary.rb +1 -0
- data/lib/oci/opsi/models/lifecycle_state.rb +2 -1
- data/lib/oci/opsi/models/macs_managed_external_database_configuration_summary.rb +236 -0
- data/lib/oci/opsi/models/macs_managed_external_host_insight.rb +1 -1
- data/lib/oci/opsi/models/macs_managed_external_host_insight_summary.rb +1 -1
- data/lib/oci/opsi/models/summarize_database_insight_resource_forecast_trend_aggregation.rb +15 -1
- data/lib/oci/opsi/models/tablespace_usage_trend_aggregation.rb +1 -1
- data/lib/oci/opsi/operations_insights_client.rb +631 -25
- data/lib/oci/opsi/opsi.rb +5 -0
- data/lib/oci/regions.rb +3 -0
- data/lib/oci/secrets/secrets_client.rb +71 -1
- data/lib/oci/tenant_manager_control_plane/models/activate_order_details.rb +154 -0
- data/lib/oci/tenant_manager_control_plane/models/operation_type.rb +5 -1
- data/lib/oci/tenant_manager_control_plane/models/order.rb +206 -0
- data/lib/oci/{dns/models/tsig.rb → tenant_manager_control_plane/models/sku.rb} +22 -25
- data/lib/oci/tenant_manager_control_plane/models/subscription_info.rb +202 -0
- data/lib/oci/tenant_manager_control_plane/models/work_request.rb +4 -0
- data/lib/oci/tenant_manager_control_plane/models/work_request_summary.rb +4 -0
- data/lib/oci/tenant_manager_control_plane/orders_client.rb +225 -0
- data/lib/oci/tenant_manager_control_plane/orders_client_composite_operations.rb +76 -0
- data/lib/oci/tenant_manager_control_plane/tenant_manager_control_plane.rb +6 -0
- data/lib/oci/usage_api/models/cost_analysis_ui.rb +2 -2
- data/lib/oci/usage_api/models/create_custom_table_details.rb +10 -10
- data/lib/oci/usage_api/models/create_query_details.rb +1 -1
- data/lib/oci/usage_api/models/custom_table.rb +13 -13
- data/lib/oci/usage_api/models/custom_table_summary.rb +1 -1
- data/lib/oci/usage_api/models/dimension.rb +1 -1
- data/lib/oci/usage_api/models/forecast.rb +3 -3
- data/lib/oci/usage_api/models/query_definition.rb +1 -1
- data/lib/oci/usage_api/models/query_summary.rb +1 -1
- data/lib/oci/usage_api/models/report_query.rb +11 -5
- data/lib/oci/usage_api/models/request_summarized_usages_details.rb +11 -5
- data/lib/oci/usage_api/models/saved_custom_table.rb +6 -6
- data/lib/oci/usage_api/models/update_custom_table_details.rb +1 -1
- data/lib/oci/usage_api/models/update_query_details.rb +1 -1
- data/lib/oci/usage_api/models/usage_summary.rb +1 -1
- data/lib/oci/usage_api/usage_api.rb +0 -6
- data/lib/oci/usage_api/usageapi_client.rb +332 -1
- data/lib/oci/version.rb +1 -1
- metadata +512 -16
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
# Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
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
|
+
|
data/lib/oci/dns/dns.rb
CHANGED
|
@@ -70,7 +70,6 @@ require 'oci/dns/models/steering_policy_summary'
|
|
|
70
70
|
require 'oci/dns/models/steering_policy_weighted_answer_data'
|
|
71
71
|
require 'oci/dns/models/steering_policy_weighted_rule'
|
|
72
72
|
require 'oci/dns/models/steering_policy_weighted_rule_case'
|
|
73
|
-
require 'oci/dns/models/tsig'
|
|
74
73
|
require 'oci/dns/models/tsig_key'
|
|
75
74
|
require 'oci/dns/models/tsig_key_summary'
|
|
76
75
|
require 'oci/dns/models/update_domain_records_details'
|
|
@@ -88,6 +87,7 @@ require 'oci/dns/models/view'
|
|
|
88
87
|
require 'oci/dns/models/view_summary'
|
|
89
88
|
require 'oci/dns/models/zone'
|
|
90
89
|
require 'oci/dns/models/zone_summary'
|
|
90
|
+
require 'oci/dns/models/zone_transfer_server'
|
|
91
91
|
|
|
92
92
|
# Require generated clients
|
|
93
93
|
require 'oci/dns/dns_client'
|
data/lib/oci/dns/dns_client.rb
CHANGED
|
@@ -85,7 +85,7 @@ module OCI
|
|
|
85
85
|
|
|
86
86
|
raise 'A region must be specified.' unless @region
|
|
87
87
|
|
|
88
|
-
@endpoint = OCI::Regions.get_service_endpoint_for_template(@region, 'https://dns.{region}.{secondLevelDomain}') + '/20180115'
|
|
88
|
+
@endpoint = OCI::Regions.get_service_endpoint_for_template(@region, 'https://dns.{region}.oci.{secondLevelDomain}') + '/20180115'
|
|
89
89
|
logger.info "DnsClient endpoint set to '#{@endpoint} from region #{@region}'." if logger
|
|
90
90
|
end
|
|
91
91
|
|
|
@@ -100,7 +100,7 @@ module OCI
|
|
|
100
100
|
|
|
101
101
|
|
|
102
102
|
# Moves a resolver into a different compartment along with its protected default view and any endpoints.
|
|
103
|
-
# Zones in the default view are not moved.
|
|
103
|
+
# Zones in the default view are not moved. Requires a `PRIVATE` scope query parameter.
|
|
104
104
|
#
|
|
105
105
|
# @param [String] resolver_id The OCID of the target resolver.
|
|
106
106
|
# @param [OCI::Dns::Models::ChangeResolverCompartmentDetails] change_resolver_compartment_details Details for moving a resolver, along with its protected default view and endpoints, into a
|
|
@@ -185,6 +185,7 @@ module OCI
|
|
|
185
185
|
|
|
186
186
|
|
|
187
187
|
# Moves a steering policy into a different compartment.
|
|
188
|
+
#
|
|
188
189
|
# @param [String] steering_policy_id The OCID of the target steering policy.
|
|
189
190
|
# @param [OCI::Dns::Models::ChangeSteeringPolicyCompartmentDetails] change_steering_policy_compartment_details Details for moving a steering policy into a different compartment.
|
|
190
191
|
# @param [Hash] opts the optional parameters
|
|
@@ -266,6 +267,7 @@ module OCI
|
|
|
266
267
|
|
|
267
268
|
|
|
268
269
|
# Moves a TSIG key into a different compartment.
|
|
270
|
+
#
|
|
269
271
|
# @param [String] tsig_key_id The OCID of the target TSIG key.
|
|
270
272
|
# @param [OCI::Dns::Models::ChangeTsigKeyCompartmentDetails] change_tsig_key_compartment_details Details for moving a TSIG key into a different compartment.
|
|
271
273
|
# @param [Hash] opts the optional parameters
|
|
@@ -346,7 +348,8 @@ module OCI
|
|
|
346
348
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
347
349
|
|
|
348
350
|
|
|
349
|
-
# Moves a view into a different compartment. Protected views cannot have their compartment changed.
|
|
351
|
+
# Moves a view into a different compartment. Protected views cannot have their compartment changed. Requires a
|
|
352
|
+
# `PRIVATE` scope query parameter.
|
|
350
353
|
#
|
|
351
354
|
# @param [String] view_id The OCID of the target view.
|
|
352
355
|
# @param [OCI::Dns::Models::ChangeViewCompartmentDetails] change_view_compartment_details Details for moving a view into a different compartment.
|
|
@@ -428,7 +431,9 @@ module OCI
|
|
|
428
431
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
429
432
|
|
|
430
433
|
|
|
431
|
-
# Moves a zone into a different compartment. Protected zones cannot have their compartment changed.
|
|
434
|
+
# Moves a zone into a different compartment. Protected zones cannot have their compartment changed. For private
|
|
435
|
+
# zones, the scope query parameter is required with a value of `PRIVATE`. When the zone name is provided as a
|
|
436
|
+
# path parameter and `PRIVATE` is used for the scope query parameter then the viewId query parameter is required.
|
|
432
437
|
#
|
|
433
438
|
# **Note:** All SteeringPolicyAttachment objects associated with this zone will also be moved into the provided compartment.
|
|
434
439
|
#
|
|
@@ -512,7 +517,7 @@ module OCI
|
|
|
512
517
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
513
518
|
|
|
514
519
|
|
|
515
|
-
# Creates a new resolver endpoint.
|
|
520
|
+
# Creates a new resolver endpoint. Requires a `PRIVATE` scope query parameter.
|
|
516
521
|
#
|
|
517
522
|
# @param [String] resolver_id The OCID of the target resolver.
|
|
518
523
|
# @param [OCI::Dns::Models::CreateResolverEndpointDetails] create_resolver_endpoint_details Details for creating a new resolver endpoint.
|
|
@@ -805,7 +810,7 @@ module OCI
|
|
|
805
810
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
806
811
|
|
|
807
812
|
|
|
808
|
-
# Creates a new view in the specified compartment.
|
|
813
|
+
# Creates a new view in the specified compartment. Requires a `PRIVATE` scope query parameter.
|
|
809
814
|
#
|
|
810
815
|
# @param [OCI::Dns::Models::CreateViewDetails] create_view_details Details for creating a new view.
|
|
811
816
|
# @param [Hash] opts the optional parameters
|
|
@@ -878,9 +883,11 @@ module OCI
|
|
|
878
883
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
879
884
|
|
|
880
885
|
|
|
881
|
-
# Creates a new zone in the specified compartment.
|
|
882
|
-
# `compartmentId` query parameter is required.
|
|
883
|
-
#
|
|
886
|
+
# Creates a new zone in the specified compartment. For global zones, if the `Content-Type` header for the request
|
|
887
|
+
# is `text/dns`, the `compartmentId` query parameter is required. `text/dns` for the `Content-Type` header is
|
|
888
|
+
# not supported for private zones. Query parameter scope with a value of `PRIVATE` is required when creating a
|
|
889
|
+
# private zone. Private zones must have a zone type of `PRIMARY`. Creating a private zone at or under
|
|
890
|
+
# `oraclevcn.com` within the default protected view of a VCN-dedicated resolver is not permitted.
|
|
884
891
|
#
|
|
885
892
|
# @param [OCI::Dns::Models::CreateZoneBaseDetails] create_zone_details Details for creating a new zone.
|
|
886
893
|
# @param [Hash] opts the optional parameters
|
|
@@ -948,7 +955,10 @@ module OCI
|
|
|
948
955
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
949
956
|
|
|
950
957
|
|
|
951
|
-
# Deletes all records at the specified zone and domain.
|
|
958
|
+
# Deletes all records at the specified zone and domain. For private zones, the scope query parameter is
|
|
959
|
+
# required with a value of `PRIVATE`. When the zone name is provided as a path parameter and `PRIVATE` is used
|
|
960
|
+
# for the scope query parameter then the viewId query parameter is required.
|
|
961
|
+
#
|
|
952
962
|
# @param [String] zone_name_or_id The name or OCID of the target zone.
|
|
953
963
|
# @param [String] domain The target fully-qualified domain name (FQDN) within the target zone.
|
|
954
964
|
# @param [Hash] opts the optional parameters
|
|
@@ -1033,8 +1043,9 @@ module OCI
|
|
|
1033
1043
|
|
|
1034
1044
|
|
|
1035
1045
|
# Deletes the specified resolver endpoint. Note that attempting to delete a resolver endpoint in the
|
|
1036
|
-
# DELETED lifecycle state will result in a 404 to be consistent with other operations of the API.
|
|
1037
|
-
# Resolver endpoints may not be deleted if they are referenced by a resolver rule.
|
|
1046
|
+
# DELETED lifecycle state will result in a `404` response to be consistent with other operations of the API.
|
|
1047
|
+
# Resolver endpoints may not be deleted if they are referenced by a resolver rule. Requires a `PRIVATE` scope
|
|
1048
|
+
# query parameter.
|
|
1038
1049
|
#
|
|
1039
1050
|
# @param [String] resolver_id The OCID of the target resolver.
|
|
1040
1051
|
# @param [String] resolver_endpoint_name The name of the target resolver endpoint.
|
|
@@ -1115,7 +1126,9 @@ module OCI
|
|
|
1115
1126
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
1116
1127
|
|
|
1117
1128
|
|
|
1118
|
-
# Deletes all records in the specified RRSet.
|
|
1129
|
+
# Deletes all records in the specified RRSet. For private zones, the scope query parameter is required with a
|
|
1130
|
+
# value of `PRIVATE`. When the zone name is provided as a path parameter and `PRIVATE` is used for the scope
|
|
1131
|
+
# query parameter then the viewId query parameter is required.
|
|
1119
1132
|
#
|
|
1120
1133
|
# @param [String] zone_name_or_id The name or OCID of the target zone.
|
|
1121
1134
|
# @param [String] domain The target fully-qualified domain name (FQDN) within the target zone.
|
|
@@ -1442,10 +1455,10 @@ module OCI
|
|
|
1442
1455
|
|
|
1443
1456
|
|
|
1444
1457
|
# Deletes the specified view. Note that attempting to delete a
|
|
1445
|
-
# view in the DELETED lifecycleState will result in a 404 to be
|
|
1446
|
-
# consistent with other operations of the API. Views
|
|
1458
|
+
# view in the DELETED lifecycleState will result in a `404` response to be
|
|
1459
|
+
# consistent with other operations of the API. Views cannot be
|
|
1447
1460
|
# deleted if they are referenced by non-deleted zones or resolvers.
|
|
1448
|
-
# Protected views cannot be deleted.
|
|
1461
|
+
# Protected views cannot be deleted. Requires a `PRIVATE` scope query parameter.
|
|
1449
1462
|
#
|
|
1450
1463
|
# @param [String] view_id The OCID of the target view.
|
|
1451
1464
|
# @param [Hash] opts the optional parameters
|
|
@@ -1523,9 +1536,10 @@ module OCI
|
|
|
1523
1536
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
1524
1537
|
|
|
1525
1538
|
|
|
1526
|
-
# Deletes the specified zone and all its steering policy attachments.
|
|
1527
|
-
#
|
|
1528
|
-
#
|
|
1539
|
+
# Deletes the specified zone and all its steering policy attachments. A `204` response indicates that the zone has
|
|
1540
|
+
# been successfully deleted. Protected zones cannot be deleted. For private zones, the scope query parameter is
|
|
1541
|
+
# required with a value of `PRIVATE`. When the zone name is provided as a path parameter and `PRIVATE` is used
|
|
1542
|
+
# for the scope query parameter then the viewId query parameter is required.
|
|
1529
1543
|
#
|
|
1530
1544
|
# @param [String] zone_name_or_id The name or OCID of the target zone.
|
|
1531
1545
|
# @param [Hash] opts the optional parameters
|
|
@@ -1607,9 +1621,11 @@ module OCI
|
|
|
1607
1621
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
1608
1622
|
|
|
1609
1623
|
|
|
1610
|
-
# Gets a list of all records at the specified zone and domain.
|
|
1611
|
-
#
|
|
1612
|
-
#
|
|
1624
|
+
# Gets a list of all records at the specified zone and domain. The results are sorted by `rtype` in
|
|
1625
|
+
# alphabetical order by default. You can optionally filter and/or sort the results using the listed parameters.
|
|
1626
|
+
# For private zones, the scope query parameter is required with a value of `PRIVATE`. When the zone name is
|
|
1627
|
+
# provided as a path parameter and `PRIVATE` is used for the scope query parameter then the viewId query
|
|
1628
|
+
# parameter is required.
|
|
1613
1629
|
#
|
|
1614
1630
|
# @param [String] zone_name_or_id The name or OCID of the target zone.
|
|
1615
1631
|
# @param [String] domain The target fully-qualified domain name (FQDN) within the target zone.
|
|
@@ -1720,9 +1736,9 @@ module OCI
|
|
|
1720
1736
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
1721
1737
|
|
|
1722
1738
|
|
|
1723
|
-
#
|
|
1724
|
-
# resolver in the DELETED lifecycleState will result in a 404 to be
|
|
1725
|
-
# consistent with other operations of the API.
|
|
1739
|
+
# Gets information about a specific resolver. Note that attempting to get a
|
|
1740
|
+
# resolver in the DELETED lifecycleState will result in a `404` response to be
|
|
1741
|
+
# consistent with other operations of the API. Requires a `PRIVATE` scope query parameter.
|
|
1726
1742
|
#
|
|
1727
1743
|
# @param [String] resolver_id The OCID of the target resolver.
|
|
1728
1744
|
# @param [Hash] opts the optional parameters
|
|
@@ -1799,8 +1815,9 @@ module OCI
|
|
|
1799
1815
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
1800
1816
|
|
|
1801
1817
|
|
|
1802
|
-
#
|
|
1803
|
-
# in the DELETED lifecycle state will result in a 404 to be consistent with other operations of the
|
|
1818
|
+
# Gets information about a specific resolver endpoint. Note that attempting to get a resolver endpoint
|
|
1819
|
+
# in the DELETED lifecycle state will result in a `404` response to be consistent with other operations of the
|
|
1820
|
+
# API. Requires a `PRIVATE` scope query parameter.
|
|
1804
1821
|
#
|
|
1805
1822
|
# @param [String] resolver_id The OCID of the target resolver.
|
|
1806
1823
|
# @param [String] resolver_endpoint_name The name of the target resolver endpoint.
|
|
@@ -1880,8 +1897,10 @@ module OCI
|
|
|
1880
1897
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
1881
1898
|
|
|
1882
1899
|
|
|
1883
|
-
# Gets a list of all records in the specified RRSet. The results are
|
|
1884
|
-
#
|
|
1900
|
+
# Gets a list of all records in the specified RRSet. The results are sorted by `recordHash` by default. For
|
|
1901
|
+
# private zones, the scope query parameter is required with a value of `PRIVATE`. When the zone name is
|
|
1902
|
+
# provided as a path parameter and `PRIVATE` is used for the scope query parameter then the viewId query
|
|
1903
|
+
# parameter is required.
|
|
1885
1904
|
#
|
|
1886
1905
|
# @param [String] zone_name_or_id The name or OCID of the target zone.
|
|
1887
1906
|
# @param [String] domain The target fully-qualified domain name (FQDN) within the target zone.
|
|
@@ -2208,9 +2227,9 @@ module OCI
|
|
|
2208
2227
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
2209
2228
|
|
|
2210
2229
|
|
|
2211
|
-
#
|
|
2212
|
-
# view in the DELETED lifecycleState will result in a 404 to be
|
|
2213
|
-
# consistent with other operations of the API.
|
|
2230
|
+
# Gets information about a specific view. Note that attempting to get a
|
|
2231
|
+
# view in the DELETED lifecycleState will result in a `404` response to be
|
|
2232
|
+
# consistent with other operations of the API. Requires a `PRIVATE` scope query parameter.
|
|
2214
2233
|
#
|
|
2215
2234
|
# @param [String] view_id The OCID of the target view.
|
|
2216
2235
|
# @param [Hash] opts the optional parameters
|
|
@@ -2287,8 +2306,9 @@ module OCI
|
|
|
2287
2306
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
2288
2307
|
|
|
2289
2308
|
|
|
2290
|
-
# Gets information about the specified zone, including its creation date,
|
|
2291
|
-
# zone
|
|
2309
|
+
# Gets information about the specified zone, including its creation date, zone type, and serial. For private
|
|
2310
|
+
# zones, the scope query parameter is required with a value of `PRIVATE`. When the zone name is provided as a
|
|
2311
|
+
# path parameter and `PRIVATE` is used for the scope query parameter then the viewId query parameter is required.
|
|
2292
2312
|
#
|
|
2293
2313
|
# @param [String] zone_name_or_id The name or OCID of the target zone.
|
|
2294
2314
|
# @param [Hash] opts the optional parameters
|
|
@@ -2369,9 +2389,136 @@ module OCI
|
|
|
2369
2389
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
2370
2390
|
|
|
2371
2391
|
|
|
2372
|
-
# Gets
|
|
2373
|
-
#
|
|
2374
|
-
#
|
|
2392
|
+
# Gets the requested zone's zone file.
|
|
2393
|
+
#
|
|
2394
|
+
# @param [String] zone_name_or_id The name or OCID of the target zone.
|
|
2395
|
+
# @param [Hash] opts the optional parameters
|
|
2396
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
2397
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
2398
|
+
# @option opts [String] :if_none_match The `If-None-Match` header field makes the request method conditional on
|
|
2399
|
+
# the absence of any current representation of the target resource, when
|
|
2400
|
+
# the field-value is `*`, or having a selected representation with an
|
|
2401
|
+
# entity-tag that does not match any of those listed in the field-value.
|
|
2402
|
+
#
|
|
2403
|
+
# @option opts [String] :if_modified_since The `If-Modified-Since` header field makes a GET or HEAD request method
|
|
2404
|
+
# conditional on the selected representation's modification date being more
|
|
2405
|
+
# recent than the date provided in the field-value. Transfer of the
|
|
2406
|
+
# selected representation's data is avoided if that data has not changed.
|
|
2407
|
+
#
|
|
2408
|
+
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need
|
|
2409
|
+
# to contact Oracle about a particular request, please provide
|
|
2410
|
+
# the request ID.
|
|
2411
|
+
#
|
|
2412
|
+
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
2413
|
+
#
|
|
2414
|
+
# @option opts [String] :view_id The OCID of the view the resource is associated with.
|
|
2415
|
+
# @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
|
|
2416
|
+
# @option [Block] &block Streaming http body to the block
|
|
2417
|
+
# @return [Response] A Response object with data of type String if response_target and block are not given, otherwise with nil data
|
|
2418
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/get_zone_content.rb.html) to see an example of how to use get_zone_content API.
|
|
2419
|
+
def get_zone_content(zone_name_or_id, opts = {}, &block)
|
|
2420
|
+
logger.debug 'Calling operation DnsClient#get_zone_content.' if logger
|
|
2421
|
+
|
|
2422
|
+
raise "Missing the required parameter 'zone_name_or_id' when calling get_zone_content." if zone_name_or_id.nil?
|
|
2423
|
+
|
|
2424
|
+
if opts[:scope] && !OCI::Dns::Models::SCOPE_ENUM.include?(opts[:scope])
|
|
2425
|
+
raise 'Invalid value for "scope", must be one of the values in OCI::Dns::Models::SCOPE_ENUM.'
|
|
2426
|
+
end
|
|
2427
|
+
raise "Parameter value for 'zone_name_or_id' must not be blank" if OCI::Internal::Util.blank_string?(zone_name_or_id)
|
|
2428
|
+
|
|
2429
|
+
path = '/zones/{zoneNameOrId}/content'.sub('{zoneNameOrId}', zone_name_or_id.to_s)
|
|
2430
|
+
operation_signing_strategy = :standard
|
|
2431
|
+
|
|
2432
|
+
# rubocop:disable Style/NegatedIf
|
|
2433
|
+
# Query Params
|
|
2434
|
+
query_params = {}
|
|
2435
|
+
query_params[:scope] = opts[:scope] if opts[:scope]
|
|
2436
|
+
query_params[:viewId] = opts[:view_id] if opts[:view_id]
|
|
2437
|
+
|
|
2438
|
+
# Header Params
|
|
2439
|
+
header_params = {}
|
|
2440
|
+
header_params[:accept] = opts[:accept] if opts[:accept]
|
|
2441
|
+
header_params[:accept] ||= 'text/dns'
|
|
2442
|
+
header_params[:'accept-encoding'] = opts[:accept_encoding] if opts[:accept_encoding]
|
|
2443
|
+
header_params[:'content-type'] = 'application/json'
|
|
2444
|
+
header_params[:'if-none-match'] = opts[:if_none_match] if opts[:if_none_match]
|
|
2445
|
+
header_params[:'if-modified-since'] = opts[:if_modified_since] if opts[:if_modified_since]
|
|
2446
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
2447
|
+
# rubocop:enable Style/NegatedIf
|
|
2448
|
+
|
|
2449
|
+
post_body = nil
|
|
2450
|
+
|
|
2451
|
+
# rubocop:disable Metrics/BlockLength
|
|
2452
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DnsClient#get_zone_content') do
|
|
2453
|
+
if !block.nil?
|
|
2454
|
+
@api_client.call_api(
|
|
2455
|
+
:GET,
|
|
2456
|
+
path,
|
|
2457
|
+
endpoint,
|
|
2458
|
+
header_params: header_params,
|
|
2459
|
+
query_params: query_params,
|
|
2460
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
2461
|
+
body: post_body,
|
|
2462
|
+
return_type: 'Stream',
|
|
2463
|
+
&block
|
|
2464
|
+
)
|
|
2465
|
+
elsif opts[:response_target]
|
|
2466
|
+
if opts[:response_target].respond_to? :write
|
|
2467
|
+
@api_client.call_api(
|
|
2468
|
+
:GET,
|
|
2469
|
+
path,
|
|
2470
|
+
endpoint,
|
|
2471
|
+
header_params: header_params,
|
|
2472
|
+
query_params: query_params,
|
|
2473
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
2474
|
+
body: post_body,
|
|
2475
|
+
return_type: 'Stream',
|
|
2476
|
+
&proc { |chunk, _response| opts[:response_target].write(chunk) }
|
|
2477
|
+
)
|
|
2478
|
+
elsif opts[:response_target].is_a?(String)
|
|
2479
|
+
File.open(opts[:response_target], 'wb') do |output|
|
|
2480
|
+
return @api_client.call_api(
|
|
2481
|
+
:GET,
|
|
2482
|
+
path,
|
|
2483
|
+
endpoint,
|
|
2484
|
+
header_params: header_params,
|
|
2485
|
+
query_params: query_params,
|
|
2486
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
2487
|
+
body: post_body,
|
|
2488
|
+
return_type: 'Stream',
|
|
2489
|
+
&proc { |chunk, _response| output.write(chunk) }
|
|
2490
|
+
)
|
|
2491
|
+
end
|
|
2492
|
+
end
|
|
2493
|
+
else
|
|
2494
|
+
@api_client.call_api(
|
|
2495
|
+
:GET,
|
|
2496
|
+
path,
|
|
2497
|
+
endpoint,
|
|
2498
|
+
header_params: header_params,
|
|
2499
|
+
query_params: query_params,
|
|
2500
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
2501
|
+
body: post_body,
|
|
2502
|
+
return_type: 'String'
|
|
2503
|
+
)
|
|
2504
|
+
end
|
|
2505
|
+
end
|
|
2506
|
+
# rubocop:enable Metrics/BlockLength
|
|
2507
|
+
end
|
|
2508
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2509
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2510
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
2511
|
+
|
|
2512
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2513
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2514
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
2515
|
+
|
|
2516
|
+
|
|
2517
|
+
# Gets all records in the specified zone. The results are sorted by `domain` in alphabetical order by default.
|
|
2518
|
+
# For more information about records, see [Resource Record (RR) TYPEs](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4).
|
|
2519
|
+
# For private zones, the scope query parameter is required with a value of `PRIVATE`. When the zone name is
|
|
2520
|
+
# provided as a path parameter and `PRIVATE` is used for the scope query parameter then the viewId query
|
|
2521
|
+
# parameter is required.
|
|
2375
2522
|
#
|
|
2376
2523
|
# @param [String] zone_name_or_id The name or OCID of the target zone.
|
|
2377
2524
|
# @param [Hash] opts the optional parameters
|
|
@@ -2489,8 +2636,8 @@ module OCI
|
|
|
2489
2636
|
|
|
2490
2637
|
# Gets a list of all endpoints within a resolver. The collection can be filtered by name or lifecycle state.
|
|
2491
2638
|
# It can be sorted on creation time or name both in ASC or DESC order. Note that when no lifecycleState
|
|
2492
|
-
# query parameter is provided
|
|
2493
|
-
# lifecycle state to be consistent with other operations of the API.
|
|
2639
|
+
# query parameter is provided, the collection does not include resolver endpoints in the DELETED
|
|
2640
|
+
# lifecycle state to be consistent with other operations of the API. Requires a `PRIVATE` scope query parameter.
|
|
2494
2641
|
#
|
|
2495
2642
|
# @param [String] resolver_id The OCID of the target resolver.
|
|
2496
2643
|
# @param [Hash] opts the optional parameters
|
|
@@ -2586,9 +2733,9 @@ module OCI
|
|
|
2586
2733
|
# Gets a list of all resolvers within a compartment. The collection can
|
|
2587
2734
|
# be filtered by display name, id, or lifecycle state. It can be sorted
|
|
2588
2735
|
# on creation time or displayName both in ASC or DESC order. Note that
|
|
2589
|
-
# when no lifecycleState query parameter is provided
|
|
2736
|
+
# when no lifecycleState query parameter is provided, the collection
|
|
2590
2737
|
# does not include resolvers in the DELETED lifecycleState to be consistent
|
|
2591
|
-
# with other operations of the API.
|
|
2738
|
+
# with other operations of the API. Requires a `PRIVATE` scope query parameter.
|
|
2592
2739
|
#
|
|
2593
2740
|
# @param [String] compartment_id The OCID of the compartment the resource belongs to.
|
|
2594
2741
|
# @param [Hash] opts the optional parameters
|
|
@@ -3015,9 +3162,9 @@ module OCI
|
|
|
3015
3162
|
# Gets a list of all views within a compartment. The collection can
|
|
3016
3163
|
# be filtered by display name, id, or lifecycle state. It can be sorted
|
|
3017
3164
|
# on creation time or displayName both in ASC or DESC order. Note that
|
|
3018
|
-
# when no lifecycleState query parameter is provided
|
|
3165
|
+
# when no lifecycleState query parameter is provided, the collection
|
|
3019
3166
|
# does not include views in the DELETED lifecycleState to be consistent
|
|
3020
|
-
# with other operations of the API.
|
|
3167
|
+
# with other operations of the API. Requires a `PRIVATE` scope query parameter.
|
|
3021
3168
|
#
|
|
3022
3169
|
# @param [String] compartment_id The OCID of the compartment the resource belongs to.
|
|
3023
3170
|
# @param [Hash] opts the optional parameters
|
|
@@ -3112,8 +3259,78 @@ module OCI
|
|
|
3112
3259
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
3113
3260
|
|
|
3114
3261
|
|
|
3115
|
-
# Gets a list of
|
|
3116
|
-
#
|
|
3262
|
+
# Gets a list of IP addresses of OCI nameservers for inbound and outbound transfer of zones in the specified
|
|
3263
|
+
# compartment (which must be the root compartment of a tenancy) that transfer zone data with external master or
|
|
3264
|
+
# downstream nameservers.
|
|
3265
|
+
#
|
|
3266
|
+
# @param [String] compartment_id The OCID of the compartment the resource belongs to.
|
|
3267
|
+
# @param [Hash] opts the optional parameters
|
|
3268
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
3269
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
3270
|
+
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need
|
|
3271
|
+
# to contact Oracle about a particular request, please provide
|
|
3272
|
+
# the request ID.
|
|
3273
|
+
#
|
|
3274
|
+
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
3275
|
+
#
|
|
3276
|
+
# @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
3277
|
+
#
|
|
3278
|
+
# @return [Response] A Response object with data of type Array<{OCI::Dns::Models::ZoneTransferServer ZoneTransferServer}>
|
|
3279
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/dns/list_zone_transfer_servers.rb.html) to see an example of how to use list_zone_transfer_servers API.
|
|
3280
|
+
def list_zone_transfer_servers(compartment_id, opts = {})
|
|
3281
|
+
logger.debug 'Calling operation DnsClient#list_zone_transfer_servers.' if logger
|
|
3282
|
+
|
|
3283
|
+
raise "Missing the required parameter 'compartment_id' when calling list_zone_transfer_servers." if compartment_id.nil?
|
|
3284
|
+
|
|
3285
|
+
if opts[:scope] && !OCI::Dns::Models::SCOPE_ENUM.include?(opts[:scope])
|
|
3286
|
+
raise 'Invalid value for "scope", must be one of the values in OCI::Dns::Models::SCOPE_ENUM.'
|
|
3287
|
+
end
|
|
3288
|
+
|
|
3289
|
+
path = '/zoneTransferServers'
|
|
3290
|
+
operation_signing_strategy = :standard
|
|
3291
|
+
|
|
3292
|
+
# rubocop:disable Style/NegatedIf
|
|
3293
|
+
# Query Params
|
|
3294
|
+
query_params = {}
|
|
3295
|
+
query_params[:compartmentId] = compartment_id
|
|
3296
|
+
query_params[:scope] = opts[:scope] if opts[:scope]
|
|
3297
|
+
query_params[:page] = opts[:page] if opts[:page]
|
|
3298
|
+
|
|
3299
|
+
# Header Params
|
|
3300
|
+
header_params = {}
|
|
3301
|
+
header_params[:accept] = 'application/json'
|
|
3302
|
+
header_params[:'content-type'] = 'application/json'
|
|
3303
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
3304
|
+
# rubocop:enable Style/NegatedIf
|
|
3305
|
+
|
|
3306
|
+
post_body = nil
|
|
3307
|
+
|
|
3308
|
+
# rubocop:disable Metrics/BlockLength
|
|
3309
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'DnsClient#list_zone_transfer_servers') do
|
|
3310
|
+
@api_client.call_api(
|
|
3311
|
+
:GET,
|
|
3312
|
+
path,
|
|
3313
|
+
endpoint,
|
|
3314
|
+
header_params: header_params,
|
|
3315
|
+
query_params: query_params,
|
|
3316
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
3317
|
+
body: post_body,
|
|
3318
|
+
return_type: 'Array<OCI::Dns::Models::ZoneTransferServer>'
|
|
3319
|
+
)
|
|
3320
|
+
end
|
|
3321
|
+
# rubocop:enable Metrics/BlockLength
|
|
3322
|
+
end
|
|
3323
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
3324
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
3325
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
3326
|
+
|
|
3327
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
3328
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
3329
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
3330
|
+
|
|
3331
|
+
|
|
3332
|
+
# Gets a list of all zones in the specified compartment. The collection can be filtered by name, time created,
|
|
3333
|
+
# scope, associated view, and zone type. Filtering by view is only supported for private zones.
|
|
3117
3334
|
#
|
|
3118
3335
|
# @param [String] compartment_id The OCID of the compartment the resource belongs to.
|
|
3119
3336
|
# @param [Hash] opts the optional parameters
|
|
@@ -3144,7 +3361,7 @@ module OCI
|
|
|
3144
3361
|
# all returned resources were created before the indicated time.
|
|
3145
3362
|
#
|
|
3146
3363
|
# @option opts [String] :lifecycle_state The state of a resource. (default to ACTIVE)
|
|
3147
|
-
# Allowed values are: ACTIVE, CREATING, DELETED, DELETING, FAILED
|
|
3364
|
+
# Allowed values are: ACTIVE, CREATING, DELETED, DELETING, FAILED, UPDATING
|
|
3148
3365
|
# @option opts [String] :sort_by The field by which to sort zones. (default to timeCreated)
|
|
3149
3366
|
# Allowed values are: name, zoneType, timeCreated
|
|
3150
3367
|
# @option opts [String] :sort_order The order to sort the resources.
|
|
@@ -3152,6 +3369,8 @@ module OCI
|
|
|
3152
3369
|
# @option opts [String] :scope Specifies to operate only on resources that have a matching DNS scope.
|
|
3153
3370
|
#
|
|
3154
3371
|
# @option opts [String] :view_id The OCID of the view the resource is associated with.
|
|
3372
|
+
# @option opts [String] :tsig_key_id Search for zones that are associated with a TSIG key.
|
|
3373
|
+
#
|
|
3155
3374
|
# @return [Response] A Response object with data of type Array<{OCI::Dns::Models::ZoneSummary ZoneSummary}>
|
|
3156
3375
|
# @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.
|
|
3157
3376
|
def list_zones(compartment_id, opts = {})
|
|
@@ -3163,8 +3382,8 @@ module OCI
|
|
|
3163
3382
|
raise 'Invalid value for "zone_type", must be one of PRIMARY, SECONDARY.'
|
|
3164
3383
|
end
|
|
3165
3384
|
|
|
3166
|
-
if opts[:lifecycle_state] && !%w[ACTIVE CREATING DELETED DELETING FAILED].include?(opts[:lifecycle_state])
|
|
3167
|
-
raise 'Invalid value for "lifecycle_state", must be one of ACTIVE, CREATING, DELETED, DELETING, FAILED.'
|
|
3385
|
+
if opts[:lifecycle_state] && !%w[ACTIVE CREATING DELETED DELETING FAILED UPDATING].include?(opts[:lifecycle_state])
|
|
3386
|
+
raise 'Invalid value for "lifecycle_state", must be one of ACTIVE, CREATING, DELETED, DELETING, FAILED, UPDATING.'
|
|
3168
3387
|
end
|
|
3169
3388
|
|
|
3170
3389
|
if opts[:sort_by] && !%w[name zoneType timeCreated].include?(opts[:sort_by])
|
|
@@ -3198,6 +3417,7 @@ module OCI
|
|
|
3198
3417
|
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
|
3199
3418
|
query_params[:scope] = opts[:scope] if opts[:scope]
|
|
3200
3419
|
query_params[:viewId] = opts[:view_id] if opts[:view_id]
|
|
3420
|
+
query_params[:tsigKeyId] = opts[:tsig_key_id] if opts[:tsig_key_id]
|
|
3201
3421
|
|
|
3202
3422
|
# Header Params
|
|
3203
3423
|
header_params = {}
|
|
@@ -3232,10 +3452,11 @@ module OCI
|
|
|
3232
3452
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
3233
3453
|
|
|
3234
3454
|
|
|
3235
|
-
# Updates records in the specified zone at a domain. You can update
|
|
3236
|
-
#
|
|
3237
|
-
#
|
|
3238
|
-
#
|
|
3455
|
+
# Updates records in the specified zone at a domain. You can update one record or all records for the specified
|
|
3456
|
+
# zone depending on the changes provided in the request body. You can also add or remove records using this
|
|
3457
|
+
# function. For private zones, the scope query parameter is required with a value of `PRIVATE`. When the zone
|
|
3458
|
+
# name is provided as a path parameter and `PRIVATE` is used for the scope query parameter then the viewId
|
|
3459
|
+
# query parameter is required.
|
|
3239
3460
|
#
|
|
3240
3461
|
# @param [String] zone_name_or_id The name or OCID of the target zone.
|
|
3241
3462
|
# @param [String] domain The target fully-qualified domain name (FQDN) within the target zone.
|
|
@@ -3323,7 +3544,10 @@ module OCI
|
|
|
3323
3544
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
3324
3545
|
|
|
3325
3546
|
|
|
3326
|
-
# Updates records in the specified RRSet.
|
|
3547
|
+
# Updates records in the specified RRSet. For private zones, the scope query parameter is required with a value
|
|
3548
|
+
# of `PRIVATE`. When the zone name is provided as a path parameter and `PRIVATE` is used for the scope query
|
|
3549
|
+
# parameter then the viewId query parameter is required.
|
|
3550
|
+
#
|
|
3327
3551
|
# @param [String] zone_name_or_id The name or OCID of the target zone.
|
|
3328
3552
|
# @param [String] domain The target fully-qualified domain name (FQDN) within the target zone.
|
|
3329
3553
|
# @param [String] rtype The type of the target RRSet within the target zone.
|
|
@@ -3413,10 +3637,11 @@ module OCI
|
|
|
3413
3637
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
3414
3638
|
|
|
3415
3639
|
|
|
3416
|
-
# Updates a collection of records in the specified zone. You can update
|
|
3417
|
-
#
|
|
3418
|
-
#
|
|
3419
|
-
#
|
|
3640
|
+
# Updates a collection of records in the specified zone. You can update one record or all records for the
|
|
3641
|
+
# specified zone depending on the changes provided in the request body. You can also add or remove records
|
|
3642
|
+
# using this function. For private zones, the scope query parameter is required with a value of `PRIVATE`. When
|
|
3643
|
+
# the zone name is provided as a path parameter and `PRIVATE` is used for the scope query parameter then the
|
|
3644
|
+
# viewId query parameter is required.
|
|
3420
3645
|
#
|
|
3421
3646
|
# @param [String] zone_name_or_id The name or OCID of the target zone.
|
|
3422
3647
|
# @param [OCI::Dns::Models::PatchZoneRecordsDetails] patch_zone_records_details The operations describing how to modify the collection of records.
|
|
@@ -3502,12 +3727,12 @@ module OCI
|
|
|
3502
3727
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
3503
3728
|
|
|
3504
3729
|
|
|
3505
|
-
# Replaces records in the specified zone at a domain with the records
|
|
3506
|
-
# specified
|
|
3507
|
-
#
|
|
3508
|
-
#
|
|
3509
|
-
#
|
|
3510
|
-
#
|
|
3730
|
+
# Replaces records in the specified zone at a domain with the records specified in the request body. If a
|
|
3731
|
+
# specified record does not exist, it will be created. If the record exists, then it will be updated to
|
|
3732
|
+
# represent the record in the body of the request. If a record in the zone does not exist in the request body,
|
|
3733
|
+
# the record will be removed from the zone. For private zones, the scope query parameter is required with a
|
|
3734
|
+
# value of `PRIVATE`. When the zone name is provided as a path parameter and `PRIVATE` is used for the scope
|
|
3735
|
+
# query parameter then the viewId query parameter is required.
|
|
3511
3736
|
#
|
|
3512
3737
|
# @param [String] zone_name_or_id The name or OCID of the target zone.
|
|
3513
3738
|
# @param [String] domain The target fully-qualified domain name (FQDN) within the target zone.
|
|
@@ -3595,7 +3820,7 @@ module OCI
|
|
|
3595
3820
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
3596
3821
|
|
|
3597
3822
|
|
|
3598
|
-
# Updates the specified resolver with your new information.
|
|
3823
|
+
# Updates the specified resolver with your new information. Requires a `PRIVATE` scope query parameter.
|
|
3599
3824
|
#
|
|
3600
3825
|
# @param [String] resolver_id The OCID of the target resolver.
|
|
3601
3826
|
# @param [OCI::Dns::Models::UpdateResolverDetails] update_resolver_details New data for the resolver.
|
|
@@ -3676,7 +3901,7 @@ module OCI
|
|
|
3676
3901
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
3677
3902
|
|
|
3678
3903
|
|
|
3679
|
-
# Updates the specified resolver endpoint with your new information.
|
|
3904
|
+
# Updates the specified resolver endpoint with your new information. Requires a `PRIVATE` scope query parameter.
|
|
3680
3905
|
#
|
|
3681
3906
|
# @param [String] resolver_id The OCID of the target resolver.
|
|
3682
3907
|
# @param [String] resolver_endpoint_name The name of the target resolver endpoint.
|
|
@@ -3760,7 +3985,10 @@ module OCI
|
|
|
3760
3985
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
3761
3986
|
|
|
3762
3987
|
|
|
3763
|
-
# Replaces records in the specified RRSet.
|
|
3988
|
+
# Replaces records in the specified RRSet. For private zones, the scope query parameter is required with a
|
|
3989
|
+
# value of `PRIVATE`. When the zone name is provided as a path parameter and `PRIVATE` is used for the scope
|
|
3990
|
+
# query parameter then the viewId query parameter is required.
|
|
3991
|
+
#
|
|
3764
3992
|
# @param [String] zone_name_or_id The name or OCID of the target zone.
|
|
3765
3993
|
# @param [String] domain The target fully-qualified domain name (FQDN) within the target zone.
|
|
3766
3994
|
# @param [String] rtype The type of the target RRSet within the target zone.
|
|
@@ -4093,7 +4321,7 @@ module OCI
|
|
|
4093
4321
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
4094
4322
|
|
|
4095
4323
|
|
|
4096
|
-
# Updates the specified view with your new information.
|
|
4324
|
+
# Updates the specified view with your new information. Requires a `PRIVATE` scope query parameter.
|
|
4097
4325
|
#
|
|
4098
4326
|
# @param [String] view_id The OCID of the target view.
|
|
4099
4327
|
# @param [OCI::Dns::Models::UpdateViewDetails] update_view_details New data for the view.
|
|
@@ -4174,9 +4402,11 @@ module OCI
|
|
|
4174
4402
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
4175
4403
|
|
|
4176
4404
|
|
|
4177
|
-
# Updates the specified secondary
|
|
4178
|
-
#
|
|
4179
|
-
#
|
|
4405
|
+
# Updates the zone with the specified information. Global secondary zones may have their external masters updated.
|
|
4406
|
+
# For more information about secondary zone, see [Manage DNS Service Zone](https://docs.cloud.oracle.com/iaas/Content/DNS/Tasks/managingdnszones.htm).
|
|
4407
|
+
# For private zones, the scope query parameter is required with a value of `PRIVATE`. When the zone name is
|
|
4408
|
+
# provided as a path parameter and `PRIVATE` is used for the scope query parameter then the viewId query
|
|
4409
|
+
# parameter is required.
|
|
4180
4410
|
#
|
|
4181
4411
|
# @param [String] zone_name_or_id The name or OCID of the target zone.
|
|
4182
4412
|
# @param [OCI::Dns::Models::UpdateZoneDetails] update_zone_details New data for the zone.
|
|
@@ -4261,11 +4491,12 @@ module OCI
|
|
|
4261
4491
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
4262
4492
|
|
|
4263
4493
|
|
|
4264
|
-
# Replaces records in the specified zone with the records specified in the
|
|
4265
|
-
#
|
|
4266
|
-
#
|
|
4267
|
-
#
|
|
4268
|
-
#
|
|
4494
|
+
# Replaces records in the specified zone with the records specified in the request body. If a specified record
|
|
4495
|
+
# does not exist, it will be created. If the record exists, then it will be updated to represent the record in
|
|
4496
|
+
# the body of the request. If a record in the zone does not exist in the request body, the record will be
|
|
4497
|
+
# removed from the zone. For private zones, the scope query parameter is required with a value of `PRIVATE`.
|
|
4498
|
+
# When the zone name is provided as a path parameter and `PRIVATE` is used for the scope query parameter then
|
|
4499
|
+
# the viewId query parameter is required.
|
|
4269
4500
|
#
|
|
4270
4501
|
# @param [String] zone_name_or_id The name or OCID of the target zone.
|
|
4271
4502
|
# @param [OCI::Dns::Models::UpdateZoneRecordsDetails] update_zone_records_details A full list of records for the zone.
|