oci 2.12.0 → 2.13.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 -1
- data/lib/oci.rb +9 -1
- data/lib/oci/analytics/analytics.rb +8 -1
- data/lib/oci/analytics/analytics_client.rb +504 -2
- data/lib/oci/analytics/analytics_client_composite_operations.rb +317 -1
- data/lib/oci/analytics/models/analytics_instance.rb +32 -2
- data/lib/oci/analytics/models/analytics_instance_lifecycle_state.rb +1 -1
- data/lib/oci/analytics/models/analytics_instance_summary.rb +1 -1
- data/lib/oci/analytics/models/capacity.rb +1 -1
- data/lib/oci/analytics/models/capacity_type.rb +1 -1
- data/lib/oci/analytics/models/change_analytics_instance_network_endpoint_details.rb +1 -1
- data/lib/oci/analytics/models/change_compartment_details.rb +1 -1
- data/lib/oci/analytics/models/create_analytics_instance_details.rb +1 -1
- data/lib/oci/analytics/models/create_private_access_channel_details.rb +203 -0
- data/lib/oci/analytics/models/create_vanity_url_details.rb +219 -0
- data/lib/oci/analytics/models/feature_set.rb +1 -1
- data/lib/oci/analytics/models/license_type.rb +1 -1
- data/lib/oci/analytics/models/network_endpoint_details.rb +1 -1
- data/lib/oci/analytics/models/network_endpoint_type.rb +1 -1
- data/lib/oci/analytics/models/private_access_channel.rb +245 -0
- data/lib/oci/analytics/models/private_endpoint_details.rb +1 -1
- data/lib/oci/analytics/models/private_source_dns_zone.rb +167 -0
- data/lib/oci/analytics/models/public_endpoint_details.rb +1 -1
- data/lib/oci/analytics/models/scale_analytics_instance_details.rb +1 -1
- data/lib/oci/analytics/models/sort_by.rb +1 -1
- data/lib/oci/analytics/models/sort_order.rb +1 -1
- data/lib/oci/analytics/models/update_analytics_instance_details.rb +1 -1
- data/lib/oci/analytics/models/update_private_access_channel_details.rb +203 -0
- data/lib/oci/analytics/models/update_vanity_url_details.rb +197 -0
- data/lib/oci/analytics/models/vanity_url_details.rb +200 -0
- data/lib/oci/analytics/models/virtual_cloud_network.rb +1 -1
- data/lib/oci/analytics/models/work_request.rb +7 -1
- data/lib/oci/analytics/models/work_request_action_result.rb +7 -1
- data/lib/oci/analytics/models/work_request_error.rb +1 -1
- data/lib/oci/analytics/models/work_request_log.rb +1 -1
- data/lib/oci/analytics/models/work_request_operation_type.rb +8 -2
- data/lib/oci/analytics/models/work_request_resource.rb +7 -1
- data/lib/oci/analytics/models/work_request_resource_type.rb +1 -1
- data/lib/oci/analytics/models/work_request_sort_by.rb +1 -1
- data/lib/oci/analytics/models/work_request_status.rb +1 -1
- data/lib/oci/analytics/models/work_request_summary.rb +7 -1
- data/lib/oci/analytics/util.rb +1 -1
- data/lib/oci/announcements_service/announcement_client.rb +2 -2
- data/lib/oci/announcements_service/announcement_client_composite_operations.rb +1 -1
- data/lib/oci/announcements_service/announcements_preferences_client.rb +345 -0
- data/lib/oci/announcements_service/announcements_preferences_client_composite_operations.rb +25 -0
- data/lib/oci/announcements_service/announcements_service.rb +9 -1
- data/lib/oci/announcements_service/models/affected_resource.rb +19 -5
- data/lib/oci/announcements_service/models/announcement.rb +10 -2
- data/lib/oci/announcements_service/models/announcement_summary.rb +11 -3
- data/lib/oci/announcements_service/models/announcement_user_status_details.rb +1 -1
- data/lib/oci/announcements_service/models/announcements_collection.rb +1 -1
- data/lib/oci/announcements_service/models/announcements_preferences.rb +169 -0
- data/lib/oci/announcements_service/models/announcements_preferences_summary.rb +169 -0
- data/lib/oci/announcements_service/models/base_announcement.rb +69 -7
- data/lib/oci/{compute_instance_agent/models/instance_agent_command_content_info.rb → announcements_service/models/base_announcements_preferences.rb} +69 -54
- data/lib/oci/announcements_service/models/base_create_announcements_preferences_details.rb +228 -0
- data/lib/oci/announcements_service/models/create_announcements_preferences_details.rb +157 -0
- data/lib/oci/announcements_service/models/property.rb +161 -0
- data/lib/oci/announcements_service/models/update_announcements_preferences_details.rb +157 -0
- data/lib/oci/announcements_service/util.rb +1 -1
- data/lib/oci/api_client.rb +4 -2
- data/lib/oci/api_client_proxy_settings.rb +1 -1
- data/lib/oci/apigateway/api_gateway_client.rb +410 -1
- data/lib/oci/apigateway/api_gateway_client_composite_operations.rb +99 -1
- data/lib/oci/apigateway/apigateway.rb +11 -1
- data/lib/oci/apigateway/deployment_client.rb +1 -1
- data/lib/oci/apigateway/deployment_client_composite_operations.rb +1 -1
- data/lib/oci/apigateway/gateway_client.rb +1 -1
- data/lib/oci/apigateway/gateway_client_composite_operations.rb +1 -1
- data/lib/oci/apigateway/models/access_log_policy.rb +1 -1
- data/lib/oci/apigateway/models/anonymous_route_authorization_policy.rb +1 -1
- data/lib/oci/apigateway/models/any_of_route_authorization_policy.rb +1 -1
- data/lib/oci/apigateway/models/api.rb +1 -1
- data/lib/oci/apigateway/models/api_collection.rb +1 -1
- data/lib/oci/apigateway/models/api_specification.rb +1 -1
- data/lib/oci/apigateway/models/api_specification_logging_policies.rb +1 -1
- data/lib/oci/apigateway/models/api_specification_request_policies.rb +1 -1
- data/lib/oci/apigateway/models/api_specification_route.rb +1 -1
- data/lib/oci/apigateway/models/api_specification_route_backend.rb +1 -1
- data/lib/oci/apigateway/models/api_specification_route_request_policies.rb +1 -1
- data/lib/oci/apigateway/models/api_specification_route_response_policies.rb +1 -1
- data/lib/oci/apigateway/models/api_summary.rb +1 -1
- data/lib/oci/apigateway/models/api_validation_detail.rb +1 -1
- data/lib/oci/apigateway/models/api_validation_details.rb +1 -1
- data/lib/oci/apigateway/models/api_validation_result.rb +1 -1
- data/lib/oci/apigateway/models/api_validations.rb +1 -1
- data/lib/oci/apigateway/models/authentication_only_route_authorization_policy.rb +1 -1
- data/lib/oci/apigateway/models/authentication_policy.rb +1 -1
- data/lib/oci/apigateway/models/certificate.rb +1 -1
- data/lib/oci/apigateway/models/certificate_collection.rb +1 -1
- data/lib/oci/apigateway/models/certificate_summary.rb +1 -1
- data/lib/oci/apigateway/models/change_api_compartment_details.rb +1 -1
- data/lib/oci/apigateway/models/change_certificate_compartment_details.rb +1 -1
- data/lib/oci/apigateway/models/change_deployment_compartment_details.rb +1 -1
- data/lib/oci/apigateway/models/change_gateway_compartment_details.rb +1 -1
- data/lib/oci/apigateway/models/cors_policy.rb +1 -1
- data/lib/oci/apigateway/models/create_api_details.rb +1 -1
- data/lib/oci/apigateway/models/create_certificate_details.rb +1 -1
- data/lib/oci/apigateway/models/create_deployment_details.rb +1 -2
- data/lib/oci/apigateway/models/create_gateway_details.rb +1 -1
- data/lib/oci/apigateway/models/create_sdk_details.rb +240 -0
- data/lib/oci/apigateway/models/custom_authentication_policy.rb +1 -1
- data/lib/oci/apigateway/models/deployment.rb +1 -2
- data/lib/oci/apigateway/models/deployment_collection.rb +1 -1
- data/lib/oci/apigateway/models/deployment_summary.rb +1 -1
- data/lib/oci/apigateway/models/execution_log_policy.rb +1 -1
- data/lib/oci/apigateway/models/filter_header_policy.rb +1 -1
- data/lib/oci/apigateway/models/filter_header_policy_item.rb +1 -1
- data/lib/oci/apigateway/models/filter_query_parameter_policy.rb +1 -1
- data/lib/oci/apigateway/models/filter_query_parameter_policy_item.rb +1 -1
- data/lib/oci/apigateway/models/gateway.rb +1 -1
- data/lib/oci/apigateway/models/gateway_collection.rb +1 -1
- data/lib/oci/apigateway/models/gateway_summary.rb +1 -1
- data/lib/oci/apigateway/models/header_field_specification.rb +1 -1
- data/lib/oci/apigateway/models/header_transformation_policy.rb +1 -1
- data/lib/oci/apigateway/models/http_backend.rb +1 -1
- data/lib/oci/apigateway/models/ip_address.rb +1 -1
- data/lib/oci/apigateway/models/json_web_key.rb +1 -1
- data/lib/oci/apigateway/models/json_web_token_claim.rb +1 -1
- data/lib/oci/apigateway/models/jwt_authentication_policy.rb +1 -1
- data/lib/oci/apigateway/models/oracle_function_backend.rb +1 -1
- data/lib/oci/apigateway/models/pem_encoded_public_key.rb +1 -1
- data/lib/oci/apigateway/models/public_key_set.rb +1 -1
- data/lib/oci/apigateway/models/query_parameter_transformation_policy.rb +1 -1
- data/lib/oci/apigateway/models/rate_limiting_policy.rb +1 -1
- data/lib/oci/apigateway/models/remote_json_web_key_set.rb +1 -1
- data/lib/oci/apigateway/models/rename_header_policy.rb +1 -1
- data/lib/oci/apigateway/models/rename_header_policy_item.rb +1 -1
- data/lib/oci/apigateway/models/rename_query_parameter_policy.rb +1 -1
- data/lib/oci/apigateway/models/rename_query_parameter_policy_item.rb +1 -1
- data/lib/oci/apigateway/models/route_authorization_policy.rb +1 -1
- data/lib/oci/apigateway/models/sdk.rb +383 -0
- data/lib/oci/apigateway/models/sdk_collection.rb +150 -0
- data/lib/oci/apigateway/models/sdk_language_optional_parameters.rb +270 -0
- data/lib/oci/apigateway/models/sdk_language_optional_parameters_allowed_value.rb +162 -0
- data/lib/oci/apigateway/models/sdk_language_type_collection.rb +150 -0
- data/lib/oci/apigateway/models/sdk_language_type_summary.rb +199 -0
- data/lib/oci/apigateway/models/sdk_language_types.rb +197 -0
- data/lib/oci/apigateway/models/sdk_summary.rb +280 -0
- data/lib/oci/apigateway/models/set_header_policy.rb +1 -1
- data/lib/oci/apigateway/models/set_header_policy_item.rb +1 -1
- data/lib/oci/apigateway/models/set_query_parameter_policy.rb +1 -1
- data/lib/oci/apigateway/models/set_query_parameter_policy_item.rb +1 -1
- data/lib/oci/apigateway/models/static_public_key.rb +1 -1
- data/lib/oci/apigateway/models/static_public_key_set.rb +1 -1
- data/lib/oci/apigateway/models/stock_response_backend.rb +1 -1
- data/lib/oci/apigateway/models/update_api_details.rb +1 -1
- data/lib/oci/apigateway/models/update_certificate_details.rb +1 -1
- data/lib/oci/apigateway/models/update_deployment_details.rb +1 -1
- data/lib/oci/apigateway/models/update_gateway_details.rb +1 -1
- data/lib/oci/apigateway/models/update_sdk_details.rb +196 -0
- data/lib/oci/apigateway/models/work_request.rb +3 -1
- data/lib/oci/apigateway/models/work_request_collection.rb +1 -1
- data/lib/oci/apigateway/models/work_request_error.rb +1 -1
- data/lib/oci/apigateway/models/work_request_error_collection.rb +1 -1
- data/lib/oci/apigateway/models/work_request_log.rb +1 -1
- data/lib/oci/apigateway/models/work_request_log_collection.rb +1 -1
- data/lib/oci/apigateway/models/work_request_resource.rb +1 -1
- data/lib/oci/apigateway/models/work_request_summary.rb +1 -1
- data/lib/oci/apigateway/util.rb +1 -1
- data/lib/oci/apigateway/work_requests_client.rb +1 -1
- data/lib/oci/apigateway/work_requests_client_composite_operations.rb +1 -1
- data/lib/oci/apm_control_plane/apm_control_plane.rb +41 -0
- data/lib/oci/apm_control_plane/apm_domain_client.rb +973 -0
- data/lib/oci/apm_control_plane/apm_domain_client_composite_operations.rb +323 -0
- data/lib/oci/apm_control_plane/models/action_types.rb +14 -0
- data/lib/oci/apm_control_plane/models/apm_domain.rb +313 -0
- data/lib/oci/apm_control_plane/models/apm_domain_summary.rb +296 -0
- data/lib/oci/apm_control_plane/models/base_domain_details.rb +292 -0
- data/lib/oci/apm_control_plane/models/base_key_details.rb +174 -0
- data/lib/oci/apm_control_plane/models/change_apm_domain_compartment_details.rb +154 -0
- data/lib/oci/apm_control_plane/models/create_apm_domain_details.rb +226 -0
- data/lib/oci/apm_control_plane/models/data_key.rb +184 -0
- data/lib/oci/apm_control_plane/models/data_key_summary.rb +188 -0
- data/lib/oci/apm_control_plane/models/data_key_types.rb +11 -0
- data/lib/oci/apm_control_plane/models/generate_data_key_details.rb +171 -0
- data/lib/oci/apm_control_plane/models/lifecycle_states.rb +14 -0
- data/lib/oci/apm_control_plane/models/operation_status.rb +15 -0
- data/lib/oci/apm_control_plane/models/operation_types.rb +14 -0
- data/lib/oci/apm_control_plane/models/remove_data_key_details.rb +151 -0
- data/lib/oci/apm_control_plane/models/sort_orders.rb +11 -0
- data/lib/oci/apm_control_plane/models/update_apm_domain_details.rb +196 -0
- data/lib/oci/apm_control_plane/models/work_request.rb +307 -0
- data/lib/oci/apm_control_plane/models/work_request_error.rb +173 -0
- data/lib/oci/apm_control_plane/models/work_request_log_entry.rb +160 -0
- data/lib/oci/apm_control_plane/models/work_request_resource.rb +219 -0
- data/lib/oci/apm_control_plane/util.rb +3 -0
- data/lib/oci/apm_synthetics/apm_synthetic_client.rb +983 -0
- data/lib/oci/apm_synthetics/apm_synthetic_client_composite_operations.rb +25 -0
- data/lib/oci/apm_synthetics/apm_synthetics.rb +56 -0
- data/lib/oci/apm_synthetics/models/browser_monitor_configuration.rb +184 -0
- data/lib/oci/apm_synthetics/models/content_types.rb +11 -0
- data/lib/oci/apm_synthetics/models/create_monitor_details.rb +346 -0
- data/lib/oci/apm_synthetics/models/create_script_details.rb +259 -0
- data/lib/oci/apm_synthetics/models/geo_summary.rb +218 -0
- data/lib/oci/apm_synthetics/models/header.rb +169 -0
- data/lib/oci/apm_synthetics/models/monitor.rb +424 -0
- data/lib/oci/apm_synthetics/models/monitor_collection.rb +150 -0
- data/lib/oci/apm_synthetics/models/monitor_configuration.rb +211 -0
- data/lib/oci/apm_synthetics/models/monitor_result.rb +228 -0
- data/lib/oci/apm_synthetics/models/monitor_result_data.rb +195 -0
- data/lib/oci/apm_synthetics/models/monitor_script_parameter.rb +169 -0
- data/lib/oci/apm_synthetics/models/monitor_script_parameter_info.rb +188 -0
- data/lib/oci/apm_synthetics/models/monitor_status.rb +12 -0
- data/lib/oci/apm_synthetics/models/monitor_status_count_map.rb +182 -0
- data/lib/oci/apm_synthetics/models/monitor_summary.rb +401 -0
- data/lib/oci/apm_synthetics/models/monitor_types.rb +13 -0
- data/lib/oci/apm_synthetics/models/o_auth_schemes.rb +11 -0
- data/lib/oci/apm_synthetics/models/public_vantage_point_collection.rb +150 -0
- data/lib/oci/apm_synthetics/models/public_vantage_point_summary.rb +173 -0
- data/lib/oci/apm_synthetics/models/request_authentication_details.rb +296 -0
- data/lib/oci/apm_synthetics/models/request_authentication_schemes.rb +13 -0
- data/lib/oci/apm_synthetics/models/request_methods.rb +11 -0
- data/lib/oci/apm_synthetics/models/request_query_param.rb +169 -0
- data/lib/oci/apm_synthetics/models/rest_monitor_configuration.rb +345 -0
- data/lib/oci/apm_synthetics/models/script.rb +350 -0
- data/lib/oci/apm_synthetics/models/script_collection.rb +150 -0
- data/lib/oci/apm_synthetics/models/script_parameter.rb +186 -0
- data/lib/oci/apm_synthetics/models/script_parameter_info.rb +171 -0
- data/lib/oci/apm_synthetics/models/script_summary.rb +280 -0
- data/lib/oci/apm_synthetics/models/scripted_browser_monitor_configuration.rb +168 -0
- data/lib/oci/apm_synthetics/models/scripted_rest_monitor_configuration.rb +149 -0
- data/lib/oci/apm_synthetics/models/sort_orders.rb +11 -0
- data/lib/oci/apm_synthetics/models/update_monitor_details.rb +315 -0
- data/lib/oci/apm_synthetics/models/update_script_details.rb +257 -0
- data/lib/oci/apm_synthetics/models/vantage_point_info.rb +164 -0
- data/lib/oci/apm_synthetics/models/verify_text.rb +150 -0
- data/lib/oci/apm_synthetics/util.rb +3 -0
- data/lib/oci/apm_traces/apm_traces.rb +35 -0
- data/lib/oci/apm_traces/models/query_details.rb +156 -0
- data/lib/oci/apm_traces/models/query_result_metadata_summary.rb +219 -0
- data/lib/oci/apm_traces/models/query_result_response.rb +174 -0
- data/lib/oci/apm_traces/models/query_result_row.rb +182 -0
- data/lib/oci/apm_traces/models/query_result_row_type_summary.rb +209 -0
- data/lib/oci/apm_traces/models/query_results_grouped_by_summary.rb +156 -0
- data/lib/oci/apm_traces/models/query_results_ordered_by_summary.rb +171 -0
- data/lib/oci/apm_traces/models/quick_pick_summary.rb +171 -0
- data/lib/oci/apm_traces/models/span.rb +307 -0
- data/lib/oci/apm_traces/models/span_log.rb +171 -0
- data/lib/oci/apm_traces/models/span_log_collection.rb +171 -0
- data/lib/oci/apm_traces/models/tag.rb +172 -0
- data/lib/oci/apm_traces/models/trace.rb +413 -0
- data/lib/oci/apm_traces/models/trace_service_summary.rb +186 -0
- data/lib/oci/apm_traces/models/trace_span_summary.rb +390 -0
- data/lib/oci/apm_traces/query_client.rb +331 -0
- data/lib/oci/apm_traces/query_client_composite_operations.rb +25 -0
- data/lib/oci/apm_traces/trace_client.rb +233 -0
- data/lib/oci/apm_traces/trace_client_composite_operations.rb +25 -0
- data/lib/oci/apm_traces/util.rb +3 -0
- data/lib/oci/application_migration/application_migration.rb +5 -1
- data/lib/oci/application_migration/application_migration_client.rb +1 -1
- data/lib/oci/application_migration/application_migration_client_composite_operations.rb +1 -1
- data/lib/oci/application_migration/models/authorization_details.rb +6 -2
- data/lib/oci/application_migration/models/change_compartment_details.rb +1 -1
- data/lib/oci/application_migration/models/configuration_field.rb +17 -2
- data/lib/oci/application_migration/models/create_migration_details.rb +20 -3
- data/lib/oci/application_migration/models/create_source_details.rb +1 -1
- data/lib/oci/application_migration/models/discovery_details.rb +1 -1
- data/lib/oci/application_migration/models/ics_discovery_details.rb +1 -1
- data/lib/oci/application_migration/models/internal_authorization_details.rb +1 -1
- data/lib/oci/application_migration/models/internal_source_details.rb +1 -1
- data/lib/oci/application_migration/models/jcs_discovery_details.rb +1 -1
- data/lib/oci/application_migration/models/migration.rb +20 -3
- data/lib/oci/application_migration/models/migration_lifecycle_states.rb +1 -1
- data/lib/oci/application_migration/models/migration_states.rb +1 -1
- data/lib/oci/application_migration/models/migration_summary.rb +1 -1
- data/lib/oci/application_migration/models/migration_types.rb +1 -1
- data/lib/oci/application_migration/models/oac_discovery_details.rb +1 -1
- data/lib/oci/application_migration/models/occ_authorization_details.rb +169 -0
- data/lib/oci/application_migration/models/occ_source_details.rb +166 -0
- data/lib/oci/application_migration/models/ocic_authorization_details.rb +1 -1
- data/lib/oci/application_migration/models/ocic_authorization_token_details.rb +177 -0
- data/lib/oci/application_migration/models/ocic_source_details.rb +2 -2
- data/lib/oci/application_migration/models/oic_discovery_details.rb +1 -1
- data/lib/oci/application_migration/models/operation_status.rb +1 -1
- data/lib/oci/application_migration/models/operation_types.rb +1 -1
- data/lib/oci/application_migration/models/pcs_discovery_details.rb +1 -1
- data/lib/oci/application_migration/models/resource_field.rb +180 -0
- data/lib/oci/application_migration/models/soacs_discovery_details.rb +1 -1
- data/lib/oci/application_migration/models/sort_orders.rb +1 -1
- data/lib/oci/application_migration/models/source.rb +1 -1
- data/lib/oci/application_migration/models/source_application.rb +1 -1
- data/lib/oci/application_migration/models/source_application_summary.rb +1 -1
- data/lib/oci/application_migration/models/source_details.rb +6 -1
- data/lib/oci/application_migration/models/source_lifecycle_states.rb +1 -1
- data/lib/oci/application_migration/models/source_summary.rb +3 -1
- data/lib/oci/application_migration/models/source_types.rb +4 -2
- data/lib/oci/application_migration/models/target_database_types.rb +1 -1
- data/lib/oci/application_migration/models/update_migration_details.rb +17 -2
- data/lib/oci/application_migration/models/update_source_details.rb +1 -1
- data/lib/oci/application_migration/models/work_request.rb +1 -1
- data/lib/oci/application_migration/models/work_request_error.rb +1 -1
- data/lib/oci/application_migration/models/work_request_log_entry.rb +1 -1
- data/lib/oci/application_migration/models/work_request_resource.rb +1 -1
- data/lib/oci/application_migration/models/work_request_summary.rb +1 -1
- data/lib/oci/application_migration/util.rb +1 -1
- data/lib/oci/artifacts/artifacts.rb +40 -0
- data/lib/oci/artifacts/artifacts_client.rb +1382 -0
- data/lib/oci/artifacts/artifacts_client_composite_operations.rb +279 -0
- data/lib/oci/artifacts/models/change_container_repository_compartment_details.rb +155 -0
- data/lib/oci/artifacts/models/container_configuration.rb +166 -0
- data/lib/oci/artifacts/models/container_image.rb +373 -0
- data/lib/oci/artifacts/models/container_image_collection.rb +164 -0
- data/lib/oci/artifacts/models/container_image_layer.rb +178 -0
- data/lib/oci/artifacts/models/container_image_signature.rb +319 -0
- data/lib/oci/artifacts/models/container_image_signature_collection.rb +164 -0
- data/lib/oci/artifacts/models/container_image_signature_summary.rb +305 -0
- data/lib/oci/artifacts/models/container_image_summary.rb +262 -0
- data/lib/oci/artifacts/models/container_repository.rb +337 -0
- data/lib/oci/artifacts/models/container_repository_collection.rb +220 -0
- data/lib/oci/artifacts/models/container_repository_readme.rb +180 -0
- data/lib/oci/artifacts/models/container_repository_summary.rb +265 -0
- data/lib/oci/artifacts/models/container_version.rb +178 -0
- data/lib/oci/artifacts/models/create_container_image_signature_details.rb +254 -0
- data/lib/oci/artifacts/models/create_container_repository_details.rb +206 -0
- data/lib/oci/artifacts/models/remove_container_version_details.rb +150 -0
- data/lib/oci/artifacts/models/restore_container_image_details.rb +150 -0
- data/lib/oci/artifacts/models/update_container_configuration_details.rb +156 -0
- data/lib/oci/artifacts/models/update_container_repository_details.rb +177 -0
- data/lib/oci/artifacts/util.rb +3 -0
- data/lib/oci/audit/audit.rb +1 -1
- data/lib/oci/audit/audit_client.rb +1 -1
- data/lib/oci/audit/audit_client_composite_operations.rb +1 -1
- data/lib/oci/audit/models/audit_event.rb +1 -1
- data/lib/oci/audit/models/configuration.rb +1 -1
- data/lib/oci/audit/models/data.rb +1 -1
- data/lib/oci/audit/models/identity.rb +1 -1
- data/lib/oci/audit/models/request.rb +1 -1
- data/lib/oci/audit/models/response.rb +1 -1
- data/lib/oci/audit/models/state_change.rb +1 -1
- data/lib/oci/audit/models/update_configuration_details.rb +1 -1
- data/lib/oci/audit/util.rb +1 -1
- data/lib/oci/auth/auth.rb +1 -1
- data/lib/oci/auth/federation_client.rb +1 -1
- data/lib/oci/auth/internal/auth_token_request_signer.rb +1 -1
- data/lib/oci/auth/security_token_container.rb +1 -1
- data/lib/oci/auth/session_key_supplier.rb +1 -1
- data/lib/oci/auth/signers/ephemeral_resource_principals_signer.rb +38 -32
- data/lib/oci/auth/signers/instance_principals_delegation_token_signer.rb +1 -1
- data/lib/oci/auth/signers/instance_principals_security_token_signer.rb +1 -1
- data/lib/oci/auth/signers/resource_principal_token_path_provider/default_rpt_path_provider.rb +1 -1
- data/lib/oci/auth/signers/resource_principal_token_path_provider/env_rpt_path_provider.rb +1 -1
- data/lib/oci/auth/signers/resource_principal_token_path_provider/imds_rpt_path_provider.rb +1 -1
- data/lib/oci/auth/signers/resource_principal_token_path_provider/rpt_path_provider.rb +1 -1
- data/lib/oci/auth/signers/resource_principal_token_path_provider/string_rpt_path_provider.rb +1 -1
- data/lib/oci/auth/signers/resource_principals_federation_signer.rb +1 -1
- data/lib/oci/auth/signers/resource_principals_signer.rb +1 -1
- data/lib/oci/auth/signers/security_token_signer.rb +1 -1
- data/lib/oci/auth/signers/x509_federation_client_based_security_token_signer.rb +1 -1
- data/lib/oci/auth/url_based_certificate_retriever.rb +1 -1
- data/lib/oci/auth/util.rb +1 -1
- data/lib/oci/autoscaling/auto_scaling_client.rb +10 -2
- data/lib/oci/autoscaling/auto_scaling_client_composite_operations.rb +1 -1
- data/lib/oci/autoscaling/autoscaling.rb +3 -1
- data/lib/oci/autoscaling/models/action.rb +1 -1
- data/lib/oci/autoscaling/models/auto_scaling_configuration.rb +8 -7
- data/lib/oci/autoscaling/models/auto_scaling_configuration_summary.rb +7 -4
- data/lib/oci/autoscaling/models/auto_scaling_policy.rb +8 -3
- data/lib/oci/autoscaling/models/auto_scaling_policy_summary.rb +2 -2
- data/lib/oci/autoscaling/models/capacity.rb +18 -6
- data/lib/oci/autoscaling/models/change_auto_scaling_compartment_details.rb +1 -1
- data/lib/oci/autoscaling/models/condition.rb +1 -1
- data/lib/oci/autoscaling/models/create_auto_scaling_configuration_details.rb +6 -3
- data/lib/oci/autoscaling/models/create_auto_scaling_policy_details.rb +9 -7
- data/lib/oci/autoscaling/models/create_condition_details.rb +1 -1
- data/lib/oci/autoscaling/models/create_scheduled_policy_details.rb +19 -6
- data/lib/oci/autoscaling/models/create_threshold_policy_details.rb +1 -1
- data/lib/oci/autoscaling/models/cron_execution_schedule.rb +11 -3
- data/lib/oci/autoscaling/models/execution_schedule.rb +4 -4
- data/lib/oci/autoscaling/models/instance_pool_resource.rb +1 -1
- data/lib/oci/autoscaling/models/metric.rb +1 -1
- data/lib/oci/autoscaling/models/resource.rb +2 -2
- data/lib/oci/autoscaling/models/resource_action.rb +170 -0
- data/lib/oci/autoscaling/models/resource_power_action.rb +180 -0
- data/lib/oci/autoscaling/models/scheduled_policy.rb +19 -6
- data/lib/oci/autoscaling/models/threshold.rb +1 -1
- data/lib/oci/autoscaling/models/threshold_policy.rb +1 -1
- data/lib/oci/autoscaling/models/update_auto_scaling_configuration_details.rb +1 -4
- data/lib/oci/autoscaling/models/update_auto_scaling_policy_details.rb +2 -2
- data/lib/oci/autoscaling/models/update_condition_details.rb +1 -1
- data/lib/oci/autoscaling/models/update_scheduled_policy_details.rb +19 -5
- data/lib/oci/autoscaling/models/update_threshold_policy_details.rb +1 -1
- data/lib/oci/autoscaling/util.rb +1 -1
- data/lib/oci/base_signer.rb +1 -1
- data/lib/oci/bds/bds.rb +10 -1
- data/lib/oci/bds/bds_client.rb +371 -2
- data/lib/oci/bds/bds_client_composite_operations.rb +154 -2
- data/lib/oci/bds/models/action_types.rb +1 -1
- data/lib/oci/bds/models/add_auto_scaling_configuration_details.rb +206 -0
- data/lib/oci/bds/models/add_block_storage_details.rb +1 -1
- data/lib/oci/bds/models/add_cloud_sql_details.rb +1 -1
- data/lib/oci/bds/models/add_worker_nodes_details.rb +1 -1
- data/lib/oci/bds/models/auto_scale_policy.rb +184 -0
- data/lib/oci/bds/models/auto_scale_policy_metric_rule.rb +183 -0
- data/lib/oci/bds/models/auto_scale_policy_rule.rb +180 -0
- data/lib/oci/bds/models/auto_scaling_configuration.rb +256 -0
- data/lib/oci/bds/models/auto_scaling_configuration_summary.rb +232 -0
- data/lib/oci/bds/models/bds_instance.rb +1 -5
- data/lib/oci/bds/models/bds_instance_summary.rb +1 -1
- data/lib/oci/bds/models/change_bds_instance_compartment_details.rb +1 -1
- data/lib/oci/bds/models/change_shape_details.rb +3 -3
- data/lib/oci/bds/models/change_shape_nodes.rb +6 -6
- data/lib/oci/bds/models/cloud_sql_details.rb +1 -1
- data/lib/oci/bds/models/cluster_details.rb +1 -1
- data/lib/oci/bds/models/create_bds_instance_details.rb +1 -2
- data/lib/oci/bds/models/create_node_details.rb +1 -1
- data/lib/oci/bds/models/default_error.rb +1 -1
- data/lib/oci/bds/models/kerberos_details.rb +1 -1
- data/lib/oci/bds/models/metric_threshold_rule.rb +194 -0
- data/lib/oci/bds/models/network_config.rb +1 -1
- data/lib/oci/bds/models/node.rb +1 -3
- data/lib/oci/bds/models/operation_status.rb +1 -1
- data/lib/oci/bds/models/operation_types.rb +4 -2
- data/lib/oci/bds/models/remove_auto_scaling_configuration_details.rb +154 -0
- data/lib/oci/bds/models/remove_cloud_sql_details.rb +1 -1
- data/lib/oci/bds/models/restart_node_details.rb +1 -1
- data/lib/oci/bds/models/sort_orders.rb +1 -1
- data/lib/oci/bds/models/update_auto_scaling_configuration_details.rb +191 -0
- data/lib/oci/bds/models/update_bds_instance_details.rb +1 -1
- data/lib/oci/bds/models/volume_attachment_detail.rb +1 -1
- data/lib/oci/bds/models/work_request.rb +3 -1
- data/lib/oci/bds/models/work_request_error.rb +1 -1
- data/lib/oci/bds/models/work_request_log_entry.rb +1 -1
- data/lib/oci/bds/models/work_request_resource.rb +1 -1
- data/lib/oci/bds/util.rb +1 -1
- data/lib/oci/blockchain/blockchain.rb +1 -1
- data/lib/oci/blockchain/blockchain_platform_client.rb +1 -1
- data/lib/oci/blockchain/blockchain_platform_client_composite_operations.rb +1 -1
- data/lib/oci/blockchain/models/availability_domain.rb +1 -1
- data/lib/oci/blockchain/models/blockchain_platform.rb +35 -2
- data/lib/oci/blockchain/models/blockchain_platform_by_hostname.rb +1 -1
- data/lib/oci/blockchain/models/blockchain_platform_collection.rb +1 -1
- data/lib/oci/blockchain/models/blockchain_platform_component_details.rb +1 -1
- data/lib/oci/blockchain/models/blockchain_platform_summary.rb +1 -1
- data/lib/oci/blockchain/models/change_blockchain_platform_compartment_details.rb +1 -1
- data/lib/oci/blockchain/models/create_blockchain_platform_details.rb +2 -2
- data/lib/oci/blockchain/models/create_osn_details.rb +1 -1
- data/lib/oci/blockchain/models/create_peer_details.rb +1 -1
- data/lib/oci/blockchain/models/metadata_details.rb +1 -1
- data/lib/oci/blockchain/models/modify_peer_details.rb +1 -1
- data/lib/oci/blockchain/models/ocpu_allocation_number_param.rb +1 -1
- data/lib/oci/blockchain/models/ocpu_utilization_info.rb +1 -1
- data/lib/oci/blockchain/models/osn.rb +1 -1
- data/lib/oci/blockchain/models/osn_collection.rb +1 -1
- data/lib/oci/blockchain/models/osn_summary.rb +1 -1
- data/lib/oci/blockchain/models/peer.rb +1 -1
- data/lib/oci/blockchain/models/peer_collection.rb +1 -1
- data/lib/oci/blockchain/models/peer_role.rb +1 -1
- data/lib/oci/blockchain/models/peer_summary.rb +1 -1
- data/lib/oci/blockchain/models/replica_details.rb +2 -1
- data/lib/oci/blockchain/models/scale_blockchain_platform_details.rb +1 -1
- data/lib/oci/blockchain/models/scale_storage_details.rb +1 -1
- data/lib/oci/blockchain/models/scaled_blockchain_platform_preview.rb +1 -1
- data/lib/oci/blockchain/models/scaled_platform_metering_preview.rb +1 -1
- data/lib/oci/blockchain/models/update_blockchain_platform_details.rb +16 -2
- data/lib/oci/blockchain/models/update_osn_details.rb +1 -1
- data/lib/oci/blockchain/models/update_peer_details.rb +1 -1
- data/lib/oci/blockchain/models/work_request.rb +1 -1
- data/lib/oci/blockchain/models/work_request_collection.rb +1 -1
- data/lib/oci/blockchain/models/work_request_error.rb +1 -1
- data/lib/oci/blockchain/models/work_request_error_collection.rb +1 -1
- data/lib/oci/blockchain/models/work_request_log_entry.rb +1 -1
- data/lib/oci/blockchain/models/work_request_log_entry_collection.rb +1 -1
- data/lib/oci/blockchain/models/work_request_resource.rb +1 -1
- data/lib/oci/blockchain/models/work_request_resource_sub_type_detail.rb +1 -1
- data/lib/oci/blockchain/models/work_request_summary.rb +1 -1
- data/lib/oci/blockchain/util.rb +1 -1
- data/lib/oci/budget/budget.rb +1 -1
- data/lib/oci/budget/budget_client.rb +1 -1
- data/lib/oci/budget/budget_client_composite_operations.rb +1 -1
- data/lib/oci/budget/models/alert_rule.rb +1 -1
- data/lib/oci/budget/models/alert_rule_summary.rb +1 -1
- data/lib/oci/budget/models/alert_type.rb +1 -1
- data/lib/oci/budget/models/budget.rb +16 -2
- data/lib/oci/budget/models/budget_summary.rb +16 -2
- data/lib/oci/budget/models/create_alert_rule_details.rb +1 -1
- data/lib/oci/budget/models/create_budget_details.rb +16 -2
- data/lib/oci/budget/models/lifecycle_state.rb +1 -1
- data/lib/oci/budget/models/reset_period.rb +1 -1
- data/lib/oci/budget/models/sort_by.rb +1 -1
- data/lib/oci/budget/models/sort_order.rb +1 -1
- data/lib/oci/budget/models/target_type.rb +1 -1
- data/lib/oci/budget/models/threshold_type.rb +1 -1
- data/lib/oci/budget/models/update_alert_rule_details.rb +1 -1
- data/lib/oci/budget/models/update_budget_details.rb +16 -2
- data/lib/oci/budget/util.rb +1 -1
- data/lib/oci/cims/cims.rb +1 -1
- data/lib/oci/cims/incident_client.rb +1 -1
- data/lib/oci/cims/incident_client_composite_operations.rb +1 -1
- data/lib/oci/cims/models/activity_item.rb +1 -1
- data/lib/oci/cims/models/availability_domain.rb +1 -1
- data/lib/oci/cims/models/category.rb +1 -1
- data/lib/oci/cims/models/classifier.rb +1 -1
- data/lib/oci/cims/models/contact.rb +1 -1
- data/lib/oci/cims/models/contact_list.rb +1 -1
- data/lib/oci/cims/models/contextual_data.rb +1 -1
- data/lib/oci/cims/models/create_category_details.rb +1 -1
- data/lib/oci/cims/models/create_incident.rb +1 -1
- data/lib/oci/cims/models/create_issue_type_details.rb +1 -1
- data/lib/oci/cims/models/create_item_details.rb +1 -1
- data/lib/oci/cims/models/create_limit_item_details.rb +1 -1
- data/lib/oci/cims/models/create_resource_details.rb +1 -1
- data/lib/oci/cims/models/create_sub_category_details.rb +1 -1
- data/lib/oci/cims/models/create_tech_support_item_details.rb +1 -1
- data/lib/oci/cims/models/create_ticket_details.rb +1 -1
- data/lib/oci/cims/models/create_user_details.rb +1 -1
- data/lib/oci/cims/models/error_code.rb +1 -1
- data/lib/oci/cims/models/incident.rb +1 -1
- data/lib/oci/cims/models/incident_resource_type.rb +1 -1
- data/lib/oci/cims/models/incident_summary.rb +1 -1
- data/lib/oci/cims/models/incident_type.rb +1 -1
- data/lib/oci/cims/models/issue_type.rb +1 -1
- data/lib/oci/cims/models/item.rb +1 -1
- data/lib/oci/cims/models/lifecycle_details.rb +1 -1
- data/lib/oci/cims/models/lifecycle_state.rb +1 -1
- data/lib/oci/cims/models/limit_item.rb +1 -1
- data/lib/oci/cims/models/problem_type.rb +1 -1
- data/lib/oci/cims/models/region.rb +1 -1
- data/lib/oci/cims/models/resource.rb +1 -1
- data/lib/oci/cims/models/scope.rb +1 -1
- data/lib/oci/cims/models/service_category.rb +1 -1
- data/lib/oci/cims/models/sort_by.rb +1 -1
- data/lib/oci/cims/models/sort_order.rb +1 -1
- data/lib/oci/cims/models/status.rb +1 -1
- data/lib/oci/cims/models/sub_category.rb +1 -1
- data/lib/oci/cims/models/tech_support_item.rb +1 -1
- data/lib/oci/cims/models/tenancy_information.rb +1 -1
- data/lib/oci/cims/models/ticket.rb +1 -1
- data/lib/oci/cims/models/time_zone.rb +1 -1
- data/lib/oci/cims/models/unit.rb +1 -1
- data/lib/oci/cims/models/update_activity_item_details.rb +1 -1
- data/lib/oci/cims/models/update_incident.rb +1 -1
- data/lib/oci/cims/models/update_item_details.rb +1 -1
- data/lib/oci/cims/models/update_resource_details.rb +1 -1
- data/lib/oci/cims/models/update_ticket_details.rb +1 -1
- data/lib/oci/cims/models/user.rb +1 -1
- data/lib/oci/cims/models/validation_response.rb +1 -1
- data/lib/oci/cims/user_client.rb +1 -1
- data/lib/oci/cims/user_client_composite_operations.rb +1 -1
- data/lib/oci/cims/util.rb +1 -1
- data/lib/oci/cloud_guard/cloud_guard.rb +1 -1
- data/lib/oci/cloud_guard/cloud_guard_client.rb +1 -1
- data/lib/oci/cloud_guard/cloud_guard_client_composite_operations.rb +1 -1
- data/lib/oci/cloud_guard/models/activity_problem_aggregation.rb +1 -1
- data/lib/oci/cloud_guard/models/activity_problem_aggregation_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/actor_type.rb +1 -1
- data/lib/oci/cloud_guard/models/attach_target_detector_recipe_details.rb +1 -1
- data/lib/oci/cloud_guard/models/attach_target_responder_recipe_details.rb +1 -1
- data/lib/oci/cloud_guard/models/candidate_responder_rule.rb +1 -1
- data/lib/oci/cloud_guard/models/change_detector_recipe_compartment_details.rb +1 -1
- data/lib/oci/cloud_guard/models/change_managed_list_compartment_details.rb +1 -1
- data/lib/oci/cloud_guard/models/change_responder_recipe_compartment_details.rb +1 -1
- data/lib/oci/cloud_guard/models/cloud_guard_status.rb +1 -1
- data/lib/oci/cloud_guard/models/composite_condition.rb +1 -1
- data/lib/oci/cloud_guard/models/condition.rb +1 -1
- data/lib/oci/cloud_guard/models/condition_filter_type.rb +1 -1
- data/lib/oci/cloud_guard/models/condition_group.rb +1 -1
- data/lib/oci/cloud_guard/models/condition_metadata_type.rb +1 -1
- data/lib/oci/cloud_guard/models/condition_metadata_type_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/condition_metadata_type_summary.rb +1 -1
- data/lib/oci/cloud_guard/models/condition_operator.rb +1 -1
- data/lib/oci/cloud_guard/models/condition_operator_name.rb +1 -1
- data/lib/oci/cloud_guard/models/condition_type_enum.rb +1 -1
- data/lib/oci/cloud_guard/models/condition_value_type.rb +1 -1
- data/lib/oci/cloud_guard/models/config_value.rb +1 -1
- data/lib/oci/cloud_guard/models/configuration.rb +1 -1
- data/lib/oci/cloud_guard/models/configuration_list_item_type.rb +1 -1
- data/lib/oci/cloud_guard/models/create_detector_recipe_details.rb +1 -1
- data/lib/oci/cloud_guard/models/create_managed_list_details.rb +1 -1
- data/lib/oci/cloud_guard/models/create_responder_recipe_details.rb +1 -1
- data/lib/oci/cloud_guard/models/create_target_details.rb +1 -1
- data/lib/oci/cloud_guard/models/create_target_detector_recipe_details.rb +1 -1
- data/lib/oci/cloud_guard/models/create_target_responder_recipe_details.rb +1 -1
- data/lib/oci/cloud_guard/models/detector.rb +1 -1
- data/lib/oci/cloud_guard/models/detector_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/detector_configuration.rb +1 -1
- data/lib/oci/cloud_guard/models/detector_details.rb +1 -1
- data/lib/oci/cloud_guard/models/detector_enum.rb +1 -1
- data/lib/oci/cloud_guard/models/detector_recipe.rb +1 -1
- data/lib/oci/cloud_guard/models/detector_recipe_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/detector_recipe_detector_rule.rb +1 -1
- data/lib/oci/cloud_guard/models/detector_recipe_detector_rule_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/detector_recipe_detector_rule_summary.rb +1 -1
- data/lib/oci/cloud_guard/models/detector_recipe_summary.rb +1 -1
- data/lib/oci/cloud_guard/models/detector_rule.rb +1 -1
- data/lib/oci/cloud_guard/models/detector_rule_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/detector_rule_summary.rb +1 -1
- data/lib/oci/cloud_guard/models/detector_summary.rb +1 -1
- data/lib/oci/cloud_guard/models/event_status.rb +1 -1
- data/lib/oci/cloud_guard/models/execute_responder_execution_details.rb +1 -1
- data/lib/oci/cloud_guard/models/feed_provider_type.rb +1 -1
- data/lib/oci/cloud_guard/models/geographical_location.rb +1 -1
- data/lib/oci/cloud_guard/models/impacted_resource_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/impacted_resource_summary.rb +1 -1
- data/lib/oci/cloud_guard/models/lifecycle_state.rb +1 -1
- data/lib/oci/cloud_guard/models/managed_list.rb +1 -1
- data/lib/oci/cloud_guard/models/managed_list_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/managed_list_summary.rb +1 -1
- data/lib/oci/cloud_guard/models/managed_list_type.rb +1 -1
- data/lib/oci/cloud_guard/models/managed_list_type_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/managed_list_type_summary.rb +1 -1
- data/lib/oci/cloud_guard/models/operator_summary.rb +1 -1
- data/lib/oci/cloud_guard/models/operator_type.rb +1 -1
- data/lib/oci/cloud_guard/models/owner_type.rb +1 -1
- data/lib/oci/cloud_guard/models/political_location.rb +1 -1
- data/lib/oci/cloud_guard/models/problem.rb +1 -1
- data/lib/oci/cloud_guard/models/problem_aggregation.rb +1 -1
- data/lib/oci/cloud_guard/models/problem_aggregation_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/problem_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/problem_dimension.rb +1 -1
- data/lib/oci/cloud_guard/models/problem_history_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/problem_history_summary.rb +1 -1
- data/lib/oci/cloud_guard/models/problem_lifecycle_detail.rb +1 -1
- data/lib/oci/cloud_guard/models/problem_lifecycle_state.rb +1 -1
- data/lib/oci/cloud_guard/models/problem_summary.rb +1 -1
- data/lib/oci/cloud_guard/models/problem_trend_aggregation.rb +1 -1
- data/lib/oci/cloud_guard/models/problem_trend_aggregation_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/recommendation_lifecycle_detail.rb +1 -1
- data/lib/oci/cloud_guard/models/recommendation_summary.rb +1 -1
- data/lib/oci/cloud_guard/models/recommendation_summary_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/recommendation_type.rb +1 -1
- data/lib/oci/cloud_guard/models/resource_type_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/resource_type_summary.rb +1 -1
- data/lib/oci/cloud_guard/models/responder_activity_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/responder_activity_summary.rb +1 -1
- data/lib/oci/cloud_guard/models/responder_activity_type.rb +1 -1
- data/lib/oci/cloud_guard/models/responder_configuration.rb +1 -1
- data/lib/oci/cloud_guard/models/responder_dimension.rb +1 -1
- data/lib/oci/cloud_guard/models/responder_execution.rb +1 -1
- data/lib/oci/cloud_guard/models/responder_execution_aggregation.rb +1 -1
- data/lib/oci/cloud_guard/models/responder_execution_aggregation_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/responder_execution_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/responder_execution_modes.rb +1 -1
- data/lib/oci/cloud_guard/models/responder_execution_states.rb +1 -1
- data/lib/oci/cloud_guard/models/responder_execution_status.rb +1 -1
- data/lib/oci/cloud_guard/models/responder_execution_summary.rb +1 -1
- data/lib/oci/cloud_guard/models/responder_execution_trend_aggregation.rb +1 -1
- data/lib/oci/cloud_guard/models/responder_execution_trend_aggregation_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/responder_mode_types.rb +1 -1
- data/lib/oci/cloud_guard/models/responder_recipe.rb +1 -1
- data/lib/oci/cloud_guard/models/responder_recipe_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/responder_recipe_responder_rule.rb +1 -1
- data/lib/oci/cloud_guard/models/responder_recipe_responder_rule_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/responder_recipe_responder_rule_summary.rb +1 -1
- data/lib/oci/cloud_guard/models/responder_recipe_summary.rb +1 -1
- data/lib/oci/cloud_guard/models/responder_rule.rb +1 -1
- data/lib/oci/cloud_guard/models/responder_rule_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/responder_rule_details.rb +1 -1
- data/lib/oci/cloud_guard/models/responder_rule_execution_details.rb +1 -1
- data/lib/oci/cloud_guard/models/responder_rule_summary.rb +1 -1
- data/lib/oci/cloud_guard/models/responder_type.rb +1 -1
- data/lib/oci/cloud_guard/models/risk_level.rb +1 -1
- data/lib/oci/cloud_guard/models/risk_score_aggregation.rb +1 -1
- data/lib/oci/cloud_guard/models/risk_score_aggregation_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/rule_summary.rb +1 -1
- data/lib/oci/cloud_guard/models/security_rating.rb +1 -1
- data/lib/oci/cloud_guard/models/security_score_aggregation.rb +1 -1
- data/lib/oci/cloud_guard/models/security_score_aggregation_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/security_score_trend_aggregation.rb +1 -1
- data/lib/oci/cloud_guard/models/security_score_trend_aggregation_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/service_type_summary.rb +1 -1
- data/lib/oci/cloud_guard/models/simple_condition.rb +1 -1
- data/lib/oci/cloud_guard/models/skip_bulk_responder_execution_details.rb +1 -1
- data/lib/oci/cloud_guard/models/sort_orders.rb +1 -1
- data/lib/oci/cloud_guard/models/target.rb +1 -1
- data/lib/oci/cloud_guard/models/target_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/target_detector_details.rb +1 -1
- data/lib/oci/cloud_guard/models/target_detector_recipe.rb +1 -1
- data/lib/oci/cloud_guard/models/target_detector_recipe_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/target_detector_recipe_detector_rule.rb +1 -1
- data/lib/oci/cloud_guard/models/target_detector_recipe_detector_rule_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/target_detector_recipe_detector_rule_summary.rb +1 -1
- data/lib/oci/cloud_guard/models/target_detector_recipe_summary.rb +1 -1
- data/lib/oci/cloud_guard/models/target_resource_type.rb +1 -1
- data/lib/oci/cloud_guard/models/target_responder_recipe.rb +1 -1
- data/lib/oci/cloud_guard/models/target_responder_recipe_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/target_responder_recipe_responder_rule.rb +1 -1
- data/lib/oci/cloud_guard/models/target_responder_recipe_responder_rule_collection.rb +1 -1
- data/lib/oci/cloud_guard/models/target_responder_recipe_responder_rule_summary.rb +1 -1
- data/lib/oci/cloud_guard/models/target_responder_recipe_summary.rb +1 -1
- data/lib/oci/cloud_guard/models/target_summary.rb +1 -1
- data/lib/oci/cloud_guard/models/trigger_responder_details.rb +1 -1
- data/lib/oci/cloud_guard/models/update_bulk_problem_status_details.rb +1 -1
- data/lib/oci/cloud_guard/models/update_configuration_details.rb +1 -1
- data/lib/oci/cloud_guard/models/update_detector_recipe_details.rb +1 -1
- data/lib/oci/cloud_guard/models/update_detector_recipe_detector_rule.rb +1 -1
- data/lib/oci/cloud_guard/models/update_detector_recipe_detector_rule_details.rb +1 -1
- data/lib/oci/cloud_guard/models/update_detector_rule_details.rb +1 -1
- data/lib/oci/cloud_guard/models/update_managed_list_details.rb +1 -1
- data/lib/oci/cloud_guard/models/update_problem_status_details.rb +1 -1
- data/lib/oci/cloud_guard/models/update_responder_recipe_details.rb +1 -1
- data/lib/oci/cloud_guard/models/update_responder_recipe_responder_rule.rb +1 -1
- data/lib/oci/cloud_guard/models/update_responder_recipe_responder_rule_details.rb +1 -1
- data/lib/oci/cloud_guard/models/update_responder_rule_details.rb +1 -1
- data/lib/oci/cloud_guard/models/update_target_details.rb +1 -1
- data/lib/oci/cloud_guard/models/update_target_detector_recipe.rb +1 -1
- data/lib/oci/cloud_guard/models/update_target_detector_recipe_details.rb +1 -1
- data/lib/oci/cloud_guard/models/update_target_detector_recipe_detector_rule_details.rb +1 -1
- data/lib/oci/cloud_guard/models/update_target_detector_rule_details.rb +1 -1
- data/lib/oci/cloud_guard/models/update_target_recipe_detector_rule_details.rb +1 -1
- data/lib/oci/cloud_guard/models/update_target_recipe_responder_rule_details.rb +1 -1
- data/lib/oci/cloud_guard/models/update_target_responder_recipe.rb +1 -1
- data/lib/oci/cloud_guard/models/update_target_responder_recipe_details.rb +1 -1
- data/lib/oci/cloud_guard/models/update_target_responder_recipe_responder_rule_details.rb +1 -1
- data/lib/oci/cloud_guard/models/update_target_responder_rule_details.rb +1 -1
- data/lib/oci/cloud_guard/util.rb +1 -1
- data/lib/oci/compute_instance_agent/compute_instance_agent.rb +7 -2
- data/lib/oci/compute_instance_agent/compute_instance_agent_client.rb +52 -34
- data/lib/oci/compute_instance_agent/compute_instance_agent_client_composite_operations.rb +1 -1
- data/lib/oci/compute_instance_agent/models/available_plugin_summary.rb +188 -0
- data/lib/oci/compute_instance_agent/models/create_instance_agent_command_details.rb +10 -7
- data/lib/oci/compute_instance_agent/models/instance_agent_command.rb +16 -10
- data/lib/oci/compute_instance_agent/models/instance_agent_command_content.rb +4 -3
- data/lib/oci/compute_instance_agent/models/instance_agent_command_execution.rb +1 -1
- data/lib/oci/compute_instance_agent/models/instance_agent_command_execution_output_content.rb +13 -5
- data/lib/oci/compute_instance_agent/models/instance_agent_command_execution_output_via_object_storage_tuple_details.rb +3 -3
- data/lib/oci/compute_instance_agent/models/instance_agent_command_execution_output_via_object_storage_uri_details.rb +3 -3
- data/lib/oci/compute_instance_agent/models/instance_agent_command_execution_output_via_text_details.rb +4 -4
- data/lib/oci/compute_instance_agent/models/instance_agent_command_execution_summary.rb +26 -22
- data/lib/oci/compute_instance_agent/models/instance_agent_command_output_details.rb +10 -4
- data/lib/oci/compute_instance_agent/models/instance_agent_command_output_via_object_storage_tuple_details.rb +3 -3
- data/lib/oci/compute_instance_agent/models/instance_agent_command_output_via_object_storage_uri_details.rb +3 -3
- data/lib/oci/compute_instance_agent/models/instance_agent_command_output_via_text_details.rb +2 -2
- data/lib/oci/compute_instance_agent/models/instance_agent_command_source_details.rb +10 -4
- data/lib/oci/compute_instance_agent/models/instance_agent_command_source_via_object_storage_tuple_details.rb +3 -3
- data/lib/oci/compute_instance_agent/models/instance_agent_command_source_via_object_storage_uri_details.rb +3 -3
- data/lib/oci/compute_instance_agent/models/instance_agent_command_source_via_text_details.rb +3 -3
- data/lib/oci/compute_instance_agent/models/instance_agent_command_summary.rb +12 -8
- data/lib/oci/compute_instance_agent/models/instance_agent_command_target.rb +3 -3
- data/lib/oci/compute_instance_agent/models/instance_agent_plugin.rb +206 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_plugin_summary.rb +196 -0
- data/lib/oci/compute_instance_agent/models/plugin.rb +194 -0
- data/lib/oci/compute_instance_agent/plugin_client.rb +269 -0
- data/lib/oci/compute_instance_agent/plugin_client_composite_operations.rb +25 -0
- data/lib/oci/compute_instance_agent/pluginconfig_client.rb +209 -0
- data/lib/oci/compute_instance_agent/pluginconfig_client_composite_operations.rb +25 -0
- data/lib/oci/compute_instance_agent/util.rb +1 -1
- data/lib/oci/config.rb +1 -1
- data/lib/oci/config_file_loader.rb +1 -1
- data/lib/oci/container_engine/container_engine.rb +8 -1
- data/lib/oci/container_engine/container_engine_client.rb +64 -2
- data/lib/oci/container_engine/container_engine_client_composite_operations.rb +51 -1
- data/lib/oci/container_engine/models/add_on_options.rb +1 -1
- data/lib/oci/container_engine/models/admission_controller_options.rb +1 -1
- data/lib/oci/container_engine/models/cluster.rb +35 -5
- data/lib/oci/container_engine/models/cluster_create_options.rb +1 -1
- data/lib/oci/container_engine/models/cluster_endpoint_config.rb +185 -0
- data/lib/oci/container_engine/models/cluster_endpoints.rb +34 -6
- data/lib/oci/container_engine/models/cluster_lifecycle_state.rb +1 -1
- data/lib/oci/container_engine/models/cluster_metadata.rb +1 -1
- data/lib/oci/container_engine/models/cluster_options.rb +1 -1
- data/lib/oci/container_engine/models/cluster_summary.rb +35 -5
- data/lib/oci/container_engine/models/create_cluster_details.rb +37 -5
- data/lib/oci/container_engine/models/create_cluster_endpoint_config_details.rb +182 -0
- data/lib/oci/container_engine/models/create_cluster_kubeconfig_content_details.rb +29 -5
- data/lib/oci/container_engine/models/create_image_policy_config_details.rb +167 -0
- data/lib/oci/container_engine/models/create_node_pool_details.rb +1 -1
- data/lib/oci/container_engine/models/create_node_pool_node_config_details.rb +1 -1
- data/lib/oci/container_engine/models/create_node_shape_config_details.rb +1 -1
- data/lib/oci/container_engine/models/image_policy_config.rb +170 -0
- data/lib/oci/container_engine/models/key_details.rb +155 -0
- data/lib/oci/container_engine/models/key_value.rb +1 -1
- data/lib/oci/container_engine/models/kubernetes_network_config.rb +1 -1
- data/lib/oci/container_engine/models/node.rb +1 -1
- data/lib/oci/container_engine/models/node_error.rb +1 -1
- data/lib/oci/container_engine/models/node_pool.rb +1 -1
- data/lib/oci/container_engine/models/node_pool_node_config_details.rb +1 -1
- data/lib/oci/container_engine/models/node_pool_options.rb +1 -1
- data/lib/oci/container_engine/models/node_pool_placement_config_details.rb +1 -1
- data/lib/oci/container_engine/models/node_pool_summary.rb +1 -1
- data/lib/oci/container_engine/models/node_shape_config.rb +1 -1
- data/lib/oci/container_engine/models/node_source_details.rb +1 -1
- data/lib/oci/container_engine/models/node_source_option.rb +1 -1
- data/lib/oci/container_engine/models/node_source_type.rb +1 -1
- data/lib/oci/container_engine/models/node_source_via_image_details.rb +1 -1
- data/lib/oci/container_engine/models/node_source_via_image_option.rb +1 -1
- data/lib/oci/container_engine/models/sort_order.rb +1 -1
- data/lib/oci/container_engine/models/update_cluster_details.rb +22 -5
- data/lib/oci/container_engine/models/update_cluster_endpoint_config_details.rb +171 -0
- data/lib/oci/container_engine/models/update_cluster_options_details.rb +1 -1
- data/lib/oci/container_engine/models/update_image_policy_config_details.rb +167 -0
- data/lib/oci/container_engine/models/update_node_pool_details.rb +1 -1
- data/lib/oci/container_engine/models/update_node_pool_node_config_details.rb +1 -1
- data/lib/oci/container_engine/models/update_node_shape_config_details.rb +1 -1
- data/lib/oci/container_engine/models/work_request.rb +1 -1
- data/lib/oci/container_engine/models/work_request_error.rb +1 -1
- data/lib/oci/container_engine/models/work_request_log_entry.rb +1 -1
- data/lib/oci/container_engine/models/work_request_operation_type.rb +1 -1
- data/lib/oci/container_engine/models/work_request_resource.rb +4 -1
- data/lib/oci/container_engine/models/work_request_status.rb +1 -1
- data/lib/oci/container_engine/models/work_request_summary.rb +1 -1
- data/lib/oci/container_engine/util.rb +1 -1
- data/lib/oci/core/blockstorage_client.rb +387 -58
- data/lib/oci/core/blockstorage_client_composite_operations.rb +3 -1
- data/lib/oci/core/compute_client.rb +752 -92
- data/lib/oci/core/compute_client_composite_operations.rb +316 -15
- data/lib/oci/core/compute_management_client.rb +224 -36
- data/lib/oci/core/compute_management_client_composite_operations.rb +119 -20
- data/lib/oci/core/core.rb +32 -1
- data/lib/oci/core/models/add_image_shape_compatibility_entry_details.rb +1 -1
- data/lib/oci/core/models/add_network_security_group_security_rules_details.rb +1 -1
- data/lib/oci/core/models/add_public_ip_pool_capacity_details.rb +4 -4
- data/lib/oci/core/models/add_security_rule_details.rb +6 -21
- data/lib/oci/core/models/add_vcn_cidr_details.rb +3 -3
- data/lib/oci/core/models/added_network_security_group_security_rules.rb +1 -1
- data/lib/oci/core/models/amd_milan_bm_launch_instance_platform_config.rb +182 -0
- data/lib/oci/core/models/amd_milan_bm_platform_config.rb +189 -0
- data/lib/oci/core/models/app_catalog_listing.rb +1 -1
- data/lib/oci/core/models/app_catalog_listing_resource_version.rb +1 -1
- data/lib/oci/core/models/app_catalog_listing_resource_version_agreements.rb +1 -1
- data/lib/oci/core/models/app_catalog_listing_resource_version_summary.rb +1 -1
- data/lib/oci/core/models/app_catalog_listing_summary.rb +1 -1
- data/lib/oci/core/models/app_catalog_subscription.rb +1 -1
- data/lib/oci/core/models/app_catalog_subscription_summary.rb +1 -1
- data/lib/oci/core/models/attach_boot_volume_details.rb +1 -1
- data/lib/oci/core/models/attach_emulated_volume_details.rb +1 -1
- data/lib/oci/core/models/attach_i_scsi_volume_details.rb +2 -1
- data/lib/oci/core/models/attach_instance_pool_instance_details.rb +155 -0
- data/lib/oci/core/models/attach_load_balancer_details.rb +6 -3
- data/lib/oci/core/models/attach_paravirtualized_volume_details.rb +1 -1
- data/lib/oci/core/models/attach_service_determined_volume_details.rb +1 -1
- data/lib/oci/core/models/attach_vnic_details.rb +3 -4
- data/lib/oci/core/models/attach_volume_details.rb +2 -1
- data/lib/oci/core/models/bgp_session_info.rb +1 -1
- data/lib/oci/core/models/block_volume_replica.rb +342 -0
- data/lib/oci/core/models/block_volume_replica_details.rb +173 -0
- data/lib/oci/core/models/block_volume_replica_info.rb +186 -0
- data/lib/oci/core/models/boolean_image_capability_schema_descriptor.rb +1 -1
- data/lib/oci/core/models/boot_volume.rb +27 -14
- data/lib/oci/core/models/boot_volume_attachment.rb +1 -1
- data/lib/oci/core/models/boot_volume_backup.rb +9 -7
- data/lib/oci/core/models/boot_volume_kms_key.rb +1 -1
- data/lib/oci/core/models/boot_volume_replica.rb +357 -0
- data/lib/oci/core/models/boot_volume_replica_details.rb +173 -0
- data/lib/oci/core/models/boot_volume_replica_info.rb +186 -0
- data/lib/oci/core/models/boot_volume_source_details.rb +2 -1
- data/lib/oci/core/models/boot_volume_source_from_boot_volume_backup_details.rb +1 -1
- data/lib/oci/core/models/boot_volume_source_from_boot_volume_details.rb +1 -1
- data/lib/oci/core/models/boot_volume_source_from_boot_volume_replica_details.rb +161 -0
- data/lib/oci/core/models/bulk_add_virtual_circuit_public_prefixes_details.rb +1 -1
- data/lib/oci/core/models/bulk_delete_virtual_circuit_public_prefixes_details.rb +2 -1
- data/lib/oci/core/models/byoip_allocated_range_collection.rb +3 -3
- data/lib/oci/core/models/byoip_allocated_range_summary.rb +4 -4
- data/lib/oci/core/models/byoip_range.rb +17 -14
- data/lib/oci/core/models/byoip_range_collection.rb +3 -3
- data/lib/oci/core/models/byoip_range_summary.rb +9 -9
- data/lib/oci/core/models/capacity_reservation_instance_summary.rb +219 -0
- data/lib/oci/core/models/capture_console_history_details.rb +3 -3
- data/lib/oci/core/models/change_boot_volume_backup_compartment_details.rb +2 -2
- data/lib/oci/core/models/change_boot_volume_compartment_details.rb +2 -2
- data/lib/oci/core/models/change_byoip_range_compartment_details.rb +2 -3
- data/lib/oci/core/models/change_cluster_network_compartment_details.rb +1 -1
- data/lib/oci/core/models/change_compute_capacity_reservation_compartment_details.rb +156 -0
- data/lib/oci/core/models/change_compute_image_capability_schema_compartment_details.rb +1 -1
- data/lib/oci/core/models/change_cpe_compartment_details.rb +2 -2
- data/lib/oci/core/models/change_cross_connect_compartment_details.rb +2 -2
- data/lib/oci/core/models/change_cross_connect_group_compartment_details.rb +2 -2
- data/lib/oci/core/models/change_dedicated_vm_host_compartment_details.rb +2 -2
- data/lib/oci/core/models/change_dhcp_options_compartment_details.rb +2 -2
- data/lib/oci/core/models/change_drg_compartment_details.rb +2 -2
- data/lib/oci/core/models/change_image_compartment_details.rb +1 -1
- data/lib/oci/core/models/change_instance_compartment_details.rb +1 -1
- data/lib/oci/core/models/change_instance_configuration_compartment_details.rb +1 -1
- data/lib/oci/core/models/change_instance_pool_compartment_details.rb +1 -1
- data/lib/oci/core/models/change_internet_gateway_compartment_details.rb +2 -2
- data/lib/oci/core/models/change_ip_sec_connection_compartment_details.rb +2 -2
- data/lib/oci/core/models/change_local_peering_gateway_compartment_details.rb +2 -2
- data/lib/oci/core/models/change_nat_gateway_compartment_details.rb +3 -2
- data/lib/oci/core/models/change_network_security_group_compartment_details.rb +2 -2
- data/lib/oci/core/models/change_public_ip_compartment_details.rb +2 -2
- data/lib/oci/core/models/change_public_ip_pool_compartment_details.rb +2 -3
- data/lib/oci/core/models/change_remote_peering_connection_compartment_details.rb +2 -2
- data/lib/oci/core/models/change_route_table_compartment_details.rb +2 -2
- data/lib/oci/core/models/change_security_list_compartment_details.rb +2 -2
- data/lib/oci/core/models/change_service_gateway_compartment_details.rb +2 -2
- data/lib/oci/core/models/change_subnet_compartment_details.rb +2 -2
- data/lib/oci/core/models/change_vcn_compartment_details.rb +2 -2
- data/lib/oci/core/models/change_virtual_circuit_compartment_details.rb +2 -2
- data/lib/oci/core/models/change_vlan_compartment_details.rb +2 -2
- data/lib/oci/core/models/change_volume_backup_compartment_details.rb +2 -2
- data/lib/oci/core/models/change_volume_compartment_details.rb +2 -2
- data/lib/oci/core/models/change_volume_group_backup_compartment_details.rb +2 -2
- data/lib/oci/core/models/change_volume_group_compartment_details.rb +2 -2
- data/lib/oci/core/models/cluster_network.rb +3 -5
- data/lib/oci/core/models/cluster_network_placement_configuration_details.rb +1 -1
- data/lib/oci/core/models/cluster_network_summary.rb +3 -3
- data/lib/oci/core/models/compute_capacity_reservation.rb +380 -0
- data/lib/oci/core/models/compute_capacity_reservation_instance_shape_summary.rb +171 -0
- data/lib/oci/core/models/compute_capacity_reservation_summary.rb +317 -0
- data/lib/oci/core/models/compute_global_image_capability_schema.rb +3 -3
- data/lib/oci/core/models/compute_global_image_capability_schema_summary.rb +4 -4
- data/lib/oci/core/models/compute_global_image_capability_schema_version.rb +1 -1
- data/lib/oci/core/models/compute_global_image_capability_schema_version_summary.rb +1 -1
- data/lib/oci/core/models/compute_image_capability_schema.rb +3 -3
- data/lib/oci/core/models/compute_image_capability_schema_summary.rb +4 -4
- data/lib/oci/core/models/compute_instance_details.rb +1 -1
- data/lib/oci/core/models/connect_local_peering_gateways_details.rb +1 -1
- data/lib/oci/core/models/connect_remote_peering_connections_details.rb +1 -1
- data/lib/oci/core/models/console_history.rb +3 -3
- data/lib/oci/core/models/copy_boot_volume_backup_details.rb +3 -3
- data/lib/oci/core/models/copy_volume_backup_details.rb +3 -3
- data/lib/oci/core/models/cpe.rb +6 -9
- data/lib/oci/core/models/cpe_device_config_answer.rb +1 -1
- data/lib/oci/core/models/cpe_device_config_question.rb +2 -1
- data/lib/oci/core/models/cpe_device_info.rb +1 -1
- data/lib/oci/core/models/cpe_device_shape_detail.rb +2 -3
- data/lib/oci/core/models/cpe_device_shape_summary.rb +2 -3
- data/lib/oci/core/models/create_app_catalog_subscription_details.rb +1 -1
- data/lib/oci/core/models/create_boot_volume_backup_details.rb +3 -3
- data/lib/oci/core/models/create_boot_volume_details.rb +25 -11
- data/lib/oci/core/models/create_byoip_range_details.rb +6 -6
- data/lib/oci/core/models/create_cluster_network_details.rb +4 -4
- data/lib/oci/core/models/create_cluster_network_instance_pool_details.rb +3 -9
- data/lib/oci/core/models/create_compute_capacity_reservation_details.rb +261 -0
- data/lib/oci/core/models/create_compute_image_capability_schema_details.rb +3 -3
- data/lib/oci/core/models/create_cpe_details.rb +7 -5
- data/lib/oci/core/models/create_cross_connect_details.rb +4 -3
- data/lib/oci/core/models/create_cross_connect_group_details.rb +3 -3
- data/lib/oci/core/models/create_dedicated_vm_host_details.rb +3 -3
- data/lib/oci/core/models/create_dhcp_details.rb +6 -4
- data/lib/oci/core/models/create_drg_attachment_details.rb +7 -5
- data/lib/oci/core/models/create_drg_details.rb +6 -4
- data/lib/oci/core/models/create_image_details.rb +5 -4
- data/lib/oci/core/models/create_instance_configuration_base.rb +22 -6
- data/lib/oci/core/models/create_instance_configuration_details.rb +1 -1
- data/lib/oci/core/models/create_instance_configuration_from_instance_details.rb +1 -1
- data/lib/oci/core/models/create_instance_console_connection_details.rb +3 -3
- data/lib/oci/core/models/create_instance_pool_details.rb +5 -5
- data/lib/oci/core/models/create_instance_pool_placement_configuration_details.rb +2 -2
- data/lib/oci/core/models/create_internet_gateway_details.rb +6 -4
- data/lib/oci/core/models/create_ip_sec_connection_details.rb +8 -6
- data/lib/oci/core/models/create_ip_sec_connection_tunnel_details.rb +20 -13
- data/lib/oci/core/models/create_ip_sec_tunnel_bgp_session_details.rb +1 -1
- data/lib/oci/core/models/create_ip_sec_tunnel_encryption_domain_details.rb +171 -0
- data/lib/oci/core/models/create_ipv6_details.rb +4 -4
- data/lib/oci/core/models/create_local_peering_gateway_details.rb +5 -4
- data/lib/oci/core/models/create_nat_gateway_details.rb +6 -6
- data/lib/oci/core/models/create_network_security_group_details.rb +5 -5
- data/lib/oci/core/models/create_private_ip_details.rb +4 -4
- data/lib/oci/core/models/create_public_ip_details.rb +5 -5
- data/lib/oci/core/models/create_public_ip_pool_details.rb +5 -5
- data/lib/oci/core/models/create_remote_peering_connection_details.rb +3 -3
- data/lib/oci/core/models/create_route_table_details.rb +7 -4
- data/lib/oci/core/models/create_security_list_details.rb +6 -4
- data/lib/oci/core/models/create_service_gateway_details.rb +6 -5
- data/lib/oci/core/models/create_subnet_details.rb +8 -6
- data/lib/oci/core/models/create_vcn_details.rb +16 -16
- data/lib/oci/core/models/create_virtual_circuit_details.rb +45 -5
- data/lib/oci/core/models/create_virtual_circuit_public_prefix_details.rb +1 -1
- data/lib/oci/core/models/create_vlan_details.rb +6 -4
- data/lib/oci/core/models/create_vnic_details.rb +11 -11
- data/lib/oci/core/models/create_volume_backup_details.rb +3 -3
- data/lib/oci/core/models/create_volume_backup_policy_assignment_details.rb +1 -1
- data/lib/oci/core/models/create_volume_backup_policy_details.rb +3 -3
- data/lib/oci/core/models/create_volume_details.rb +24 -12
- data/lib/oci/core/models/create_volume_group_backup_details.rb +7 -4
- data/lib/oci/core/models/create_volume_group_details.rb +24 -8
- data/lib/oci/core/models/cross_connect.rb +7 -8
- data/lib/oci/core/models/cross_connect_group.rb +5 -8
- data/lib/oci/core/models/cross_connect_location.rb +1 -1
- data/lib/oci/core/models/cross_connect_mapping.rb +4 -4
- data/lib/oci/core/models/cross_connect_port_speed_shape.rb +1 -1
- data/lib/oci/core/models/cross_connect_status.rb +1 -1
- data/lib/oci/core/models/dedicated_vm_host.rb +40 -10
- data/lib/oci/core/models/dedicated_vm_host_instance_shape_summary.rb +1 -1
- data/lib/oci/core/models/dedicated_vm_host_instance_summary.rb +1 -1
- data/lib/oci/core/models/dedicated_vm_host_shape_summary.rb +2 -2
- data/lib/oci/core/models/dedicated_vm_host_summary.rb +37 -7
- data/lib/oci/core/models/delete_virtual_circuit_public_prefix_details.rb +2 -1
- data/lib/oci/core/models/detach_instance_pool_instance_details.rb +192 -0
- data/lib/oci/core/models/detach_load_balancer_details.rb +1 -1
- data/lib/oci/core/models/device.rb +1 -1
- data/lib/oci/core/models/dhcp_dns_option.rb +3 -3
- data/lib/oci/core/models/dhcp_option.rb +3 -3
- data/lib/oci/core/models/dhcp_options.rb +6 -9
- data/lib/oci/core/models/dhcp_search_domain_option.rb +2 -2
- data/lib/oci/core/models/drg.rb +5 -8
- data/lib/oci/core/models/drg_attachment.rb +23 -25
- data/lib/oci/core/models/drg_redundancy_status.rb +2 -2
- data/lib/oci/core/models/egress_security_rule.rb +2 -20
- data/lib/oci/core/models/emulated_volume_attachment.rb +1 -1
- data/lib/oci/core/models/encryption_domain_config.rb +168 -0
- data/lib/oci/core/models/enum_integer_image_capability_descriptor.rb +1 -1
- data/lib/oci/core/models/enum_string_image_capability_schema_descriptor.rb +1 -1
- data/lib/oci/core/models/export_image_details.rb +45 -5
- data/lib/oci/core/models/export_image_via_object_storage_tuple_details.rb +6 -2
- data/lib/oci/core/models/export_image_via_object_storage_uri_details.rb +10 -4
- data/lib/oci/core/models/fast_connect_provider_service.rb +2 -2
- data/lib/oci/core/models/fast_connect_provider_service_key.rb +2 -2
- data/lib/oci/core/models/get_public_ip_by_ip_address_details.rb +1 -1
- data/lib/oci/core/models/get_public_ip_by_private_ip_id_details.rb +1 -1
- data/lib/oci/core/models/i_scsi_volume_attachment.rb +7 -5
- data/lib/oci/core/models/icmp_options.rb +11 -8
- data/lib/oci/core/models/image.rb +40 -7
- data/lib/oci/core/models/image_capability_schema_descriptor.rb +1 -1
- data/lib/oci/core/models/image_memory_constraints.rb +1 -1
- data/lib/oci/core/models/image_ocpu_constraints.rb +1 -1
- data/lib/oci/core/models/image_shape_compatibility_entry.rb +1 -1
- data/lib/oci/core/models/image_shape_compatibility_summary.rb +2 -2
- data/lib/oci/core/models/image_source_details.rb +2 -2
- data/lib/oci/core/models/image_source_via_object_storage_tuple_details.rb +1 -1
- data/lib/oci/core/models/image_source_via_object_storage_uri_details.rb +1 -1
- data/lib/oci/core/models/ingress_security_rule.rb +2 -20
- data/lib/oci/core/models/instance.rb +40 -15
- data/lib/oci/core/models/instance_agent_config.rb +68 -8
- data/lib/oci/core/models/instance_agent_features.rb +4 -4
- data/lib/oci/core/models/instance_agent_plugin_config_details.rb +192 -0
- data/lib/oci/core/models/instance_availability_config.rb +1 -1
- data/lib/oci/core/models/instance_configuration.rb +4 -4
- data/lib/oci/core/models/instance_configuration_amd_milan_bm_launch_instance_platform_config.rb +189 -0
- data/lib/oci/core/models/instance_configuration_attach_vnic_details.rb +2 -4
- data/lib/oci/core/models/instance_configuration_attach_volume_details.rb +1 -1
- data/lib/oci/core/models/instance_configuration_availability_config.rb +1 -1
- data/lib/oci/core/models/instance_configuration_block_volume_details.rb +1 -1
- data/lib/oci/core/models/instance_configuration_create_vnic_details.rb +4 -4
- data/lib/oci/core/models/instance_configuration_create_volume_details.rb +4 -8
- data/lib/oci/core/models/instance_configuration_instance_details.rb +1 -1
- data/lib/oci/core/models/instance_configuration_instance_options.rb +1 -1
- data/lib/oci/core/models/instance_configuration_instance_source_details.rb +1 -1
- data/lib/oci/core/models/instance_configuration_instance_source_via_boot_volume_details.rb +1 -1
- data/lib/oci/core/models/instance_configuration_instance_source_via_image_details.rb +4 -2
- data/lib/oci/core/models/instance_configuration_iscsi_attach_volume_details.rb +2 -1
- data/lib/oci/core/models/instance_configuration_launch_instance_agent_config_details.rb +71 -10
- data/lib/oci/core/models/instance_configuration_launch_instance_details.rb +32 -15
- data/lib/oci/core/models/instance_configuration_launch_instance_platform_config.rb +195 -0
- data/lib/oci/core/models/instance_configuration_launch_instance_shape_config_details.rb +2 -5
- data/lib/oci/core/models/instance_configuration_launch_options.rb +7 -7
- data/lib/oci/core/models/instance_configuration_paravirtualized_attach_volume_details.rb +1 -1
- data/lib/oci/core/models/instance_configuration_summary.rb +3 -3
- data/lib/oci/core/models/instance_configuration_volume_source_details.rb +1 -1
- data/lib/oci/core/models/instance_configuration_volume_source_from_volume_backup_details.rb +1 -1
- data/lib/oci/core/models/instance_configuration_volume_source_from_volume_details.rb +1 -1
- data/lib/oci/core/models/instance_console_connection.rb +4 -5
- data/lib/oci/core/models/instance_credentials.rb +1 -1
- data/lib/oci/core/models/instance_options.rb +1 -1
- data/lib/oci/core/models/instance_pool.rb +9 -9
- data/lib/oci/core/models/instance_pool_instance.rb +336 -0
- data/lib/oci/core/models/instance_pool_instance_load_balancer_backend.rb +1 -1
- data/lib/oci/core/models/instance_pool_load_balancer_attachment.rb +8 -5
- data/lib/oci/core/models/instance_pool_placement_configuration.rb +2 -2
- data/lib/oci/core/models/instance_pool_placement_secondary_vnic_subnet.rb +2 -2
- data/lib/oci/core/models/instance_pool_summary.rb +4 -4
- data/lib/oci/core/models/instance_reservation_config.rb +216 -0
- data/lib/oci/core/models/instance_reservation_config_details.rb +210 -0
- data/lib/oci/core/models/instance_reservation_shape_config_details.rb +177 -0
- data/lib/oci/core/models/instance_shape_config.rb +1 -1
- data/lib/oci/core/models/instance_source_details.rb +1 -1
- data/lib/oci/core/models/instance_source_via_boot_volume_details.rb +1 -1
- data/lib/oci/core/models/instance_source_via_image_details.rb +2 -1
- data/lib/oci/core/models/instance_summary.rb +2 -2
- data/lib/oci/core/models/internet_gateway.rb +5 -8
- data/lib/oci/core/models/ip_sec_connection.rb +7 -10
- data/lib/oci/core/models/ip_sec_connection_device_config.rb +1 -1
- data/lib/oci/core/models/ip_sec_connection_device_status.rb +1 -1
- data/lib/oci/core/models/ip_sec_connection_tunnel.rb +19 -6
- data/lib/oci/core/models/ip_sec_connection_tunnel_shared_secret.rb +1 -1
- data/lib/oci/core/models/ipv6.rb +9 -9
- data/lib/oci/core/models/launch_instance_agent_config_details.rb +71 -10
- data/lib/oci/core/models/launch_instance_availability_config_details.rb +1 -1
- data/lib/oci/core/models/launch_instance_details.rb +39 -20
- data/lib/oci/core/models/launch_instance_platform_config.rb +188 -0
- data/lib/oci/core/models/launch_instance_shape_config_details.rb +1 -4
- data/lib/oci/core/models/launch_options.rb +7 -7
- data/lib/oci/core/models/letter_of_authority.rb +1 -1
- data/lib/oci/core/models/local_peering_gateway.rb +7 -10
- data/lib/oci/core/models/modify_vcn_cidr_details.rb +4 -5
- data/lib/oci/core/models/nat_gateway.rb +11 -12
- data/lib/oci/core/models/network_security_group.rb +7 -10
- data/lib/oci/core/models/network_security_group_vnic.rb +3 -3
- data/lib/oci/core/models/paravirtualized_volume_attachment.rb +1 -1
- data/lib/oci/core/models/peer_region_for_remote_peering.rb +4 -2
- data/lib/oci/core/models/platform_config.rb +188 -0
- data/lib/oci/core/models/port_range.rb +2 -1
- data/lib/oci/core/models/private_ip.rb +6 -10
- data/lib/oci/core/models/public_ip.rb +6 -9
- data/lib/oci/core/models/public_ip_pool.rb +9 -9
- data/lib/oci/core/models/public_ip_pool_collection.rb +3 -3
- data/lib/oci/core/models/public_ip_pool_summary.rb +8 -8
- data/lib/oci/core/models/remote_peering_connection.rb +5 -8
- data/lib/oci/core/models/remove_network_security_group_security_rules_details.rb +1 -1
- data/lib/oci/core/models/remove_public_ip_pool_capacity_details.rb +3 -3
- data/lib/oci/core/models/remove_vcn_cidr_details.rb +3 -3
- data/lib/oci/core/models/route_rule.rb +3 -3
- data/lib/oci/core/models/route_table.rb +6 -8
- data/lib/oci/core/models/security_list.rb +5 -8
- data/lib/oci/core/models/security_rule.rb +6 -21
- data/lib/oci/core/models/service.rb +3 -3
- data/lib/oci/core/models/service_gateway.rb +9 -12
- data/lib/oci/core/models/service_id_request_details.rb +2 -2
- data/lib/oci/core/models/service_id_response_details.rb +2 -2
- data/lib/oci/core/models/shape.rb +3 -3
- data/lib/oci/core/models/shape_max_vnic_attachment_options.rb +1 -1
- data/lib/oci/core/models/shape_memory_options.rb +1 -1
- data/lib/oci/core/models/shape_networking_bandwidth_options.rb +1 -1
- data/lib/oci/core/models/shape_ocpu_options.rb +1 -1
- data/lib/oci/core/models/subnet.rb +9 -12
- data/lib/oci/core/models/tcp_options.rb +3 -9
- data/lib/oci/core/models/tunnel_config.rb +1 -1
- data/lib/oci/core/models/tunnel_cpe_device_config.rb +1 -1
- data/lib/oci/core/models/tunnel_status.rb +2 -1
- data/lib/oci/core/models/udp_options.rb +3 -9
- data/lib/oci/core/models/update_boot_volume_backup_details.rb +3 -3
- data/lib/oci/core/models/update_boot_volume_details.rb +24 -8
- data/lib/oci/core/models/update_boot_volume_kms_key_details.rb +1 -1
- data/lib/oci/core/models/update_byoip_range_details.rb +4 -4
- data/lib/oci/core/models/update_cluster_network_details.rb +3 -3
- data/lib/oci/core/models/update_compute_capacity_reservation_details.rb +227 -0
- data/lib/oci/core/models/update_compute_image_capability_schema_details.rb +3 -3
- data/lib/oci/core/models/update_console_history_details.rb +3 -3
- data/lib/oci/core/models/update_cpe_details.rb +4 -4
- data/lib/oci/core/models/update_cross_connect_details.rb +3 -3
- data/lib/oci/core/models/update_cross_connect_group_details.rb +3 -3
- data/lib/oci/core/models/update_dedicated_vm_host_details.rb +3 -3
- data/lib/oci/core/models/update_dhcp_details.rb +3 -3
- data/lib/oci/core/models/update_drg_attachment_details.rb +3 -3
- data/lib/oci/core/models/update_drg_details.rb +3 -3
- data/lib/oci/core/models/update_image_details.rb +3 -3
- data/lib/oci/core/models/update_instance_agent_config_details.rb +70 -8
- data/lib/oci/core/models/update_instance_availability_config_details.rb +1 -1
- data/lib/oci/core/models/update_instance_configuration_details.rb +3 -3
- data/lib/oci/core/models/update_instance_console_connection_details.rb +3 -3
- data/lib/oci/core/models/update_instance_details.rb +21 -10
- data/lib/oci/core/models/update_instance_pool_details.rb +4 -4
- data/lib/oci/core/models/update_instance_pool_placement_configuration_details.rb +1 -1
- data/lib/oci/core/models/update_instance_shape_config_details.rb +1 -1
- data/lib/oci/core/models/update_internet_gateway_details.rb +3 -3
- data/lib/oci/core/models/update_ip_sec_connection_details.rb +5 -5
- data/lib/oci/core/models/update_ip_sec_connection_tunnel_details.rb +20 -8
- data/lib/oci/core/models/update_ip_sec_connection_tunnel_shared_secret_details.rb +1 -1
- data/lib/oci/core/models/update_ip_sec_tunnel_bgp_session_details.rb +1 -1
- data/lib/oci/core/models/update_ip_sec_tunnel_encryption_domain_details.rb +171 -0
- data/lib/oci/core/models/update_ipv6_details.rb +4 -4
- data/lib/oci/core/models/update_launch_options.rb +6 -5
- data/lib/oci/core/models/update_local_peering_gateway_details.rb +4 -4
- data/lib/oci/core/models/update_nat_gateway_details.rb +3 -3
- data/lib/oci/core/models/update_network_security_group_details.rb +3 -3
- data/lib/oci/core/models/update_network_security_group_security_rules_details.rb +1 -1
- data/lib/oci/core/models/update_private_ip_details.rb +4 -4
- data/lib/oci/core/models/update_public_ip_details.rb +3 -3
- data/lib/oci/core/models/update_public_ip_pool_details.rb +4 -4
- data/lib/oci/core/models/update_remote_peering_connection_details.rb +3 -3
- data/lib/oci/core/models/update_route_table_details.rb +4 -3
- data/lib/oci/core/models/update_security_list_details.rb +3 -3
- data/lib/oci/core/models/update_security_rule_details.rb +3 -20
- data/lib/oci/core/models/update_service_gateway_details.rb +4 -4
- data/lib/oci/core/models/update_subnet_details.rb +11 -9
- data/lib/oci/core/models/update_tunnel_cpe_device_config_details.rb +1 -1
- data/lib/oci/core/models/update_vcn_details.rb +3 -3
- data/lib/oci/core/models/update_virtual_circuit_details.rb +45 -5
- data/lib/oci/core/models/update_vlan_details.rb +11 -9
- data/lib/oci/core/models/update_vnic_details.rb +5 -5
- data/lib/oci/core/models/update_volume_backup_details.rb +3 -3
- data/lib/oci/core/models/update_volume_backup_policy_details.rb +3 -3
- data/lib/oci/core/models/update_volume_details.rb +24 -8
- data/lib/oci/core/models/update_volume_group_backup_details.rb +3 -3
- data/lib/oci/core/models/update_volume_group_details.rb +3 -3
- data/lib/oci/core/models/update_volume_kms_key_details.rb +1 -1
- data/lib/oci/core/models/updated_network_security_group_security_rules.rb +1 -1
- data/lib/oci/core/models/vcn.rb +8 -12
- data/lib/oci/core/models/vcn_dns_resolver_association.rb +1 -1
- data/lib/oci/core/models/virtual_circuit.rb +55 -12
- data/lib/oci/core/models/virtual_circuit_bandwidth_shape.rb +1 -1
- data/lib/oci/core/models/virtual_circuit_public_prefix.rb +2 -2
- data/lib/oci/core/models/vlan.rb +3 -3
- data/lib/oci/core/models/vnic.rb +8 -11
- data/lib/oci/core/models/vnic_attachment.rb +4 -3
- data/lib/oci/core/models/volume.rb +29 -14
- data/lib/oci/core/models/volume_attachment.rb +7 -3
- data/lib/oci/core/models/volume_backup.rb +8 -7
- data/lib/oci/core/models/volume_backup_policy.rb +3 -3
- data/lib/oci/core/models/volume_backup_policy_assignment.rb +4 -2
- data/lib/oci/core/models/volume_backup_schedule.rb +19 -7
- data/lib/oci/core/models/volume_group.rb +10 -9
- data/lib/oci/core/models/volume_group_backup.rb +86 -14
- data/lib/oci/core/models/volume_group_source_details.rb +1 -1
- data/lib/oci/core/models/volume_group_source_from_volume_group_backup_details.rb +1 -1
- data/lib/oci/core/models/volume_group_source_from_volume_group_details.rb +1 -1
- data/lib/oci/core/models/volume_group_source_from_volumes_details.rb +1 -1
- data/lib/oci/core/models/volume_kms_key.rb +1 -1
- data/lib/oci/core/models/volume_source_details.rb +6 -2
- data/lib/oci/core/models/volume_source_from_block_volume_replica_details.rb +161 -0
- data/lib/oci/core/models/volume_source_from_volume_backup_details.rb +1 -1
- data/lib/oci/core/models/volume_source_from_volume_details.rb +1 -1
- data/lib/oci/core/util.rb +1 -1
- data/lib/oci/core/virtual_network_client.rb +311 -296
- data/lib/oci/core/virtual_network_client_composite_operations.rb +444 -36
- data/lib/oci/data_catalog/data_catalog.rb +7 -1
- data/lib/oci/data_catalog/data_catalog_client.rb +153 -4
- data/lib/oci/data_catalog/data_catalog_client_composite_operations.rb +1 -1
- data/lib/oci/data_catalog/models/attach_catalog_private_endpoint_details.rb +1 -1
- data/lib/oci/data_catalog/models/attribute.rb +1 -1
- data/lib/oci/data_catalog/models/attribute_collection.rb +1 -1
- data/lib/oci/data_catalog/models/attribute_summary.rb +22 -2
- data/lib/oci/data_catalog/models/attribute_tag.rb +1 -1
- data/lib/oci/data_catalog/models/attribute_tag_collection.rb +1 -1
- data/lib/oci/data_catalog/models/attribute_tag_summary.rb +1 -1
- data/lib/oci/data_catalog/models/base_permissions_summary.rb +1 -1
- data/lib/oci/data_catalog/models/base_tag.rb +1 -1
- data/lib/oci/data_catalog/models/base_tag_summary.rb +1 -1
- data/lib/oci/data_catalog/models/catalog.rb +1 -1
- data/lib/oci/data_catalog/models/catalog_permissions_summary.rb +1 -1
- data/lib/oci/data_catalog/models/catalog_private_endpoint.rb +1 -1
- data/lib/oci/data_catalog/models/catalog_private_endpoint_summary.rb +1 -1
- data/lib/oci/data_catalog/models/catalog_summary.rb +1 -1
- data/lib/oci/data_catalog/models/change_catalog_compartment_details.rb +1 -1
- data/lib/oci/data_catalog/models/change_catalog_private_endpoint_compartment_details.rb +1 -1
- data/lib/oci/data_catalog/models/connection.rb +1 -1
- data/lib/oci/data_catalog/models/connection_alias_summary.rb +1 -1
- data/lib/oci/data_catalog/models/connection_collection.rb +1 -1
- data/lib/oci/data_catalog/models/connection_result.rb +1 -1
- data/lib/oci/data_catalog/models/connection_summary.rb +1 -1
- data/lib/oci/data_catalog/models/create_attribute_details.rb +1 -1
- data/lib/oci/data_catalog/models/create_catalog_details.rb +1 -1
- data/lib/oci/data_catalog/models/create_catalog_private_endpoint_details.rb +1 -1
- data/lib/oci/data_catalog/models/create_connection_details.rb +1 -1
- data/lib/oci/data_catalog/models/create_custom_property_details.rb +1 -1
- data/lib/oci/data_catalog/models/create_data_asset_details.rb +1 -1
- data/lib/oci/data_catalog/models/create_entity_details.rb +1 -1
- data/lib/oci/data_catalog/models/create_folder_details.rb +1 -1
- data/lib/oci/data_catalog/models/create_glossary_details.rb +1 -1
- data/lib/oci/data_catalog/models/create_job_definition_details.rb +3 -2
- data/lib/oci/data_catalog/models/create_job_details.rb +1 -1
- data/lib/oci/data_catalog/models/create_job_execution_details.rb +5 -3
- data/lib/oci/data_catalog/models/create_namespace_details.rb +1 -1
- data/lib/oci/data_catalog/models/create_pattern_details.rb +1 -1
- data/lib/oci/data_catalog/models/create_tag_details.rb +1 -1
- data/lib/oci/data_catalog/models/create_term_details.rb +1 -1
- data/lib/oci/data_catalog/models/create_term_relationship_details.rb +1 -1
- data/lib/oci/data_catalog/models/custom_property.rb +1 -1
- data/lib/oci/data_catalog/models/custom_property_collection.rb +1 -1
- data/lib/oci/data_catalog/models/custom_property_data_type.rb +1 -1
- data/lib/oci/data_catalog/models/custom_property_get_usage.rb +1 -1
- data/lib/oci/data_catalog/models/custom_property_set_usage.rb +1 -1
- data/lib/oci/data_catalog/models/custom_property_summary.rb +1 -1
- data/lib/oci/data_catalog/models/custom_property_type_usage.rb +1 -1
- data/lib/oci/data_catalog/models/data_asset.rb +1 -1
- data/lib/oci/data_catalog/models/data_asset_collection.rb +1 -1
- data/lib/oci/data_catalog/models/data_asset_permissions_summary.rb +1 -1
- data/lib/oci/data_catalog/models/data_asset_summary.rb +1 -1
- data/lib/oci/data_catalog/models/data_asset_tag.rb +1 -1
- data/lib/oci/data_catalog/models/data_asset_tag_collection.rb +1 -1
- data/lib/oci/data_catalog/models/data_asset_tag_summary.rb +1 -1
- data/lib/oci/data_catalog/models/data_selector_pattern_details.rb +1 -1
- data/lib/oci/data_catalog/models/derived_logical_entities.rb +1 -1
- data/lib/oci/data_catalog/models/detach_catalog_private_endpoint_details.rb +1 -1
- data/lib/oci/data_catalog/models/entity.rb +1 -1
- data/lib/oci/data_catalog/models/entity_collection.rb +1 -1
- data/lib/oci/data_catalog/models/entity_summary.rb +1 -1
- data/lib/oci/data_catalog/models/entity_tag.rb +1 -1
- data/lib/oci/data_catalog/models/entity_tag_collection.rb +1 -1
- data/lib/oci/data_catalog/models/entity_tag_summary.rb +1 -1
- data/lib/oci/data_catalog/models/faceted_search_aggregation.rb +1 -1
- data/lib/oci/data_catalog/models/faceted_search_custom_property.rb +1 -1
- data/lib/oci/data_catalog/models/faceted_search_date_filter_request.rb +1 -1
- data/lib/oci/data_catalog/models/faceted_search_filter_request.rb +1 -1
- data/lib/oci/data_catalog/models/faceted_search_sort_request.rb +1 -1
- data/lib/oci/data_catalog/models/faceted_search_string_filter_request.rb +1 -1
- data/lib/oci/data_catalog/models/folder.rb +1 -1
- data/lib/oci/data_catalog/models/folder_collection.rb +1 -1
- data/lib/oci/data_catalog/models/folder_summary.rb +1 -1
- data/lib/oci/data_catalog/models/folder_tag.rb +1 -1
- data/lib/oci/data_catalog/models/folder_tag_collection.rb +1 -1
- data/lib/oci/data_catalog/models/folder_tag_summary.rb +1 -1
- data/lib/oci/data_catalog/models/glossary.rb +1 -1
- data/lib/oci/data_catalog/models/glossary_collection.rb +1 -1
- data/lib/oci/data_catalog/models/glossary_permissions_summary.rb +1 -1
- data/lib/oci/data_catalog/models/glossary_summary.rb +1 -1
- data/lib/oci/data_catalog/models/glossary_tree_element.rb +1 -1
- data/lib/oci/data_catalog/models/harvest_status.rb +1 -1
- data/lib/oci/data_catalog/models/import_connection_details.rb +1 -1
- data/lib/oci/data_catalog/models/import_glossary_details.rb +1 -1
- data/lib/oci/data_catalog/models/job.rb +2 -1
- data/lib/oci/data_catalog/models/job_collection.rb +1 -1
- data/lib/oci/data_catalog/models/job_definition.rb +3 -1
- data/lib/oci/data_catalog/models/job_definition_collection.rb +1 -1
- data/lib/oci/data_catalog/models/job_definition_permissions_summary.rb +1 -1
- data/lib/oci/data_catalog/models/job_definition_scope.rb +1 -1
- data/lib/oci/data_catalog/models/job_definition_summary.rb +3 -1
- data/lib/oci/data_catalog/models/job_execution.rb +3 -1
- data/lib/oci/data_catalog/models/job_execution_collection.rb +1 -1
- data/lib/oci/data_catalog/models/job_execution_state.rb +3 -2
- data/lib/oci/data_catalog/models/job_execution_summary.rb +3 -1
- data/lib/oci/data_catalog/models/job_lifecycle_state.rb +1 -1
- data/lib/oci/data_catalog/models/job_log.rb +1 -1
- data/lib/oci/data_catalog/models/job_log_collection.rb +1 -1
- data/lib/oci/data_catalog/models/job_log_summary.rb +1 -1
- data/lib/oci/data_catalog/models/job_metric.rb +1 -1
- data/lib/oci/data_catalog/models/job_metric_collection.rb +1 -1
- data/lib/oci/data_catalog/models/job_metric_summary.rb +1 -1
- data/lib/oci/data_catalog/models/job_schedule_type.rb +1 -1
- data/lib/oci/data_catalog/models/job_summary.rb +2 -1
- data/lib/oci/data_catalog/models/job_type.rb +3 -2
- data/lib/oci/data_catalog/models/lifecycle_state.rb +1 -1
- data/lib/oci/data_catalog/models/namespace.rb +1 -1
- data/lib/oci/data_catalog/models/namespace_collection.rb +1 -1
- data/lib/oci/data_catalog/models/namespace_summary.rb +1 -1
- data/lib/oci/data_catalog/models/parse_connection_details.rb +1 -1
- data/lib/oci/data_catalog/models/pattern.rb +1 -1
- data/lib/oci/data_catalog/models/pattern_collection.rb +1 -1
- data/lib/oci/data_catalog/models/pattern_summary.rb +1 -1
- data/lib/oci/data_catalog/models/process_recommendation_details.rb +210 -0
- data/lib/oci/data_catalog/models/property_definition.rb +1 -1
- data/lib/oci/data_catalog/models/recommendation_collection.rb +161 -0
- data/lib/oci/data_catalog/models/recommendation_details.rb +382 -0
- data/lib/oci/data_catalog/models/recommendation_resource_type.rb +13 -0
- data/lib/oci/data_catalog/models/recommendation_status.rb +12 -0
- data/lib/oci/data_catalog/models/recommendation_type.rb +10 -0
- data/lib/oci/data_catalog/models/rule_attribute.rb +1 -1
- data/lib/oci/data_catalog/models/rule_collection.rb +1 -1
- data/lib/oci/data_catalog/models/rule_origin_type.rb +1 -1
- data/lib/oci/data_catalog/models/rule_summary.rb +1 -1
- data/lib/oci/data_catalog/models/rule_type.rb +1 -1
- data/lib/oci/data_catalog/models/search_criteria.rb +1 -1
- data/lib/oci/data_catalog/models/search_result.rb +1 -1
- data/lib/oci/data_catalog/models/search_result_collection.rb +1 -1
- data/lib/oci/data_catalog/models/search_tag_summary.rb +1 -1
- data/lib/oci/data_catalog/models/search_term_summary.rb +1 -1
- data/lib/oci/data_catalog/models/term.rb +1 -1
- data/lib/oci/data_catalog/models/term_associated_object.rb +1 -1
- data/lib/oci/data_catalog/models/term_collection.rb +1 -1
- data/lib/oci/data_catalog/models/term_relationship.rb +1 -1
- data/lib/oci/data_catalog/models/term_relationship_collection.rb +1 -1
- data/lib/oci/data_catalog/models/term_relationship_summary.rb +1 -1
- data/lib/oci/data_catalog/models/term_summary.rb +1 -1
- data/lib/oci/data_catalog/models/term_workflow_status.rb +1 -1
- data/lib/oci/data_catalog/models/type.rb +1 -1
- data/lib/oci/data_catalog/models/type_collection.rb +1 -1
- data/lib/oci/data_catalog/models/type_custom_property_details.rb +1 -1
- data/lib/oci/data_catalog/models/type_summary.rb +1 -1
- data/lib/oci/data_catalog/models/update_attribute_details.rb +1 -1
- data/lib/oci/data_catalog/models/update_catalog_details.rb +1 -1
- data/lib/oci/data_catalog/models/update_catalog_private_endpoint_details.rb +1 -1
- data/lib/oci/data_catalog/models/update_connection_details.rb +1 -1
- data/lib/oci/data_catalog/models/update_custom_property_details.rb +1 -1
- data/lib/oci/data_catalog/models/update_data_asset_details.rb +1 -1
- data/lib/oci/data_catalog/models/update_entity_details.rb +1 -1
- data/lib/oci/data_catalog/models/update_folder_details.rb +1 -1
- data/lib/oci/data_catalog/models/update_glossary_details.rb +1 -1
- data/lib/oci/data_catalog/models/update_job_definition_details.rb +1 -1
- data/lib/oci/data_catalog/models/update_job_details.rb +1 -1
- data/lib/oci/data_catalog/models/update_namespace_details.rb +1 -1
- data/lib/oci/data_catalog/models/update_pattern_details.rb +1 -1
- data/lib/oci/data_catalog/models/update_term_details.rb +1 -1
- data/lib/oci/data_catalog/models/update_term_relationship_details.rb +1 -1
- data/lib/oci/data_catalog/models/upload_credentials_details.rb +1 -1
- data/lib/oci/data_catalog/models/validate_connection_details.rb +1 -1
- data/lib/oci/data_catalog/models/validate_connection_result.rb +1 -1
- data/lib/oci/data_catalog/models/validate_pattern_details.rb +1 -1
- data/lib/oci/data_catalog/models/validate_pattern_result.rb +1 -1
- data/lib/oci/data_catalog/models/work_request.rb +1 -1
- data/lib/oci/data_catalog/models/work_request_error.rb +1 -1
- data/lib/oci/data_catalog/models/work_request_log.rb +1 -1
- data/lib/oci/data_catalog/models/work_request_resource.rb +1 -1
- data/lib/oci/data_catalog/util.rb +1 -1
- data/lib/oci/data_flow/data_flow.rb +1 -1
- data/lib/oci/data_flow/data_flow_client.rb +1 -1
- data/lib/oci/data_flow/data_flow_client_composite_operations.rb +1 -1
- data/lib/oci/data_flow/models/application.rb +1 -1
- data/lib/oci/data_flow/models/application_language.rb +1 -1
- data/lib/oci/data_flow/models/application_lifecycle_state.rb +1 -1
- data/lib/oci/data_flow/models/application_parameter.rb +1 -1
- data/lib/oci/data_flow/models/application_summary.rb +1 -1
- data/lib/oci/data_flow/models/change_application_compartment_details.rb +1 -1
- data/lib/oci/data_flow/models/change_private_endpoint_compartment_details.rb +1 -1
- data/lib/oci/data_flow/models/change_run_compartment_details.rb +1 -1
- data/lib/oci/data_flow/models/create_application_details.rb +1 -1
- data/lib/oci/data_flow/models/create_private_endpoint_details.rb +1 -1
- data/lib/oci/data_flow/models/create_run_details.rb +1 -1
- data/lib/oci/data_flow/models/private_endpoint.rb +1 -1
- data/lib/oci/data_flow/models/private_endpoint_collection.rb +1 -1
- data/lib/oci/data_flow/models/private_endpoint_lifecycle_state.rb +1 -1
- data/lib/oci/data_flow/models/private_endpoint_summary.rb +1 -1
- data/lib/oci/data_flow/models/run.rb +1 -1
- data/lib/oci/data_flow/models/run_lifecycle_state.rb +1 -1
- data/lib/oci/data_flow/models/run_log_summary.rb +1 -1
- data/lib/oci/data_flow/models/run_summary.rb +1 -1
- data/lib/oci/data_flow/models/update_application_details.rb +1 -1
- data/lib/oci/data_flow/models/update_private_endpoint_details.rb +1 -1
- data/lib/oci/data_flow/models/update_run_details.rb +1 -1
- data/lib/oci/data_flow/models/work_request.rb +1 -1
- data/lib/oci/data_flow/models/work_request_collection.rb +1 -1
- data/lib/oci/data_flow/models/work_request_error.rb +1 -1
- data/lib/oci/data_flow/models/work_request_error_collection.rb +1 -1
- data/lib/oci/data_flow/models/work_request_log.rb +1 -1
- data/lib/oci/data_flow/models/work_request_log_collection.rb +1 -1
- data/lib/oci/data_flow/models/work_request_operation.rb +1 -1
- data/lib/oci/data_flow/models/work_request_resource.rb +1 -1
- data/lib/oci/data_flow/models/work_request_status.rb +1 -1
- data/lib/oci/data_flow/models/work_request_summary.rb +1 -1
- data/lib/oci/data_flow/util.rb +1 -1
- data/lib/oci/data_integration/data_integration.rb +39 -1
- data/lib/oci/data_integration/data_integration_client.rb +660 -36
- data/lib/oci/data_integration/data_integration_client_composite_operations.rb +1 -1
- data/lib/oci/data_integration/models/abstract_data_operation_config.rb +1 -1
- data/lib/oci/data_integration/models/abstract_field.rb +1 -1
- data/lib/oci/data_integration/models/abstract_format_attribute.rb +1 -1
- data/lib/oci/data_integration/models/abstract_frequency_details.rb +223 -0
- data/lib/oci/data_integration/models/abstract_read_attribute.rb +1 -1
- data/lib/oci/data_integration/models/abstract_write_attribute.rb +1 -1
- data/lib/oci/data_integration/models/aggregator.rb +1 -1
- data/lib/oci/data_integration/models/aggregator_summary.rb +190 -0
- data/lib/oci/data_integration/models/application.rb +1 -1
- data/lib/oci/data_integration/models/application_details.rb +1 -1
- data/lib/oci/data_integration/models/application_summary.rb +1 -1
- data/lib/oci/data_integration/models/application_summary_collection.rb +1 -1
- data/lib/oci/data_integration/models/avro_format_attribute.rb +1 -1
- data/lib/oci/data_integration/models/base_type.rb +2 -1
- data/lib/oci/data_integration/models/change_compartment_details.rb +1 -1
- data/lib/oci/data_integration/models/child_reference.rb +1 -1
- data/lib/oci/data_integration/models/child_reference_detail.rb +1 -1
- data/lib/oci/data_integration/models/composite_field_map.rb +1 -1
- data/lib/oci/data_integration/models/composite_type.rb +1 -1
- data/lib/oci/data_integration/models/compression.rb +176 -0
- data/lib/oci/data_integration/models/conditional_input_link.rb +1 -1
- data/lib/oci/data_integration/models/config_definition.rb +1 -1
- data/lib/oci/data_integration/models/config_parameter_definition.rb +1 -1
- data/lib/oci/data_integration/models/config_parameter_value.rb +16 -2
- data/lib/oci/data_integration/models/config_provider.rb +1 -1
- data/lib/oci/data_integration/models/config_values.rb +1 -1
- data/lib/oci/data_integration/models/configuration_details.rb +1 -1
- data/lib/oci/data_integration/models/configured_type.rb +1 -1
- data/lib/oci/data_integration/models/connection.rb +1 -1
- data/lib/oci/data_integration/models/connection_details.rb +1 -1
- data/lib/oci/data_integration/models/connection_from_adwc.rb +18 -5
- data/lib/oci/data_integration/models/connection_from_adwc_details.rb +18 -5
- data/lib/oci/data_integration/models/connection_from_atp.rb +18 -5
- data/lib/oci/data_integration/models/connection_from_atp_details.rb +18 -5
- data/lib/oci/data_integration/models/connection_from_jdbc.rb +1 -1
- data/lib/oci/data_integration/models/connection_from_jdbc_details.rb +1 -1
- data/lib/oci/data_integration/models/connection_from_my_sql.rb +1 -1
- data/lib/oci/data_integration/models/connection_from_my_sql_details.rb +1 -1
- data/lib/oci/data_integration/models/connection_from_object_storage.rb +1 -1
- data/lib/oci/data_integration/models/connection_from_object_storage_details.rb +1 -1
- data/lib/oci/data_integration/models/connection_from_oracle.rb +18 -5
- data/lib/oci/data_integration/models/connection_from_oracle_details.rb +18 -5
- data/lib/oci/data_integration/models/connection_property.rb +1 -1
- data/lib/oci/data_integration/models/connection_summary.rb +1 -1
- data/lib/oci/data_integration/models/connection_summary_collection.rb +1 -1
- data/lib/oci/data_integration/models/connection_summary_from_adwc.rb +18 -5
- data/lib/oci/data_integration/models/connection_summary_from_atp.rb +18 -5
- data/lib/oci/data_integration/models/connection_summary_from_jdbc.rb +1 -1
- data/lib/oci/data_integration/models/connection_summary_from_my_sql.rb +1 -1
- data/lib/oci/data_integration/models/connection_summary_from_object_storage.rb +1 -1
- data/lib/oci/data_integration/models/connection_summary_from_oracle.rb +18 -5
- data/lib/oci/data_integration/models/connection_validation.rb +1 -1
- data/lib/oci/data_integration/models/connection_validation_summary.rb +1 -1
- data/lib/oci/data_integration/models/connection_validation_summary_collection.rb +1 -1
- data/lib/oci/data_integration/models/count_statistic.rb +1 -1
- data/lib/oci/data_integration/models/count_statistic_summary.rb +1 -1
- data/lib/oci/data_integration/models/create_application_details.rb +1 -1
- data/lib/oci/data_integration/models/create_config_provider.rb +1 -1
- data/lib/oci/data_integration/models/create_connection_details.rb +1 -1
- data/lib/oci/data_integration/models/create_connection_from_adwc.rb +18 -5
- data/lib/oci/data_integration/models/create_connection_from_atp.rb +18 -5
- data/lib/oci/data_integration/models/create_connection_from_jdbc.rb +18 -5
- data/lib/oci/data_integration/models/create_connection_from_my_sql.rb +18 -5
- data/lib/oci/data_integration/models/create_connection_from_object_storage.rb +1 -1
- data/lib/oci/data_integration/models/create_connection_from_oracle.rb +18 -5
- data/lib/oci/data_integration/models/create_connection_validation_details.rb +1 -1
- data/lib/oci/data_integration/models/create_data_asset_details.rb +1 -1
- data/lib/oci/data_integration/models/create_data_asset_from_adwc.rb +28 -2
- data/lib/oci/data_integration/models/create_data_asset_from_atp.rb +28 -2
- data/lib/oci/data_integration/models/create_data_asset_from_jdbc.rb +1 -1
- data/lib/oci/data_integration/models/create_data_asset_from_my_sql.rb +1 -1
- data/lib/oci/data_integration/models/create_data_asset_from_object_storage.rb +1 -1
- data/lib/oci/data_integration/models/create_data_asset_from_oracle.rb +28 -2
- data/lib/oci/data_integration/models/create_data_flow_details.rb +1 -1
- data/lib/oci/data_integration/models/create_data_flow_validation_details.rb +1 -1
- data/lib/oci/data_integration/models/create_entity_shape_details.rb +1 -1
- data/lib/oci/data_integration/models/create_entity_shape_from_file.rb +1 -1
- data/lib/oci/data_integration/models/create_external_publication_details.rb +1 -1
- data/lib/oci/data_integration/models/create_external_publication_validation_details.rb +1 -1
- data/lib/oci/data_integration/models/create_folder_details.rb +1 -1
- data/lib/oci/data_integration/models/create_patch_details.rb +1 -1
- data/lib/oci/data_integration/models/create_pipeline_details.rb +306 -0
- data/lib/oci/data_integration/models/create_pipeline_validation_details.rb +298 -0
- data/lib/oci/data_integration/models/create_project_details.rb +1 -1
- data/lib/oci/data_integration/models/create_source_application_info.rb +1 -1
- data/lib/oci/data_integration/models/create_task_details.rb +4 -2
- data/lib/oci/data_integration/models/create_task_from_data_loader_task.rb +1 -1
- data/lib/oci/data_integration/models/create_task_from_integration_task.rb +1 -1
- data/lib/oci/data_integration/models/create_task_from_pipeline_task.rb +209 -0
- data/lib/oci/data_integration/models/create_task_run_details.rb +1 -1
- data/lib/oci/data_integration/models/create_task_validation_details.rb +4 -2
- data/lib/oci/data_integration/models/create_task_validation_from_data_loader_task.rb +1 -1
- data/lib/oci/data_integration/models/create_task_validation_from_integration_task.rb +1 -1
- data/lib/oci/data_integration/models/create_task_validation_from_pipeline_task.rb +213 -0
- data/lib/oci/data_integration/models/create_workspace_details.rb +1 -1
- data/lib/oci/data_integration/models/csv_format_attribute.rb +1 -1
- data/lib/oci/data_integration/models/daily_frequency_details.rb +171 -0
- data/lib/oci/data_integration/models/data_asset.rb +1 -1
- data/lib/oci/data_integration/models/data_asset_from_adwc_details.rb +1 -1
- data/lib/oci/data_integration/models/data_asset_from_atp_details.rb +1 -1
- data/lib/oci/data_integration/models/data_asset_from_jdbc.rb +1 -1
- data/lib/oci/data_integration/models/data_asset_from_my_sql.rb +1 -1
- data/lib/oci/data_integration/models/data_asset_from_object_storage_details.rb +1 -1
- data/lib/oci/data_integration/models/data_asset_from_oracle_details.rb +28 -2
- data/lib/oci/data_integration/models/data_asset_summary.rb +1 -1
- data/lib/oci/data_integration/models/data_asset_summary_collection.rb +1 -1
- data/lib/oci/data_integration/models/data_asset_summary_from_adwc.rb +1 -1
- data/lib/oci/data_integration/models/data_asset_summary_from_atp.rb +1 -1
- data/lib/oci/data_integration/models/data_asset_summary_from_jdbc.rb +1 -1
- data/lib/oci/data_integration/models/data_asset_summary_from_my_sql.rb +1 -1
- data/lib/oci/data_integration/models/data_asset_summary_from_object_storage.rb +1 -1
- data/lib/oci/data_integration/models/data_asset_summary_from_oracle.rb +28 -2
- data/lib/oci/data_integration/models/data_entity.rb +1 -1
- data/lib/oci/data_integration/models/data_entity_details.rb +1 -1
- data/lib/oci/data_integration/models/data_entity_from_file.rb +1 -1
- data/lib/oci/data_integration/models/data_entity_from_file_entity_details.rb +1 -1
- data/lib/oci/data_integration/models/data_entity_from_table.rb +1 -1
- data/lib/oci/data_integration/models/data_entity_from_table_entity_details.rb +1 -1
- data/lib/oci/data_integration/models/data_entity_from_view.rb +1 -1
- data/lib/oci/data_integration/models/data_entity_from_view_entity_details.rb +1 -1
- data/lib/oci/data_integration/models/data_entity_summary.rb +1 -1
- data/lib/oci/data_integration/models/data_entity_summary_collection.rb +1 -1
- data/lib/oci/data_integration/models/data_entity_summary_from_file.rb +1 -1
- data/lib/oci/data_integration/models/data_entity_summary_from_table.rb +1 -1
- data/lib/oci/data_integration/models/data_entity_summary_from_view.rb +1 -1
- data/lib/oci/data_integration/models/data_flow.rb +1 -1
- data/lib/oci/data_integration/models/data_flow_details.rb +1 -1
- data/lib/oci/data_integration/models/data_flow_summary.rb +1 -1
- data/lib/oci/data_integration/models/data_flow_summary_collection.rb +1 -1
- data/lib/oci/data_integration/models/data_flow_validation.rb +1 -1
- data/lib/oci/data_integration/models/data_flow_validation_summary.rb +1 -1
- data/lib/oci/data_integration/models/data_flow_validation_summary_collection.rb +1 -1
- data/lib/oci/data_integration/models/data_format.rb +18 -5
- data/lib/oci/data_integration/models/data_type.rb +1 -1
- data/lib/oci/data_integration/models/dependent_object.rb +1 -1
- data/lib/oci/data_integration/models/dependent_object_summary.rb +11 -2
- data/lib/oci/data_integration/models/dependent_object_summary_collection.rb +1 -1
- data/lib/oci/data_integration/models/derived_field.rb +1 -1
- data/lib/oci/data_integration/models/derived_type.rb +1 -1
- data/lib/oci/data_integration/models/direct_field_map.rb +1 -1
- data/lib/oci/data_integration/models/direct_named_field_map.rb +1 -1
- data/lib/oci/data_integration/models/distinct.rb +1 -1
- data/lib/oci/data_integration/models/dynamic_input_field.rb +1 -1
- data/lib/oci/data_integration/models/dynamic_proxy_field.rb +1 -1
- data/lib/oci/data_integration/models/dynamic_type.rb +1 -1
- data/lib/oci/data_integration/models/dynamic_type_handler.rb +1 -1
- data/lib/oci/data_integration/models/end_operator.rb +237 -0
- data/lib/oci/data_integration/models/enriched_entity.rb +1 -1
- data/lib/oci/data_integration/models/entity_shape.rb +1 -1
- data/lib/oci/data_integration/models/entity_shape_from_file.rb +1 -1
- data/lib/oci/data_integration/models/error_details.rb +1 -1
- data/lib/oci/data_integration/models/expression.rb +1 -1
- data/lib/oci/data_integration/models/external_publication.rb +1 -1
- data/lib/oci/data_integration/models/external_publication_summary.rb +1 -1
- data/lib/oci/data_integration/models/external_publication_summary_collection.rb +1 -1
- data/lib/oci/data_integration/models/external_publication_validation.rb +1 -1
- data/lib/oci/data_integration/models/external_publication_validation_summary.rb +1 -1
- data/lib/oci/data_integration/models/external_publication_validation_summary_collection.rb +1 -1
- data/lib/oci/data_integration/models/field_map.rb +1 -1
- data/lib/oci/data_integration/models/filter.rb +1 -1
- data/lib/oci/data_integration/models/filter_push.rb +1 -1
- data/lib/oci/data_integration/models/flow_node.rb +1 -1
- data/lib/oci/data_integration/models/flow_port.rb +1 -1
- data/lib/oci/data_integration/models/flow_port_link.rb +1 -1
- data/lib/oci/data_integration/models/folder.rb +1 -1
- data/lib/oci/data_integration/models/folder_details.rb +1 -1
- data/lib/oci/data_integration/models/folder_summary.rb +1 -1
- data/lib/oci/data_integration/models/folder_summary_collection.rb +1 -1
- data/lib/oci/data_integration/models/foreign_key.rb +2 -1
- data/lib/oci/data_integration/models/hourly_frequency_details.rb +171 -0
- data/lib/oci/data_integration/models/input_field.rb +1 -1
- data/lib/oci/data_integration/models/input_link.rb +1 -1
- data/lib/oci/data_integration/models/input_port.rb +1 -1
- data/lib/oci/data_integration/models/intersect.rb +246 -0
- data/lib/oci/data_integration/models/java_type.rb +1 -1
- data/lib/oci/data_integration/models/join.rb +1 -1
- data/lib/oci/data_integration/models/joiner.rb +1 -1
- data/lib/oci/data_integration/models/json_format_attribute.rb +1 -1
- data/lib/oci/data_integration/models/key.rb +1 -4
- data/lib/oci/data_integration/models/key_attribute.rb +1 -1
- data/lib/oci/data_integration/models/key_range.rb +1 -1
- data/lib/oci/data_integration/models/key_range_partition_config.rb +1 -1
- data/lib/oci/data_integration/models/last_run_details.rb +263 -0
- data/lib/oci/data_integration/models/macro_field.rb +1 -1
- data/lib/oci/data_integration/models/merge_operator.rb +241 -0
- data/lib/oci/data_integration/models/message.rb +1 -1
- data/lib/oci/data_integration/models/minus.rb +246 -0
- data/lib/oci/data_integration/models/monthly_frequency_details.rb +181 -0
- data/lib/oci/data_integration/models/name_list_rule.rb +1 -1
- data/lib/oci/data_integration/models/name_pattern_rule.rb +1 -1
- data/lib/oci/data_integration/models/native_shape_field.rb +1 -1
- data/lib/oci/data_integration/models/object_metadata.rb +11 -2
- data/lib/oci/data_integration/models/oci_vault_secret_config.rb +162 -0
- data/lib/oci/data_integration/models/operator.rb +20 -4
- data/lib/oci/data_integration/models/oracle_adwc_write_attribute.rb +1 -1
- data/lib/oci/data_integration/models/oracle_adwc_write_attributes.rb +1 -1
- data/lib/oci/data_integration/models/oracle_atp_write_attribute.rb +1 -1
- data/lib/oci/data_integration/models/oracle_atp_write_attributes.rb +1 -1
- data/lib/oci/data_integration/models/oracle_read_attribute.rb +1 -1
- data/lib/oci/data_integration/models/oracle_read_attributes.rb +1 -1
- data/lib/oci/data_integration/models/oracle_write_attribute.rb +1 -1
- data/lib/oci/data_integration/models/oracle_write_attributes.rb +1 -1
- data/lib/oci/data_integration/models/output_field.rb +1 -1
- data/lib/oci/data_integration/models/output_link.rb +1 -1
- data/lib/oci/data_integration/models/output_port.rb +1 -1
- data/lib/oci/data_integration/models/parameter.rb +1 -1
- data/lib/oci/data_integration/models/parameter_value.rb +1 -1
- data/lib/oci/data_integration/models/parent_reference.rb +1 -1
- data/lib/oci/data_integration/models/partition_config.rb +1 -1
- data/lib/oci/data_integration/models/patch.rb +1 -1
- data/lib/oci/data_integration/models/patch_change_summary.rb +2 -1
- data/lib/oci/data_integration/models/patch_change_summary_collection.rb +1 -1
- data/lib/oci/data_integration/models/patch_object_metadata.rb +2 -1
- data/lib/oci/data_integration/models/patch_summary.rb +1 -1
- data/lib/oci/data_integration/models/patch_summary_collection.rb +1 -1
- data/lib/oci/data_integration/models/pipeline.rb +301 -0
- data/lib/oci/data_integration/models/pipeline_summary.rb +298 -0
- data/lib/oci/data_integration/models/pipeline_summary_collection.rb +150 -0
- data/lib/oci/data_integration/models/pipeline_validation.rb +328 -0
- data/lib/oci/data_integration/models/pipeline_validation_summary.rb +325 -0
- data/lib/oci/data_integration/models/pipeline_validation_summary_collection.rb +150 -0
- data/lib/oci/data_integration/models/primary_key.rb +15 -58
- data/lib/oci/data_integration/models/project.rb +1 -1
- data/lib/oci/data_integration/models/project_details.rb +1 -1
- data/lib/oci/data_integration/models/project_summary.rb +1 -1
- data/lib/oci/data_integration/models/project_summary_collection.rb +1 -1
- data/lib/oci/data_integration/models/projection.rb +1 -1
- data/lib/oci/data_integration/models/projection_rule.rb +1 -1
- data/lib/oci/data_integration/models/proxy_field.rb +1 -1
- data/lib/oci/data_integration/models/published_object.rb +3 -1
- data/lib/oci/data_integration/models/published_object_from_data_loader_task.rb +1 -1
- data/lib/oci/data_integration/models/published_object_from_integration_task.rb +1 -1
- data/lib/oci/data_integration/models/published_object_from_pipeline_task.rb +253 -0
- data/lib/oci/data_integration/models/published_object_from_pipeline_task_summary.rb +257 -0
- data/lib/oci/data_integration/models/published_object_summary.rb +3 -1
- data/lib/oci/data_integration/models/published_object_summary_collection.rb +1 -1
- data/lib/oci/data_integration/models/published_object_summary_from_data_loader_task.rb +1 -1
- data/lib/oci/data_integration/models/published_object_summary_from_integration_task.rb +1 -1
- data/lib/oci/data_integration/models/push_down_operation.rb +1 -1
- data/lib/oci/data_integration/models/query.rb +1 -1
- data/lib/oci/data_integration/models/read_operation_config.rb +1 -1
- data/lib/oci/data_integration/models/reference.rb +1 -1
- data/lib/oci/data_integration/models/reference_summary.rb +1 -1
- data/lib/oci/data_integration/models/reference_summary_collection.rb +1 -1
- data/lib/oci/data_integration/models/reference_used_by.rb +1 -1
- data/lib/oci/data_integration/models/registry_metadata.rb +1 -1
- data/lib/oci/data_integration/models/rename_rule.rb +1 -1
- data/lib/oci/data_integration/models/resource_configuration.rb +1 -1
- data/lib/oci/data_integration/models/root_object.rb +1 -1
- data/lib/oci/data_integration/models/rule_based_field_map.rb +1 -1
- data/lib/oci/data_integration/models/rule_type_config.rb +1 -1
- data/lib/oci/data_integration/models/schedule.rb +295 -0
- data/lib/oci/data_integration/models/schema.rb +1 -1
- data/lib/oci/data_integration/models/schema_drift_config.rb +265 -0
- data/lib/oci/data_integration/models/schema_summary.rb +1 -1
- data/lib/oci/data_integration/models/schema_summary_collection.rb +1 -1
- data/lib/oci/data_integration/models/secret_config.rb +189 -0
- data/lib/oci/data_integration/models/select.rb +1 -1
- data/lib/oci/data_integration/models/sensitive_attribute.rb +163 -0
- data/lib/oci/data_integration/models/shape.rb +1 -1
- data/lib/oci/data_integration/models/shape_field.rb +1 -1
- data/lib/oci/data_integration/models/sort.rb +1 -1
- data/lib/oci/data_integration/models/sort_clause.rb +1 -1
- data/lib/oci/data_integration/models/sort_key.rb +1 -1
- data/lib/oci/data_integration/models/sort_key_rule.rb +1 -1
- data/lib/oci/data_integration/models/sort_oper.rb +1 -1
- data/lib/oci/data_integration/models/source.rb +28 -2
- data/lib/oci/data_integration/models/source_application_info.rb +1 -1
- data/lib/oci/data_integration/models/start_operator.rb +193 -0
- data/lib/oci/data_integration/models/structured_type.rb +1 -1
- data/lib/oci/data_integration/models/target.rb +28 -2
- data/lib/oci/data_integration/models/task.rb +3 -1
- data/lib/oci/data_integration/models/task_from_data_loader_task_details.rb +1 -1
- data/lib/oci/data_integration/models/task_from_integration_task_details.rb +1 -1
- data/lib/oci/data_integration/models/task_from_pipeline_task_details.rb +217 -0
- data/lib/oci/data_integration/models/task_operator.rb +405 -0
- data/lib/oci/data_integration/models/task_run.rb +131 -2
- data/lib/oci/data_integration/models/task_run_details.rb +2 -1
- data/lib/oci/data_integration/models/task_run_log_summary.rb +1 -1
- data/lib/oci/data_integration/models/task_run_summary.rb +2 -1
- data/lib/oci/data_integration/models/task_run_summary_collection.rb +1 -1
- data/lib/oci/data_integration/models/task_schedule.rb +518 -0
- data/lib/oci/data_integration/models/task_summary.rb +3 -1
- data/lib/oci/data_integration/models/task_summary_collection.rb +1 -1
- data/lib/oci/data_integration/models/task_summary_from_data_loader_task.rb +1 -1
- data/lib/oci/data_integration/models/task_summary_from_integration_task.rb +1 -1
- data/lib/oci/data_integration/models/task_summary_from_pipeline_task.rb +217 -0
- data/lib/oci/data_integration/models/task_validation.rb +1 -1
- data/lib/oci/data_integration/models/task_validation_summary.rb +1 -1
- data/lib/oci/data_integration/models/task_validation_summary_collection.rb +1 -1
- data/lib/oci/data_integration/models/time.rb +170 -0
- data/lib/oci/data_integration/models/type_library.rb +1 -1
- data/lib/oci/data_integration/models/type_list_rule.rb +1 -1
- data/lib/oci/data_integration/models/type_system.rb +1 -1
- data/lib/oci/data_integration/models/typed_name_pattern_rule.rb +1 -1
- data/lib/oci/data_integration/models/typed_object.rb +1 -1
- data/lib/oci/data_integration/models/ui_properties.rb +1 -1
- data/lib/oci/data_integration/models/union.rb +246 -0
- data/lib/oci/data_integration/models/unique_key.rb +48 -7
- data/lib/oci/data_integration/models/update_application_details.rb +1 -1
- data/lib/oci/data_integration/models/update_connection_details.rb +1 -1
- data/lib/oci/data_integration/models/update_connection_from_adwc.rb +18 -5
- data/lib/oci/data_integration/models/update_connection_from_atp.rb +18 -5
- data/lib/oci/data_integration/models/update_connection_from_jdbc.rb +18 -5
- data/lib/oci/data_integration/models/update_connection_from_my_sql.rb +18 -5
- data/lib/oci/data_integration/models/update_connection_from_object_storage.rb +1 -1
- data/lib/oci/data_integration/models/update_connection_from_oracle.rb +18 -5
- data/lib/oci/data_integration/models/update_data_asset_details.rb +1 -1
- data/lib/oci/data_integration/models/update_data_asset_from_adwc.rb +28 -2
- data/lib/oci/data_integration/models/update_data_asset_from_atp.rb +28 -2
- data/lib/oci/data_integration/models/update_data_asset_from_jdbc.rb +1 -1
- data/lib/oci/data_integration/models/update_data_asset_from_my_sql.rb +1 -1
- data/lib/oci/data_integration/models/update_data_asset_from_object_storage.rb +1 -1
- data/lib/oci/data_integration/models/update_data_asset_from_oracle.rb +28 -2
- data/lib/oci/data_integration/models/update_data_flow_details.rb +1 -1
- data/lib/oci/data_integration/models/update_external_publication_details.rb +1 -1
- data/lib/oci/data_integration/models/update_folder_details.rb +1 -1
- data/lib/oci/data_integration/models/update_pipeline_details.rb +305 -0
- data/lib/oci/data_integration/models/update_project_details.rb +1 -1
- data/lib/oci/data_integration/models/update_reference_details.rb +1 -1
- data/lib/oci/data_integration/models/update_task_details.rb +4 -2
- data/lib/oci/data_integration/models/update_task_from_data_loader_task.rb +1 -1
- data/lib/oci/data_integration/models/update_task_from_integration_task.rb +1 -1
- data/lib/oci/data_integration/models/update_task_from_pipeline_task.rb +213 -0
- data/lib/oci/data_integration/models/update_task_run_details.rb +1 -1
- data/lib/oci/data_integration/models/update_workspace_details.rb +1 -1
- data/lib/oci/data_integration/models/validation_message.rb +1 -1
- data/lib/oci/data_integration/models/variable.rb +298 -0
- data/lib/oci/data_integration/models/work_request.rb +1 -1
- data/lib/oci/data_integration/models/work_request_error.rb +1 -1
- data/lib/oci/data_integration/models/work_request_log_entry.rb +1 -1
- data/lib/oci/data_integration/models/work_request_resource.rb +1 -1
- data/lib/oci/data_integration/models/work_request_summary.rb +1 -1
- data/lib/oci/data_integration/models/workspace.rb +1 -1
- data/lib/oci/data_integration/models/workspace_summary.rb +1 -1
- data/lib/oci/data_integration/models/write_operation_config.rb +1 -1
- data/lib/oci/data_integration/util.rb +1 -1
- data/lib/oci/data_safe/data_safe.rb +1 -1
- data/lib/oci/data_safe/data_safe_client.rb +1 -1
- data/lib/oci/data_safe/data_safe_client_composite_operations.rb +1 -1
- data/lib/oci/data_safe/models/change_data_safe_private_endpoint_compartment_details.rb +1 -1
- data/lib/oci/data_safe/models/change_on_prem_connector_compartment_details.rb +1 -1
- data/lib/oci/data_safe/models/create_data_safe_private_endpoint_details.rb +1 -1
- data/lib/oci/data_safe/models/create_on_prem_connector_details.rb +1 -1
- data/lib/oci/data_safe/models/data_safe_configuration.rb +1 -1
- data/lib/oci/data_safe/models/data_safe_private_endpoint.rb +1 -1
- data/lib/oci/data_safe/models/data_safe_private_endpoint_summary.rb +1 -1
- data/lib/oci/data_safe/models/enable_data_safe_configuration_details.rb +1 -1
- data/lib/oci/data_safe/models/generate_on_prem_connector_configuration_details.rb +1 -1
- data/lib/oci/data_safe/models/lifecycle_state.rb +1 -1
- data/lib/oci/data_safe/models/on_prem_connector.rb +1 -1
- data/lib/oci/data_safe/models/on_prem_connector_lifecycle_state.rb +1 -1
- data/lib/oci/data_safe/models/on_prem_connector_summary.rb +1 -1
- data/lib/oci/data_safe/models/service_list.rb +1 -1
- data/lib/oci/data_safe/models/update_data_safe_private_endpoint_details.rb +1 -1
- data/lib/oci/data_safe/models/update_on_prem_connector_details.rb +1 -1
- data/lib/oci/data_safe/models/update_on_prem_connector_wallet_details.rb +1 -1
- data/lib/oci/data_safe/models/work_request.rb +1 -1
- data/lib/oci/data_safe/models/work_request_error.rb +1 -1
- data/lib/oci/data_safe/models/work_request_log_entry.rb +1 -1
- data/lib/oci/data_safe/models/work_request_resource.rb +1 -1
- data/lib/oci/data_safe/models/work_request_summary.rb +1 -1
- data/lib/oci/data_safe/util.rb +1 -1
- data/lib/oci/data_science/data_science.rb +21 -1
- data/lib/oci/data_science/data_science_client.rb +725 -117
- data/lib/oci/data_science/data_science_client_composite_operations.rb +261 -12
- data/lib/oci/data_science/models/category_log_details.rb +158 -0
- data/lib/oci/data_science/models/change_model_compartment_details.rb +1 -1
- data/lib/oci/data_science/models/change_model_deployment_compartment_details.rb +155 -0
- data/lib/oci/data_science/models/change_notebook_session_compartment_details.rb +1 -1
- data/lib/oci/data_science/models/change_project_compartment_details.rb +1 -1
- data/lib/oci/data_science/models/create_model_deployment_details.rb +254 -0
- data/lib/oci/data_science/models/create_model_details.rb +5 -5
- data/lib/oci/data_science/models/create_model_provenance_details.rb +1 -1
- data/lib/oci/data_science/models/create_notebook_session_details.rb +4 -4
- data/lib/oci/data_science/models/create_project_details.rb +4 -4
- data/lib/oci/data_science/models/fixed_size_scaling_policy.rb +162 -0
- data/lib/oci/data_science/models/instance_configuration.rb +154 -0
- data/lib/oci/data_science/models/log_details.rb +168 -0
- data/lib/oci/data_science/models/model.rb +8 -8
- data/lib/oci/data_science/models/model_configuration_details.rb +195 -0
- data/lib/oci/data_science/models/model_deployment.rb +361 -0
- data/lib/oci/data_science/models/model_deployment_configuration_details.rb +189 -0
- data/lib/oci/data_science/models/model_deployment_lifecycle_state.rb +17 -0
- data/lib/oci/data_science/models/model_deployment_shape_summary.rb +182 -0
- data/lib/oci/data_science/models/model_deployment_summary.rb +346 -0
- data/lib/oci/data_science/models/model_deployment_type.rb +10 -0
- data/lib/oci/data_science/models/model_lifecycle_state.rb +1 -1
- data/lib/oci/data_science/models/model_provenance.rb +1 -1
- data/lib/oci/data_science/models/model_summary.rb +7 -7
- data/lib/oci/data_science/models/notebook_session.rb +7 -7
- data/lib/oci/data_science/models/notebook_session_configuration_details.rb +3 -3
- data/lib/oci/data_science/models/notebook_session_lifecycle_state.rb +1 -1
- data/lib/oci/data_science/models/notebook_session_shape_summary.rb +1 -1
- data/lib/oci/data_science/models/notebook_session_summary.rb +7 -7
- data/lib/oci/data_science/models/project.rb +7 -7
- data/lib/oci/data_science/models/project_lifecycle_state.rb +1 -1
- data/lib/oci/data_science/models/project_summary.rb +7 -7
- data/lib/oci/data_science/models/scaling_policy.rb +189 -0
- data/lib/oci/data_science/models/single_model_deployment_configuration_details.rb +162 -0
- data/lib/oci/data_science/models/update_category_log_details.rb +158 -0
- data/lib/oci/data_science/models/update_model_configuration_details.rb +194 -0
- data/lib/oci/data_science/models/update_model_deployment_configuration_details.rb +182 -0
- data/lib/oci/data_science/models/update_model_deployment_details.rb +227 -0
- data/lib/oci/data_science/models/update_model_details.rb +3 -3
- data/lib/oci/data_science/models/update_model_provenance_details.rb +1 -1
- data/lib/oci/data_science/models/update_notebook_session_details.rb +3 -3
- data/lib/oci/data_science/models/update_project_details.rb +3 -3
- data/lib/oci/data_science/models/update_single_model_deployment_configuration_details.rb +161 -0
- data/lib/oci/data_science/models/work_request.rb +11 -6
- data/lib/oci/data_science/models/work_request_error.rb +2 -2
- data/lib/oci/data_science/models/work_request_log_entry.rb +1 -1
- data/lib/oci/data_science/models/work_request_operation_type.rb +6 -1
- data/lib/oci/data_science/models/work_request_resource.rb +2 -2
- data/lib/oci/data_science/models/work_request_status.rb +1 -1
- data/lib/oci/data_science/models/work_request_summary.rb +11 -6
- data/lib/oci/data_science/util.rb +1 -1
- data/lib/oci/database/database.rb +33 -1
- data/lib/oci/database/database_client.rb +3868 -1705
- data/lib/oci/database/database_client_composite_operations.rb +1201 -120
- data/lib/oci/database/models/activate_exadata_infrastructure_details.rb +1 -1
- data/lib/oci/database/models/associated_database_details.rb +1 -1
- data/lib/oci/database/models/automated_mount_details.rb +1 -1
- data/lib/oci/database/models/autonomous_container_database.rb +2 -1
- data/lib/oci/database/models/autonomous_container_database_backup_config.rb +1 -1
- data/lib/oci/database/models/autonomous_container_database_dataguard_association.rb +3 -1
- data/lib/oci/database/models/autonomous_container_database_summary.rb +2 -1
- data/lib/oci/database/models/autonomous_data_warehouse.rb +1 -1
- data/lib/oci/database/models/autonomous_data_warehouse_connection_strings.rb +1 -1
- data/lib/oci/database/models/autonomous_data_warehouse_summary.rb +1 -1
- data/lib/oci/database/models/autonomous_database.rb +45 -4
- data/lib/oci/database/models/autonomous_database_apex.rb +3 -3
- data/lib/oci/database/models/autonomous_database_backup.rb +1 -1
- data/lib/oci/database/models/autonomous_database_backup_config.rb +1 -1
- data/lib/oci/database/models/autonomous_database_backup_summary.rb +1 -1
- data/lib/oci/database/models/autonomous_database_connection_strings.rb +1 -1
- data/lib/oci/database/models/autonomous_database_connection_urls.rb +1 -1
- data/lib/oci/database/models/autonomous_database_console_token_details.rb +1 -1
- data/lib/oci/database/models/autonomous_database_dataguard_association.rb +3 -1
- data/lib/oci/database/models/autonomous_database_manual_refresh_details.rb +1 -1
- data/lib/oci/database/models/autonomous_database_standby_summary.rb +1 -1
- data/lib/oci/database/models/autonomous_database_summary.rb +45 -4
- data/lib/oci/database/models/autonomous_database_wallet.rb +1 -1
- data/lib/oci/database/models/autonomous_db_preview_version_summary.rb +2 -2
- data/lib/oci/database/models/autonomous_db_version_summary.rb +2 -2
- data/lib/oci/database/models/autonomous_exadata_infrastructure.rb +35 -5
- data/lib/oci/database/models/autonomous_exadata_infrastructure_shape_summary.rb +1 -1
- data/lib/oci/database/models/autonomous_exadata_infrastructure_summary.rb +35 -5
- data/lib/oci/database/models/autonomous_patch.rb +1 -1
- data/lib/oci/database/models/autonomous_patch_summary.rb +1 -1
- data/lib/oci/database/models/autonomous_vm_cluster.rb +1 -1
- data/lib/oci/database/models/autonomous_vm_cluster_summary.rb +1 -1
- data/lib/oci/database/models/backup.rb +1 -1
- data/lib/oci/database/models/backup_destination.rb +1 -1
- data/lib/oci/database/models/backup_destination_details.rb +1 -1
- data/lib/oci/database/models/backup_destination_summary.rb +1 -1
- data/lib/oci/database/models/backup_summary.rb +1 -1
- data/lib/oci/database/models/change_autonomous_vm_cluster_compartment_details.rb +1 -1
- data/lib/oci/database/models/change_cloud_exadata_infrastructure_compartment_details.rb +1 -1
- data/lib/oci/database/models/change_cloud_vm_cluster_compartment_details.rb +1 -1
- data/lib/oci/database/models/change_compartment_details.rb +1 -1
- data/lib/oci/database/models/change_exadata_infrastructure_compartment_details.rb +1 -1
- data/lib/oci/database/models/change_key_store_compartment_details.rb +1 -1
- data/lib/oci/database/models/change_vm_cluster_compartment_details.rb +1 -1
- data/lib/oci/database/models/cloud_exadata_infrastructure.rb +1 -1
- data/lib/oci/database/models/cloud_exadata_infrastructure_summary.rb +1 -1
- data/lib/oci/database/models/cloud_vm_cluster.rb +35 -5
- data/lib/oci/database/models/cloud_vm_cluster_summary.rb +35 -5
- data/lib/oci/database/models/complete_external_backup_job_details.rb +1 -1
- data/lib/oci/database/models/console_connection.rb +1 -1
- data/lib/oci/database/models/console_connection_summary.rb +1 -1
- data/lib/oci/database/models/create_autonomous_container_database_details.rb +16 -2
- data/lib/oci/database/models/create_autonomous_database_backup_details.rb +1 -1
- data/lib/oci/database/models/create_autonomous_database_base.rb +44 -3
- data/lib/oci/database/models/create_autonomous_database_clone_details.rb +10 -2
- data/lib/oci/database/models/create_autonomous_database_details.rb +10 -2
- data/lib/oci/database/models/create_autonomous_database_from_backup_details.rb +10 -2
- data/lib/oci/database/models/create_autonomous_database_from_backup_timestamp_details.rb +10 -2
- data/lib/oci/database/models/create_autonomous_vm_cluster_details.rb +1 -1
- data/lib/oci/database/models/create_backup_destination_details.rb +1 -1
- data/lib/oci/database/models/create_backup_details.rb +1 -1
- data/lib/oci/database/models/create_cloud_exadata_infrastructure_details.rb +1 -1
- data/lib/oci/database/models/create_cloud_vm_cluster_details.rb +1 -1
- data/lib/oci/database/models/create_console_connection_details.rb +1 -1
- data/lib/oci/database/models/create_data_guard_association_details.rb +1 -1
- data/lib/oci/database/models/create_data_guard_association_to_existing_db_system_details.rb +1 -1
- data/lib/oci/database/models/create_data_guard_association_to_existing_vm_cluster_details.rb +1 -1
- data/lib/oci/database/models/create_data_guard_association_with_new_db_system_details.rb +1 -1
- data/lib/oci/database/models/create_database_base.rb +1 -1
- data/lib/oci/database/models/create_database_details.rb +1 -1
- data/lib/oci/database/models/create_database_from_another_database_details.rb +1 -1
- data/lib/oci/database/models/create_database_from_backup.rb +1 -1
- data/lib/oci/database/models/create_database_from_backup_details.rb +1 -1
- data/lib/oci/database/models/create_database_from_db_system_details.rb +1 -1
- data/lib/oci/database/models/create_database_software_image_details.rb +4 -3
- data/lib/oci/database/models/create_db_home_base.rb +1 -1
- data/lib/oci/database/models/create_db_home_details.rb +2 -2
- data/lib/oci/database/models/create_db_home_from_backup_details.rb +1 -1
- data/lib/oci/database/models/create_db_home_from_database_details.rb +1 -1
- data/lib/oci/database/models/create_db_home_from_db_system_details.rb +1 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_details.rb +1 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_from_backup_details.rb +1 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_from_database_details.rb +1 -1
- data/lib/oci/database/models/create_db_home_with_vm_cluster_id_details.rb +1 -1
- data/lib/oci/database/models/create_db_home_with_vm_cluster_id_from_backup_details.rb +1 -1
- data/lib/oci/database/models/create_exadata_infrastructure_details.rb +1 -1
- data/lib/oci/database/models/create_external_backup_job_details.rb +1 -1
- data/lib/oci/database/models/create_external_container_database_details.rb +200 -0
- data/lib/oci/database/models/create_external_database_connector_details.rb +250 -0
- data/lib/oci/database/models/create_external_database_details_base.rb +202 -0
- data/lib/oci/database/models/create_external_macs_connector_details.rb +210 -0
- data/lib/oci/database/models/create_external_non_container_database_details.rb +200 -0
- data/lib/oci/database/models/create_external_pluggable_database_details.rb +236 -0
- data/lib/oci/database/models/create_key_store_details.rb +1 -1
- data/lib/oci/database/models/create_new_database_details.rb +1 -1
- data/lib/oci/database/models/create_nfs_backup_destination_details.rb +1 -1
- data/lib/oci/database/models/create_recovery_appliance_backup_destination_details.rb +1 -1
- data/lib/oci/database/models/create_refreshable_autonomous_database_clone_details.rb +10 -2
- data/lib/oci/database/models/create_vm_cluster_details.rb +1 -1
- data/lib/oci/database/models/data_guard_association.rb +1 -1
- data/lib/oci/database/models/data_guard_association_summary.rb +1 -1
- data/lib/oci/database/models/database.rb +1 -1
- data/lib/oci/database/models/database_connection_credentails_by_name.rb +172 -0
- data/lib/oci/database/models/database_connection_credentials.rb +194 -0
- data/lib/oci/database/models/database_connection_credentials_by_details.rb +223 -0
- data/lib/oci/database/models/database_connection_string.rb +200 -0
- data/lib/oci/database/models/database_connection_strings.rb +1 -1
- data/lib/oci/database/models/database_management_config.rb +228 -0
- data/lib/oci/database/models/database_software_image.rb +2 -1
- data/lib/oci/database/models/database_software_image_summary.rb +3 -3
- data/lib/oci/database/models/database_summary.rb +1 -1
- data/lib/oci/database/models/database_upgrade_history_entry.rb +22 -10
- data/lib/oci/database/models/database_upgrade_history_entry_summary.rb +22 -10
- data/lib/oci/database/models/database_upgrade_source_base.rb +22 -11
- data/lib/oci/database/models/database_upgrade_with_database_software_image_details.rb +8 -5
- data/lib/oci/database/models/database_upgrade_with_db_home_details.rb +7 -4
- data/lib/oci/database/models/database_upgrade_with_db_version_details.rb +7 -4
- data/lib/oci/database/models/day_of_week.rb +1 -1
- data/lib/oci/database/models/db_backup_config.rb +1 -1
- data/lib/oci/database/models/db_home.rb +1 -1
- data/lib/oci/database/models/db_home_summary.rb +1 -1
- data/lib/oci/database/models/db_iorm_config.rb +1 -1
- data/lib/oci/database/models/db_iorm_config_update_detail.rb +1 -1
- data/lib/oci/database/models/db_node.rb +1 -1
- data/lib/oci/database/models/db_node_summary.rb +1 -1
- data/lib/oci/database/models/db_system.rb +32 -2
- data/lib/oci/database/models/db_system_options.rb +1 -1
- data/lib/oci/database/models/db_system_shape_summary.rb +1 -1
- data/lib/oci/database/models/db_system_summary.rb +40 -5
- data/lib/oci/database/models/db_version_summary.rb +1 -1
- data/lib/oci/database/models/deregister_autonomous_database_data_safe_details.rb +1 -1
- data/lib/oci/database/models/enable_external_container_database_database_management_details.rb +185 -0
- data/lib/oci/database/models/enable_external_database_management_details_base.rb +157 -0
- data/lib/oci/database/models/enable_external_non_container_database_database_management_details.rb +185 -0
- data/lib/oci/database/models/enable_external_pluggable_database_database_management_details.rb +154 -0
- data/lib/oci/database/models/exadata_db_system_migration.rb +1 -1
- data/lib/oci/database/models/exadata_db_system_migration_summary.rb +1 -1
- data/lib/oci/database/models/exadata_infrastructure.rb +35 -2
- data/lib/oci/database/models/exadata_infrastructure_contact.rb +20 -6
- data/lib/oci/database/models/exadata_infrastructure_summary.rb +35 -2
- data/lib/oci/database/models/exadata_iorm_config.rb +1 -1
- data/lib/oci/database/models/exadata_iorm_config_update_details.rb +1 -1
- data/lib/oci/database/models/external_backup_job.rb +1 -1
- data/lib/oci/database/models/external_container_database.rb +429 -0
- data/lib/oci/database/models/external_container_database_summary.rb +429 -0
- data/lib/oci/database/models/external_database_base.rb +419 -0
- data/lib/oci/database/models/external_database_connector.rb +378 -0
- data/lib/oci/database/models/external_database_connector_summary.rb +355 -0
- data/lib/oci/database/models/external_macs_connector.rb +237 -0
- data/lib/oci/database/models/external_macs_connector_summary.rb +237 -0
- data/lib/oci/database/models/external_non_container_database.rb +428 -0
- data/lib/oci/database/models/external_non_container_database_summary.rb +430 -0
- data/lib/oci/database/models/external_pluggable_database.rb +464 -0
- data/lib/oci/database/models/external_pluggable_database_summary.rb +465 -0
- data/lib/oci/database/models/failover_data_guard_association_details.rb +1 -1
- data/lib/oci/database/models/flex_component_collection.rb +1 -1
- data/lib/oci/database/models/flex_component_summary.rb +1 -1
- data/lib/oci/database/models/generate_autonomous_database_wallet_details.rb +1 -1
- data/lib/oci/database/models/generate_recommended_network_details.rb +1 -1
- data/lib/oci/database/models/gi_version_summary.rb +1 -1
- data/lib/oci/database/models/info_for_network_gen_details.rb +1 -1
- data/lib/oci/database/models/key_store.rb +1 -1
- data/lib/oci/database/models/key_store_associated_database_details.rb +1 -1
- data/lib/oci/database/models/key_store_summary.rb +1 -1
- data/lib/oci/database/models/key_store_type_details.rb +1 -1
- data/lib/oci/database/models/key_store_type_from_oracle_key_vault_details.rb +1 -1
- data/lib/oci/database/models/launch_autonomous_exadata_infrastructure_details.rb +1 -1
- data/lib/oci/database/models/launch_db_system_base.rb +1 -1
- data/lib/oci/database/models/launch_db_system_details.rb +1 -1
- data/lib/oci/database/models/launch_db_system_from_backup_details.rb +1 -1
- data/lib/oci/database/models/launch_db_system_from_database_details.rb +1 -1
- data/lib/oci/database/models/launch_db_system_from_db_system_details.rb +1 -1
- data/lib/oci/database/models/maintenance_run.rb +9 -3
- data/lib/oci/database/models/maintenance_run_summary.rb +9 -3
- data/lib/oci/database/models/maintenance_window.rb +1 -1
- data/lib/oci/database/models/migrate_vault_key_details.rb +1 -1
- data/lib/oci/database/models/month.rb +1 -1
- data/lib/oci/database/models/mount_type_details.rb +1 -1
- data/lib/oci/database/models/node_details.rb +1 -1
- data/lib/oci/database/models/ocp_us.rb +1 -1
- data/lib/oci/database/models/patch.rb +1 -1
- data/lib/oci/database/models/patch_details.rb +1 -1
- data/lib/oci/database/models/patch_history_entry.rb +1 -1
- data/lib/oci/database/models/patch_history_entry_summary.rb +1 -1
- data/lib/oci/database/models/patch_summary.rb +1 -1
- data/lib/oci/database/models/peer_autonomous_container_database_backup_config.rb +1 -1
- data/lib/oci/database/models/register_autonomous_database_data_safe_details.rb +1 -1
- data/lib/oci/database/models/reinstate_data_guard_association_details.rb +1 -1
- data/lib/oci/database/models/restore_autonomous_database_details.rb +1 -1
- data/lib/oci/database/models/restore_database_details.rb +1 -1
- data/lib/oci/database/models/scan_details.rb +1 -1
- data/lib/oci/database/models/self_mount_details.rb +1 -1
- data/lib/oci/database/models/switchover_data_guard_association_details.rb +1 -1
- data/lib/oci/database/models/update.rb +4 -1
- data/lib/oci/database/models/update_autonomous_container_database_details.rb +1 -1
- data/lib/oci/database/models/update_autonomous_database_details.rb +45 -3
- data/lib/oci/database/models/update_autonomous_database_wallet_details.rb +1 -1
- data/lib/oci/database/models/update_autonomous_exadata_infrastructure_details.rb +1 -1
- data/lib/oci/database/models/update_autonomous_vm_cluster_details.rb +1 -1
- data/lib/oci/database/models/update_backup_destination_details.rb +1 -1
- data/lib/oci/database/models/update_cloud_exadata_infrastructure_details.rb +1 -1
- data/lib/oci/database/models/update_cloud_vm_cluster_details.rb +1 -1
- data/lib/oci/database/models/update_database_details.rb +1 -1
- data/lib/oci/database/models/update_database_software_image_details.rb +1 -1
- data/lib/oci/database/models/update_db_home_details.rb +1 -1
- data/lib/oci/database/models/update_db_system_details.rb +1 -1
- data/lib/oci/database/models/update_details.rb +3 -2
- data/lib/oci/database/models/update_exadata_infrastructure_details.rb +1 -1
- data/lib/oci/database/models/update_external_container_database_details.rb +186 -0
- data/lib/oci/database/models/update_external_database_connector_details.rb +236 -0
- data/lib/oci/database/models/update_external_database_details_base.rb +189 -0
- data/lib/oci/database/models/update_external_macs_connector_details.rb +187 -0
- data/lib/oci/database/models/update_external_non_container_database_details.rb +186 -0
- data/lib/oci/database/models/update_external_pluggable_database_details.rb +186 -0
- data/lib/oci/database/models/update_history_entry.rb +3 -1
- data/lib/oci/database/models/update_history_entry_summary.rb +3 -1
- data/lib/oci/database/models/update_key_store_details.rb +1 -1
- data/lib/oci/database/models/update_maintenance_run_details.rb +1 -1
- data/lib/oci/database/models/update_summary.rb +4 -1
- data/lib/oci/database/models/update_vm_cluster_details.rb +1 -1
- data/lib/oci/database/models/update_vm_cluster_network_details.rb +1 -1
- data/lib/oci/database/models/upgrade_database_details.rb +3 -4
- data/lib/oci/database/models/vm_cluster.rb +1 -1
- data/lib/oci/database/models/vm_cluster_network.rb +1 -1
- data/lib/oci/database/models/vm_cluster_network_details.rb +1 -1
- data/lib/oci/database/models/vm_cluster_network_summary.rb +1 -1
- data/lib/oci/database/models/vm_cluster_summary.rb +1 -1
- data/lib/oci/database/models/vm_network_details.rb +1 -1
- data/lib/oci/database/models/workload_type.rb +1 -1
- data/lib/oci/database/util.rb +1 -1
- data/lib/oci/database_management/database_management.rb +87 -0
- data/lib/oci/database_management/db_management_client.rb +1869 -0
- data/lib/oci/database_management/db_management_client_composite_operations.rb +223 -0
- data/lib/oci/database_management/models/activity_time_series_metrics.rb +202 -0
- data/lib/oci/database_management/models/add_managed_database_to_managed_database_group_details.rb +155 -0
- data/lib/oci/database_management/models/allowed_parameter_value.rb +174 -0
- data/lib/oci/database_management/models/change_database_parameter_details.rb +176 -0
- data/lib/oci/database_management/models/change_database_parameters_details.rb +192 -0
- data/lib/oci/database_management/models/change_job_compartment_details.rb +156 -0
- data/lib/oci/database_management/models/change_managed_database_group_compartment_details.rb +156 -0
- data/lib/oci/database_management/models/child_database.rb +256 -0
- data/lib/oci/database_management/models/compare_type.rb +11 -0
- data/lib/oci/database_management/models/create_job_details.rb +312 -0
- data/lib/oci/database_management/models/create_managed_database_group_details.rb +180 -0
- data/lib/oci/database_management/models/create_sql_job_details.rb +262 -0
- data/lib/oci/database_management/models/database_credentials.rb +189 -0
- data/lib/oci/database_management/models/database_fleet_health_metrics.rb +234 -0
- data/lib/oci/database_management/models/database_home_metric_definition.rb +210 -0
- data/lib/oci/database_management/models/database_home_metrics.rb +154 -0
- data/lib/oci/database_management/models/database_io_aggregate_metrics.rb +164 -0
- data/lib/oci/database_management/models/database_parameter_summary.rb +532 -0
- data/lib/oci/database_management/models/database_parameter_update_status.rb +202 -0
- data/lib/oci/database_management/models/database_parameters_collection.rb +248 -0
- data/lib/oci/database_management/models/database_status.rb +12 -0
- data/lib/oci/database_management/models/database_storage_aggregate_metrics.rb +180 -0
- data/lib/oci/database_management/models/database_sub_type.rb +12 -0
- data/lib/oci/database_management/models/database_time_aggregate_metrics.rb +192 -0
- data/lib/oci/database_management/models/database_type.rb +11 -0
- data/lib/oci/database_management/models/database_usage_metrics.rb +274 -0
- data/lib/oci/database_management/models/datafile.rb +423 -0
- data/lib/oci/database_management/models/fleet_metric_definition.rb +226 -0
- data/lib/oci/database_management/models/fleet_metric_summary_definition.rb +216 -0
- data/lib/oci/database_management/models/fleet_status_by_category.rb +222 -0
- data/lib/oci/database_management/models/fleet_summary.rb +166 -0
- data/lib/oci/database_management/models/job.rb +439 -0
- data/lib/oci/database_management/models/job_collection.rb +150 -0
- data/lib/oci/database_management/models/job_database.rb +160 -0
- data/lib/oci/database_management/models/job_execution.rb +346 -0
- data/lib/oci/database_management/models/job_execution_collection.rb +150 -0
- data/lib/oci/database_management/models/job_execution_result_details.rb +185 -0
- data/lib/oci/database_management/models/job_execution_result_location.rb +185 -0
- data/lib/oci/database_management/models/job_execution_summary.rb +283 -0
- data/lib/oci/database_management/models/job_run.rb +293 -0
- data/lib/oci/database_management/models/job_run_collection.rb +150 -0
- data/lib/oci/database_management/models/job_run_summary.rb +272 -0
- data/lib/oci/database_management/models/job_summary.rb +359 -0
- data/lib/oci/database_management/models/job_types.rb +10 -0
- data/lib/oci/database_management/models/lifecycle_states.rb +15 -0
- data/lib/oci/database_management/models/managed_database.rb +352 -0
- data/lib/oci/database_management/models/managed_database_collection.rb +150 -0
- data/lib/oci/database_management/models/managed_database_group.rb +264 -0
- data/lib/oci/database_management/models/managed_database_group_collection.rb +150 -0
- data/lib/oci/database_management/models/managed_database_group_summary.rb +250 -0
- data/lib/oci/database_management/models/managed_database_summary.rb +286 -0
- data/lib/oci/database_management/models/memory_aggregate_metrics.rb +154 -0
- data/lib/oci/database_management/models/metric_data_point.rb +170 -0
- data/lib/oci/database_management/models/metric_dimension_definition.rb +168 -0
- data/lib/oci/database_management/models/object_storage_job_execution_result_details.rb +206 -0
- data/lib/oci/database_management/models/object_storage_job_execution_result_location.rb +176 -0
- data/lib/oci/database_management/models/parameter_scope.rb +12 -0
- data/lib/oci/database_management/models/parent_group.rb +174 -0
- data/lib/oci/database_management/models/remove_managed_database_from_managed_database_group_details.rb +155 -0
- data/lib/oci/database_management/models/reset_database_parameters_details.rb +192 -0
- data/lib/oci/database_management/models/sort_orders.rb +11 -0
- data/lib/oci/database_management/models/sql_job.rb +335 -0
- data/lib/oci/database_management/models/tablespace.rb +926 -0
- data/lib/oci/database_management/models/tablespace_collection.rb +150 -0
- data/lib/oci/database_management/models/tablespace_summary.rb +1050 -0
- data/lib/oci/database_management/models/update_database_parameters_result.rb +151 -0
- data/lib/oci/database_management/models/update_managed_database_group_details.rb +150 -0
- data/lib/oci/database_management/util.rb +3 -0
- data/lib/oci/dns/dns.rb +1 -1
- data/lib/oci/dns/dns_client.rb +1 -1
- data/lib/oci/dns/dns_client_composite_operations.rb +1 -1
- data/lib/oci/dns/models/attached_view.rb +1 -1
- data/lib/oci/dns/models/attached_view_details.rb +1 -1
- data/lib/oci/dns/models/change_resolver_compartment_details.rb +1 -1
- data/lib/oci/dns/models/change_steering_policy_compartment_details.rb +1 -1
- data/lib/oci/dns/models/change_tsig_key_compartment_details.rb +1 -1
- data/lib/oci/dns/models/change_view_compartment_details.rb +1 -1
- data/lib/oci/dns/models/change_zone_compartment_details.rb +1 -1
- data/lib/oci/dns/models/create_migrated_dynect_zone_details.rb +1 -1
- data/lib/oci/dns/models/create_resolver_endpoint_details.rb +1 -1
- data/lib/oci/dns/models/create_resolver_vnic_endpoint_details.rb +1 -1
- data/lib/oci/dns/models/create_steering_policy_attachment_details.rb +1 -1
- data/lib/oci/dns/models/create_steering_policy_details.rb +1 -1
- data/lib/oci/dns/models/create_tsig_key_details.rb +1 -1
- data/lib/oci/dns/models/create_view_details.rb +1 -1
- data/lib/oci/dns/models/create_zone_base_details.rb +1 -1
- data/lib/oci/dns/models/create_zone_details.rb +1 -1
- data/lib/oci/dns/models/dynect_migration_details.rb +1 -1
- data/lib/oci/dns/models/external_master.rb +1 -1
- data/lib/oci/dns/models/migration_replacement.rb +1 -1
- data/lib/oci/dns/models/nameserver.rb +1 -1
- data/lib/oci/dns/models/patch_domain_records_details.rb +1 -1
- data/lib/oci/dns/models/patch_rr_set_details.rb +1 -1
- data/lib/oci/dns/models/patch_zone_records_details.rb +1 -1
- data/lib/oci/dns/models/record.rb +1 -1
- data/lib/oci/dns/models/record_collection.rb +1 -1
- data/lib/oci/dns/models/record_details.rb +1 -1
- data/lib/oci/dns/models/record_operation.rb +1 -1
- data/lib/oci/dns/models/resolver.rb +1 -1
- data/lib/oci/dns/models/resolver_endpoint.rb +1 -1
- data/lib/oci/dns/models/resolver_endpoint_summary.rb +1 -1
- data/lib/oci/dns/models/resolver_forward_rule.rb +1 -1
- data/lib/oci/dns/models/resolver_forward_rule_details.rb +1 -1
- data/lib/oci/dns/models/resolver_rule.rb +1 -1
- data/lib/oci/dns/models/resolver_rule_details.rb +1 -1
- data/lib/oci/dns/models/resolver_summary.rb +1 -1
- data/lib/oci/dns/models/resolver_vnic_endpoint.rb +1 -1
- data/lib/oci/dns/models/resolver_vnic_endpoint_summary.rb +1 -1
- data/lib/oci/dns/models/rr_set.rb +1 -1
- data/lib/oci/dns/models/scope.rb +1 -1
- data/lib/oci/dns/models/sort_order.rb +1 -1
- data/lib/oci/dns/models/steering_policy.rb +1 -1
- data/lib/oci/dns/models/steering_policy_answer.rb +1 -1
- data/lib/oci/dns/models/steering_policy_attachment.rb +1 -1
- data/lib/oci/dns/models/steering_policy_attachment_summary.rb +1 -1
- data/lib/oci/dns/models/steering_policy_filter_answer_data.rb +1 -1
- data/lib/oci/dns/models/steering_policy_filter_rule.rb +1 -1
- data/lib/oci/dns/models/steering_policy_filter_rule_case.rb +1 -1
- data/lib/oci/dns/models/steering_policy_health_rule.rb +1 -1
- data/lib/oci/dns/models/steering_policy_health_rule_case.rb +1 -1
- data/lib/oci/dns/models/steering_policy_limit_rule.rb +1 -1
- data/lib/oci/dns/models/steering_policy_limit_rule_case.rb +1 -1
- data/lib/oci/dns/models/steering_policy_priority_answer_data.rb +1 -1
- data/lib/oci/dns/models/steering_policy_priority_rule.rb +1 -1
- data/lib/oci/dns/models/steering_policy_priority_rule_case.rb +1 -1
- data/lib/oci/dns/models/steering_policy_rule.rb +1 -1
- data/lib/oci/dns/models/steering_policy_summary.rb +1 -1
- data/lib/oci/dns/models/steering_policy_weighted_answer_data.rb +1 -1
- data/lib/oci/dns/models/steering_policy_weighted_rule.rb +1 -1
- data/lib/oci/dns/models/steering_policy_weighted_rule_case.rb +1 -1
- data/lib/oci/dns/models/tsig.rb +1 -1
- data/lib/oci/dns/models/tsig_key.rb +1 -1
- data/lib/oci/dns/models/tsig_key_summary.rb +1 -1
- data/lib/oci/dns/models/update_domain_records_details.rb +1 -1
- data/lib/oci/dns/models/update_resolver_details.rb +1 -1
- data/lib/oci/dns/models/update_resolver_endpoint_details.rb +1 -1
- data/lib/oci/dns/models/update_resolver_vnic_endpoint_details.rb +1 -1
- data/lib/oci/dns/models/update_rr_set_details.rb +1 -1
- data/lib/oci/dns/models/update_steering_policy_attachment_details.rb +1 -1
- data/lib/oci/dns/models/update_steering_policy_details.rb +1 -1
- data/lib/oci/dns/models/update_tsig_key_details.rb +1 -1
- data/lib/oci/dns/models/update_view_details.rb +1 -1
- data/lib/oci/dns/models/update_zone_details.rb +1 -1
- data/lib/oci/dns/models/update_zone_records_details.rb +1 -1
- data/lib/oci/dns/models/view.rb +1 -1
- data/lib/oci/dns/models/view_summary.rb +1 -1
- data/lib/oci/dns/models/zone.rb +1 -1
- data/lib/oci/dns/models/zone_summary.rb +1 -1
- data/lib/oci/dns/util.rb +1 -1
- data/lib/oci/dts/appliance_export_job_client.rb +1 -1
- data/lib/oci/dts/appliance_export_job_client_composite_operations.rb +1 -1
- data/lib/oci/dts/dts.rb +1 -1
- data/lib/oci/dts/models/appliance_export_job.rb +1 -1
- data/lib/oci/dts/models/appliance_export_job_summary.rb +1 -1
- data/lib/oci/dts/models/attach_devices_details.rb +1 -1
- data/lib/oci/dts/models/change_appliance_export_job_compartment_details.rb +1 -1
- data/lib/oci/dts/models/change_transfer_job_compartment_details.rb +1 -1
- data/lib/oci/dts/models/create_appliance_export_job_details.rb +1 -1
- data/lib/oci/dts/models/create_transfer_appliance_details.rb +1 -1
- data/lib/oci/dts/models/create_transfer_appliance_entitlement_details.rb +1 -1
- data/lib/oci/dts/models/create_transfer_device_details.rb +1 -1
- data/lib/oci/dts/models/create_transfer_job_details.rb +1 -1
- data/lib/oci/dts/models/create_transfer_package_details.rb +1 -1
- data/lib/oci/dts/models/detach_devices_details.rb +1 -1
- data/lib/oci/dts/models/multiple_transfer_appliances.rb +1 -1
- data/lib/oci/dts/models/multiple_transfer_devices.rb +1 -1
- data/lib/oci/dts/models/multiple_transfer_packages.rb +1 -1
- data/lib/oci/dts/models/new_transfer_device.rb +1 -1
- data/lib/oci/dts/models/shipping_address.rb +1 -1
- data/lib/oci/dts/models/shipping_vendors.rb +1 -1
- data/lib/oci/dts/models/transfer_appliance.rb +1 -1
- data/lib/oci/dts/models/transfer_appliance_certificate.rb +1 -1
- data/lib/oci/dts/models/transfer_appliance_encryption_passphrase.rb +1 -1
- data/lib/oci/dts/models/transfer_appliance_entitlement.rb +1 -1
- data/lib/oci/dts/models/transfer_appliance_entitlement_summary.rb +1 -1
- data/lib/oci/dts/models/transfer_appliance_public_key.rb +1 -1
- data/lib/oci/dts/models/transfer_appliance_summary.rb +1 -1
- data/lib/oci/dts/models/transfer_device.rb +1 -1
- data/lib/oci/dts/models/transfer_device_summary.rb +1 -1
- data/lib/oci/dts/models/transfer_job.rb +1 -1
- data/lib/oci/dts/models/transfer_job_summary.rb +1 -1
- data/lib/oci/dts/models/transfer_package.rb +1 -1
- data/lib/oci/dts/models/transfer_package_summary.rb +1 -1
- data/lib/oci/dts/models/update_appliance_export_job_details.rb +1 -1
- data/lib/oci/dts/models/update_transfer_appliance_details.rb +1 -1
- data/lib/oci/dts/models/update_transfer_device_details.rb +1 -1
- data/lib/oci/dts/models/update_transfer_job_details.rb +1 -1
- data/lib/oci/dts/models/update_transfer_package_details.rb +1 -1
- data/lib/oci/dts/shipping_vendors_client.rb +1 -1
- data/lib/oci/dts/shipping_vendors_client_composite_operations.rb +1 -1
- data/lib/oci/dts/transfer_appliance_client.rb +1 -1
- data/lib/oci/dts/transfer_appliance_client_composite_operations.rb +1 -1
- data/lib/oci/dts/transfer_appliance_entitlement_client.rb +1 -1
- data/lib/oci/dts/transfer_appliance_entitlement_client_composite_operations.rb +1 -1
- data/lib/oci/dts/transfer_device_client.rb +1 -1
- data/lib/oci/dts/transfer_device_client_composite_operations.rb +1 -1
- data/lib/oci/dts/transfer_job_client.rb +1 -1
- data/lib/oci/dts/transfer_job_client_composite_operations.rb +1 -1
- data/lib/oci/dts/transfer_package_client.rb +1 -1
- data/lib/oci/dts/transfer_package_client_composite_operations.rb +1 -1
- data/lib/oci/dts/util.rb +1 -1
- data/lib/oci/email/email.rb +1 -1
- data/lib/oci/email/email_client.rb +1 -1
- data/lib/oci/email/email_client_composite_operations.rb +1 -1
- data/lib/oci/email/models/change_sender_compartment_details.rb +1 -1
- data/lib/oci/email/models/create_sender_details.rb +1 -1
- data/lib/oci/email/models/create_suppression_details.rb +1 -1
- data/lib/oci/email/models/sender.rb +1 -1
- data/lib/oci/email/models/sender_summary.rb +1 -1
- data/lib/oci/email/models/suppression.rb +1 -1
- data/lib/oci/email/models/suppression_summary.rb +1 -1
- data/lib/oci/email/models/update_sender_details.rb +1 -1
- data/lib/oci/email/util.rb +1 -1
- data/lib/oci/errors.rb +1 -1
- data/lib/oci/events/events.rb +1 -1
- data/lib/oci/events/events_client.rb +1 -1
- data/lib/oci/events/events_client_composite_operations.rb +1 -1
- data/lib/oci/events/models/action.rb +1 -1
- data/lib/oci/events/models/action_details.rb +1 -1
- data/lib/oci/events/models/action_details_list.rb +1 -1
- data/lib/oci/events/models/action_list.rb +1 -1
- data/lib/oci/events/models/change_rule_compartment_details.rb +1 -1
- data/lib/oci/events/models/create_faa_s_action_details.rb +1 -1
- data/lib/oci/events/models/create_notification_service_action_details.rb +1 -1
- data/lib/oci/events/models/create_rule_details.rb +1 -1
- data/lib/oci/events/models/create_streaming_service_action_details.rb +1 -1
- data/lib/oci/events/models/faa_s_action.rb +1 -1
- data/lib/oci/events/models/notification_service_action.rb +1 -1
- data/lib/oci/events/models/rule.rb +1 -1
- data/lib/oci/events/models/rule_summary.rb +1 -1
- data/lib/oci/events/models/streaming_service_action.rb +1 -1
- data/lib/oci/events/models/update_rule_details.rb +1 -1
- data/lib/oci/events/util.rb +1 -1
- data/lib/oci/file_storage/file_storage.rb +2 -1
- data/lib/oci/file_storage/file_storage_client.rb +45 -41
- data/lib/oci/file_storage/file_storage_client_composite_operations.rb +10 -10
- data/lib/oci/file_storage/models/change_file_system_compartment_details.rb +1 -1
- data/lib/oci/file_storage/models/change_mount_target_compartment_details.rb +1 -1
- data/lib/oci/file_storage/models/client_options.rb +1 -1
- data/lib/oci/file_storage/models/create_export_details.rb +3 -3
- data/lib/oci/file_storage/models/create_file_system_details.rb +23 -7
- data/lib/oci/file_storage/models/create_mount_target_details.rb +3 -3
- data/lib/oci/file_storage/models/create_snapshot_details.rb +2 -2
- data/lib/oci/file_storage/models/export.rb +4 -4
- data/lib/oci/file_storage/models/export_set.rb +4 -4
- data/lib/oci/file_storage/models/export_set_summary.rb +4 -4
- data/lib/oci/file_storage/models/export_summary.rb +4 -4
- data/lib/oci/file_storage/models/file_system.rb +70 -8
- data/lib/oci/file_storage/models/file_system_summary.rb +69 -8
- data/lib/oci/file_storage/models/mount_target.rb +5 -5
- data/lib/oci/file_storage/models/mount_target_summary.rb +5 -5
- data/lib/oci/file_storage/models/snapshot.rb +52 -4
- data/lib/oci/file_storage/models/snapshot_summary.rb +52 -5
- data/lib/oci/file_storage/models/source_details.rb +173 -0
- data/lib/oci/file_storage/models/update_export_details.rb +1 -1
- data/lib/oci/file_storage/models/update_export_set_details.rb +1 -1
- data/lib/oci/file_storage/models/update_file_system_details.rb +3 -4
- data/lib/oci/file_storage/models/update_mount_target_details.rb +1 -1
- data/lib/oci/file_storage/models/update_snapshot_details.rb +1 -1
- data/lib/oci/file_storage/util.rb +1 -1
- data/lib/oci/functions/functions.rb +1 -1
- data/lib/oci/functions/functions_invoke_client.rb +1 -1
- data/lib/oci/functions/functions_invoke_client_composite_operations.rb +1 -1
- data/lib/oci/functions/functions_management_client.rb +1 -1
- data/lib/oci/functions/functions_management_client_composite_operations.rb +1 -1
- data/lib/oci/functions/models/application.rb +1 -1
- data/lib/oci/functions/models/application_summary.rb +1 -1
- data/lib/oci/functions/models/change_application_compartment_details.rb +1 -1
- data/lib/oci/functions/models/create_application_details.rb +1 -1
- data/lib/oci/functions/models/create_function_details.rb +1 -1
- data/lib/oci/functions/models/function.rb +1 -1
- data/lib/oci/functions/models/function_summary.rb +1 -1
- data/lib/oci/functions/models/update_application_details.rb +1 -1
- data/lib/oci/functions/models/update_function_details.rb +1 -1
- data/lib/oci/functions/util.rb +1 -1
- data/lib/oci/global_context.rb +1 -1
- data/lib/oci/golden_gate/golden_gate.rb +65 -0
- data/lib/oci/golden_gate/golden_gate_client.rb +1791 -0
- data/lib/oci/golden_gate/golden_gate_client_composite_operations.rb +782 -0
- data/lib/oci/golden_gate/models/action_type.rb +14 -0
- data/lib/oci/golden_gate/models/change_database_registration_compartment_details.rb +156 -0
- data/lib/oci/golden_gate/models/change_deployment_backup_compartment_details.rb +156 -0
- data/lib/oci/golden_gate/models/change_deployment_compartment_details.rb +156 -0
- data/lib/oci/golden_gate/models/create_database_registration_details.rb +378 -0
- data/lib/oci/golden_gate/models/create_deployment_backup_details.rb +260 -0
- data/lib/oci/golden_gate/models/create_deployment_details.rb +383 -0
- data/lib/oci/golden_gate/models/create_ogg_deployment_details.rb +208 -0
- data/lib/oci/golden_gate/models/database_registration.rb +498 -0
- data/lib/oci/golden_gate/models/database_registration_collection.rb +152 -0
- data/lib/oci/golden_gate/models/database_registration_summary.rb +423 -0
- data/lib/oci/golden_gate/models/default_restore_deployment_details.rb +145 -0
- data/lib/oci/golden_gate/models/default_start_deployment_details.rb +145 -0
- data/lib/oci/golden_gate/models/default_stop_deployment_details.rb +145 -0
- data/lib/oci/golden_gate/models/deployment.rb +582 -0
- data/lib/oci/golden_gate/models/deployment_backup.rb +451 -0
- data/lib/oci/golden_gate/models/deployment_backup_collection.rb +152 -0
- data/lib/oci/golden_gate/models/deployment_backup_summary.rb +451 -0
- data/lib/oci/golden_gate/models/deployment_backup_type.rb +11 -0
- data/lib/oci/golden_gate/models/deployment_collection.rb +152 -0
- data/lib/oci/golden_gate/models/deployment_summary.rb +524 -0
- data/lib/oci/golden_gate/models/deployment_type.rb +10 -0
- data/lib/oci/golden_gate/models/license_model.rb +11 -0
- data/lib/oci/golden_gate/models/lifecycle_state.rb +16 -0
- data/lib/oci/golden_gate/models/ogg_deployment.rb +182 -0
- data/lib/oci/golden_gate/models/operation_status.rb +14 -0
- data/lib/oci/golden_gate/models/operation_type.rb +23 -0
- data/lib/oci/golden_gate/models/restore_deployment_details.rb +179 -0
- data/lib/oci/golden_gate/models/restore_deployment_type.rb +10 -0
- data/lib/oci/golden_gate/models/sort_order.rb +11 -0
- data/lib/oci/golden_gate/models/start_deployment_details.rb +179 -0
- data/lib/oci/golden_gate/models/start_deployment_type.rb +10 -0
- data/lib/oci/golden_gate/models/stop_deployment_details.rb +179 -0
- data/lib/oci/golden_gate/models/stop_deployment_type.rb +10 -0
- data/lib/oci/golden_gate/models/update_database_registration_details.rb +273 -0
- data/lib/oci/golden_gate/models/update_deployment_backup_details.rb +173 -0
- data/lib/oci/golden_gate/models/update_deployment_details.rb +326 -0
- data/lib/oci/golden_gate/models/update_ogg_deployment_details.rb +193 -0
- data/lib/oci/golden_gate/models/upgrade_deployment_current_release_details.rb +145 -0
- data/lib/oci/golden_gate/models/upgrade_deployment_details.rb +179 -0
- data/lib/oci/golden_gate/models/upgrade_deployment_type.rb +10 -0
- data/lib/oci/golden_gate/models/work_request.rb +318 -0
- data/lib/oci/golden_gate/models/work_request_error.rb +175 -0
- data/lib/oci/golden_gate/models/work_request_log_entry.rb +163 -0
- data/lib/oci/golden_gate/models/work_request_resource.rb +220 -0
- data/lib/oci/golden_gate/util.rb +3 -0
- data/lib/oci/healthchecks/health_checks_client.rb +1 -1
- data/lib/oci/healthchecks/health_checks_client_composite_operations.rb +1 -1
- data/lib/oci/healthchecks/healthchecks.rb +1 -1
- data/lib/oci/healthchecks/models/change_http_monitor_compartment_details.rb +1 -1
- data/lib/oci/healthchecks/models/change_ping_monitor_compartment_details.rb +1 -1
- data/lib/oci/healthchecks/models/connection.rb +1 -1
- data/lib/oci/healthchecks/models/create_http_monitor_details.rb +1 -1
- data/lib/oci/healthchecks/models/create_on_demand_http_probe_details.rb +1 -1
- data/lib/oci/healthchecks/models/create_on_demand_ping_probe_details.rb +1 -1
- data/lib/oci/healthchecks/models/create_ping_monitor_details.rb +1 -1
- data/lib/oci/healthchecks/models/dns.rb +1 -1
- data/lib/oci/healthchecks/models/geolocation.rb +1 -1
- data/lib/oci/healthchecks/models/health_checks_vantage_point_summary.rb +1 -1
- data/lib/oci/healthchecks/models/http_monitor.rb +1 -1
- data/lib/oci/healthchecks/models/http_monitor_summary.rb +1 -1
- data/lib/oci/healthchecks/models/http_probe.rb +1 -1
- data/lib/oci/healthchecks/models/http_probe_method.rb +1 -1
- data/lib/oci/healthchecks/models/http_probe_protocol.rb +1 -1
- data/lib/oci/healthchecks/models/http_probe_result_summary.rb +1 -1
- data/lib/oci/healthchecks/models/ping_monitor.rb +1 -1
- data/lib/oci/healthchecks/models/ping_monitor_summary.rb +1 -1
- data/lib/oci/healthchecks/models/ping_probe.rb +1 -1
- data/lib/oci/healthchecks/models/ping_probe_protocol.rb +1 -1
- data/lib/oci/healthchecks/models/ping_probe_result_summary.rb +1 -1
- data/lib/oci/healthchecks/models/routing.rb +1 -1
- data/lib/oci/healthchecks/models/tcp_connection.rb +1 -1
- data/lib/oci/healthchecks/models/update_http_monitor_details.rb +1 -1
- data/lib/oci/healthchecks/models/update_ping_monitor_details.rb +1 -1
- data/lib/oci/healthchecks/util.rb +1 -1
- data/lib/oci/identity/identity.rb +1 -1
- data/lib/oci/identity/identity_client.rb +1 -1
- data/lib/oci/identity/identity_client_composite_operations.rb +1 -1
- data/lib/oci/identity/models/add_user_to_group_details.rb +1 -1
- data/lib/oci/identity/models/api_key.rb +1 -1
- data/lib/oci/identity/models/auth_token.rb +1 -1
- data/lib/oci/identity/models/authentication_policy.rb +1 -1
- data/lib/oci/identity/models/availability_domain.rb +1 -1
- data/lib/oci/identity/models/base_tag_definition_validator.rb +1 -1
- data/lib/oci/identity/models/bulk_action_resource.rb +1 -1
- data/lib/oci/identity/models/bulk_action_resource_type.rb +1 -1
- data/lib/oci/identity/models/bulk_action_resource_type_collection.rb +1 -1
- data/lib/oci/identity/models/bulk_delete_resources_details.rb +1 -1
- data/lib/oci/identity/models/bulk_delete_tags_details.rb +1 -1
- data/lib/oci/identity/models/bulk_edit_operation_details.rb +1 -1
- data/lib/oci/identity/models/bulk_edit_resource.rb +1 -1
- data/lib/oci/identity/models/bulk_edit_tags_details.rb +1 -1
- data/lib/oci/identity/models/bulk_edit_tags_resource_type.rb +1 -1
- data/lib/oci/identity/models/bulk_edit_tags_resource_type_collection.rb +1 -1
- data/lib/oci/identity/models/bulk_move_resources_details.rb +1 -1
- data/lib/oci/identity/models/change_tag_namespace_compartment_detail.rb +1 -1
- data/lib/oci/identity/models/compartment.rb +1 -1
- data/lib/oci/identity/models/create_api_key_details.rb +1 -1
- data/lib/oci/identity/models/create_auth_token_details.rb +1 -1
- data/lib/oci/identity/models/create_compartment_details.rb +1 -1
- data/lib/oci/identity/models/create_customer_secret_key_details.rb +1 -1
- data/lib/oci/identity/models/create_dynamic_group_details.rb +1 -1
- data/lib/oci/identity/models/create_group_details.rb +1 -1
- data/lib/oci/identity/models/create_identity_provider_details.rb +1 -1
- data/lib/oci/identity/models/create_idp_group_mapping_details.rb +1 -1
- data/lib/oci/identity/models/create_network_source_details.rb +1 -1
- data/lib/oci/identity/models/create_o_auth2_client_credential_details.rb +1 -1
- data/lib/oci/identity/models/create_policy_details.rb +1 -1
- data/lib/oci/identity/models/create_region_subscription_details.rb +1 -1
- data/lib/oci/identity/models/create_saml2_identity_provider_details.rb +1 -1
- data/lib/oci/identity/models/create_smtp_credential_details.rb +1 -1
- data/lib/oci/identity/models/create_swift_password_details.rb +1 -1
- data/lib/oci/identity/models/create_tag_default_details.rb +1 -1
- data/lib/oci/identity/models/create_tag_details.rb +1 -1
- data/lib/oci/identity/models/create_tag_namespace_details.rb +1 -1
- data/lib/oci/identity/models/create_user_details.rb +1 -1
- data/lib/oci/identity/models/customer_secret_key.rb +1 -1
- data/lib/oci/identity/models/customer_secret_key_summary.rb +1 -1
- data/lib/oci/identity/models/default_tag_definition_validator.rb +1 -1
- data/lib/oci/identity/models/dynamic_group.rb +1 -1
- data/lib/oci/identity/models/enum_tag_definition_validator.rb +1 -1
- data/lib/oci/identity/models/fault_domain.rb +1 -1
- data/lib/oci/identity/models/fully_qualified_scope.rb +1 -1
- data/lib/oci/identity/models/group.rb +1 -1
- data/lib/oci/identity/models/identity_provider.rb +1 -1
- data/lib/oci/identity/models/identity_provider_group_summary.rb +1 -1
- data/lib/oci/identity/models/idp_group_mapping.rb +1 -1
- data/lib/oci/identity/models/mfa_totp_device.rb +1 -1
- data/lib/oci/identity/models/mfa_totp_device_summary.rb +1 -1
- data/lib/oci/identity/models/mfa_totp_token.rb +1 -1
- data/lib/oci/identity/models/move_compartment_details.rb +1 -1
- data/lib/oci/identity/models/network_policy.rb +1 -1
- data/lib/oci/identity/models/network_sources.rb +1 -1
- data/lib/oci/identity/models/network_sources_summary.rb +1 -1
- data/lib/oci/identity/models/network_sources_virtual_source_list.rb +1 -1
- data/lib/oci/identity/models/o_auth2_client_credential.rb +1 -1
- data/lib/oci/identity/models/o_auth2_client_credential_summary.rb +1 -1
- data/lib/oci/identity/models/password_policy.rb +1 -1
- data/lib/oci/identity/models/policy.rb +1 -1
- data/lib/oci/identity/models/region.rb +1 -1
- data/lib/oci/identity/models/region_subscription.rb +1 -1
- data/lib/oci/identity/models/saml2_identity_provider.rb +1 -1
- data/lib/oci/identity/models/scim_client_credentials.rb +1 -1
- data/lib/oci/identity/models/smtp_credential.rb +1 -1
- data/lib/oci/identity/models/smtp_credential_summary.rb +1 -1
- data/lib/oci/identity/models/swift_password.rb +1 -1
- data/lib/oci/identity/models/tag.rb +1 -1
- data/lib/oci/identity/models/tag_default.rb +1 -1
- data/lib/oci/identity/models/tag_default_summary.rb +1 -1
- data/lib/oci/identity/models/tag_namespace.rb +1 -1
- data/lib/oci/identity/models/tag_namespace_summary.rb +1 -1
- data/lib/oci/identity/models/tag_summary.rb +1 -1
- data/lib/oci/identity/models/tagging_work_request.rb +1 -1
- data/lib/oci/identity/models/tagging_work_request_error_summary.rb +1 -1
- data/lib/oci/identity/models/tagging_work_request_log_summary.rb +1 -1
- data/lib/oci/identity/models/tagging_work_request_summary.rb +1 -1
- data/lib/oci/identity/models/tenancy.rb +1 -1
- data/lib/oci/identity/models/ui_password.rb +1 -1
- data/lib/oci/identity/models/ui_password_information.rb +1 -1
- data/lib/oci/identity/models/update_auth_token_details.rb +1 -1
- data/lib/oci/identity/models/update_authentication_policy_details.rb +1 -1
- data/lib/oci/identity/models/update_compartment_details.rb +1 -1
- data/lib/oci/identity/models/update_customer_secret_key_details.rb +1 -1
- data/lib/oci/identity/models/update_dynamic_group_details.rb +1 -1
- data/lib/oci/identity/models/update_group_details.rb +1 -1
- data/lib/oci/identity/models/update_identity_provider_details.rb +1 -1
- data/lib/oci/identity/models/update_idp_group_mapping_details.rb +1 -1
- data/lib/oci/identity/models/update_network_source_details.rb +1 -1
- data/lib/oci/identity/models/update_o_auth2_client_credential_details.rb +1 -1
- data/lib/oci/identity/models/update_policy_details.rb +1 -1
- data/lib/oci/identity/models/update_saml2_identity_provider_details.rb +1 -1
- data/lib/oci/identity/models/update_smtp_credential_details.rb +1 -1
- data/lib/oci/identity/models/update_state_details.rb +1 -1
- data/lib/oci/identity/models/update_swift_password_details.rb +1 -1
- data/lib/oci/identity/models/update_tag_default_details.rb +1 -1
- data/lib/oci/identity/models/update_tag_details.rb +1 -1
- data/lib/oci/identity/models/update_tag_namespace_details.rb +1 -1
- data/lib/oci/identity/models/update_user_capabilities_details.rb +1 -1
- data/lib/oci/identity/models/update_user_details.rb +1 -1
- data/lib/oci/identity/models/user.rb +1 -1
- data/lib/oci/identity/models/user_capabilities.rb +1 -1
- data/lib/oci/identity/models/user_group_membership.rb +1 -1
- data/lib/oci/identity/models/work_request.rb +1 -1
- data/lib/oci/identity/models/work_request_error.rb +1 -1
- data/lib/oci/identity/models/work_request_log_entry.rb +1 -1
- data/lib/oci/identity/models/work_request_resource.rb +1 -1
- data/lib/oci/identity/models/work_request_summary.rb +1 -1
- data/lib/oci/identity/util.rb +1 -1
- data/lib/oci/integration/integration.rb +6 -1
- data/lib/oci/integration/integration_instance_client.rb +74 -1
- data/lib/oci/integration/integration_instance_client_composite_operations.rb +51 -1
- data/lib/oci/integration/models/change_integration_instance_compartment_details.rb +1 -1
- data/lib/oci/integration/models/change_integration_instance_network_endpoint_details.rb +154 -0
- data/lib/oci/integration/models/create_custom_endpoint_details.rb +1 -1
- data/lib/oci/integration/models/create_integration_instance_details.rb +19 -6
- data/lib/oci/integration/models/custom_endpoint_details.rb +1 -1
- data/lib/oci/integration/models/integration_instance.rb +18 -5
- data/lib/oci/integration/models/integration_instance_summary.rb +18 -5
- data/lib/oci/integration/models/network_endpoint_details.rb +191 -0
- data/lib/oci/integration/models/network_endpoint_type.rb +10 -0
- data/lib/oci/integration/models/public_endpoint_details.rb +195 -0
- data/lib/oci/integration/models/update_custom_endpoint_details.rb +1 -1
- data/lib/oci/integration/models/update_integration_instance_details.rb +1 -1
- data/lib/oci/integration/models/virtual_cloud_network.rb +167 -0
- data/lib/oci/integration/models/work_request.rb +1 -1
- data/lib/oci/integration/models/work_request_error.rb +1 -1
- data/lib/oci/integration/models/work_request_log_entry.rb +1 -1
- data/lib/oci/integration/models/work_request_resource.rb +1 -1
- data/lib/oci/integration/models/work_request_summary.rb +1 -1
- data/lib/oci/integration/util.rb +1 -1
- data/lib/oci/internal/internal.rb +1 -1
- data/lib/oci/internal/util.rb +1 -1
- data/lib/oci/key_management/key_management.rb +13 -1
- data/lib/oci/key_management/kms_crypto_client.rb +119 -1
- data/lib/oci/key_management/kms_crypto_client_composite_operations.rb +1 -1
- data/lib/oci/key_management/kms_management_client.rb +77 -7
- data/lib/oci/key_management/kms_management_client_composite_operations.rb +1 -1
- data/lib/oci/key_management/kms_vault_client.rb +269 -1
- data/lib/oci/key_management/kms_vault_client_composite_operations.rb +1 -1
- data/lib/oci/key_management/models/backup_key_details.rb +1 -1
- data/lib/oci/key_management/models/backup_location.rb +1 -1
- data/lib/oci/key_management/models/backup_location_bucket.rb +1 -1
- data/lib/oci/key_management/models/backup_location_uri.rb +1 -1
- data/lib/oci/key_management/models/backup_vault_details.rb +1 -1
- data/lib/oci/key_management/models/change_key_compartment_details.rb +1 -1
- data/lib/oci/key_management/models/change_vault_compartment_details.rb +1 -1
- data/lib/oci/key_management/models/create_key_details.rb +1 -1
- data/lib/oci/key_management/models/create_vault_details.rb +1 -1
- data/lib/oci/key_management/models/create_vault_replica_details.rb +155 -0
- data/lib/oci/key_management/models/decrypt_data_details.rb +55 -5
- data/lib/oci/key_management/models/decrypted_data.rb +77 -6
- data/lib/oci/key_management/models/delete_vault_replica_details.rb +155 -0
- data/lib/oci/key_management/models/encrypt_data_details.rb +55 -5
- data/lib/oci/key_management/models/encrypted_data.rb +76 -5
- data/lib/oci/key_management/models/export_key_details.rb +1 -1
- data/lib/oci/key_management/models/exported_key_data.rb +3 -3
- data/lib/oci/key_management/models/generate_key_details.rb +1 -1
- data/lib/oci/key_management/models/generated_key.rb +1 -1
- data/lib/oci/key_management/models/import_key_details.rb +1 -1
- data/lib/oci/key_management/models/import_key_version_details.rb +1 -1
- data/lib/oci/key_management/models/key.rb +31 -5
- data/lib/oci/key_management/models/key_replica_details.rb +156 -0
- data/lib/oci/key_management/models/key_shape.rb +44 -6
- data/lib/oci/key_management/models/key_summary.rb +35 -5
- data/lib/oci/key_management/models/key_version.rb +46 -5
- data/lib/oci/key_management/models/key_version_replica_details.rb +156 -0
- data/lib/oci/key_management/models/key_version_summary.rb +1 -1
- data/lib/oci/key_management/models/replica_details.rb +181 -0
- data/lib/oci/key_management/models/replication_status_details.rb +153 -0
- data/lib/oci/key_management/models/restore_key_from_object_store_details.rb +1 -1
- data/lib/oci/key_management/models/restore_vault_from_object_store_details.rb +1 -1
- data/lib/oci/key_management/models/schedule_key_deletion_details.rb +1 -1
- data/lib/oci/key_management/models/schedule_key_version_deletion_details.rb +1 -1
- data/lib/oci/key_management/models/schedule_vault_deletion_details.rb +1 -1
- data/lib/oci/key_management/models/sign_data_details.rb +251 -0
- data/lib/oci/key_management/models/signed_data.rb +228 -0
- data/lib/oci/key_management/models/update_key_details.rb +1 -1
- data/lib/oci/key_management/models/update_vault_details.rb +1 -1
- data/lib/oci/key_management/models/vault.rb +31 -5
- data/lib/oci/key_management/models/vault_replica_details.rb +156 -0
- data/lib/oci/key_management/models/vault_replica_summary.rb +212 -0
- data/lib/oci/key_management/models/vault_summary.rb +1 -1
- data/lib/oci/key_management/models/vault_usage.rb +1 -1
- data/lib/oci/key_management/models/verified_data.rb +154 -0
- data/lib/oci/key_management/models/verify_data_details.rb +262 -0
- data/lib/oci/key_management/models/wrapped_import_key.rb +9 -3
- data/lib/oci/key_management/models/wrapping_key.rb +1 -1
- data/lib/oci/key_management/util.rb +1 -1
- data/lib/oci/limits/limits.rb +1 -1
- data/lib/oci/limits/limits_client.rb +1 -1
- data/lib/oci/limits/limits_client_composite_operations.rb +1 -1
- data/lib/oci/limits/models/create_quota_details.rb +1 -1
- data/lib/oci/limits/models/limit_definition_summary.rb +1 -1
- data/lib/oci/limits/models/limit_value_summary.rb +1 -1
- data/lib/oci/limits/models/quota.rb +1 -1
- data/lib/oci/limits/models/quota_summary.rb +1 -1
- data/lib/oci/limits/models/resource_availability.rb +1 -1
- data/lib/oci/limits/models/service_summary.rb +1 -1
- data/lib/oci/limits/models/update_quota_details.rb +1 -1
- data/lib/oci/limits/quotas_client.rb +1 -1
- data/lib/oci/limits/quotas_client_composite_operations.rb +1 -1
- data/lib/oci/limits/util.rb +1 -1
- data/lib/oci/load_balancer/load_balancer.rb +8 -1
- data/lib/oci/load_balancer/load_balancer_client.rb +339 -1
- data/lib/oci/load_balancer/load_balancer_client_composite_operations.rb +158 -1
- data/lib/oci/load_balancer/models/action.rb +185 -0
- data/lib/oci/load_balancer/models/add_http_request_header_rule.rb +4 -4
- data/lib/oci/load_balancer/models/add_http_response_header_rule.rb +4 -1
- data/lib/oci/load_balancer/models/allow_rule.rb +1 -1
- data/lib/oci/load_balancer/models/backend.rb +1 -1
- data/lib/oci/load_balancer/models/backend_details.rb +1 -1
- data/lib/oci/load_balancer/models/backend_health.rb +1 -1
- data/lib/oci/load_balancer/models/backend_set.rb +1 -1
- data/lib/oci/load_balancer/models/backend_set_details.rb +1 -1
- data/lib/oci/load_balancer/models/backend_set_health.rb +1 -1
- data/lib/oci/load_balancer/models/certificate.rb +1 -1
- data/lib/oci/load_balancer/models/certificate_details.rb +1 -1
- data/lib/oci/load_balancer/models/change_load_balancer_compartment_details.rb +1 -1
- data/lib/oci/load_balancer/models/connection_configuration.rb +1 -1
- data/lib/oci/load_balancer/models/control_access_using_http_methods_rule.rb +1 -1
- data/lib/oci/load_balancer/models/create_backend_details.rb +1 -1
- data/lib/oci/load_balancer/models/create_backend_set_details.rb +1 -1
- data/lib/oci/load_balancer/models/create_certificate_details.rb +1 -1
- data/lib/oci/load_balancer/models/create_hostname_details.rb +1 -1
- data/lib/oci/load_balancer/models/create_listener_details.rb +21 -2
- data/lib/oci/load_balancer/models/create_load_balancer_details.rb +1 -1
- data/lib/oci/load_balancer/models/create_path_route_set_details.rb +1 -1
- data/lib/oci/load_balancer/models/create_routing_policy_details.rb +194 -0
- data/lib/oci/load_balancer/models/create_rule_set_details.rb +1 -1
- data/lib/oci/load_balancer/models/create_ssl_cipher_suite_details.rb +1 -1
- data/lib/oci/load_balancer/models/extend_http_request_header_value_rule.rb +7 -1
- data/lib/oci/load_balancer/models/extend_http_response_header_value_rule.rb +7 -1
- data/lib/oci/load_balancer/models/forward_to_backend_set.rb +166 -0
- data/lib/oci/load_balancer/models/health_check_result.rb +1 -1
- data/lib/oci/load_balancer/models/health_checker.rb +1 -1
- data/lib/oci/load_balancer/models/health_checker_details.rb +1 -1
- data/lib/oci/load_balancer/models/hostname.rb +1 -1
- data/lib/oci/load_balancer/models/hostname_details.rb +1 -1
- data/lib/oci/load_balancer/models/http_header_rule.rb +1 -1
- data/lib/oci/load_balancer/models/ip_address.rb +1 -1
- data/lib/oci/load_balancer/models/lb_cookie_session_persistence_configuration_details.rb +1 -1
- data/lib/oci/load_balancer/models/listener.rb +24 -5
- data/lib/oci/load_balancer/models/listener_details.rb +21 -2
- data/lib/oci/load_balancer/models/listener_rule_summary.rb +1 -1
- data/lib/oci/load_balancer/models/load_balancer.rb +18 -5
- data/lib/oci/load_balancer/models/load_balancer_health.rb +1 -1
- data/lib/oci/load_balancer/models/load_balancer_health_summary.rb +1 -1
- data/lib/oci/load_balancer/models/load_balancer_policy.rb +1 -1
- data/lib/oci/load_balancer/models/load_balancer_protocol.rb +1 -1
- data/lib/oci/load_balancer/models/load_balancer_shape.rb +1 -1
- data/lib/oci/load_balancer/models/path_match_condition.rb +1 -1
- data/lib/oci/load_balancer/models/path_match_type.rb +1 -1
- data/lib/oci/load_balancer/models/path_route.rb +1 -1
- data/lib/oci/load_balancer/models/path_route_set.rb +1 -1
- data/lib/oci/load_balancer/models/path_route_set_details.rb +1 -1
- data/lib/oci/load_balancer/models/redirect_rule.rb +1 -1
- data/lib/oci/load_balancer/models/redirect_uri.rb +1 -1
- data/lib/oci/load_balancer/models/remove_http_request_header_rule.rb +1 -1
- data/lib/oci/load_balancer/models/remove_http_response_header_rule.rb +1 -1
- data/lib/oci/load_balancer/models/reserved_ip.rb +1 -1
- data/lib/oci/load_balancer/models/routing_policy.rb +200 -0
- data/lib/oci/load_balancer/models/routing_policy_details.rb +151 -0
- data/lib/oci/load_balancer/models/routing_rule.rb +175 -0
- data/lib/oci/load_balancer/models/rule.rb +1 -1
- data/lib/oci/load_balancer/models/rule_condition.rb +1 -1
- data/lib/oci/load_balancer/models/rule_set.rb +1 -1
- data/lib/oci/load_balancer/models/rule_set_details.rb +1 -1
- data/lib/oci/load_balancer/models/session_persistence_configuration_details.rb +1 -1
- data/lib/oci/load_balancer/models/shape_details.rb +1 -1
- data/lib/oci/load_balancer/models/source_ip_address_condition.rb +2 -2
- data/lib/oci/load_balancer/models/source_vcn_id_condition.rb +1 -1
- data/lib/oci/load_balancer/models/source_vcn_ip_address_condition.rb +1 -1
- data/lib/oci/load_balancer/models/ssl_cipher_suite.rb +1 -1
- data/lib/oci/load_balancer/models/ssl_cipher_suite_details.rb +1 -1
- data/lib/oci/load_balancer/models/ssl_configuration.rb +1 -1
- data/lib/oci/load_balancer/models/ssl_configuration_details.rb +1 -1
- data/lib/oci/load_balancer/models/update_backend_details.rb +1 -1
- data/lib/oci/load_balancer/models/update_backend_set_details.rb +1 -1
- data/lib/oci/load_balancer/models/update_health_checker_details.rb +1 -1
- data/lib/oci/load_balancer/models/update_hostname_details.rb +1 -1
- data/lib/oci/load_balancer/models/update_listener_details.rb +21 -2
- data/lib/oci/load_balancer/models/update_load_balancer_details.rb +1 -1
- data/lib/oci/load_balancer/models/update_load_balancer_shape_details.rb +1 -1
- data/lib/oci/load_balancer/models/update_network_security_groups_details.rb +1 -1
- data/lib/oci/load_balancer/models/update_path_route_set_details.rb +1 -1
- data/lib/oci/load_balancer/models/update_routing_policy_details.rb +177 -0
- data/lib/oci/load_balancer/models/update_rule_set_details.rb +1 -1
- data/lib/oci/load_balancer/models/update_ssl_cipher_suite_details.rb +1 -1
- data/lib/oci/load_balancer/models/work_request.rb +1 -1
- data/lib/oci/load_balancer/models/work_request_error.rb +1 -1
- data/lib/oci/load_balancer/util.rb +1 -1
- data/lib/oci/log_analytics/log_analytics.rb +46 -1
- data/lib/oci/log_analytics/log_analytics_client.rb +4446 -1795
- data/lib/oci/log_analytics/log_analytics_client_composite_operations.rb +432 -3
- data/lib/oci/log_analytics/models/abstract_column.rb +1 -1
- data/lib/oci/log_analytics/models/abstract_command_descriptor.rb +9 -1
- data/lib/oci/log_analytics/models/abstract_field.rb +20 -5
- data/lib/oci/log_analytics/models/abstract_parser_test_result_log_entry.rb +8 -8
- data/lib/oci/log_analytics/models/abstract_parser_test_result_log_line.rb +3 -3
- data/lib/oci/log_analytics/models/action.rb +1 -1
- data/lib/oci/log_analytics/models/action_types.rb +1 -1
- data/lib/oci/log_analytics/models/add_entity_association_details.rb +2 -2
- data/lib/oci/log_analytics/models/add_fields_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/archiving_configuration.rb +3 -3
- data/lib/oci/log_analytics/models/argument.rb +1 -1
- data/lib/oci/log_analytics/models/associable_entity.rb +269 -0
- data/lib/oci/log_analytics/models/associable_entity_collection.rb +150 -0
- data/lib/oci/log_analytics/models/association_summary_report.rb +2 -2
- data/lib/oci/log_analytics/models/auto_association_collection.rb +150 -0
- data/lib/oci/log_analytics/models/auto_association_state.rb +168 -0
- data/lib/oci/log_analytics/models/auto_lookups.rb +3 -3
- data/lib/oci/log_analytics/models/bottom_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/bucket_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/bucket_range.rb +1 -1
- data/lib/oci/log_analytics/models/change_log_analytics_em_bridge_compartment_details.rb +156 -0
- data/lib/oci/log_analytics/models/change_log_analytics_entity_compartment_details.rb +2 -2
- data/lib/oci/log_analytics/models/change_log_analytics_log_group_compartment_details.rb +2 -2
- data/lib/oci/log_analytics/models/change_log_analytics_object_collection_rule_compartment_details.rb +3 -3
- data/lib/oci/log_analytics/models/change_scheduled_task_compartment_details.rb +1 -1
- data/lib/oci/log_analytics/models/char_encoding_collection.rb +3 -3
- data/lib/oci/log_analytics/models/chart_column.rb +1 -1
- data/lib/oci/log_analytics/models/chart_data_column.rb +1 -1
- data/lib/oci/log_analytics/models/classify_column.rb +1 -1
- data/lib/oci/log_analytics/models/classify_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/cluster_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/cluster_compare_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/cluster_details_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/cluster_split_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/column.rb +1 -1
- data/lib/oci/log_analytics/models/column_name.rb +2 -2
- data/lib/oci/log_analytics/models/column_name_collection.rb +2 -2
- data/lib/oci/log_analytics/models/command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/create_acceleration_task_details.rb +1 -1
- data/lib/oci/log_analytics/models/create_log_analytics_em_bridge_details.rb +241 -0
- data/lib/oci/log_analytics/models/create_log_analytics_entity_details.rb +2 -2
- data/lib/oci/log_analytics/models/create_log_analytics_entity_type_details.rb +1 -1
- data/lib/oci/log_analytics/models/create_log_analytics_log_group_details.rb +1 -1
- data/lib/oci/log_analytics/models/create_log_analytics_object_collection_rule_details.rb +25 -9
- data/lib/oci/log_analytics/models/create_scheduled_task_details.rb +1 -1
- data/lib/oci/log_analytics/models/create_standard_task_details.rb +3 -1
- data/lib/oci/log_analytics/models/create_view_command_descriptor.rb +166 -0
- data/lib/oci/log_analytics/models/creation_source.rb +185 -0
- data/lib/oci/log_analytics/models/creation_source_type.rb +12 -0
- data/lib/oci/log_analytics/models/cron_schedule.rb +1 -1
- data/lib/oci/log_analytics/models/delete_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/delete_log_analytics_association.rb +8 -8
- data/lib/oci/log_analytics/models/delete_log_analytics_association_details.rb +6 -4
- data/lib/oci/log_analytics/models/delta_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/demo_mode_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/disable_auto_association_detail.rb +155 -0
- data/lib/oci/log_analytics/models/disable_auto_association_details.rb +150 -0
- data/lib/oci/log_analytics/models/distinct_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/efd_regex_result.rb +11 -10
- data/lib/oci/log_analytics/models/em_bridge_latest_import_processing_status.rb +14 -0
- data/lib/oci/log_analytics/models/em_bridge_lifecycle_states.rb +13 -0
- data/lib/oci/log_analytics/models/enable_auto_association_detail.rb +156 -0
- data/lib/oci/log_analytics/models/enable_auto_association_details.rb +150 -0
- data/lib/oci/log_analytics/models/entity_cloud_type.rb +3 -2
- data/lib/oci/log_analytics/models/entity_lifecycle_states.rb +1 -1
- data/lib/oci/log_analytics/models/entity_type_property.rb +1 -1
- data/lib/oci/log_analytics/models/error_details.rb +1 -1
- data/lib/oci/log_analytics/models/estimate_purge_data_size_details.rb +1 -1
- data/lib/oci/log_analytics/models/estimate_purge_data_size_result.rb +1 -1
- data/lib/oci/log_analytics/models/estimate_recall_data_size_details.rb +169 -0
- data/lib/oci/log_analytics/models/estimate_recall_data_size_result.rb +199 -0
- data/lib/oci/log_analytics/models/estimate_release_data_size_details.rb +169 -0
- data/lib/oci/log_analytics/models/estimate_release_data_size_result.rb +185 -0
- data/lib/oci/log_analytics/models/eval_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/event_stats_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/event_type.rb +211 -0
- data/lib/oci/log_analytics/models/event_type_collection.rb +150 -0
- data/lib/oci/log_analytics/models/event_type_details.rb +150 -0
- data/lib/oci/log_analytics/models/export_content.rb +5 -5
- data/lib/oci/log_analytics/models/export_details.rb +1 -1
- data/lib/oci/log_analytics/models/extended_fields_validation_result.rb +2 -2
- data/lib/oci/log_analytics/models/extract_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/extract_log_field_results.rb +2 -2
- data/lib/oci/log_analytics/models/extract_log_header_details.rb +3 -3
- data/lib/oci/log_analytics/models/extract_log_header_results.rb +3 -3
- data/lib/oci/log_analytics/models/field.rb +9 -5
- data/lib/oci/log_analytics/models/field_argument.rb +1 -1
- data/lib/oci/log_analytics/models/field_summary_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/field_summary_report.rb +4 -4
- data/lib/oci/log_analytics/models/field_value.rb +1 -1
- data/lib/oci/log_analytics/models/fields_add_remove_field.rb +6 -2
- data/lib/oci/log_analytics/models/fields_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/file_validation_response.rb +1 -1
- data/lib/oci/log_analytics/models/filter.rb +12 -5
- data/lib/oci/log_analytics/models/filter_details.rb +1 -1
- data/lib/oci/log_analytics/models/filter_output.rb +1 -1
- data/lib/oci/log_analytics/models/fixed_frequency_schedule.rb +1 -1
- data/lib/oci/log_analytics/models/function_field.rb +6 -2
- data/lib/oci/log_analytics/models/head_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/highlight_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/highlight_groups_command_descriptor.rb +228 -0
- data/lib/oci/log_analytics/models/highlight_rows_command_descriptor.rb +13 -2
- data/lib/oci/log_analytics/models/indexes.rb +3 -3
- data/lib/oci/log_analytics/models/job_mode.rb +1 -1
- data/lib/oci/log_analytics/models/job_mode_filter.rb +1 -1
- data/lib/oci/log_analytics/models/label_names.rb +2 -2
- data/lib/oci/log_analytics/models/label_priority.rb +3 -3
- data/lib/oci/log_analytics/models/label_priority_collection.rb +2 -2
- data/lib/oci/log_analytics/models/label_source_collection.rb +2 -2
- data/lib/oci/log_analytics/models/label_source_summary.rb +8 -8
- data/lib/oci/log_analytics/models/label_summary_report.rb +3 -3
- data/lib/oci/log_analytics/models/lifecycle_states.rb +1 -1
- data/lib/oci/log_analytics/models/link_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/link_details_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/literal_argument.rb +1 -1
- data/lib/oci/log_analytics/models/log_analytics_associated_entity.rb +7 -7
- data/lib/oci/log_analytics/models/log_analytics_associated_entity_collection.rb +2 -2
- data/lib/oci/log_analytics/models/log_analytics_association.rb +22 -18
- data/lib/oci/log_analytics/models/log_analytics_association_collection.rb +3 -3
- data/lib/oci/log_analytics/models/log_analytics_association_parameter.rb +10 -10
- data/lib/oci/log_analytics/models/log_analytics_association_parameter_collection.rb +2 -2
- data/lib/oci/log_analytics/models/log_analytics_config_work_request.rb +18 -10
- data/lib/oci/log_analytics/models/log_analytics_config_work_request_collection.rb +2 -2
- data/lib/oci/log_analytics/models/log_analytics_config_work_request_payload.rb +22 -8
- data/lib/oci/log_analytics/models/log_analytics_config_work_request_summary.rb +16 -8
- data/lib/oci/log_analytics/models/log_analytics_em_bridge.rb +418 -0
- data/lib/oci/log_analytics/models/log_analytics_em_bridge_collection.rb +151 -0
- data/lib/oci/log_analytics/models/log_analytics_em_bridge_summary.rb +418 -0
- data/lib/oci/log_analytics/models/log_analytics_em_bridge_summary_report.rb +230 -0
- data/lib/oci/log_analytics/models/log_analytics_entity.rb +16 -3
- data/lib/oci/log_analytics/models/log_analytics_entity_collection.rb +1 -1
- data/lib/oci/log_analytics/models/log_analytics_entity_summary.rb +16 -3
- data/lib/oci/log_analytics/models/log_analytics_entity_summary_report.rb +1 -1
- data/lib/oci/log_analytics/models/log_analytics_entity_type.rb +43 -7
- data/lib/oci/log_analytics/models/log_analytics_entity_type_collection.rb +1 -1
- data/lib/oci/log_analytics/models/log_analytics_entity_type_summary.rb +44 -8
- data/lib/oci/log_analytics/models/log_analytics_extended_field.rb +6 -6
- data/lib/oci/log_analytics/models/log_analytics_field.rb +33 -21
- data/lib/oci/log_analytics/models/log_analytics_field_collection.rb +2 -2
- data/lib/oci/log_analytics/models/log_analytics_field_summary.rb +34 -22
- data/lib/oci/log_analytics/models/log_analytics_import_custom_change_list.rb +10 -10
- data/lib/oci/log_analytics/models/log_analytics_import_custom_content.rb +5 -5
- data/lib/oci/log_analytics/models/log_analytics_label.rb +17 -14
- data/lib/oci/log_analytics/models/log_analytics_label_alias.rb +9 -7
- data/lib/oci/log_analytics/models/log_analytics_label_collection.rb +3 -3
- data/lib/oci/log_analytics/models/log_analytics_label_definition.rb +7 -5
- data/lib/oci/log_analytics/models/log_analytics_label_operator.rb +3 -3
- data/lib/oci/log_analytics/models/log_analytics_label_operator_collection.rb +2 -2
- data/lib/oci/log_analytics/models/log_analytics_label_summary.rb +17 -14
- data/lib/oci/log_analytics/models/log_analytics_label_view.rb +19 -16
- data/lib/oci/log_analytics/models/log_analytics_log_group.rb +1 -1
- data/lib/oci/log_analytics/models/log_analytics_log_group_summary.rb +2 -2
- data/lib/oci/log_analytics/models/log_analytics_log_group_summary_collection.rb +3 -3
- data/lib/oci/log_analytics/models/log_analytics_lookup.rb +62 -13
- data/lib/oci/log_analytics/models/log_analytics_lookup_collection.rb +150 -0
- data/lib/oci/log_analytics/models/log_analytics_lookup_fields.rb +231 -0
- data/lib/oci/log_analytics/models/log_analytics_meta_function.rb +8 -8
- data/lib/oci/log_analytics/models/log_analytics_meta_function_argument.rb +32 -18
- data/lib/oci/log_analytics/models/log_analytics_meta_function_collection.rb +2 -2
- data/lib/oci/log_analytics/models/log_analytics_meta_source_type.rb +9 -9
- data/lib/oci/log_analytics/models/log_analytics_meta_source_type_collection.rb +2 -2
- data/lib/oci/log_analytics/models/log_analytics_metric.rb +29 -22
- data/lib/oci/log_analytics/models/log_analytics_object_collection_rule.rb +26 -9
- data/lib/oci/log_analytics/models/log_analytics_object_collection_rule_collection.rb +2 -2
- data/lib/oci/log_analytics/models/log_analytics_object_collection_rule_summary.rb +41 -5
- data/lib/oci/log_analytics/models/log_analytics_operation_types.rb +1 -1
- data/lib/oci/log_analytics/models/log_analytics_parameter.rb +7 -6
- data/lib/oci/log_analytics/models/log_analytics_parser.rb +66 -30
- data/lib/oci/log_analytics/models/log_analytics_parser_collection.rb +2 -2
- data/lib/oci/log_analytics/models/log_analytics_parser_field.rb +9 -9
- data/lib/oci/log_analytics/models/log_analytics_parser_filter.rb +8 -7
- data/lib/oci/log_analytics/models/log_analytics_parser_function.rb +13 -10
- data/lib/oci/log_analytics/models/log_analytics_parser_function_collection.rb +2 -2
- data/lib/oci/log_analytics/models/log_analytics_parser_function_parameter.rb +7 -7
- data/lib/oci/log_analytics/models/log_analytics_parser_meta_plugin.rb +5 -5
- data/lib/oci/log_analytics/models/log_analytics_parser_meta_plugin_collection.rb +1 -1
- data/lib/oci/log_analytics/models/log_analytics_parser_meta_plugin_parameter.rb +9 -7
- data/lib/oci/log_analytics/models/log_analytics_parser_summary.rb +67 -30
- data/lib/oci/log_analytics/models/log_analytics_pattern_filter.rb +9 -7
- data/lib/oci/log_analytics/models/log_analytics_source.rb +61 -40
- data/lib/oci/log_analytics/models/log_analytics_source_collection.rb +2 -2
- data/lib/oci/log_analytics/models/log_analytics_source_data_filter.rb +18 -15
- data/lib/oci/log_analytics/models/log_analytics_source_entity_type.rb +5 -5
- data/lib/oci/log_analytics/models/log_analytics_source_extended_field_definition.rb +19 -16
- data/lib/oci/log_analytics/models/log_analytics_source_extended_field_definition_collection.rb +2 -2
- data/lib/oci/log_analytics/models/log_analytics_source_function.rb +80 -13
- data/lib/oci/log_analytics/models/log_analytics_source_label_condition.rb +24 -19
- data/lib/oci/log_analytics/models/log_analytics_source_metadata_field.rb +9 -6
- data/lib/oci/log_analytics/models/log_analytics_source_metric.rb +6 -5
- data/lib/oci/log_analytics/models/log_analytics_source_pattern.rb +26 -19
- data/lib/oci/log_analytics/models/log_analytics_source_pattern_collection.rb +2 -2
- data/lib/oci/log_analytics/models/log_analytics_source_summary.rb +43 -36
- data/lib/oci/log_analytics/models/log_analytics_warning.rb +503 -0
- data/lib/oci/log_analytics/models/log_analytics_warning_collection.rb +150 -0
- data/lib/oci/log_analytics/models/log_group_summary_report.rb +3 -3
- data/lib/oci/log_analytics/models/log_set_collection.rb +150 -0
- data/lib/oci/log_analytics/models/lookup_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/lookup_field.rb +9 -8
- data/lib/oci/log_analytics/models/lookup_summary_report.rb +182 -0
- data/lib/oci/log_analytics/models/macro_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/map_command_descriptor.rb +166 -0
- data/lib/oci/log_analytics/models/match_info.rb +4 -4
- data/lib/oci/log_analytics/models/metric_extraction.rb +204 -0
- data/lib/oci/log_analytics/models/multi_search_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/namespace.rb +21 -5
- data/lib/oci/log_analytics/models/namespace_collection.rb +1 -1
- data/lib/oci/log_analytics/models/namespace_summary.rb +21 -5
- data/lib/oci/log_analytics/models/nlp_command_descriptor.rb +166 -0
- data/lib/oci/log_analytics/models/object_collection_rule_collection_types.rb +1 -1
- data/lib/oci/log_analytics/models/object_collection_rule_lifecycle_states.rb +12 -0
- data/lib/oci/log_analytics/models/operation_status.rb +1 -1
- data/lib/oci/log_analytics/models/parse_query_details.rb +1 -1
- data/lib/oci/log_analytics/models/parse_query_output.rb +1 -1
- data/lib/oci/log_analytics/models/parsed_content.rb +8 -8
- data/lib/oci/log_analytics/models/parsed_field.rb +4 -4
- data/lib/oci/log_analytics/models/parser_summary_report.rb +3 -3
- data/lib/oci/log_analytics/models/parser_test_result.rb +6 -6
- data/lib/oci/log_analytics/models/payload_type.rb +12 -0
- data/lib/oci/log_analytics/models/property_override.rb +3 -3
- data/lib/oci/log_analytics/models/purge_action.rb +1 -1
- data/lib/oci/log_analytics/models/purge_storage_data_details.rb +1 -1
- data/lib/oci/log_analytics/models/query_aggregation.rb +1 -1
- data/lib/oci/log_analytics/models/query_details.rb +1 -1
- data/lib/oci/log_analytics/models/query_operation_type.rb +1 -1
- data/lib/oci/log_analytics/models/query_work_request.rb +1 -1
- data/lib/oci/log_analytics/models/query_work_request_collection.rb +1 -1
- data/lib/oci/log_analytics/models/query_work_request_summary.rb +1 -1
- data/lib/oci/log_analytics/models/recall_archived_data_details.rb +1 -1
- data/lib/oci/log_analytics/models/recalled_data.rb +242 -0
- data/lib/oci/log_analytics/models/recalled_data_collection.rb +150 -0
- data/lib/oci/log_analytics/models/regex_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/regex_match_result.rb +6 -6
- data/lib/oci/log_analytics/models/release_recalled_data_details.rb +1 -1
- data/lib/oci/log_analytics/models/remove_entity_associations_details.rb +2 -2
- data/lib/oci/log_analytics/models/rename_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/result_column.rb +1 -1
- data/lib/oci/log_analytics/models/schedule.rb +1 -1
- data/lib/oci/log_analytics/models/scheduled_task.rb +47 -2
- data/lib/oci/log_analytics/models/scheduled_task_collection.rb +1 -1
- data/lib/oci/log_analytics/models/scheduled_task_summary.rb +52 -5
- data/lib/oci/log_analytics/models/scheduler_resource.rb +1 -1
- data/lib/oci/log_analytics/models/scope_filter.rb +1 -1
- data/lib/oci/log_analytics/models/search_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/search_lookup_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/sort_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/sort_field.rb +6 -2
- data/lib/oci/log_analytics/models/source_mapping_response.rb +3 -3
- data/lib/oci/log_analytics/models/source_summary_report.rb +4 -4
- data/lib/oci/log_analytics/models/source_validate_details.rb +3 -3
- data/lib/oci/log_analytics/models/source_validate_results.rb +2 -2
- data/lib/oci/log_analytics/models/standard_task.rb +253 -0
- data/lib/oci/log_analytics/models/stats_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/status_summary.rb +6 -6
- data/lib/oci/log_analytics/models/step_info.rb +4 -4
- data/lib/oci/log_analytics/models/storage.rb +1 -1
- data/lib/oci/log_analytics/models/storage_data_type.rb +1 -1
- data/lib/oci/log_analytics/models/storage_operation_type.rb +1 -1
- data/lib/oci/log_analytics/models/storage_usage.rb +1 -1
- data/lib/oci/log_analytics/models/storage_work_request.rb +1 -1
- data/lib/oci/log_analytics/models/storage_work_request_collection.rb +1 -1
- data/lib/oci/log_analytics/models/storage_work_request_summary.rb +1 -1
- data/lib/oci/log_analytics/models/stream_action.rb +18 -5
- data/lib/oci/log_analytics/models/sub_system_name.rb +1 -1
- data/lib/oci/log_analytics/models/success.rb +1 -1
- data/lib/oci/log_analytics/models/suggest_details.rb +1 -1
- data/lib/oci/log_analytics/models/suggest_output.rb +1 -1
- data/lib/oci/log_analytics/models/tail_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/task_type.rb +1 -1
- data/lib/oci/log_analytics/models/test_parser_payload_details.rb +61 -26
- data/lib/oci/log_analytics/models/time_column.rb +1 -1
- data/lib/oci/log_analytics/models/time_compare_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/time_range.rb +1 -1
- data/lib/oci/log_analytics/models/time_stats_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/timezone_collection.rb +1 -1
- data/lib/oci/log_analytics/models/top_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/trend_column.rb +1 -1
- data/lib/oci/log_analytics/models/ui_parser_test_metadata.rb +4 -4
- data/lib/oci/log_analytics/models/update_log_analytics_em_bridge_details.rb +212 -0
- data/lib/oci/log_analytics/models/update_log_analytics_entity_details.rb +2 -2
- data/lib/oci/log_analytics/models/update_log_analytics_entity_type_details.rb +1 -1
- data/lib/oci/log_analytics/models/update_log_analytics_log_group_details.rb +1 -1
- data/lib/oci/log_analytics/models/update_log_analytics_object_collection_rule_details.rb +20 -5
- data/lib/oci/log_analytics/models/update_lookup_metadata_details.rb +188 -0
- data/lib/oci/log_analytics/models/update_scheduled_task_details.rb +43 -3
- data/lib/oci/log_analytics/models/update_standard_task_details.rb +174 -0
- data/lib/oci/log_analytics/models/update_storage_details.rb +1 -1
- data/lib/oci/log_analytics/models/upload.rb +8 -8
- data/lib/oci/log_analytics/models/upload_collection.rb +1 -1
- data/lib/oci/log_analytics/models/upload_file_collection.rb +1 -1
- data/lib/oci/log_analytics/models/upload_file_status.rb +3 -3
- data/lib/oci/log_analytics/models/upload_file_summary.rb +11 -11
- data/lib/oci/log_analytics/models/upload_summary.rb +7 -7
- data/lib/oci/log_analytics/models/upload_warning_collection.rb +2 -2
- data/lib/oci/log_analytics/models/upload_warning_summary.rb +5 -5
- data/lib/oci/log_analytics/models/upsert_log_analytics_association.rb +9 -9
- data/lib/oci/log_analytics/models/upsert_log_analytics_association_details.rb +6 -4
- data/lib/oci/log_analytics/models/upsert_log_analytics_field_details.rb +7 -6
- data/lib/oci/log_analytics/models/upsert_log_analytics_label_details.rb +13 -11
- data/lib/oci/log_analytics/models/upsert_log_analytics_parser_details.rb +60 -25
- data/lib/oci/log_analytics/models/upsert_log_analytics_source_details.rb +34 -29
- data/lib/oci/log_analytics/models/usage_status_item.rb +6 -5
- data/lib/oci/log_analytics/models/value_type.rb +1 -1
- data/lib/oci/log_analytics/models/verify_output.rb +1 -1
- data/lib/oci/log_analytics/models/violation.rb +6 -6
- data/lib/oci/log_analytics/models/warning_reference_details.rb +160 -0
- data/lib/oci/log_analytics/models/where_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/work_request.rb +1 -1
- data/lib/oci/log_analytics/models/work_request_collection.rb +1 -1
- data/lib/oci/log_analytics/models/work_request_error.rb +1 -1
- data/lib/oci/log_analytics/models/work_request_error_collection.rb +1 -1
- data/lib/oci/log_analytics/models/work_request_log.rb +1 -1
- data/lib/oci/log_analytics/models/work_request_log_collection.rb +1 -1
- data/lib/oci/log_analytics/models/work_request_resource.rb +1 -1
- data/lib/oci/log_analytics/models/work_request_status.rb +1 -1
- data/lib/oci/log_analytics/models/work_request_summary.rb +1 -1
- data/lib/oci/log_analytics/util.rb +1 -1
- data/lib/oci/logging/logging.rb +1 -1
- data/lib/oci/logging/logging_management_client.rb +1 -1
- data/lib/oci/logging/logging_management_client_composite_operations.rb +1 -1
- data/lib/oci/logging/models/action_types.rb +1 -1
- data/lib/oci/logging/models/archiving.rb +1 -1
- data/lib/oci/logging/models/category.rb +1 -1
- data/lib/oci/logging/models/change_log_group_compartment_details.rb +1 -1
- data/lib/oci/logging/models/change_log_log_group_details.rb +1 -1
- data/lib/oci/logging/models/change_log_saved_search_compartment_details.rb +1 -1
- data/lib/oci/logging/models/change_unified_agent_configuration_compartment_details.rb +1 -1
- data/lib/oci/logging/models/configuration.rb +1 -1
- data/lib/oci/logging/models/create_log_details.rb +1 -1
- data/lib/oci/logging/models/create_log_group_details.rb +1 -1
- data/lib/oci/logging/models/create_log_saved_search_details.rb +1 -1
- data/lib/oci/logging/models/create_unified_agent_configuration_details.rb +1 -1
- data/lib/oci/logging/models/grok_pattern.rb +1 -1
- data/lib/oci/logging/models/group_association_details.rb +1 -1
- data/lib/oci/logging/models/log.rb +1 -1
- data/lib/oci/logging/models/log_group.rb +1 -1
- data/lib/oci/logging/models/log_group_lifecycle_state.rb +1 -1
- data/lib/oci/logging/models/log_group_summary.rb +1 -1
- data/lib/oci/logging/models/log_included_search.rb +1 -1
- data/lib/oci/logging/models/log_included_search_summary.rb +1 -1
- data/lib/oci/logging/models/log_included_search_summary_collection.rb +1 -1
- data/lib/oci/logging/models/log_lifecycle_state.rb +1 -1
- data/lib/oci/logging/models/log_saved_search.rb +1 -1
- data/lib/oci/logging/models/log_saved_search_lifecycle_state.rb +1 -1
- data/lib/oci/logging/models/log_saved_search_summary.rb +1 -1
- data/lib/oci/logging/models/log_saved_search_summary_collection.rb +1 -1
- data/lib/oci/logging/models/log_summary.rb +1 -1
- data/lib/oci/logging/models/oci_service.rb +1 -1
- data/lib/oci/logging/models/operation_status.rb +1 -1
- data/lib/oci/logging/models/operation_types.rb +1 -1
- data/lib/oci/logging/models/parameter.rb +1 -1
- data/lib/oci/logging/models/resource_type.rb +1 -1
- data/lib/oci/logging/models/service_summary.rb +1 -1
- data/lib/oci/logging/models/source.rb +1 -1
- data/lib/oci/logging/models/source_update_details.rb +1 -1
- data/lib/oci/logging/models/unified_agent_apache2_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_apache_error_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_auditd_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_configuration.rb +1 -1
- data/lib/oci/logging/models/unified_agent_configuration_collection.rb +1 -1
- data/lib/oci/logging/models/unified_agent_configuration_summary.rb +1 -1
- data/lib/oci/logging/models/unified_agent_csv_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_grok_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_logging_configuration.rb +1 -1
- data/lib/oci/logging/models/unified_agent_logging_destination.rb +1 -1
- data/lib/oci/logging/models/unified_agent_logging_source.rb +1 -1
- data/lib/oci/logging/models/unified_agent_msgpack_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_multiline_grok_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_multiline_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_none_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_regex_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_service_configuration_details.rb +1 -1
- data/lib/oci/logging/models/unified_agent_service_configuration_states.rb +1 -1
- data/lib/oci/logging/models/unified_agent_service_configuration_types.rb +1 -1
- data/lib/oci/logging/models/unified_agent_syslog_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_tail_log_source.rb +1 -1
- data/lib/oci/logging/models/unified_agent_tsv_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_windows_event_source.rb +1 -1
- data/lib/oci/logging/models/unified_json_parser.rb +1 -1
- data/lib/oci/logging/models/update_configuration_details.rb +1 -1
- data/lib/oci/logging/models/update_log_details.rb +1 -1
- data/lib/oci/logging/models/update_log_group_details.rb +1 -1
- data/lib/oci/logging/models/update_log_saved_search_details.rb +1 -1
- data/lib/oci/logging/models/update_unified_agent_configuration_details.rb +1 -1
- data/lib/oci/logging/models/work_request.rb +1 -1
- data/lib/oci/logging/models/work_request_error.rb +1 -1
- data/lib/oci/logging/models/work_request_log.rb +1 -1
- data/lib/oci/logging/models/work_request_resource.rb +1 -1
- data/lib/oci/logging/models/work_request_summary.rb +1 -1
- data/lib/oci/logging/util.rb +1 -1
- data/lib/oci/loggingingestion/logging_client.rb +1 -1
- data/lib/oci/loggingingestion/logging_client_composite_operations.rb +1 -1
- data/lib/oci/loggingingestion/loggingingestion.rb +1 -1
- data/lib/oci/loggingingestion/models/log_entry.rb +1 -1
- data/lib/oci/loggingingestion/models/log_entry_batch.rb +1 -1
- data/lib/oci/loggingingestion/models/put_logs_details.rb +1 -1
- data/lib/oci/loggingingestion/util.rb +1 -1
- data/lib/oci/loggingsearch/log_search_client.rb +3 -5
- data/lib/oci/loggingsearch/log_search_client_composite_operations.rb +1 -1
- data/lib/oci/loggingsearch/loggingsearch.rb +1 -1
- data/lib/oci/loggingsearch/models/field_info.rb +1 -1
- data/lib/oci/loggingsearch/models/search_logs_details.rb +1 -1
- data/lib/oci/loggingsearch/models/search_response.rb +1 -1
- data/lib/oci/loggingsearch/models/search_result.rb +1 -1
- data/lib/oci/loggingsearch/models/search_result_summary.rb +1 -1
- data/lib/oci/loggingsearch/util.rb +1 -1
- data/lib/oci/management_agent/management_agent.rb +1 -1
- data/lib/oci/management_agent/management_agent_client.rb +1 -1
- data/lib/oci/management_agent/management_agent_client_composite_operations.rb +1 -1
- data/lib/oci/management_agent/models/action_types.rb +1 -1
- data/lib/oci/management_agent/models/availability_history_summary.rb +1 -1
- data/lib/oci/management_agent/models/availability_status.rb +1 -1
- data/lib/oci/management_agent/models/create_management_agent_install_key_details.rb +1 -1
- data/lib/oci/management_agent/models/datatypes.rb +1 -1
- data/lib/oci/management_agent/models/deploy_plugins_details.rb +1 -1
- data/lib/oci/management_agent/models/edit_modes.rb +1 -1
- data/lib/oci/management_agent/models/lifecycle_states.rb +1 -1
- data/lib/oci/management_agent/models/management_agent.rb +1 -1
- data/lib/oci/management_agent/models/management_agent_error.rb +1 -1
- data/lib/oci/management_agent/models/management_agent_image.rb +1 -1
- data/lib/oci/management_agent/models/management_agent_image_summary.rb +1 -1
- data/lib/oci/management_agent/models/management_agent_install_key.rb +1 -1
- data/lib/oci/management_agent/models/management_agent_install_key_summary.rb +1 -1
- data/lib/oci/management_agent/models/management_agent_plugin.rb +1 -1
- data/lib/oci/management_agent/models/management_agent_plugin_details.rb +1 -1
- data/lib/oci/management_agent/models/management_agent_plugin_summary.rb +1 -1
- data/lib/oci/management_agent/models/management_agent_summary.rb +1 -1
- data/lib/oci/management_agent/models/operation_status.rb +1 -1
- data/lib/oci/management_agent/models/operation_types.rb +1 -1
- data/lib/oci/management_agent/models/platform_types.rb +1 -1
- data/lib/oci/management_agent/models/update_management_agent_details.rb +1 -1
- data/lib/oci/management_agent/models/update_management_agent_install_key_details.rb +1 -1
- data/lib/oci/management_agent/models/work_delivery_status.rb +1 -1
- data/lib/oci/management_agent/models/work_request.rb +1 -1
- data/lib/oci/management_agent/models/work_request_error.rb +1 -1
- data/lib/oci/management_agent/models/work_request_log_entry.rb +1 -1
- data/lib/oci/management_agent/models/work_request_resource.rb +1 -1
- data/lib/oci/management_agent/models/work_request_summary.rb +1 -1
- data/lib/oci/management_agent/models/work_submission_key.rb +1 -1
- data/lib/oci/management_agent/util.rb +1 -1
- data/lib/oci/management_dashboard/dashx_apis_client.rb +2 -2
- data/lib/oci/management_dashboard/dashx_apis_client_composite_operations.rb +1 -1
- data/lib/oci/management_dashboard/management_dashboard.rb +1 -1
- data/lib/oci/management_dashboard/models/change_management_dashboards_compartment_details.rb +1 -1
- data/lib/oci/management_dashboard/models/change_management_saved_searches_compartment_details.rb +1 -1
- data/lib/oci/management_dashboard/models/create_management_dashboard_details.rb +1 -1
- data/lib/oci/management_dashboard/models/create_management_saved_search_details.rb +1 -1
- data/lib/oci/management_dashboard/models/lifecycle_states.rb +1 -1
- data/lib/oci/management_dashboard/models/management_dashboard.rb +1 -1
- data/lib/oci/management_dashboard/models/management_dashboard_collection.rb +1 -1
- data/lib/oci/management_dashboard/models/management_dashboard_export_details.rb +1 -1
- data/lib/oci/management_dashboard/models/management_dashboard_for_import_export_details.rb +1 -1
- data/lib/oci/management_dashboard/models/management_dashboard_import_details.rb +1 -1
- data/lib/oci/management_dashboard/models/management_dashboard_summary.rb +1 -1
- data/lib/oci/management_dashboard/models/management_dashboard_tile_details.rb +1 -1
- data/lib/oci/management_dashboard/models/management_saved_search.rb +1 -1
- data/lib/oci/management_dashboard/models/management_saved_search_collection.rb +1 -1
- data/lib/oci/management_dashboard/models/management_saved_search_for_import_details.rb +1 -1
- data/lib/oci/management_dashboard/models/management_saved_search_summary.rb +1 -1
- data/lib/oci/management_dashboard/models/saved_search_types.rb +1 -1
- data/lib/oci/management_dashboard/models/sort_orders.rb +1 -1
- data/lib/oci/management_dashboard/models/update_management_dashboard_details.rb +1 -1
- data/lib/oci/management_dashboard/models/update_management_saved_search_details.rb +1 -1
- data/lib/oci/management_dashboard/util.rb +1 -1
- data/lib/oci/marketplace/marketplace.rb +18 -1
- data/lib/oci/marketplace/marketplace_client.rb +566 -1
- data/lib/oci/marketplace/marketplace_client_composite_operations.rb +120 -1
- data/lib/oci/marketplace/models/accepted_agreement.rb +1 -1
- data/lib/oci/marketplace/models/accepted_agreement_summary.rb +1 -1
- data/lib/oci/marketplace/models/agreement.rb +1 -1
- data/lib/oci/marketplace/models/agreement_summary.rb +1 -1
- data/lib/oci/marketplace/models/category_summary.rb +1 -1
- data/lib/oci/marketplace/models/change_publication_compartment_details.rb +154 -0
- data/lib/oci/marketplace/models/create_accepted_agreement_details.rb +1 -1
- data/lib/oci/marketplace/models/create_image_publication_package.rb +174 -0
- data/lib/oci/marketplace/models/create_publication_details.rb +296 -0
- data/lib/oci/marketplace/models/create_publication_package.rb +221 -0
- data/lib/oci/marketplace/models/documentation_link.rb +1 -1
- data/lib/oci/marketplace/models/error_entity.rb +1 -1
- data/lib/oci/marketplace/models/eula.rb +182 -0
- data/lib/oci/marketplace/models/eula_type_enum.rb +10 -0
- data/lib/oci/marketplace/models/image_listing_package.rb +6 -2
- data/lib/oci/marketplace/models/image_publication_package.rb +215 -0
- data/lib/oci/marketplace/models/item.rb +1 -1
- data/lib/oci/marketplace/models/link.rb +1 -1
- data/lib/oci/marketplace/models/link_enum.rb +1 -1
- data/lib/oci/marketplace/models/listing.rb +53 -5
- data/lib/oci/marketplace/models/listing_package.rb +18 -5
- data/lib/oci/marketplace/models/listing_package_summary.rb +1 -1
- data/lib/oci/marketplace/models/listing_summary.rb +53 -5
- data/lib/oci/marketplace/models/listing_type.rb +12 -0
- data/lib/oci/marketplace/models/named_link.rb +1 -1
- data/lib/oci/marketplace/models/operating_system.rb +150 -0
- data/lib/oci/marketplace/models/orchestration_listing_package.rb +6 -2
- data/lib/oci/marketplace/models/orchestration_publication_package.rb +196 -0
- data/lib/oci/marketplace/models/orchestration_variable.rb +1 -1
- data/lib/oci/marketplace/models/orchestration_variable_type_enum.rb +1 -1
- data/lib/oci/marketplace/models/package_type_enum.rb +1 -1
- data/lib/oci/marketplace/models/pricing_currency_enum.rb +1 -1
- data/lib/oci/marketplace/models/pricing_model.rb +1 -1
- data/lib/oci/marketplace/models/pricing_strategy_enum.rb +1 -1
- data/lib/oci/marketplace/models/pricing_type_enum.rb +1 -1
- data/lib/oci/marketplace/models/publication.rb +395 -0
- data/lib/oci/marketplace/models/publication_package.rb +270 -0
- data/lib/oci/marketplace/models/publication_package_summary.rb +234 -0
- data/lib/oci/marketplace/models/publication_summary.rb +311 -0
- data/lib/oci/marketplace/models/publisher.rb +1 -1
- data/lib/oci/marketplace/models/publisher_summary.rb +1 -1
- data/lib/oci/marketplace/models/region.rb +1 -1
- data/lib/oci/marketplace/models/report_collection.rb +1 -1
- data/lib/oci/marketplace/models/report_summary.rb +1 -1
- data/lib/oci/marketplace/models/report_type_collection.rb +1 -1
- data/lib/oci/marketplace/models/report_type_summary.rb +1 -1
- data/lib/oci/marketplace/models/screenshot.rb +1 -1
- data/lib/oci/marketplace/models/support_contact.rb +1 -1
- data/lib/oci/marketplace/models/tax_summary.rb +1 -1
- data/lib/oci/marketplace/models/text_based_eula.rb +162 -0
- data/lib/oci/marketplace/models/update_accepted_agreement_details.rb +1 -1
- data/lib/oci/marketplace/models/update_publication_details.rb +226 -0
- data/lib/oci/marketplace/models/upload_data.rb +1 -1
- data/lib/oci/marketplace/util.rb +1 -1
- data/lib/oci/monitoring/models/aggregated_datapoint.rb +1 -1
- data/lib/oci/monitoring/models/alarm.rb +1 -1
- data/lib/oci/monitoring/models/alarm_history_collection.rb +1 -1
- data/lib/oci/monitoring/models/alarm_history_entry.rb +1 -1
- data/lib/oci/monitoring/models/alarm_status_summary.rb +1 -1
- data/lib/oci/monitoring/models/alarm_summary.rb +1 -1
- data/lib/oci/monitoring/models/change_alarm_compartment_details.rb +1 -1
- data/lib/oci/monitoring/models/create_alarm_details.rb +1 -1
- data/lib/oci/monitoring/models/datapoint.rb +1 -1
- data/lib/oci/monitoring/models/failed_metric_record.rb +1 -1
- data/lib/oci/monitoring/models/list_metrics_details.rb +1 -1
- data/lib/oci/monitoring/models/metric.rb +1 -1
- data/lib/oci/monitoring/models/metric_data.rb +1 -1
- data/lib/oci/monitoring/models/metric_data_details.rb +1 -1
- data/lib/oci/monitoring/models/post_metric_data_details.rb +1 -1
- data/lib/oci/monitoring/models/post_metric_data_response_details.rb +1 -1
- data/lib/oci/monitoring/models/summarize_metrics_data_details.rb +1 -1
- data/lib/oci/monitoring/models/suppression.rb +1 -1
- data/lib/oci/monitoring/models/update_alarm_details.rb +1 -1
- data/lib/oci/monitoring/monitoring.rb +1 -1
- data/lib/oci/monitoring/monitoring_client.rb +1 -1
- data/lib/oci/monitoring/monitoring_client_composite_operations.rb +1 -1
- data/lib/oci/monitoring/util.rb +1 -1
- data/lib/oci/mysql/channels_client.rb +1 -1
- data/lib/oci/mysql/channels_client_composite_operations.rb +1 -1
- data/lib/oci/mysql/db_backups_client.rb +1 -1
- data/lib/oci/mysql/db_backups_client_composite_operations.rb +1 -1
- data/lib/oci/mysql/db_system_client.rb +634 -2
- data/lib/oci/mysql/db_system_client_composite_operations.rb +346 -1
- data/lib/oci/mysql/models/add_analytics_cluster_details.rb +2 -1
- data/lib/oci/mysql/models/add_heat_wave_cluster_details.rb +173 -0
- data/lib/oci/mysql/models/analytics_cluster.rb +2 -1
- data/lib/oci/mysql/models/analytics_cluster_memory_estimate.rb +2 -1
- data/lib/oci/mysql/models/analytics_cluster_memory_estimate_status.rb +1 -1
- data/lib/oci/mysql/models/analytics_cluster_node.rb +2 -1
- data/lib/oci/mysql/models/analytics_cluster_schema_memory_estimate.rb +2 -1
- data/lib/oci/mysql/models/analytics_cluster_summary.rb +2 -1
- data/lib/oci/mysql/models/analytics_cluster_table_memory_estimate.rb +2 -1
- data/lib/oci/mysql/models/backup.rb +1 -1
- data/lib/oci/mysql/models/backup_policy.rb +1 -1
- data/lib/oci/mysql/models/backup_summary.rb +1 -1
- data/lib/oci/mysql/models/ca_certificate.rb +1 -1
- data/lib/oci/mysql/models/channel.rb +1 -1
- data/lib/oci/mysql/models/channel_source.rb +1 -1
- data/lib/oci/mysql/models/channel_source_mysql.rb +1 -1
- data/lib/oci/mysql/models/channel_summary.rb +1 -1
- data/lib/oci/mysql/models/channel_target.rb +1 -1
- data/lib/oci/mysql/models/channel_target_db_system.rb +1 -1
- data/lib/oci/mysql/models/configuration.rb +1 -1
- data/lib/oci/mysql/models/configuration_summary.rb +1 -1
- data/lib/oci/mysql/models/configuration_variables.rb +69 -2
- data/lib/oci/mysql/models/create_backup_details.rb +1 -1
- data/lib/oci/mysql/models/create_backup_policy_details.rb +1 -1
- data/lib/oci/mysql/models/create_channel_details.rb +1 -1
- data/lib/oci/mysql/models/create_channel_source_details.rb +1 -1
- data/lib/oci/mysql/models/create_channel_source_from_mysql_details.rb +1 -1
- data/lib/oci/mysql/models/create_channel_target_details.rb +1 -1
- data/lib/oci/mysql/models/create_channel_target_from_db_system_details.rb +1 -1
- data/lib/oci/mysql/models/create_configuration_details.rb +1 -1
- data/lib/oci/mysql/models/create_db_system_details.rb +39 -4
- data/lib/oci/mysql/models/create_db_system_source_details.rb +1 -1
- data/lib/oci/mysql/models/create_db_system_source_from_backup_details.rb +1 -1
- data/lib/oci/mysql/models/create_db_system_source_from_none_details.rb +1 -1
- data/lib/oci/mysql/models/create_db_system_source_import_from_url_details.rb +1 -1
- data/lib/oci/mysql/models/create_maintenance_details.rb +1 -1
- data/lib/oci/mysql/models/db_system.rb +78 -6
- data/lib/oci/mysql/models/db_system_endpoint.rb +1 -1
- data/lib/oci/mysql/models/db_system_placement.rb +168 -0
- data/lib/oci/mysql/models/db_system_snapshot.rb +20 -2
- data/lib/oci/mysql/models/db_system_source.rb +1 -1
- data/lib/oci/mysql/models/db_system_source_from_backup.rb +1 -1
- data/lib/oci/mysql/models/db_system_source_from_none.rb +1 -1
- data/lib/oci/mysql/models/db_system_source_import_from_url.rb +1 -1
- data/lib/oci/mysql/models/db_system_summary.rb +78 -4
- data/lib/oci/mysql/models/heat_wave_cluster.rb +286 -0
- data/lib/oci/mysql/models/heat_wave_cluster_memory_estimate.rb +236 -0
- data/lib/oci/mysql/models/heat_wave_cluster_memory_estimate_status.rb +15 -0
- data/lib/oci/mysql/models/heat_wave_cluster_schema_memory_estimate.rb +172 -0
- data/lib/oci/mysql/models/heat_wave_cluster_summary.rb +219 -0
- data/lib/oci/mysql/models/heat_wave_cluster_table_memory_estimate.rb +236 -0
- data/lib/oci/mysql/models/heat_wave_node.rb +226 -0
- data/lib/oci/mysql/models/inno_db_shutdown_mode.rb +1 -1
- data/lib/oci/mysql/models/maintenance_details.rb +1 -1
- data/lib/oci/mysql/models/pem_ca_certificate.rb +1 -1
- data/lib/oci/mysql/models/restart_db_system_details.rb +1 -1
- data/lib/oci/mysql/models/shape_summary.rb +2 -1
- data/lib/oci/mysql/models/stop_db_system_details.rb +1 -1
- data/lib/oci/mysql/models/update_analytics_cluster_details.rb +2 -1
- data/lib/oci/mysql/models/update_backup_details.rb +1 -1
- data/lib/oci/mysql/models/update_backup_policy_details.rb +1 -1
- data/lib/oci/mysql/models/update_channel_details.rb +1 -1
- data/lib/oci/mysql/models/update_channel_source_details.rb +1 -1
- data/lib/oci/mysql/models/update_channel_source_from_mysql_details.rb +1 -1
- data/lib/oci/mysql/models/update_channel_target_details.rb +1 -1
- data/lib/oci/mysql/models/update_channel_target_from_db_system_details.rb +1 -1
- data/lib/oci/mysql/models/update_configuration_details.rb +1 -1
- data/lib/oci/mysql/models/update_db_system_details.rb +34 -4
- data/lib/oci/mysql/models/update_heat_wave_cluster_details.rb +179 -0
- data/lib/oci/mysql/models/update_maintenance_details.rb +1 -1
- data/lib/oci/mysql/models/version.rb +1 -1
- data/lib/oci/mysql/models/version_summary.rb +1 -1
- data/lib/oci/mysql/models/work_request.rb +8 -1
- data/lib/oci/mysql/models/work_request_error.rb +1 -1
- data/lib/oci/mysql/models/work_request_log_entry.rb +1 -1
- data/lib/oci/mysql/models/work_request_operation_status.rb +1 -1
- data/lib/oci/mysql/models/work_request_operation_type.rb +9 -2
- data/lib/oci/mysql/models/work_request_resource.rb +1 -1
- data/lib/oci/mysql/models/work_request_resource_action_type.rb +1 -1
- data/lib/oci/mysql/models/work_request_summary.rb +8 -1
- data/lib/oci/mysql/mysql.rb +11 -1
- data/lib/oci/mysql/mysqlaas_client.rb +4 -4
- data/lib/oci/mysql/mysqlaas_client_composite_operations.rb +1 -1
- data/lib/oci/mysql/util.rb +1 -1
- data/lib/oci/mysql/work_requests_client.rb +1 -1
- data/lib/oci/mysql/work_requests_client_composite_operations.rb +1 -1
- data/lib/oci/network_load_balancer/models/action_type.rb +14 -0
- data/lib/oci/network_load_balancer/models/backend.rb +277 -0
- data/lib/oci/network_load_balancer/models/backend_collection.rb +150 -0
- data/lib/oci/network_load_balancer/models/backend_details.rb +276 -0
- data/lib/oci/network_load_balancer/models/backend_health.rb +198 -0
- data/lib/oci/network_load_balancer/models/backend_set.rb +240 -0
- data/lib/oci/network_load_balancer/models/backend_set_collection.rb +150 -0
- data/lib/oci/network_load_balancer/models/backend_set_details.rb +217 -0
- data/lib/oci/network_load_balancer/models/backend_set_health.rb +258 -0
- data/lib/oci/network_load_balancer/models/backend_set_summary.rb +240 -0
- data/lib/oci/network_load_balancer/models/backend_summary.rb +277 -0
- data/lib/oci/network_load_balancer/models/change_network_load_balancer_compartment_details.rb +157 -0
- data/lib/oci/network_load_balancer/models/create_backend_details.rb +276 -0
- data/lib/oci/network_load_balancer/models/create_backend_set_details.rb +232 -0
- data/lib/oci/network_load_balancer/models/create_listener_details.rb +217 -0
- data/lib/oci/network_load_balancer/models/create_network_load_balancer_details.rb +337 -0
- data/lib/oci/network_load_balancer/models/health_check_protocols.rb +13 -0
- data/lib/oci/network_load_balancer/models/health_check_result.rb +193 -0
- data/lib/oci/network_load_balancer/models/health_checker.rb +320 -0
- data/lib/oci/network_load_balancer/models/health_checker_details.rb +318 -0
- data/lib/oci/network_load_balancer/models/ip_address.rb +189 -0
- data/lib/oci/network_load_balancer/models/lifecycle_state.rb +15 -0
- data/lib/oci/network_load_balancer/models/listener.rb +224 -0
- data/lib/oci/network_load_balancer/models/listener_collection.rb +150 -0
- data/lib/oci/network_load_balancer/models/listener_details.rb +217 -0
- data/lib/oci/network_load_balancer/models/listener_protocols.rb +12 -0
- data/lib/oci/network_load_balancer/models/listener_summary.rb +224 -0
- data/lib/oci/network_load_balancer/models/network_load_balancer.rb +458 -0
- data/lib/oci/network_load_balancer/models/network_load_balancer_collection.rb +150 -0
- data/lib/oci/network_load_balancer/models/network_load_balancer_health.rb +266 -0
- data/lib/oci/network_load_balancer/models/network_load_balancer_health_collection.rb +150 -0
- data/lib/oci/network_load_balancer/models/network_load_balancer_health_summary.rb +206 -0
- data/lib/oci/network_load_balancer/models/network_load_balancer_summary.rb +448 -0
- data/lib/oci/network_load_balancer/models/network_load_balancers_policy_collection.rb +150 -0
- data/lib/oci/network_load_balancer/models/network_load_balancers_policy_summary.rb +12 -0
- data/lib/oci/network_load_balancer/models/network_load_balancers_protocol_collection.rb +150 -0
- data/lib/oci/network_load_balancer/models/network_load_balancers_protocol_summary.rb +12 -0
- data/lib/oci/network_load_balancer/models/network_load_balancing_policy.rb +12 -0
- data/lib/oci/network_load_balancer/models/operation_status.rb +15 -0
- data/lib/oci/network_load_balancer/models/operation_type.rb +24 -0
- data/lib/oci/network_load_balancer/models/reserved_ip.rb +161 -0
- data/lib/oci/network_load_balancer/models/sort_order.rb +11 -0
- data/lib/oci/network_load_balancer/models/update_backend_details.rb +217 -0
- data/lib/oci/network_load_balancer/models/update_backend_set_details.rb +202 -0
- data/lib/oci/network_load_balancer/models/update_health_checker_details.rb +310 -0
- data/lib/oci/network_load_balancer/models/update_listener_details.rb +204 -0
- data/lib/oci/network_load_balancer/models/update_network_load_balancer_details.rb +215 -0
- data/lib/oci/network_load_balancer/models/update_network_security_groups_details.rb +168 -0
- data/lib/oci/network_load_balancer/models/work_request.rb +319 -0
- data/lib/oci/network_load_balancer/models/work_request_collection.rb +150 -0
- data/lib/oci/network_load_balancer/models/work_request_error.rb +173 -0
- data/lib/oci/network_load_balancer/models/work_request_error_collection.rb +150 -0
- data/lib/oci/network_load_balancer/models/work_request_log_entry.rb +160 -0
- data/lib/oci/network_load_balancer/models/work_request_log_entry_collection.rb +150 -0
- data/lib/oci/network_load_balancer/models/work_request_resource.rb +219 -0
- data/lib/oci/network_load_balancer/models/work_request_summary.rb +319 -0
- data/lib/oci/network_load_balancer/network_load_balancer.rb +76 -0
- data/lib/oci/network_load_balancer/network_load_balancer_client.rb +2542 -0
- data/lib/oci/network_load_balancer/network_load_balancer_client_composite_operations.rb +810 -0
- data/lib/oci/network_load_balancer/util.rb +3 -0
- data/lib/oci/nosql/models/change_table_compartment_details.rb +1 -1
- data/lib/oci/nosql/models/column.rb +1 -1
- data/lib/oci/nosql/models/create_index_details.rb +1 -1
- data/lib/oci/nosql/models/create_table_details.rb +1 -1
- data/lib/oci/nosql/models/delete_row_result.rb +1 -1
- data/lib/oci/nosql/models/index.rb +1 -1
- data/lib/oci/nosql/models/index_collection.rb +1 -1
- data/lib/oci/nosql/models/index_key.rb +1 -1
- data/lib/oci/nosql/models/index_summary.rb +1 -1
- data/lib/oci/nosql/models/prepared_statement.rb +1 -1
- data/lib/oci/nosql/models/query_details.rb +1 -1
- data/lib/oci/nosql/models/query_result_collection.rb +1 -1
- data/lib/oci/nosql/models/request_usage.rb +1 -1
- data/lib/oci/nosql/models/row.rb +1 -1
- data/lib/oci/nosql/models/schema.rb +1 -1
- data/lib/oci/nosql/models/statement_summary.rb +1 -1
- data/lib/oci/nosql/models/table.rb +1 -1
- data/lib/oci/nosql/models/table_collection.rb +1 -1
- data/lib/oci/nosql/models/table_limits.rb +1 -1
- data/lib/oci/nosql/models/table_summary.rb +1 -1
- data/lib/oci/nosql/models/table_usage_collection.rb +1 -1
- data/lib/oci/nosql/models/table_usage_summary.rb +1 -1
- data/lib/oci/nosql/models/update_row_details.rb +1 -1
- data/lib/oci/nosql/models/update_row_result.rb +1 -1
- data/lib/oci/nosql/models/update_table_details.rb +1 -1
- data/lib/oci/nosql/models/work_request.rb +1 -1
- data/lib/oci/nosql/models/work_request_collection.rb +1 -1
- data/lib/oci/nosql/models/work_request_error.rb +1 -1
- data/lib/oci/nosql/models/work_request_error_collection.rb +1 -1
- data/lib/oci/nosql/models/work_request_log_entry.rb +1 -1
- data/lib/oci/nosql/models/work_request_log_entry_collection.rb +1 -1
- data/lib/oci/nosql/models/work_request_resource.rb +1 -1
- data/lib/oci/nosql/models/work_request_summary.rb +1 -1
- data/lib/oci/nosql/nosql.rb +1 -1
- data/lib/oci/nosql/nosql_client.rb +1 -1
- data/lib/oci/nosql/nosql_client_composite_operations.rb +1 -1
- data/lib/oci/nosql/util.rb +1 -1
- data/lib/oci/object_storage/models/archival_state.rb +12 -0
- data/lib/oci/object_storage/models/bucket.rb +5 -5
- data/lib/oci/object_storage/models/bucket_summary.rb +1 -1
- data/lib/oci/object_storage/models/commit_multipart_upload_details.rb +1 -1
- data/lib/oci/object_storage/models/commit_multipart_upload_part_details.rb +1 -1
- data/lib/oci/object_storage/models/copy_object_details.rb +36 -6
- data/lib/oci/object_storage/models/create_bucket_details.rb +1 -1
- data/lib/oci/object_storage/models/create_multipart_upload_details.rb +32 -2
- data/lib/oci/object_storage/models/create_preauthenticated_request_details.rb +29 -4
- data/lib/oci/object_storage/models/create_replication_policy_details.rb +2 -2
- data/lib/oci/object_storage/models/create_retention_rule_details.rb +3 -1
- data/lib/oci/object_storage/models/duration.rb +1 -1
- data/lib/oci/object_storage/models/list_objects.rb +2 -2
- data/lib/oci/object_storage/models/multipart_upload.rb +40 -5
- data/lib/oci/object_storage/models/multipart_upload_part_summary.rb +1 -1
- data/lib/oci/object_storage/models/namespace_metadata.rb +1 -1
- data/lib/oci/object_storage/models/object_lifecycle_policy.rb +1 -1
- data/lib/oci/object_storage/models/object_lifecycle_rule.rb +10 -6
- data/lib/oci/object_storage/models/object_name_filter.rb +1 -1
- data/lib/oci/object_storage/models/object_summary.rb +71 -2
- data/lib/oci/object_storage/models/object_version_collection.rb +1 -1
- data/lib/oci/object_storage/models/object_version_summary.rb +71 -2
- data/lib/oci/object_storage/models/pattern_details.rb +1 -1
- data/lib/oci/object_storage/models/preauthenticated_request.rb +40 -2
- data/lib/oci/object_storage/models/preauthenticated_request_summary.rb +21 -2
- data/lib/oci/object_storage/models/put_object_lifecycle_policy_details.rb +1 -1
- data/lib/oci/object_storage/models/reencrypt_object_details.rb +1 -1
- data/lib/oci/object_storage/models/rename_object_details.rb +2 -2
- data/lib/oci/object_storage/models/replication_policy.rb +1 -1
- data/lib/oci/object_storage/models/replication_policy_summary.rb +1 -1
- data/lib/oci/object_storage/models/replication_source.rb +1 -1
- data/lib/oci/object_storage/models/restore_objects_details.rb +1 -1
- data/lib/oci/object_storage/models/retention_rule.rb +1 -1
- data/lib/oci/object_storage/models/retention_rule_collection.rb +1 -1
- data/lib/oci/object_storage/models/retention_rule_details.rb +3 -1
- data/lib/oci/object_storage/models/retention_rule_summary.rb +1 -1
- data/lib/oci/object_storage/models/sse_customer_key_details.rb +1 -1
- data/lib/oci/object_storage/models/storage_tier.rb +12 -0
- data/lib/oci/object_storage/models/update_bucket_details.rb +1 -1
- data/lib/oci/object_storage/models/update_namespace_metadata_details.rb +1 -1
- data/lib/oci/object_storage/models/update_object_storage_tier_details.rb +202 -0
- data/lib/oci/object_storage/models/update_retention_rule_details.rb +3 -1
- data/lib/oci/object_storage/models/work_request.rb +1 -1
- data/lib/oci/object_storage/models/work_request_error.rb +1 -1
- data/lib/oci/object_storage/models/work_request_log_entry.rb +1 -1
- data/lib/oci/object_storage/models/work_request_resource.rb +1 -1
- data/lib/oci/object_storage/models/work_request_resource_metadata_key.rb +1 -1
- data/lib/oci/object_storage/models/work_request_summary.rb +1 -1
- data/lib/oci/object_storage/object_storage.rb +4 -1
- data/lib/oci/object_storage/object_storage_client.rb +236 -95
- data/lib/oci/object_storage/object_storage_client_composite_operations.rb +1 -1
- data/lib/oci/object_storage/transfer/multipart/internal/file_part_io_wrapper.rb +1 -1
- data/lib/oci/object_storage/transfer/multipart/internal/multipart_upload_parts_collection.rb +1 -1
- data/lib/oci/object_storage/transfer/multipart/internal/seekable_non_file_part_io_wrapper.rb +1 -1
- data/lib/oci/object_storage/transfer/multipart/internal/stdin_part_io_wrapper.rb +1 -1
- data/lib/oci/object_storage/transfer/multipart/multipart_object_assembler.rb +4 -1
- data/lib/oci/object_storage/transfer/transfer.rb +1 -1
- data/lib/oci/object_storage/transfer/upload_manager.rb +2 -1
- data/lib/oci/object_storage/transfer/upload_manager_config.rb +1 -1
- data/lib/oci/object_storage/util.rb +1 -1
- data/lib/oci/oce/models/change_oce_instance_compartment_details.rb +1 -1
- data/lib/oci/oce/models/create_oce_instance_details.rb +1 -1
- data/lib/oci/oce/models/identity_stripe_details.rb +1 -1
- data/lib/oci/oce/models/license_type.rb +1 -1
- data/lib/oci/oce/models/oce_instance.rb +1 -1
- data/lib/oci/oce/models/oce_instance_summary.rb +1 -1
- data/lib/oci/oce/models/update_oce_instance_details.rb +29 -2
- data/lib/oci/oce/models/work_request.rb +1 -1
- data/lib/oci/oce/models/work_request_error.rb +1 -1
- data/lib/oci/oce/models/work_request_log_entry.rb +1 -1
- data/lib/oci/oce/models/work_request_resource.rb +1 -1
- data/lib/oci/oce/models/workflow_monitor.rb +1 -1
- data/lib/oci/oce/models/workflow_step.rb +1 -1
- data/lib/oci/oce/oce.rb +1 -1
- data/lib/oci/oce/oce_instance_client.rb +1 -1
- data/lib/oci/oce/oce_instance_client_composite_operations.rb +1 -1
- data/lib/oci/oce/util.rb +1 -1
- data/lib/oci/ocvp/esxi_host_client.rb +2 -2
- data/lib/oci/ocvp/esxi_host_client_composite_operations.rb +1 -1
- data/lib/oci/ocvp/models/action_types.rb +1 -1
- data/lib/oci/ocvp/models/change_sddc_compartment_details.rb +1 -1
- data/lib/oci/ocvp/models/create_esxi_host_details.rb +1 -1
- data/lib/oci/ocvp/models/create_sddc_details.rb +40 -7
- data/lib/oci/ocvp/models/esxi_host.rb +1 -1
- data/lib/oci/ocvp/models/esxi_host_collection.rb +1 -1
- data/lib/oci/ocvp/models/esxi_host_summary.rb +1 -1
- data/lib/oci/ocvp/models/lifecycle_states.rb +1 -1
- data/lib/oci/ocvp/models/operation_status.rb +1 -1
- data/lib/oci/ocvp/models/operation_types.rb +1 -1
- data/lib/oci/ocvp/models/sddc.rb +63 -14
- data/lib/oci/ocvp/models/sddc_collection.rb +1 -1
- data/lib/oci/ocvp/models/sddc_summary.rb +2 -4
- data/lib/oci/ocvp/models/sort_orders.rb +1 -1
- data/lib/oci/ocvp/models/supported_vmware_software_version_collection.rb +1 -1
- data/lib/oci/ocvp/models/supported_vmware_software_version_summary.rb +1 -1
- data/lib/oci/ocvp/models/update_esxi_host_details.rb +1 -1
- data/lib/oci/ocvp/models/update_sddc_details.rb +39 -6
- data/lib/oci/ocvp/models/work_request.rb +1 -1
- data/lib/oci/ocvp/models/work_request_collection.rb +1 -1
- data/lib/oci/ocvp/models/work_request_error.rb +1 -1
- data/lib/oci/ocvp/models/work_request_error_collection.rb +1 -1
- data/lib/oci/ocvp/models/work_request_log_entry.rb +1 -1
- data/lib/oci/ocvp/models/work_request_log_entry_collection.rb +1 -1
- data/lib/oci/ocvp/models/work_request_resource.rb +1 -1
- data/lib/oci/ocvp/ocvp.rb +1 -1
- data/lib/oci/ocvp/sddc_client.rb +5 -3
- data/lib/oci/ocvp/sddc_client_composite_operations.rb +1 -1
- data/lib/oci/ocvp/util.rb +1 -1
- data/lib/oci/ocvp/work_request_client.rb +2 -2
- data/lib/oci/ocvp/work_request_client_composite_operations.rb +1 -1
- data/lib/oci/oda/models/change_oda_instance_compartment_details.rb +1 -1
- data/lib/oci/oda/models/create_oda_instance_details.rb +1 -1
- data/lib/oci/oda/models/error_body.rb +1 -1
- data/lib/oci/oda/models/oda_instance.rb +1 -1
- data/lib/oci/oda/models/oda_instance_summary.rb +1 -1
- data/lib/oci/oda/models/update_oda_instance_details.rb +1 -1
- data/lib/oci/oda/models/work_request.rb +1 -1
- data/lib/oci/oda/models/work_request_error.rb +1 -1
- data/lib/oci/oda/models/work_request_log_entry.rb +1 -1
- data/lib/oci/oda/models/work_request_resource.rb +1 -1
- data/lib/oci/oda/models/work_request_summary.rb +1 -1
- data/lib/oci/oda/oda.rb +1 -1
- data/lib/oci/oda/oda_client.rb +1 -1
- data/lib/oci/oda/oda_client_composite_operations.rb +1 -1
- data/lib/oci/oda/util.rb +1 -1
- data/lib/oci/ons/models/backoff_retry_policy.rb +1 -1
- data/lib/oci/ons/models/change_compartment_details.rb +1 -1
- data/lib/oci/ons/models/confirmation_result.rb +1 -1
- data/lib/oci/ons/models/create_subscription_details.rb +3 -2
- data/lib/oci/ons/models/create_topic_details.rb +1 -1
- data/lib/oci/ons/models/delivery_policy.rb +1 -1
- data/lib/oci/ons/models/message_details.rb +1 -2
- data/lib/oci/ons/models/notification_topic.rb +17 -2
- data/lib/oci/ons/models/notification_topic_summary.rb +17 -2
- data/lib/oci/ons/models/publish_result.rb +1 -1
- data/lib/oci/ons/models/subscription.rb +11 -1
- data/lib/oci/ons/models/subscription_summary.rb +11 -1
- data/lib/oci/ons/models/topic_attributes_details.rb +1 -1
- data/lib/oci/ons/models/update_subscription_details.rb +1 -1
- data/lib/oci/ons/notification_control_plane_client.rb +1 -1
- data/lib/oci/ons/notification_control_plane_client_composite_operations.rb +1 -1
- data/lib/oci/ons/notification_data_plane_client.rb +15 -7
- data/lib/oci/ons/notification_data_plane_client_composite_operations.rb +1 -1
- data/lib/oci/ons/ons.rb +1 -1
- data/lib/oci/ons/util.rb +1 -1
- data/lib/oci/opsi/models/database_details.rb +1 -1
- data/lib/oci/opsi/models/database_insight_summary.rb +1 -1
- data/lib/oci/opsi/models/database_insights.rb +1 -1
- data/lib/oci/opsi/models/database_insights_collection.rb +1 -1
- data/lib/oci/opsi/models/historical_data_item.rb +1 -1
- data/lib/oci/opsi/models/ingest_sql_bucket_details.rb +1 -1
- data/lib/oci/opsi/models/ingest_sql_bucket_response_details.rb +1 -1
- data/lib/oci/opsi/models/ingest_sql_plan_lines_details.rb +1 -1
- data/lib/oci/opsi/models/ingest_sql_plan_lines_response_details.rb +1 -1
- data/lib/oci/opsi/models/ingest_sql_text_details.rb +1 -1
- data/lib/oci/opsi/models/ingest_sql_text_response_details.rb +1 -1
- data/lib/oci/opsi/models/projected_data_item.rb +1 -1
- data/lib/oci/opsi/models/resource_capacity_trend_aggregation.rb +1 -1
- data/lib/oci/opsi/models/resource_insight_current_utilization.rb +1 -1
- data/lib/oci/opsi/models/resource_insight_projected_utilization.rb +1 -1
- data/lib/oci/opsi/models/resource_insight_projected_utilization_item.rb +1 -1
- data/lib/oci/opsi/models/resource_statistics.rb +1 -1
- data/lib/oci/opsi/models/resource_statistics_aggregation.rb +1 -1
- data/lib/oci/opsi/models/resource_usage_trend_aggregation.rb +1 -1
- data/lib/oci/opsi/models/sort_order.rb +1 -1
- data/lib/oci/opsi/models/sql_bucket.rb +1 -1
- data/lib/oci/opsi/models/sql_insight_aggregation.rb +1 -1
- data/lib/oci/opsi/models/sql_insight_aggregation_collection.rb +1 -1
- data/lib/oci/opsi/models/sql_insight_thresholds.rb +1 -1
- data/lib/oci/opsi/models/sql_inventory.rb +1 -1
- data/lib/oci/opsi/models/sql_plan_collection.rb +1 -1
- data/lib/oci/opsi/models/sql_plan_insight_aggregation.rb +1 -1
- data/lib/oci/opsi/models/sql_plan_insight_aggregation_collection.rb +1 -1
- data/lib/oci/opsi/models/sql_plan_insights.rb +1 -1
- data/lib/oci/opsi/models/sql_plan_line.rb +1 -1
- data/lib/oci/opsi/models/sql_plan_summary.rb +1 -1
- data/lib/oci/opsi/models/sql_response_time_distribution_aggregation.rb +1 -1
- data/lib/oci/opsi/models/sql_response_time_distribution_aggregation_collection.rb +1 -1
- data/lib/oci/opsi/models/sql_search_collection.rb +1 -1
- data/lib/oci/opsi/models/sql_search_summary.rb +1 -1
- data/lib/oci/opsi/models/sql_statistic_aggregation.rb +1 -1
- data/lib/oci/opsi/models/sql_statistic_aggregation_collection.rb +1 -1
- data/lib/oci/opsi/models/sql_statistics.rb +1 -1
- data/lib/oci/opsi/models/sql_statistics_time_series.rb +1 -1
- data/lib/oci/opsi/models/sql_statistics_time_series_aggregation.rb +1 -1
- data/lib/oci/opsi/models/sql_statistics_time_series_aggregation_collection.rb +1 -1
- data/lib/oci/opsi/models/sql_statistics_time_series_by_plan_aggregation.rb +1 -1
- data/lib/oci/opsi/models/sql_statistics_time_series_by_plan_aggregation_collection.rb +1 -1
- data/lib/oci/opsi/models/sql_text.rb +1 -1
- data/lib/oci/opsi/models/sql_text_collection.rb +1 -1
- data/lib/oci/opsi/models/sql_text_summary.rb +1 -1
- data/lib/oci/opsi/models/summarize_database_insight_resource_capacity_trend_aggregation_collection.rb +1 -1
- data/lib/oci/opsi/models/summarize_database_insight_resource_forecast_trend_aggregation.rb +1 -1
- data/lib/oci/opsi/models/summarize_database_insight_resource_statistics_aggregation_collection.rb +1 -1
- data/lib/oci/opsi/models/summarize_database_insight_resource_usage_aggregation.rb +1 -1
- data/lib/oci/opsi/models/summarize_database_insight_resource_usage_trend_aggregation_collection.rb +1 -1
- data/lib/oci/opsi/models/summarize_database_insight_resource_utilization_insight_aggregation.rb +1 -1
- data/lib/oci/opsi/models/usage_unit.rb +1 -1
- data/lib/oci/opsi/operations_insights_client.rb +1 -1
- data/lib/oci/opsi/operations_insights_client_composite_operations.rb +1 -1
- data/lib/oci/opsi/opsi.rb +1 -1
- data/lib/oci/opsi/util.rb +1 -1
- data/lib/oci/optimizer/models/action.rb +1 -3
- data/lib/oci/optimizer/models/action_type.rb +1 -1
- data/lib/oci/optimizer/models/bulk_apply_recommendations_details.rb +16 -3
- data/lib/oci/optimizer/models/bulk_apply_resource_action.rb +225 -0
- data/lib/oci/optimizer/models/category.rb +3 -5
- data/lib/oci/optimizer/models/category_collection.rb +1 -1
- data/lib/oci/optimizer/models/category_summary.rb +3 -5
- data/lib/oci/optimizer/models/create_profile_details.rb +33 -9
- data/lib/oci/optimizer/models/enrollment_status.rb +1 -3
- data/lib/oci/optimizer/models/enrollment_status_collection.rb +1 -1
- data/lib/oci/optimizer/models/enrollment_status_summary.rb +1 -3
- data/lib/oci/optimizer/models/history_collection.rb +1 -1
- data/lib/oci/optimizer/models/history_summary.rb +1 -3
- data/lib/oci/optimizer/models/importance.rb +1 -1
- data/lib/oci/optimizer/models/level_configuration.rb +1 -1
- data/lib/oci/optimizer/models/levels_configuration.rb +1 -1
- data/lib/oci/optimizer/models/lifecycle_state.rb +1 -1
- data/lib/oci/optimizer/models/operation_status.rb +1 -1
- data/lib/oci/optimizer/models/operation_type.rb +1 -1
- data/lib/oci/optimizer/models/optimizer_enrollment_status.rb +1 -1
- data/lib/oci/optimizer/models/profile.rb +30 -6
- data/lib/oci/optimizer/models/profile_collection.rb +1 -1
- data/lib/oci/optimizer/models/profile_summary.rb +28 -2
- data/lib/oci/optimizer/models/recommendation.rb +1 -3
- data/lib/oci/optimizer/models/recommendation_collection.rb +1 -1
- data/lib/oci/optimizer/models/recommendation_count.rb +1 -1
- data/lib/oci/optimizer/models/recommendation_strategy_collection.rb +151 -0
- data/lib/oci/optimizer/models/recommendation_strategy_summary.rb +161 -0
- data/lib/oci/optimizer/models/recommendation_summary.rb +1 -3
- data/lib/oci/optimizer/models/resource_action.rb +1 -3
- data/lib/oci/optimizer/models/resource_action_collection.rb +1 -1
- data/lib/oci/optimizer/models/resource_action_summary.rb +1 -3
- data/lib/oci/optimizer/models/resource_count.rb +1 -1
- data/lib/oci/optimizer/models/sort_order.rb +1 -1
- data/lib/oci/optimizer/models/status.rb +1 -1
- data/lib/oci/optimizer/models/strategy.rb +183 -0
- data/lib/oci/optimizer/models/strategy_parameter.rb +235 -0
- data/lib/oci/optimizer/models/strategy_parameter_type.rb +13 -0
- data/lib/oci/optimizer/models/supported_level.rb +1 -1
- data/lib/oci/optimizer/models/supported_levels.rb +1 -1
- data/lib/oci/optimizer/models/tag_value_type.rb +11 -0
- data/lib/oci/optimizer/models/target_compartments.rb +151 -0
- data/lib/oci/optimizer/models/target_tag.rb +217 -0
- data/lib/oci/optimizer/models/target_tags.rb +151 -0
- data/lib/oci/optimizer/models/update_enrollment_status_details.rb +1 -3
- data/lib/oci/optimizer/models/update_profile_details.rb +42 -8
- data/lib/oci/optimizer/models/update_recommendation_details.rb +1 -1
- data/lib/oci/optimizer/models/update_resource_action_details.rb +1 -1
- data/lib/oci/optimizer/models/work_request.rb +1 -1
- data/lib/oci/optimizer/models/work_request_action_type.rb +1 -1
- data/lib/oci/optimizer/models/work_request_collection.rb +1 -1
- data/lib/oci/optimizer/models/work_request_error.rb +1 -1
- data/lib/oci/optimizer/models/work_request_error_collection.rb +1 -1
- data/lib/oci/optimizer/models/work_request_log_entry.rb +1 -1
- data/lib/oci/optimizer/models/work_request_log_entry_collection.rb +1 -1
- data/lib/oci/optimizer/models/work_request_resource.rb +1 -1
- data/lib/oci/optimizer/optimizer.rb +11 -1
- data/lib/oci/optimizer/optimizer_client.rb +87 -1
- data/lib/oci/optimizer/optimizer_client_composite_operations.rb +1 -1
- data/lib/oci/optimizer/util.rb +1 -1
- data/lib/oci/os_management/models/add_packages_to_software_source_details.rb +1 -1
- data/lib/oci/os_management/models/api_error.rb +1 -1
- data/lib/oci/os_management/models/arch_types.rb +1 -1
- data/lib/oci/os_management/models/attach_child_software_source_to_managed_instance_details.rb +1 -1
- data/lib/oci/os_management/models/attach_parent_software_source_to_managed_instance_details.rb +1 -1
- data/lib/oci/os_management/models/available_software_source_summary.rb +1 -1
- data/lib/oci/os_management/models/available_update_summary.rb +1 -1
- data/lib/oci/os_management/models/available_windows_update_summary.rb +1 -1
- data/lib/oci/os_management/models/change_managed_instance_group_compartment_details.rb +1 -1
- data/lib/oci/os_management/models/change_scheduled_job_compartment_details.rb +1 -1
- data/lib/oci/os_management/models/change_software_source_compartment_details.rb +1 -1
- data/lib/oci/os_management/models/checksum_types.rb +1 -1
- data/lib/oci/os_management/models/create_managed_instance_group_details.rb +1 -1
- data/lib/oci/os_management/models/create_scheduled_job_details.rb +1 -1
- data/lib/oci/os_management/models/create_software_source_details.rb +1 -1
- data/lib/oci/os_management/models/detach_child_software_source_from_managed_instance_details.rb +1 -1
- data/lib/oci/os_management/models/detach_parent_software_source_from_managed_instance_details.rb +1 -1
- data/lib/oci/os_management/models/erratum.rb +1 -1
- data/lib/oci/os_management/models/erratum_summary.rb +13 -6
- data/lib/oci/os_management/models/id.rb +1 -1
- data/lib/oci/os_management/models/installable_package_summary.rb +1 -1
- data/lib/oci/os_management/models/installed_package_summary.rb +12 -2
- data/lib/oci/os_management/models/installed_windows_update_summary.rb +1 -1
- data/lib/oci/os_management/models/interval_types.rb +1 -1
- data/lib/oci/os_management/models/is_eligible_for_installation.rb +1 -1
- data/lib/oci/os_management/models/lifecycle_states.rb +1 -1
- data/lib/oci/os_management/models/managed_instance.rb +89 -5
- data/lib/oci/os_management/models/managed_instance_group.rb +1 -1
- data/lib/oci/os_management/models/managed_instance_group_summary.rb +1 -1
- data/lib/oci/os_management/models/managed_instance_summary.rb +1 -1
- data/lib/oci/os_management/models/operation_status.rb +1 -1
- data/lib/oci/os_management/models/operation_types.rb +1 -1
- data/lib/oci/os_management/models/os_families.rb +1 -1
- data/lib/oci/os_management/models/package_name.rb +1 -1
- data/lib/oci/os_management/models/package_update_types.rb +1 -1
- data/lib/oci/os_management/models/recurrence.rb +1 -1
- data/lib/oci/os_management/models/remove_packages_from_software_source_details.rb +1 -1
- data/lib/oci/os_management/models/schedule_types.rb +1 -1
- data/lib/oci/os_management/models/scheduled_job.rb +1 -1
- data/lib/oci/os_management/models/scheduled_job_summary.rb +1 -1
- data/lib/oci/os_management/models/software_package.rb +1 -1
- data/lib/oci/os_management/models/software_package_dependency.rb +1 -1
- data/lib/oci/os_management/models/software_package_file.rb +1 -1
- data/lib/oci/os_management/models/software_package_search_summary.rb +1 -1
- data/lib/oci/os_management/models/software_package_summary.rb +1 -1
- data/lib/oci/os_management/models/software_source.rb +1 -1
- data/lib/oci/os_management/models/software_source_id.rb +1 -1
- data/lib/oci/os_management/models/software_source_summary.rb +1 -1
- data/lib/oci/os_management/models/update_managed_instance_group_details.rb +1 -1
- data/lib/oci/os_management/models/update_scheduled_job_details.rb +1 -1
- data/lib/oci/os_management/models/update_software_source_details.rb +1 -1
- data/lib/oci/os_management/models/update_types.rb +1 -1
- data/lib/oci/os_management/models/windows_update.rb +1 -1
- data/lib/oci/os_management/models/windows_update_summary.rb +1 -1
- data/lib/oci/os_management/models/work_request.rb +1 -1
- data/lib/oci/os_management/models/work_request_error.rb +1 -1
- data/lib/oci/os_management/models/work_request_log_entry.rb +1 -1
- data/lib/oci/os_management/models/work_request_resource.rb +1 -1
- data/lib/oci/os_management/models/work_request_summary.rb +1 -1
- data/lib/oci/os_management/os_management.rb +1 -2
- data/lib/oci/os_management/os_management_client.rb +172 -1
- data/lib/oci/os_management/os_management_client_composite_operations.rb +1 -1
- data/lib/oci/os_management/util.rb +1 -1
- data/lib/oci/regions.rb +1 -1
- data/lib/oci/resource_manager/models/apply_job_operation_details.rb +1 -1
- data/lib/oci/resource_manager/models/apply_job_operation_details_summary.rb +1 -1
- data/lib/oci/resource_manager/models/apply_job_plan_resolution.rb +1 -1
- data/lib/oci/resource_manager/models/change_configuration_source_provider_compartment_details.rb +1 -1
- data/lib/oci/resource_manager/models/change_stack_compartment_details.rb +1 -1
- data/lib/oci/resource_manager/models/change_template_compartment_details.rb +157 -0
- data/lib/oci/resource_manager/models/compartment_config_source.rb +1 -1
- data/lib/oci/resource_manager/models/config_source.rb +1 -1
- data/lib/oci/resource_manager/models/config_source_record.rb +1 -1
- data/lib/oci/resource_manager/models/configuration_source_provider.rb +1 -1
- data/lib/oci/resource_manager/models/configuration_source_provider_collection.rb +1 -1
- data/lib/oci/resource_manager/models/configuration_source_provider_summary.rb +1 -1
- data/lib/oci/resource_manager/models/create_apply_job_operation_details.rb +1 -1
- data/lib/oci/resource_manager/models/create_compartment_config_source_details.rb +1 -1
- data/lib/oci/resource_manager/models/create_config_source_details.rb +2 -1
- data/lib/oci/resource_manager/models/create_configuration_source_provider_details.rb +1 -1
- data/lib/oci/resource_manager/models/create_destroy_job_operation_details.rb +1 -1
- data/lib/oci/resource_manager/models/create_git_config_source_details.rb +1 -1
- data/lib/oci/resource_manager/models/create_github_access_token_configuration_source_provider_details.rb +1 -1
- data/lib/oci/resource_manager/models/create_gitlab_access_token_configuration_source_provider_details.rb +1 -1
- data/lib/oci/resource_manager/models/create_import_tf_state_job_operation_details.rb +1 -1
- data/lib/oci/resource_manager/models/create_job_details.rb +1 -1
- data/lib/oci/resource_manager/models/create_job_operation_details.rb +1 -1
- data/lib/oci/resource_manager/models/create_plan_job_operation_details.rb +1 -1
- data/lib/oci/resource_manager/models/create_stack_details.rb +1 -1
- data/lib/oci/resource_manager/models/create_stack_template_config_source_details.rb +167 -0
- data/lib/oci/resource_manager/models/create_template_config_source_details.rb +172 -0
- data/lib/oci/resource_manager/models/create_template_details.rb +255 -0
- data/lib/oci/resource_manager/models/create_template_zip_upload_config_source_details.rb +163 -0
- data/lib/oci/resource_manager/models/create_zip_upload_config_source_details.rb +1 -1
- data/lib/oci/resource_manager/models/destroy_job_operation_details.rb +1 -1
- data/lib/oci/resource_manager/models/destroy_job_operation_details_summary.rb +1 -1
- data/lib/oci/resource_manager/models/detect_stack_drift_details.rb +159 -0
- data/lib/oci/resource_manager/models/failure_details.rb +1 -1
- data/lib/oci/resource_manager/models/git_config_source.rb +1 -1
- data/lib/oci/resource_manager/models/git_config_source_record.rb +1 -1
- data/lib/oci/resource_manager/models/github_access_token_configuration_source_provider.rb +1 -1
- data/lib/oci/resource_manager/models/github_access_token_configuration_source_provider_summary.rb +1 -1
- data/lib/oci/resource_manager/models/gitlab_access_token_configuration_source_provider.rb +1 -1
- data/lib/oci/resource_manager/models/gitlab_access_token_configuration_source_provider_summary.rb +1 -1
- data/lib/oci/resource_manager/models/import_tf_state_job_operation_details.rb +1 -1
- data/lib/oci/resource_manager/models/import_tf_state_job_operation_details_summary.rb +1 -1
- data/lib/oci/resource_manager/models/job.rb +1 -1
- data/lib/oci/resource_manager/models/job_operation_details.rb +1 -1
- data/lib/oci/resource_manager/models/job_operation_details_summary.rb +1 -1
- data/lib/oci/resource_manager/models/job_summary.rb +1 -1
- data/lib/oci/resource_manager/models/log_entry.rb +1 -1
- data/lib/oci/resource_manager/models/plan_job_operation_details.rb +1 -1
- data/lib/oci/resource_manager/models/plan_job_operation_details_summary.rb +1 -1
- data/lib/oci/resource_manager/models/resource_discovery_service_collection.rb +1 -1
- data/lib/oci/resource_manager/models/resource_discovery_service_summary.rb +1 -1
- data/lib/oci/resource_manager/models/stack.rb +1 -1
- data/lib/oci/resource_manager/models/stack_resource_drift_collection.rb +1 -1
- data/lib/oci/resource_manager/models/stack_resource_drift_summary.rb +1 -1
- data/lib/oci/resource_manager/models/stack_summary.rb +1 -1
- data/lib/oci/resource_manager/models/template.rb +315 -0
- data/lib/oci/resource_manager/models/template_category_summary.rb +165 -0
- data/lib/oci/resource_manager/models/template_category_summary_collection.rb +151 -0
- data/lib/oci/resource_manager/models/template_config_source.rb +191 -0
- data/lib/oci/resource_manager/models/template_summary.rb +223 -0
- data/lib/oci/resource_manager/models/template_summary_collection.rb +151 -0
- data/lib/oci/resource_manager/models/template_zip_upload_config_source.rb +146 -0
- data/lib/oci/resource_manager/models/terraform_version_collection.rb +1 -1
- data/lib/oci/resource_manager/models/terraform_version_summary.rb +1 -1
- data/lib/oci/resource_manager/models/update_config_source_details.rb +1 -1
- data/lib/oci/resource_manager/models/update_configuration_source_provider_details.rb +1 -1
- data/lib/oci/resource_manager/models/update_git_config_source_details.rb +1 -1
- data/lib/oci/resource_manager/models/update_github_access_token_configuration_source_provider_details.rb +1 -1
- data/lib/oci/resource_manager/models/update_gitlab_access_token_configuration_source_provider_details.rb +1 -1
- data/lib/oci/resource_manager/models/update_job_details.rb +1 -1
- data/lib/oci/resource_manager/models/update_stack_details.rb +1 -1
- data/lib/oci/resource_manager/models/update_template_config_source_details.rb +172 -0
- data/lib/oci/resource_manager/models/update_template_details.rb +240 -0
- data/lib/oci/resource_manager/models/update_template_zip_upload_config_source_details.rb +161 -0
- data/lib/oci/resource_manager/models/update_zip_upload_config_source_details.rb +1 -1
- data/lib/oci/resource_manager/models/work_request.rb +1 -1
- data/lib/oci/resource_manager/models/work_request_error.rb +1 -1
- data/lib/oci/resource_manager/models/work_request_log_entry.rb +1 -1
- data/lib/oci/resource_manager/models/work_request_resource.rb +1 -1
- data/lib/oci/resource_manager/models/work_request_summary.rb +1 -1
- data/lib/oci/resource_manager/models/zip_upload_config_source.rb +1 -1
- data/lib/oci/resource_manager/models/zip_upload_config_source_record.rb +1 -1
- data/lib/oci/resource_manager/resource_manager.rb +17 -1
- data/lib/oci/resource_manager/resource_manager_client.rb +734 -56
- data/lib/oci/resource_manager/resource_manager_client_composite_operations.rb +121 -1
- data/lib/oci/resource_manager/util.rb +1 -1
- data/lib/oci/resource_search/models/free_text_search_details.rb +1 -1
- data/lib/oci/resource_search/models/queryable_field_description.rb +1 -1
- data/lib/oci/resource_search/models/resource_summary.rb +1 -1
- data/lib/oci/resource_search/models/resource_summary_collection.rb +1 -1
- data/lib/oci/resource_search/models/resource_type.rb +1 -1
- data/lib/oci/resource_search/models/search_context.rb +1 -1
- data/lib/oci/resource_search/models/search_details.rb +1 -1
- data/lib/oci/resource_search/models/structured_search_details.rb +1 -1
- data/lib/oci/resource_search/resource_search.rb +1 -1
- data/lib/oci/resource_search/resource_search_client.rb +4 -3
- data/lib/oci/resource_search/resource_search_client_composite_operations.rb +1 -1
- data/lib/oci/resource_search/util.rb +1 -1
- data/lib/oci/response.rb +1 -1
- data/lib/oci/response_headers.rb +1 -1
- data/lib/oci/retry/functions/should_retry_on_error.rb +1 -1
- data/lib/oci/retry/functions/sleep.rb +1 -1
- data/lib/oci/retry/internal/retry_state.rb +1 -1
- data/lib/oci/retry/retry.rb +1 -1
- data/lib/oci/retry/retry_config.rb +1 -1
- data/lib/oci/rover/models/change_rover_cluster_compartment_details.rb +1 -1
- data/lib/oci/rover/models/change_rover_entitlement_compartment_details.rb +1 -1
- data/lib/oci/rover/models/change_rover_node_compartment_details.rb +1 -1
- data/lib/oci/rover/models/create_rover_cluster_details.rb +1 -1
- data/lib/oci/rover/models/create_rover_entitlement_details.rb +1 -1
- data/lib/oci/rover/models/create_rover_node_details.rb +1 -1
- data/lib/oci/rover/models/enclosure_type.rb +1 -1
- data/lib/oci/rover/models/lifecycle_state.rb +1 -1
- data/lib/oci/rover/models/node_type.rb +1 -1
- data/lib/oci/rover/models/rover_cluster.rb +1 -1
- data/lib/oci/rover/models/rover_cluster_certificate.rb +1 -1
- data/lib/oci/rover/models/rover_cluster_collection.rb +1 -1
- data/lib/oci/rover/models/rover_cluster_summary.rb +1 -1
- data/lib/oci/rover/models/rover_entitlement.rb +1 -1
- data/lib/oci/rover/models/rover_entitlement_collection.rb +1 -1
- data/lib/oci/rover/models/rover_entitlement_summary.rb +1 -1
- data/lib/oci/rover/models/rover_node.rb +1 -1
- data/lib/oci/rover/models/rover_node_action_set_key_details.rb +1 -1
- data/lib/oci/rover/models/rover_node_certificate.rb +1 -1
- data/lib/oci/rover/models/rover_node_collection.rb +1 -1
- data/lib/oci/rover/models/rover_node_encryption_key.rb +1 -1
- data/lib/oci/rover/models/rover_node_get_rpt.rb +1 -1
- data/lib/oci/rover/models/rover_node_set_key.rb +1 -1
- data/lib/oci/rover/models/rover_node_summary.rb +1 -1
- data/lib/oci/rover/models/rover_workload.rb +1 -1
- data/lib/oci/rover/models/shipping_address.rb +1 -1
- data/lib/oci/rover/models/sort_orders.rb +1 -1
- data/lib/oci/rover/models/update_rover_cluster_details.rb +1 -1
- data/lib/oci/rover/models/update_rover_entitlement_details.rb +1 -1
- data/lib/oci/rover/models/update_rover_node_details.rb +1 -1
- data/lib/oci/rover/rover.rb +1 -1
- data/lib/oci/rover/rover_cluster_client.rb +1 -1
- data/lib/oci/rover/rover_cluster_client_composite_operations.rb +1 -1
- data/lib/oci/rover/rover_entitlement_client.rb +1 -1
- data/lib/oci/rover/rover_entitlement_client_composite_operations.rb +1 -1
- data/lib/oci/rover/rover_node_client.rb +1 -1
- data/lib/oci/rover/rover_node_client_composite_operations.rb +1 -1
- data/lib/oci/rover/util.rb +1 -1
- data/lib/oci/sch/models/action_type.rb +1 -1
- data/lib/oci/sch/models/change_service_connector_compartment_details.rb +1 -1
- data/lib/oci/sch/models/create_service_connector_details.rb +1 -1
- data/lib/oci/sch/models/functions_target_details.rb +2 -2
- data/lib/oci/sch/models/lifecycle_state.rb +1 -1
- data/lib/oci/sch/models/log_rule_task_details.rb +1 -1
- data/lib/oci/sch/models/log_source.rb +1 -1
- data/lib/oci/sch/models/logging_analytics_target_details.rb +164 -0
- data/lib/oci/sch/models/logging_source_details.rb +1 -1
- data/lib/oci/sch/models/monitoring_target_details.rb +2 -2
- data/lib/oci/sch/models/notifications_target_details.rb +23 -6
- data/lib/oci/sch/models/object_storage_target_details.rb +36 -6
- data/lib/oci/sch/models/operation_status.rb +1 -1
- data/lib/oci/sch/models/operation_type.rb +1 -1
- data/lib/oci/sch/models/service_connector.rb +1 -1
- data/lib/oci/sch/models/service_connector_collection.rb +1 -1
- data/lib/oci/sch/models/service_connector_summary.rb +1 -1
- data/lib/oci/sch/models/sort_order.rb +1 -1
- data/lib/oci/sch/models/source_details.rb +1 -1
- data/lib/oci/sch/models/streaming_target_details.rb +2 -2
- data/lib/oci/sch/models/target_details.rb +6 -4
- data/lib/oci/sch/models/task_details.rb +1 -1
- data/lib/oci/sch/models/update_service_connector_details.rb +1 -1
- data/lib/oci/sch/models/work_request.rb +1 -1
- data/lib/oci/sch/models/work_request_collection.rb +1 -1
- data/lib/oci/sch/models/work_request_error.rb +1 -1
- data/lib/oci/sch/models/work_request_error_collection.rb +1 -1
- data/lib/oci/sch/models/work_request_log_entry.rb +1 -1
- data/lib/oci/sch/models/work_request_log_entry_collection.rb +1 -1
- data/lib/oci/sch/models/work_request_resource.rb +1 -1
- data/lib/oci/sch/sch.rb +2 -1
- data/lib/oci/sch/service_connector_client.rb +1 -1
- data/lib/oci/sch/service_connector_client_composite_operations.rb +1 -1
- data/lib/oci/sch/util.rb +1 -1
- data/lib/oci/secrets/models/base64_secret_bundle_content_details.rb +1 -1
- data/lib/oci/secrets/models/secret_bundle.rb +1 -1
- data/lib/oci/secrets/models/secret_bundle_content_details.rb +1 -1
- data/lib/oci/secrets/models/secret_bundle_version_summary.rb +1 -1
- data/lib/oci/secrets/secrets.rb +1 -1
- data/lib/oci/secrets/secrets_client.rb +1 -1
- data/lib/oci/secrets/secrets_client_composite_operations.rb +1 -1
- data/lib/oci/secrets/util.rb +1 -1
- data/lib/oci/signer.rb +1 -1
- data/lib/oci/streaming/models/change_connect_harness_compartment_details.rb +1 -1
- data/lib/oci/streaming/models/change_stream_compartment_details.rb +1 -1
- data/lib/oci/streaming/models/change_stream_pool_compartment_details.rb +1 -1
- data/lib/oci/streaming/models/connect_harness.rb +1 -1
- data/lib/oci/streaming/models/connect_harness_summary.rb +1 -1
- data/lib/oci/streaming/models/create_connect_harness_details.rb +1 -1
- data/lib/oci/streaming/models/create_cursor_details.rb +1 -1
- data/lib/oci/streaming/models/create_group_cursor_details.rb +1 -1
- data/lib/oci/streaming/models/create_stream_details.rb +1 -1
- data/lib/oci/streaming/models/create_stream_pool_details.rb +1 -1
- data/lib/oci/streaming/models/cursor.rb +1 -1
- data/lib/oci/streaming/models/custom_encryption_key.rb +1 -1
- data/lib/oci/streaming/models/custom_encryption_key_details.rb +1 -1
- data/lib/oci/streaming/models/group.rb +1 -1
- data/lib/oci/streaming/models/kafka_settings.rb +1 -1
- data/lib/oci/streaming/models/message.rb +1 -1
- data/lib/oci/streaming/models/partition_reservation.rb +1 -1
- data/lib/oci/streaming/models/private_endpoint_details.rb +1 -1
- data/lib/oci/streaming/models/private_endpoint_settings.rb +1 -1
- data/lib/oci/streaming/models/put_messages_details.rb +1 -1
- data/lib/oci/streaming/models/put_messages_details_entry.rb +1 -1
- data/lib/oci/streaming/models/put_messages_result.rb +1 -1
- data/lib/oci/streaming/models/put_messages_result_entry.rb +1 -1
- data/lib/oci/streaming/models/stream.rb +1 -1
- data/lib/oci/streaming/models/stream_pool.rb +1 -1
- data/lib/oci/streaming/models/stream_pool_summary.rb +1 -1
- data/lib/oci/streaming/models/stream_summary.rb +1 -1
- data/lib/oci/streaming/models/update_connect_harness_details.rb +1 -1
- data/lib/oci/streaming/models/update_group_details.rb +1 -1
- data/lib/oci/streaming/models/update_stream_details.rb +1 -1
- data/lib/oci/streaming/models/update_stream_pool_details.rb +1 -1
- data/lib/oci/streaming/stream_admin_client.rb +1 -1
- data/lib/oci/streaming/stream_admin_client_composite_operations.rb +1 -1
- data/lib/oci/streaming/stream_client.rb +1 -1
- data/lib/oci/streaming/stream_client_composite_operations.rb +1 -1
- data/lib/oci/streaming/streaming.rb +1 -1
- data/lib/oci/streaming/util.rb +1 -1
- data/lib/oci/tenant_manager_control_plane/domain_client.rb +435 -0
- data/lib/oci/tenant_manager_control_plane/domain_client_composite_operations.rb +154 -0
- data/lib/oci/tenant_manager_control_plane/domain_governance_client.rb +431 -0
- data/lib/oci/tenant_manager_control_plane/domain_governance_client_composite_operations.rb +144 -0
- data/lib/oci/tenant_manager_control_plane/link_client.rb +3 -3
- data/lib/oci/tenant_manager_control_plane/link_client_composite_operations.rb +1 -1
- data/lib/oci/tenant_manager_control_plane/models/action_type.rb +1 -1
- data/lib/oci/tenant_manager_control_plane/models/create_domain_details.rb +228 -0
- data/lib/oci/tenant_manager_control_plane/models/create_domain_governance_details.rb +242 -0
- data/lib/oci/tenant_manager_control_plane/models/create_sender_invitation_details.rb +2 -2
- data/lib/oci/tenant_manager_control_plane/models/domain.rb +338 -0
- data/lib/oci/tenant_manager_control_plane/models/domain_collection.rb +150 -0
- data/lib/oci/tenant_manager_control_plane/models/domain_governance.rb +344 -0
- data/lib/oci/tenant_manager_control_plane/models/domain_governance_collection.rb +150 -0
- data/lib/oci/tenant_manager_control_plane/models/domain_governance_summary.rb +324 -0
- data/lib/oci/tenant_manager_control_plane/models/domain_summary.rb +292 -0
- data/lib/oci/tenant_manager_control_plane/models/lifecycle_state.rb +1 -1
- data/lib/oci/tenant_manager_control_plane/models/link.rb +1 -1
- data/lib/oci/tenant_manager_control_plane/models/link_collection.rb +1 -1
- data/lib/oci/tenant_manager_control_plane/models/link_summary.rb +1 -1
- data/lib/oci/tenant_manager_control_plane/models/operation_status.rb +1 -1
- data/lib/oci/tenant_manager_control_plane/models/operation_type.rb +1 -1
- data/lib/oci/tenant_manager_control_plane/models/recipient_invitation.rb +2 -2
- data/lib/oci/tenant_manager_control_plane/models/recipient_invitation_collection.rb +1 -1
- data/lib/oci/tenant_manager_control_plane/models/recipient_invitation_status.rb +1 -1
- data/lib/oci/tenant_manager_control_plane/models/recipient_invitation_summary.rb +2 -2
- data/lib/oci/tenant_manager_control_plane/models/sender_invitation.rb +2 -2
- data/lib/oci/tenant_manager_control_plane/models/sender_invitation_collection.rb +1 -1
- data/lib/oci/tenant_manager_control_plane/models/sender_invitation_status.rb +1 -1
- data/lib/oci/tenant_manager_control_plane/models/sender_invitation_summary.rb +2 -2
- data/lib/oci/tenant_manager_control_plane/models/sort_order.rb +1 -1
- data/lib/oci/tenant_manager_control_plane/models/update_domain_details.rb +172 -0
- data/lib/oci/tenant_manager_control_plane/models/update_domain_governance_details.rb +200 -0
- data/lib/oci/tenant_manager_control_plane/models/update_recipient_invitation_details.rb +2 -2
- data/lib/oci/tenant_manager_control_plane/models/update_sender_invitation_details.rb +2 -2
- data/lib/oci/tenant_manager_control_plane/models/work_request.rb +3 -6
- data/lib/oci/tenant_manager_control_plane/models/work_request_collection.rb +1 -1
- data/lib/oci/tenant_manager_control_plane/models/work_request_error.rb +5 -5
- data/lib/oci/tenant_manager_control_plane/models/work_request_error_collection.rb +1 -1
- data/lib/oci/tenant_manager_control_plane/models/work_request_log_entry.rb +2 -2
- data/lib/oci/tenant_manager_control_plane/models/work_request_log_entry_collection.rb +1 -1
- data/lib/oci/tenant_manager_control_plane/models/work_request_resource.rb +2 -2
- data/lib/oci/tenant_manager_control_plane/models/work_request_summary.rb +3 -6
- data/lib/oci/tenant_manager_control_plane/recipient_invitation_client.rb +6 -6
- data/lib/oci/tenant_manager_control_plane/recipient_invitation_client_composite_operations.rb +1 -1
- data/lib/oci/tenant_manager_control_plane/sender_invitation_client.rb +12 -9
- data/lib/oci/tenant_manager_control_plane/sender_invitation_client_composite_operations.rb +1 -1
- data/lib/oci/tenant_manager_control_plane/tenant_manager_control_plane.rb +15 -1
- data/lib/oci/tenant_manager_control_plane/util.rb +1 -1
- data/lib/oci/tenant_manager_control_plane/work_request_client.rb +7 -13
- data/lib/oci/tenant_manager_control_plane/work_request_client_composite_operations.rb +1 -1
- data/lib/oci/usage_api/models/configuration.rb +1 -1
- data/lib/oci/usage_api/models/configuration_aggregation.rb +1 -1
- data/lib/oci/usage_api/models/cost_analysis_ui.rb +185 -0
- data/lib/oci/usage_api/models/create_custom_table_details.rb +182 -0
- data/lib/oci/usage_api/models/create_query_details.rb +168 -0
- data/lib/oci/usage_api/models/create_schedule_report_details.rb +181 -0
- data/lib/oci/usage_api/models/custom_table.rb +191 -0
- data/lib/oci/usage_api/models/custom_table_collection.rb +150 -0
- data/lib/oci/usage_api/models/custom_table_summary.rb +164 -0
- data/lib/oci/usage_api/models/dimension.rb +3 -3
- data/lib/oci/usage_api/models/filter.rb +12 -5
- data/lib/oci/usage_api/models/forecast.rb +203 -0
- data/lib/oci/usage_api/models/query.rb +178 -0
- data/lib/oci/usage_api/models/query_collection.rb +150 -0
- data/lib/oci/usage_api/models/query_definition.rb +192 -0
- data/lib/oci/usage_api/models/query_summary.rb +164 -0
- data/lib/oci/usage_api/models/report_query.rb +380 -0
- data/lib/oci/usage_api/models/request_summarized_usages_details.rb +49 -5
- data/lib/oci/usage_api/models/saved_custom_table.rb +233 -0
- data/lib/oci/usage_api/models/saved_schedule_report.rb +194 -0
- data/lib/oci/usage_api/models/schedule_report.rb +191 -0
- data/lib/oci/usage_api/models/schedule_report_collection.rb +150 -0
- data/lib/oci/usage_api/models/schedule_report_summary.rb +163 -0
- data/lib/oci/usage_api/models/tag.rb +1 -1
- data/lib/oci/usage_api/models/update_custom_table_details.rb +154 -0
- data/lib/oci/usage_api/models/update_query_details.rb +154 -0
- data/lib/oci/usage_api/models/update_schedule_report_details.rb +154 -0
- data/lib/oci/usage_api/models/usage_aggregation.rb +1 -1
- data/lib/oci/usage_api/models/usage_summary.rb +16 -2
- data/lib/oci/usage_api/usage_api.rb +22 -1
- data/lib/oci/usage_api/usageapi_client.rb +331 -3
- data/lib/oci/usage_api/usageapi_client_composite_operations.rb +1 -1
- data/lib/oci/usage_api/util.rb +1 -1
- data/lib/oci/vault/models/base64_secret_content_details.rb +1 -1
- data/lib/oci/vault/models/change_secret_compartment_details.rb +1 -1
- data/lib/oci/vault/models/create_secret_details.rb +1 -1
- data/lib/oci/vault/models/schedule_secret_deletion_details.rb +1 -1
- data/lib/oci/vault/models/schedule_secret_version_deletion_details.rb +1 -1
- data/lib/oci/vault/models/secret.rb +1 -1
- data/lib/oci/vault/models/secret_content_details.rb +1 -1
- data/lib/oci/vault/models/secret_expiry_rule.rb +1 -1
- data/lib/oci/vault/models/secret_reuse_rule.rb +1 -1
- data/lib/oci/vault/models/secret_rule.rb +1 -1
- data/lib/oci/vault/models/secret_summary.rb +1 -1
- data/lib/oci/vault/models/secret_version.rb +1 -1
- data/lib/oci/vault/models/secret_version_summary.rb +1 -1
- data/lib/oci/vault/models/update_secret_details.rb +1 -1
- data/lib/oci/vault/util.rb +1 -1
- data/lib/oci/vault/vault.rb +1 -1
- data/lib/oci/vault/vaults_client.rb +1 -1
- data/lib/oci/vault/vaults_client_composite_operations.rb +1 -1
- data/lib/oci/version.rb +2 -2
- data/lib/oci/vulnerability_scanning/models/action_type.rb +14 -0
- data/lib/oci/vulnerability_scanning/models/change_container_scan_recipe_compartment_details.rb +154 -0
- data/lib/oci/vulnerability_scanning/models/change_container_scan_result_compartment_details.rb +154 -0
- data/lib/oci/vulnerability_scanning/models/change_container_scan_target_compartment_details.rb +154 -0
- data/lib/oci/vulnerability_scanning/models/change_host_agent_scan_result_compartment_details.rb +154 -0
- data/lib/oci/vulnerability_scanning/models/change_host_cis_benchmark_scan_result_compartment_details.rb +154 -0
- data/lib/oci/vulnerability_scanning/models/change_host_endpoint_protection_scan_result_compartment_details.rb +154 -0
- data/lib/oci/vulnerability_scanning/models/change_host_port_scan_result_compartment_details.rb +154 -0
- data/lib/oci/vulnerability_scanning/models/change_host_scan_recipe_compartment_details.rb +154 -0
- data/lib/oci/vulnerability_scanning/models/change_host_scan_target_compartment_details.rb +154 -0
- data/lib/oci/vulnerability_scanning/models/container_scan_recipe.rb +306 -0
- data/lib/oci/vulnerability_scanning/models/container_scan_recipe_summary.rb +292 -0
- data/lib/oci/vulnerability_scanning/models/container_scan_recipe_summary_collection.rb +150 -0
- data/lib/oci/vulnerability_scanning/models/container_scan_registry.rb +195 -0
- data/lib/oci/vulnerability_scanning/models/container_scan_result.rb +287 -0
- data/lib/oci/vulnerability_scanning/models/container_scan_result_problem.rb +237 -0
- data/lib/oci/vulnerability_scanning/models/container_scan_result_sort_by.rb +12 -0
- data/lib/oci/vulnerability_scanning/models/container_scan_result_summary.rb +263 -0
- data/lib/oci/vulnerability_scanning/models/container_scan_result_summary_collection.rb +150 -0
- data/lib/oci/vulnerability_scanning/models/container_scan_settings.rb +174 -0
- data/lib/oci/vulnerability_scanning/models/container_scan_target.rb +329 -0
- data/lib/oci/vulnerability_scanning/models/container_scan_target_summary.rb +306 -0
- data/lib/oci/vulnerability_scanning/models/container_scan_target_summary_collection.rb +150 -0
- data/lib/oci/vulnerability_scanning/models/create_container_scan_recipe_details.rb +214 -0
- data/lib/oci/vulnerability_scanning/models/create_container_scan_registry_details.rb +176 -0
- data/lib/oci/vulnerability_scanning/models/create_container_scan_target_details.rb +238 -0
- data/lib/oci/vulnerability_scanning/models/create_host_scan_recipe_details.rb +238 -0
- data/lib/oci/vulnerability_scanning/models/create_host_scan_target_details.rb +252 -0
- data/lib/oci/vulnerability_scanning/models/create_ocir_container_scan_registry_details.rb +176 -0
- data/lib/oci/vulnerability_scanning/models/cve_details.rb +226 -0
- data/lib/oci/vulnerability_scanning/models/day_of_week.rb +16 -0
- data/lib/oci/vulnerability_scanning/models/export_host_agent_scan_result_csv_details.rb +240 -0
- data/lib/oci/vulnerability_scanning/models/export_host_vulnerability_csv_details.rb +182 -0
- data/lib/oci/vulnerability_scanning/models/host_agent_scan_level.rb +11 -0
- data/lib/oci/vulnerability_scanning/models/host_agent_scan_result.rb +332 -0
- data/lib/oci/vulnerability_scanning/models/host_agent_scan_result_problem.rb +279 -0
- data/lib/oci/vulnerability_scanning/models/host_agent_scan_result_sort_by.rb +14 -0
- data/lib/oci/vulnerability_scanning/models/host_agent_scan_result_summary.rb +322 -0
- data/lib/oci/vulnerability_scanning/models/host_agent_scan_result_summary_collection.rb +150 -0
- data/lib/oci/vulnerability_scanning/models/host_cis_benchmark_scan_level.rb +13 -0
- data/lib/oci/vulnerability_scanning/models/host_cis_benchmark_scan_result.rb +286 -0
- data/lib/oci/vulnerability_scanning/models/host_cis_benchmark_scan_result_score.rb +194 -0
- data/lib/oci/vulnerability_scanning/models/host_cis_benchmark_scan_result_sort_by.rb +12 -0
- data/lib/oci/vulnerability_scanning/models/host_cis_benchmark_scan_result_summary.rb +272 -0
- data/lib/oci/vulnerability_scanning/models/host_cis_benchmark_scan_result_summary_collection.rb +150 -0
- data/lib/oci/vulnerability_scanning/models/host_cis_benchmark_settings.rb +178 -0
- data/lib/oci/vulnerability_scanning/models/host_endpoint_protection_scan_level.rb +11 -0
- data/lib/oci/vulnerability_scanning/models/host_endpoint_protection_scan_result.rb +322 -0
- data/lib/oci/vulnerability_scanning/models/host_endpoint_protection_scan_result_endpoint_protection.rb +211 -0
- data/lib/oci/vulnerability_scanning/models/host_endpoint_protection_scan_result_sort_by.rb +12 -0
- data/lib/oci/vulnerability_scanning/models/host_endpoint_protection_scan_result_summary.rb +308 -0
- data/lib/oci/vulnerability_scanning/models/host_endpoint_protection_scan_result_summary_collection.rb +150 -0
- data/lib/oci/vulnerability_scanning/models/host_endpoint_protection_settings.rb +176 -0
- data/lib/oci/vulnerability_scanning/models/host_port_scan_level.rb +12 -0
- data/lib/oci/vulnerability_scanning/models/host_port_scan_result.rb +322 -0
- data/lib/oci/vulnerability_scanning/models/host_port_scan_result_open_port.rb +231 -0
- data/lib/oci/vulnerability_scanning/models/host_port_scan_result_sort_by.rb +14 -0
- data/lib/oci/vulnerability_scanning/models/host_port_scan_result_summary.rb +308 -0
- data/lib/oci/vulnerability_scanning/models/host_port_scan_result_summary_collection.rb +150 -0
- data/lib/oci/vulnerability_scanning/models/host_scan_agent_configuration.rb +185 -0
- data/lib/oci/vulnerability_scanning/models/host_scan_agent_configuration_oci.rb +174 -0
- data/lib/oci/vulnerability_scanning/models/host_scan_agent_settings.rb +187 -0
- data/lib/oci/vulnerability_scanning/models/host_scan_port_settings.rb +175 -0
- data/lib/oci/vulnerability_scanning/models/host_scan_recipe.rb +330 -0
- data/lib/oci/vulnerability_scanning/models/host_scan_recipe_summary.rb +292 -0
- data/lib/oci/vulnerability_scanning/models/host_scan_recipe_summary_collection.rb +150 -0
- data/lib/oci/vulnerability_scanning/models/host_scan_target.rb +344 -0
- data/lib/oci/vulnerability_scanning/models/host_scan_target_summary.rb +334 -0
- data/lib/oci/vulnerability_scanning/models/host_scan_target_summary_collection.rb +150 -0
- data/lib/oci/vulnerability_scanning/models/host_vulnerability.rb +386 -0
- data/lib/oci/vulnerability_scanning/models/host_vulnerability_impacted_host_summary.rb +220 -0
- data/lib/oci/vulnerability_scanning/models/host_vulnerability_impacted_host_summary_collection.rb +150 -0
- data/lib/oci/vulnerability_scanning/models/host_vulnerability_sort_by.rb +14 -0
- data/lib/oci/vulnerability_scanning/models/host_vulnerability_summary.rb +363 -0
- data/lib/oci/vulnerability_scanning/models/host_vulnerability_summary_collection.rb +150 -0
- data/lib/oci/vulnerability_scanning/models/impacted_host_sort_by.rb +10 -0
- data/lib/oci/vulnerability_scanning/models/lifecycle_state.rb +15 -0
- data/lib/oci/vulnerability_scanning/models/ocir_container_scan_registry.rb +176 -0
- data/lib/oci/vulnerability_scanning/models/operation_status.rb +13 -0
- data/lib/oci/vulnerability_scanning/models/operation_type.rb +21 -0
- data/lib/oci/vulnerability_scanning/models/scan_result_problem_severity.rb +14 -0
- data/lib/oci/vulnerability_scanning/models/scan_result_score.rb +11 -0
- data/lib/oci/vulnerability_scanning/models/scan_result_vulnerability_state.rb +12 -0
- data/lib/oci/vulnerability_scanning/models/schedule.rb +208 -0
- data/lib/oci/vulnerability_scanning/models/schedule_type.rb +11 -0
- data/lib/oci/vulnerability_scanning/models/sort_by.rb +11 -0
- data/lib/oci/vulnerability_scanning/models/sort_order.rb +11 -0
- data/lib/oci/vulnerability_scanning/models/update_container_scan_recipe_details.rb +199 -0
- data/lib/oci/vulnerability_scanning/models/update_container_scan_registry_details.rb +176 -0
- data/lib/oci/vulnerability_scanning/models/update_container_scan_target_details.rb +223 -0
- data/lib/oci/vulnerability_scanning/models/update_host_scan_recipe_details.rb +221 -0
- data/lib/oci/vulnerability_scanning/models/update_host_scan_target_details.rb +238 -0
- data/lib/oci/vulnerability_scanning/models/update_ocir_container_scan_registry_details.rb +176 -0
- data/lib/oci/vulnerability_scanning/models/vulnerability_type.rb +11 -0
- data/lib/oci/vulnerability_scanning/models/work_request.rb +314 -0
- data/lib/oci/vulnerability_scanning/models/work_request_collection.rb +150 -0
- data/lib/oci/vulnerability_scanning/models/work_request_error.rb +173 -0
- data/lib/oci/vulnerability_scanning/models/work_request_error_collection.rb +150 -0
- data/lib/oci/vulnerability_scanning/models/work_request_log_entry.rb +160 -0
- data/lib/oci/vulnerability_scanning/models/work_request_log_entry_collection.rb +150 -0
- data/lib/oci/vulnerability_scanning/models/work_request_resource.rb +219 -0
- data/lib/oci/vulnerability_scanning/util.rb +3 -0
- data/lib/oci/vulnerability_scanning/vulnerability_scanning.rb +121 -0
- data/lib/oci/vulnerability_scanning/vulnerability_scanning_client.rb +3690 -0
- data/lib/oci/vulnerability_scanning/vulnerability_scanning_client_composite_operations.rb +862 -0
- data/lib/oci/waas/models/access_rule.rb +1 -1
- data/lib/oci/waas/models/access_rule_criteria.rb +1 -1
- data/lib/oci/waas/models/add_http_response_header_action.rb +1 -1
- data/lib/oci/waas/models/address_list.rb +1 -1
- data/lib/oci/waas/models/address_list_summary.rb +1 -1
- data/lib/oci/waas/models/address_rate_limiting.rb +1 -1
- data/lib/oci/waas/models/block_challenge_settings.rb +1 -1
- data/lib/oci/waas/models/caching_rule.rb +1 -1
- data/lib/oci/waas/models/caching_rule_criteria.rb +1 -1
- data/lib/oci/waas/models/caching_rule_summary.rb +1 -1
- data/lib/oci/waas/models/captcha.rb +1 -1
- data/lib/oci/waas/models/certificate.rb +1 -1
- data/lib/oci/waas/models/certificate_extensions.rb +1 -1
- data/lib/oci/waas/models/certificate_issuer_name.rb +1 -1
- data/lib/oci/waas/models/certificate_public_key_info.rb +1 -1
- data/lib/oci/waas/models/certificate_subject_name.rb +1 -1
- data/lib/oci/waas/models/certificate_summary.rb +1 -1
- data/lib/oci/waas/models/change_address_list_compartment_details.rb +1 -1
- data/lib/oci/waas/models/change_certificate_compartment_details.rb +1 -1
- data/lib/oci/waas/models/change_custom_protection_rule_compartment_details.rb +1 -1
- data/lib/oci/waas/models/change_http_redirect_compartment_details.rb +1 -1
- data/lib/oci/waas/models/change_waas_policy_compartment_details.rb +1 -1
- data/lib/oci/waas/models/create_address_list_details.rb +1 -1
- data/lib/oci/waas/models/create_certificate_details.rb +1 -1
- data/lib/oci/waas/models/create_custom_protection_rule_details.rb +1 -1
- data/lib/oci/waas/models/create_http_redirect_details.rb +1 -1
- data/lib/oci/waas/models/create_waas_policy_details.rb +1 -1
- data/lib/oci/waas/models/custom_protection_rule.rb +1 -1
- data/lib/oci/waas/models/custom_protection_rule_setting.rb +1 -1
- data/lib/oci/waas/models/custom_protection_rule_summary.rb +1 -1
- data/lib/oci/waas/models/device_fingerprint_challenge.rb +1 -1
- data/lib/oci/waas/models/edge_subnet.rb +1 -1
- data/lib/oci/waas/models/extend_http_response_header_action.rb +1 -1
- data/lib/oci/waas/models/good_bot.rb +1 -1
- data/lib/oci/waas/models/header.rb +1 -1
- data/lib/oci/waas/models/header_manipulation_action.rb +1 -1
- data/lib/oci/waas/models/health_check.rb +1 -1
- data/lib/oci/waas/models/http_redirect.rb +1 -1
- data/lib/oci/waas/models/http_redirect_summary.rb +1 -1
- data/lib/oci/waas/models/http_redirect_target.rb +1 -1
- data/lib/oci/waas/models/human_interaction_challenge.rb +1 -1
- data/lib/oci/waas/models/ip_hash_load_balancing_method.rb +1 -1
- data/lib/oci/waas/models/js_challenge.rb +1 -1
- data/lib/oci/waas/models/lifecycle_states.rb +1 -1
- data/lib/oci/waas/models/load_balancing_method.rb +1 -1
- data/lib/oci/waas/models/origin.rb +1 -1
- data/lib/oci/waas/models/origin_group.rb +1 -1
- data/lib/oci/waas/models/origin_group_origins.rb +1 -1
- data/lib/oci/waas/models/policy_config.rb +1 -1
- data/lib/oci/waas/models/protection_rule.rb +1 -1
- data/lib/oci/waas/models/protection_rule_action.rb +1 -1
- data/lib/oci/waas/models/protection_rule_exclusion.rb +1 -1
- data/lib/oci/waas/models/protection_settings.rb +1 -1
- data/lib/oci/waas/models/purge_cache.rb +1 -1
- data/lib/oci/waas/models/recommendation.rb +1 -1
- data/lib/oci/waas/models/remove_http_response_header_action.rb +1 -1
- data/lib/oci/waas/models/round_robin_load_balancing_method.rb +1 -1
- data/lib/oci/waas/models/sticky_cookie_load_balancing_method.rb +1 -1
- data/lib/oci/waas/models/threat_feed.rb +1 -1
- data/lib/oci/waas/models/threat_feed_action.rb +1 -1
- data/lib/oci/waas/models/update_address_list_details.rb +1 -1
- data/lib/oci/waas/models/update_certificate_details.rb +1 -1
- data/lib/oci/waas/models/update_custom_protection_rule_details.rb +1 -1
- data/lib/oci/waas/models/update_http_redirect_details.rb +1 -1
- data/lib/oci/waas/models/update_waas_policy_details.rb +1 -1
- data/lib/oci/waas/models/waas_policy.rb +1 -1
- data/lib/oci/waas/models/waas_policy_custom_protection_rule_summary.rb +1 -1
- data/lib/oci/waas/models/waas_policy_summary.rb +1 -1
- data/lib/oci/waas/models/waf_blocked_request.rb +1 -1
- data/lib/oci/waas/models/waf_config.rb +1 -1
- data/lib/oci/waas/models/waf_config_details.rb +1 -1
- data/lib/oci/waas/models/waf_log.rb +1 -1
- data/lib/oci/waas/models/waf_meter_datum.rb +1 -1
- data/lib/oci/waas/models/waf_request.rb +1 -1
- data/lib/oci/waas/models/waf_traffic_datum.rb +1 -1
- data/lib/oci/waas/models/whitelist.rb +1 -1
- data/lib/oci/waas/models/work_request.rb +1 -1
- data/lib/oci/waas/models/work_request_error.rb +1 -1
- data/lib/oci/waas/models/work_request_log_entry.rb +1 -1
- data/lib/oci/waas/models/work_request_operation_types.rb +1 -1
- data/lib/oci/waas/models/work_request_resource.rb +1 -1
- data/lib/oci/waas/models/work_request_status_values.rb +1 -1
- data/lib/oci/waas/models/work_request_summary.rb +1 -1
- data/lib/oci/waas/redirect_client.rb +1 -1
- data/lib/oci/waas/redirect_client_composite_operations.rb +1 -1
- data/lib/oci/waas/util.rb +1 -1
- data/lib/oci/waas/waas.rb +1 -1
- data/lib/oci/waas/waas_client.rb +1 -1
- data/lib/oci/waas/waas_client_composite_operations.rb +1 -1
- data/lib/oci/waiter.rb +1 -1
- data/lib/oci/work_requests/models/work_request.rb +1 -1
- data/lib/oci/work_requests/models/work_request_error.rb +1 -1
- data/lib/oci/work_requests/models/work_request_log_entry.rb +1 -1
- data/lib/oci/work_requests/models/work_request_resource.rb +1 -1
- data/lib/oci/work_requests/models/work_request_summary.rb +1 -1
- data/lib/oci/work_requests/util.rb +1 -1
- data/lib/oci/work_requests/work_request_client.rb +1 -1
- data/lib/oci/work_requests/work_request_client_composite_operations.rb +1 -1
- data/lib/oci/work_requests/work_requests.rb +1 -1
- data/lib/oraclebmc.rb +1 -1
- metadata +745 -5
- data/lib/oci/os_management/models/installation_requirements.rb +0 -12
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2016,
|
|
1
|
+
# Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
2
2
|
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
3
3
|
|
|
4
4
|
require 'date'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2016,
|
|
1
|
+
# Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
2
2
|
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
3
3
|
|
|
4
4
|
require 'date'
|
data/lib/oci/core/util.rb
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2016,
|
|
1
|
+
# Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
2
2
|
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
3
3
|
|
|
4
4
|
require 'base64'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2016,
|
|
1
|
+
# Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
2
2
|
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
3
3
|
|
|
4
4
|
require 'uri'
|
|
@@ -105,7 +105,7 @@ module OCI
|
|
|
105
105
|
|
|
106
106
|
# Adds one or more security rules to the specified network security group.
|
|
107
107
|
#
|
|
108
|
-
# @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security group.
|
|
108
|
+
# @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security group.
|
|
109
109
|
# @param [OCI::Core::Models::AddNetworkSecurityGroupSecurityRulesDetails] add_network_security_group_security_rules_details Request with one or more security rules to be associated with the network security group.
|
|
110
110
|
# @param [Hash] opts the optional parameters
|
|
111
111
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -159,12 +159,11 @@ module OCI
|
|
|
159
159
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
160
160
|
|
|
161
161
|
|
|
162
|
-
# Adds
|
|
163
|
-
# The cidr must be a subset of the Byoip Range in question.
|
|
164
|
-
# The cidr must not overlap with any other cidr already added to this
|
|
165
|
-
# or any other Public Ip Pool.
|
|
162
|
+
# Adds some or all of a CIDR block to a public IP pool.
|
|
166
163
|
#
|
|
167
|
-
#
|
|
164
|
+
# The CIDR block (or subrange) must not overlap with any other CIDR block already added to this or any other public IP pool.
|
|
165
|
+
#
|
|
166
|
+
# @param [String] public_ip_pool_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the public IP pool.
|
|
168
167
|
# @param [OCI::Core::Models::AddPublicIpPoolCapacityDetails] add_public_ip_pool_capacity_details Byoip Range prefix and a cidr from it
|
|
169
168
|
# @param [Hash] opts the optional parameters
|
|
170
169
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -229,14 +228,15 @@ module OCI
|
|
|
229
228
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
230
229
|
|
|
231
230
|
|
|
232
|
-
#
|
|
231
|
+
# Adds a CIDR block to a VCN. The CIDR block you add:
|
|
232
|
+
#
|
|
233
|
+
# - Must be valid.
|
|
234
|
+
# - Must not overlap with another CIDR block in the VCN, a CIDR block of a peered VCN, or the on-premises network CIDR block.
|
|
235
|
+
# - Must not exceed the limit of CIDR blocks allowed per VCN.
|
|
233
236
|
#
|
|
234
|
-
# a. The
|
|
235
|
-
# b. The new CIDR range should not overlap with any existing CIDRs
|
|
236
|
-
# c. The new CIDR should not exceed the max limit of CIDRs per VCNs
|
|
237
|
-
# d. The new CIDR range does not overlap with any peered VCNs
|
|
237
|
+
# **Note:** Adding a CIDR block places your VCN in an updating state until the changes are complete. You cannot create or update the VCN's subnets, VLANs, LPGs, or route tables during this operation. The time to completion can take a few minutes. You can use the `GetWorkRequest` operation to check the status of the update.
|
|
238
238
|
#
|
|
239
|
-
# @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
239
|
+
# @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
240
240
|
# @param [OCI::Core::Models::AddVcnCidrDetails] add_vcn_cidr_details Details object for deleting a VCN CIDR.
|
|
241
241
|
# @param [Hash] opts the optional parameters
|
|
242
242
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -251,7 +251,7 @@ module OCI
|
|
|
251
251
|
# may be rejected).
|
|
252
252
|
#
|
|
253
253
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
254
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
254
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
255
255
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
256
256
|
#
|
|
257
257
|
# @return [Response] A Response object with data of type nil
|
|
@@ -305,10 +305,10 @@ module OCI
|
|
|
305
305
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
306
306
|
|
|
307
307
|
|
|
308
|
-
#
|
|
309
|
-
#
|
|
308
|
+
# Begins BGP route advertisements for the BYOIP CIDR block you imported to the Oracle Cloud.
|
|
309
|
+
# The `ByoipRange` resource must be in the PROVISIONED state before the BYOIP CIDR block routes can be advertised with BGP.
|
|
310
310
|
#
|
|
311
|
-
# @param [String] byoip_range_id The OCID of the
|
|
311
|
+
# @param [String] byoip_range_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `ByoipRange` resource containing the BYOIP CIDR block.
|
|
312
312
|
# @param [Hash] opts the optional parameters
|
|
313
313
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
314
314
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -373,13 +373,13 @@ module OCI
|
|
|
373
373
|
# the entire existing list of enabled `Service` objects with the list that you provide in the
|
|
374
374
|
# `Update` call.
|
|
375
375
|
#
|
|
376
|
-
# @param [String] service_gateway_id The service gateway's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
376
|
+
# @param [String] service_gateway_id The service gateway's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
377
377
|
# @param [OCI::Core::Models::ServiceIdRequestDetails] attach_service_details ServiceId of Service to be attached to a service gateway.
|
|
378
378
|
# @param [Hash] opts the optional parameters
|
|
379
379
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
380
380
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
381
381
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
382
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
382
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
383
383
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
384
384
|
#
|
|
385
385
|
# @return [Response] A Response object with data of type {OCI::Core::Models::ServiceGateway ServiceGateway}
|
|
@@ -549,12 +549,12 @@ module OCI
|
|
|
549
549
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
550
550
|
|
|
551
551
|
|
|
552
|
-
# Moves a
|
|
552
|
+
# Moves a BYOIP CIDR block to a different compartment. For information
|
|
553
553
|
# about moving resources between compartments, see
|
|
554
554
|
# [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
555
555
|
#
|
|
556
|
-
# @param [String] byoip_range_id The OCID of the
|
|
557
|
-
# @param [OCI::Core::Models::ChangeByoipRangeCompartmentDetails] change_byoip_range_compartment_details Request to change the compartment of a
|
|
556
|
+
# @param [String] byoip_range_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `ByoipRange` resource containing the BYOIP CIDR block.
|
|
557
|
+
# @param [OCI::Core::Models::ChangeByoipRangeCompartmentDetails] change_byoip_range_compartment_details Request to change the compartment of a BYOIP CIDR block.
|
|
558
558
|
# @param [Hash] opts the optional parameters
|
|
559
559
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
560
560
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -1165,7 +1165,7 @@ module OCI
|
|
|
1165
1165
|
# about moving resources between compartments, see
|
|
1166
1166
|
# [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
1167
1167
|
#
|
|
1168
|
-
# @param [String] nat_gateway_id The NAT gateway's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
1168
|
+
# @param [String] nat_gateway_id The NAT gateway's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
1169
1169
|
# @param [OCI::Core::Models::ChangeNatGatewayCompartmentDetails] change_nat_gateway_compartment_details Request to change the compartment of a given NAT Gateway.
|
|
1170
1170
|
# @param [Hash] opts the optional parameters
|
|
1171
1171
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -1232,7 +1232,7 @@ module OCI
|
|
|
1232
1232
|
# Moves a network security group into a different compartment within the same tenancy. For
|
|
1233
1233
|
# information about moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
1234
1234
|
#
|
|
1235
|
-
# @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security group.
|
|
1235
|
+
# @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security group.
|
|
1236
1236
|
# @param [OCI::Core::Models::ChangeNetworkSecurityGroupCompartmentDetails] change_network_security_group_compartment_details Request to change the compartment of a network security group.
|
|
1237
1237
|
# @param [Hash] opts the optional parameters
|
|
1238
1238
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -1367,12 +1367,12 @@ module OCI
|
|
|
1367
1367
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
1368
1368
|
|
|
1369
1369
|
|
|
1370
|
-
# Moves a public IP pool
|
|
1370
|
+
# Moves a public IP pool to a different compartment. For information
|
|
1371
1371
|
# about moving resources between compartments, see
|
|
1372
1372
|
# [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
1373
1373
|
#
|
|
1374
|
-
# @param [String] public_ip_pool_id The OCID of the
|
|
1375
|
-
# @param [OCI::Core::Models::ChangePublicIpPoolCompartmentDetails] change_public_ip_pool_compartment_details Request to change the compartment of a
|
|
1374
|
+
# @param [String] public_ip_pool_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the public IP pool.
|
|
1375
|
+
# @param [OCI::Core::Models::ChangePublicIpPoolCompartmentDetails] change_public_ip_pool_compartment_details Request to change the compartment of a public IP pool.
|
|
1376
1376
|
# @param [Hash] opts the optional parameters
|
|
1377
1377
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
1378
1378
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -1643,7 +1643,7 @@ module OCI
|
|
|
1643
1643
|
# about moving resources between compartments, see
|
|
1644
1644
|
# [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
1645
1645
|
#
|
|
1646
|
-
# @param [String] service_gateway_id The service gateway's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
1646
|
+
# @param [String] service_gateway_id The service gateway's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
1647
1647
|
# @param [OCI::Core::Models::ChangeServiceGatewayCompartmentDetails] change_service_gateway_compartment_details Request to change the compartment of a given Service Gateway.
|
|
1648
1648
|
# @param [Hash] opts the optional parameters
|
|
1649
1649
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -1779,7 +1779,7 @@ module OCI
|
|
|
1779
1779
|
# about moving resources between compartments, see
|
|
1780
1780
|
# [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
1781
1781
|
#
|
|
1782
|
-
# @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
1782
|
+
# @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
1783
1783
|
# @param [OCI::Core::Models::ChangeVcnCompartmentDetails] change_vcn_compartment_details Request to change the compartment of a given VCN.
|
|
1784
1784
|
# @param [Hash] opts the optional parameters
|
|
1785
1785
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -1915,13 +1915,13 @@ module OCI
|
|
|
1915
1915
|
# For information about moving resources between compartments, see
|
|
1916
1916
|
# [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
1917
1917
|
#
|
|
1918
|
-
# @param [String] vlan_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VLAN.
|
|
1918
|
+
# @param [String] vlan_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN.
|
|
1919
1919
|
# @param [OCI::Core::Models::ChangeVlanCompartmentDetails] change_vlan_compartment_details Request to change the compartment of a given VLAN.
|
|
1920
1920
|
# @param [Hash] opts the optional parameters
|
|
1921
1921
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
1922
1922
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1923
1923
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
1924
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
1924
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
1925
1925
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
1926
1926
|
#
|
|
1927
1927
|
# @option opts [String] :opc_request_id Unique identifier for the request.
|
|
@@ -1992,7 +1992,7 @@ module OCI
|
|
|
1992
1992
|
# an Identity and Access Management (IAM) policy that gives the requestor permission
|
|
1993
1993
|
# to connect to LPGs in the acceptor's compartment. Without that permission, this
|
|
1994
1994
|
# operation will fail. For more information, see
|
|
1995
|
-
# [VCN Peering](https://docs.cloud.oracle.com/Content/Network/Tasks/VCNpeering.htm).
|
|
1995
|
+
# [VCN Peering](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/VCNpeering.htm).
|
|
1996
1996
|
#
|
|
1997
1997
|
# @param [String] local_peering_gateway_id The OCID of the local peering gateway.
|
|
1998
1998
|
# @param [OCI::Core::Models::ConnectLocalPeeringGatewaysDetails] connect_local_peering_gateways_details Details regarding the local peering gateway to connect.
|
|
@@ -2055,10 +2055,11 @@ module OCI
|
|
|
2055
2055
|
# an Identity and Access Management (IAM) policy that gives the requestor permission
|
|
2056
2056
|
# to connect to RPCs in the acceptor's compartment. Without that permission, this
|
|
2057
2057
|
# operation will fail. For more information, see
|
|
2058
|
-
# [VCN Peering](https://docs.cloud.oracle.com/Content/Network/Tasks/VCNpeering.htm).
|
|
2058
|
+
# [VCN Peering](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/VCNpeering.htm).
|
|
2059
2059
|
#
|
|
2060
2060
|
# @param [String] remote_peering_connection_id The OCID of the remote peering connection (RPC).
|
|
2061
2061
|
# @param [OCI::Core::Models::ConnectRemotePeeringConnectionsDetails] connect_remote_peering_connections_details Details to connect peering connection with peering connection from remote region
|
|
2062
|
+
#
|
|
2062
2063
|
# @param [Hash] opts the optional parameters
|
|
2063
2064
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
2064
2065
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -2110,9 +2111,9 @@ module OCI
|
|
|
2110
2111
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
2111
2112
|
|
|
2112
2113
|
|
|
2113
|
-
# Creates a
|
|
2114
|
+
# Creates a subrange of the BYOIP CIDR block.
|
|
2114
2115
|
#
|
|
2115
|
-
# @param [OCI::Core::Models::CreateByoipRangeDetails] create_byoip_range_details
|
|
2116
|
+
# @param [OCI::Core::Models::CreateByoipRangeDetails] create_byoip_range_details Details needed to create a BYOIP CIDR block subrange.
|
|
2116
2117
|
# @param [Hash] opts the optional parameters
|
|
2117
2118
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
2118
2119
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -2175,17 +2176,17 @@ module OCI
|
|
|
2175
2176
|
|
|
2176
2177
|
|
|
2177
2178
|
# Creates a new virtual customer-premises equipment (CPE) object in the specified compartment. For
|
|
2178
|
-
# more information, see [IPSec VPNs](https://docs.cloud.oracle.com/Content/Network/Tasks/managingIPsec.htm).
|
|
2179
|
+
# more information, see [IPSec VPNs](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingIPsec.htm).
|
|
2179
2180
|
#
|
|
2180
2181
|
# For the purposes of access control, you must provide the OCID of the compartment where you want
|
|
2181
2182
|
# the CPE to reside. Notice that the CPE doesn't have to be in the same compartment as the IPSec
|
|
2182
2183
|
# connection or other Networking Service components. If you're not sure which compartment to
|
|
2183
2184
|
# use, put the CPE in the same compartment as the DRG. For more information about
|
|
2184
|
-
# compartments and access control, see [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
|
|
2185
|
-
# For information about OCIDs, see [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
2185
|
+
# compartments and access control, see [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm).
|
|
2186
|
+
# For information about OCIDs, see [Resource Identifiers](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
2186
2187
|
#
|
|
2187
2188
|
# You must provide the public IP address of your on-premises router. See
|
|
2188
|
-
# [Configuring Your On-Premises Router for an IPSec VPN](https://docs.cloud.oracle.com/Content/Network/Tasks/configuringCPE.htm).
|
|
2189
|
+
# [Configuring Your On-Premises Router for an IPSec VPN](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/configuringCPE.htm).
|
|
2189
2190
|
#
|
|
2190
2191
|
# You may optionally specify a *display name* for the CPE, otherwise a default is provided. It does not have to
|
|
2191
2192
|
# be unique, and you can change it. Avoid entering confidential information.
|
|
@@ -2254,16 +2255,16 @@ module OCI
|
|
|
2254
2255
|
#
|
|
2255
2256
|
# After creating the `CrossConnect` object, you need to go the FastConnect location
|
|
2256
2257
|
# and request to have the physical cable installed. For more information, see
|
|
2257
|
-
# [FastConnect Overview](https://docs.cloud.oracle.com/Content/Network/Concepts/fastconnect.htm).
|
|
2258
|
+
# [FastConnect Overview](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fastconnect.htm).
|
|
2258
2259
|
#
|
|
2259
2260
|
# For the purposes of access control, you must provide the OCID of the
|
|
2260
2261
|
# compartment where you want the cross-connect to reside. If you're
|
|
2261
2262
|
# not sure which compartment to use, put the cross-connect in the
|
|
2262
2263
|
# same compartment with your VCN. For more information about
|
|
2263
2264
|
# compartments and access control, see
|
|
2264
|
-
# [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
|
|
2265
|
+
# [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm).
|
|
2265
2266
|
# For information about OCIDs, see
|
|
2266
|
-
# [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
2267
|
+
# [Resource Identifiers](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
2267
2268
|
#
|
|
2268
2269
|
# You may optionally specify a *display name* for the cross-connect.
|
|
2269
2270
|
# It does not have to be unique, and you can change it. Avoid entering confidential information.
|
|
@@ -2328,16 +2329,16 @@ module OCI
|
|
|
2328
2329
|
|
|
2329
2330
|
# Creates a new cross-connect group to use with Oracle Cloud Infrastructure
|
|
2330
2331
|
# FastConnect. For more information, see
|
|
2331
|
-
# [FastConnect Overview](https://docs.cloud.oracle.com/Content/Network/Concepts/fastconnect.htm).
|
|
2332
|
+
# [FastConnect Overview](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fastconnect.htm).
|
|
2332
2333
|
#
|
|
2333
2334
|
# For the purposes of access control, you must provide the OCID of the
|
|
2334
2335
|
# compartment where you want the cross-connect group to reside. If you're
|
|
2335
2336
|
# not sure which compartment to use, put the cross-connect group in the
|
|
2336
2337
|
# same compartment with your VCN. For more information about
|
|
2337
2338
|
# compartments and access control, see
|
|
2338
|
-
# [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
|
|
2339
|
+
# [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm).
|
|
2339
2340
|
# For information about OCIDs, see
|
|
2340
|
-
# [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
2341
|
+
# [Resource Identifiers](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
2341
2342
|
#
|
|
2342
2343
|
# You may optionally specify a *display name* for the cross-connect group.
|
|
2343
2344
|
# It does not have to be unique, and you can change it. Avoid entering confidential information.
|
|
@@ -2407,8 +2408,8 @@ module OCI
|
|
|
2407
2408
|
# DHCP options to reside. Notice that the set of options doesn't have to be in the same compartment as the VCN,
|
|
2408
2409
|
# subnets, or other Networking Service components. If you're not sure which compartment to use, put the set
|
|
2409
2410
|
# of DHCP options in the same compartment as the VCN. For more information about compartments and access control, see
|
|
2410
|
-
# [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm). For information about OCIDs, see
|
|
2411
|
-
# [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
2411
|
+
# [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm). For information about OCIDs, see
|
|
2412
|
+
# [Resource Identifiers](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
2412
2413
|
#
|
|
2413
2414
|
# You may optionally specify a *display name* for the set of DHCP options, otherwise a default is provided.
|
|
2414
2415
|
# It does not have to be unique, and you can change it. Avoid entering confidential information.
|
|
@@ -2472,14 +2473,14 @@ module OCI
|
|
|
2472
2473
|
|
|
2473
2474
|
|
|
2474
2475
|
# Creates a new dynamic routing gateway (DRG) in the specified compartment. For more information,
|
|
2475
|
-
# see [Dynamic Routing Gateways (DRGs)](https://docs.cloud.oracle.com/Content/Network/Tasks/managingDRGs.htm).
|
|
2476
|
+
# see [Dynamic Routing Gateways (DRGs)](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingDRGs.htm).
|
|
2476
2477
|
#
|
|
2477
2478
|
# For the purposes of access control, you must provide the OCID of the compartment where you want
|
|
2478
2479
|
# the DRG to reside. Notice that the DRG doesn't have to be in the same compartment as the VCN,
|
|
2479
2480
|
# the DRG attachment, or other Networking Service components. If you're not sure which compartment
|
|
2480
2481
|
# to use, put the DRG in the same compartment as the VCN. For more information about compartments
|
|
2481
|
-
# and access control, see [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
|
|
2482
|
-
# For information about OCIDs, see [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
2482
|
+
# and access control, see [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm).
|
|
2483
|
+
# For information about OCIDs, see [Resource Identifiers](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
2483
2484
|
#
|
|
2484
2485
|
# You may optionally specify a *display name* for the DRG, otherwise a default is provided.
|
|
2485
2486
|
# It does not have to be unique, and you can change it. Avoid entering confidential information.
|
|
@@ -2545,14 +2546,14 @@ module OCI
|
|
|
2545
2546
|
# Attaches the specified DRG to the specified VCN. A VCN can be attached to only one DRG at a time,
|
|
2546
2547
|
# and vice versa. The response includes a `DrgAttachment` object with its own OCID. For more
|
|
2547
2548
|
# information about DRGs, see
|
|
2548
|
-
# [Dynamic Routing Gateways (DRGs)](https://docs.cloud.oracle.com/Content/Network/Tasks/managingDRGs.htm).
|
|
2549
|
+
# [Dynamic Routing Gateways (DRGs)](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingDRGs.htm).
|
|
2549
2550
|
#
|
|
2550
2551
|
# You may optionally specify a *display name* for the attachment, otherwise a default is provided.
|
|
2551
2552
|
# It does not have to be unique, and you can change it. Avoid entering confidential information.
|
|
2552
2553
|
#
|
|
2553
2554
|
# For the purposes of access control, the DRG attachment is automatically placed into the same compartment
|
|
2554
2555
|
# as the VCN. For more information about compartments and access control, see
|
|
2555
|
-
# [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
|
|
2556
|
+
# [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm).
|
|
2556
2557
|
#
|
|
2557
2558
|
# @param [OCI::Core::Models::CreateDrgAttachmentDetails] create_drg_attachment_details Details for creating a `DrgAttachment`.
|
|
2558
2559
|
# @param [Hash] opts the optional parameters
|
|
@@ -2613,14 +2614,14 @@ module OCI
|
|
|
2613
2614
|
|
|
2614
2615
|
|
|
2615
2616
|
# Creates a new internet gateway for the specified VCN. For more information, see
|
|
2616
|
-
# [Access to the Internet](https://docs.cloud.oracle.com/Content/Network/Tasks/managingIGs.htm).
|
|
2617
|
+
# [Access to the Internet](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingIGs.htm).
|
|
2617
2618
|
#
|
|
2618
2619
|
# For the purposes of access control, you must provide the OCID of the compartment where you want the Internet
|
|
2619
2620
|
# Gateway to reside. Notice that the internet gateway doesn't have to be in the same compartment as the VCN or
|
|
2620
2621
|
# other Networking Service components. If you're not sure which compartment to use, put the Internet
|
|
2621
2622
|
# Gateway in the same compartment with the VCN. For more information about compartments and access control, see
|
|
2622
|
-
# [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm). For information about OCIDs, see
|
|
2623
|
-
# [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
2623
|
+
# [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm). For information about OCIDs, see
|
|
2624
|
+
# [Resource Identifiers](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
2624
2625
|
#
|
|
2625
2626
|
# You may optionally specify a *display name* for the internet gateway, otherwise a default is provided. It
|
|
2626
2627
|
# does not have to be unique, and you can change it. Avoid entering confidential information.
|
|
@@ -2693,7 +2694,7 @@ module OCI
|
|
|
2693
2694
|
|
|
2694
2695
|
|
|
2695
2696
|
# Creates a new IPSec connection between the specified DRG and CPE. For more information, see
|
|
2696
|
-
# [IPSec VPNs](https://docs.cloud.oracle.com/Content/Network/Tasks/managingIPsec.htm).
|
|
2697
|
+
# [IPSec VPNs](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingIPsec.htm).
|
|
2697
2698
|
#
|
|
2698
2699
|
# If you configure at least one tunnel to use static routing, then in the request you must provide
|
|
2699
2700
|
# at least one valid static route (you're allowed a maximum of 10). For example: 10.0.0.0/16.
|
|
@@ -2706,8 +2707,8 @@ module OCI
|
|
|
2706
2707
|
# as the DRG, CPE, or other Networking Service components. If you're not sure which compartment to
|
|
2707
2708
|
# use, put the IPSec connection in the same compartment as the DRG. For more information about
|
|
2708
2709
|
# compartments and access control, see
|
|
2709
|
-
# [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
|
|
2710
|
-
# For information about OCIDs, see [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
2710
|
+
# [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm).
|
|
2711
|
+
# For information about OCIDs, see [Resource Identifiers](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
2711
2712
|
#
|
|
2712
2713
|
# You may optionally specify a *display name* for the IPSec connection, otherwise a default is provided.
|
|
2713
2714
|
# It does not have to be unique, and you can change it. Avoid entering confidential information.
|
|
@@ -2720,7 +2721,7 @@ module OCI
|
|
|
2720
2721
|
#
|
|
2721
2722
|
# For each tunnel, you need the IP address of Oracle's VPN headend and the shared secret
|
|
2722
2723
|
# (that is, the pre-shared key). For more information, see
|
|
2723
|
-
# [Configuring Your On-Premises Router for an IPSec VPN](https://docs.cloud.oracle.com/Content/Network/Tasks/configuringCPE.htm).
|
|
2724
|
+
# [Configuring Your On-Premises Router for an IPSec VPN](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/configuringCPE.htm).
|
|
2724
2725
|
#
|
|
2725
2726
|
# @param [OCI::Core::Models::CreateIPSecConnectionDetails] create_ip_sec_connection_details Details for creating an `IPSecConnection`.
|
|
2726
2727
|
# @param [Hash] opts the optional parameters
|
|
@@ -3027,7 +3028,7 @@ module OCI
|
|
|
3027
3028
|
|
|
3028
3029
|
# Creates a secondary private IP for the specified VNIC.
|
|
3029
3030
|
# For more information about secondary private IPs, see
|
|
3030
|
-
# [IP Addresses](https://docs.cloud.oracle.com/Content/Network/Tasks/managingIPaddresses.htm).
|
|
3031
|
+
# [IP Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingIPaddresses.htm).
|
|
3031
3032
|
#
|
|
3032
3033
|
# @param [OCI::Core::Models::CreatePrivateIpDetails] create_private_ip_details Create private IP details.
|
|
3033
3034
|
# @param [Hash] opts the optional parameters
|
|
@@ -3089,7 +3090,7 @@ module OCI
|
|
|
3089
3090
|
|
|
3090
3091
|
# Creates a public IP. Use the `lifetime` property to specify whether it's an ephemeral or
|
|
3091
3092
|
# reserved public IP. For information about limits on how many you can create, see
|
|
3092
|
-
# [Public IP Addresses](https://docs.cloud.oracle.com/Content/Network/Tasks/managingpublicIPs.htm).
|
|
3093
|
+
# [Public IP Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingpublicIPs.htm).
|
|
3093
3094
|
#
|
|
3094
3095
|
# * **For an ephemeral public IP assigned to a private IP:** You must also specify a `privateIpId`
|
|
3095
3096
|
# with the OCID of the primary private IP you want to assign the public IP to. The public IP is
|
|
@@ -3167,7 +3168,7 @@ module OCI
|
|
|
3167
3168
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
3168
3169
|
|
|
3169
3170
|
|
|
3170
|
-
# Creates a
|
|
3171
|
+
# Creates a public IP pool.
|
|
3171
3172
|
#
|
|
3172
3173
|
# @param [OCI::Core::Models::CreatePublicIpPoolDetails] create_public_ip_pool_details Create Public Ip Pool details
|
|
3173
3174
|
# @param [Hash] opts the optional parameters
|
|
@@ -3293,16 +3294,16 @@ module OCI
|
|
|
3293
3294
|
|
|
3294
3295
|
# Creates a new route table for the specified VCN. In the request you must also include at least one route
|
|
3295
3296
|
# rule for the new route table. For information on the number of rules you can have in a route table, see
|
|
3296
|
-
# [Service Limits](https://docs.cloud.oracle.com/Content/General/Concepts/servicelimits.htm). For general information about route
|
|
3297
|
+
# [Service Limits](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/servicelimits.htm). For general information about route
|
|
3297
3298
|
# tables in your VCN and the types of targets you can use in route rules,
|
|
3298
|
-
# see [Route Tables](https://docs.cloud.oracle.com/Content/Network/Tasks/managingroutetables.htm).
|
|
3299
|
+
# see [Route Tables](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm).
|
|
3299
3300
|
#
|
|
3300
3301
|
# For the purposes of access control, you must provide the OCID of the compartment where you want the route
|
|
3301
3302
|
# table to reside. Notice that the route table doesn't have to be in the same compartment as the VCN, subnets,
|
|
3302
3303
|
# or other Networking Service components. If you're not sure which compartment to use, put the route
|
|
3303
3304
|
# table in the same compartment as the VCN. For more information about compartments and access control, see
|
|
3304
|
-
# [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm). For information about OCIDs, see
|
|
3305
|
-
# [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
3305
|
+
# [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm). For information about OCIDs, see
|
|
3306
|
+
# [Resource Identifiers](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
3306
3307
|
#
|
|
3307
3308
|
# You may optionally specify a *display name* for the route table, otherwise a default is provided.
|
|
3308
3309
|
# It does not have to be unique, and you can change it. Avoid entering confidential information.
|
|
@@ -3366,16 +3367,16 @@ module OCI
|
|
|
3366
3367
|
|
|
3367
3368
|
|
|
3368
3369
|
# Creates a new security list for the specified VCN. For more information
|
|
3369
|
-
# about security lists, see [Security Lists](https://docs.cloud.oracle.com/Content/Network/Concepts/securitylists.htm).
|
|
3370
|
+
# about security lists, see [Security Lists](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securitylists.htm).
|
|
3370
3371
|
# For information on the number of rules you can have in a security list, see
|
|
3371
|
-
# [Service Limits](https://docs.cloud.oracle.com/Content/General/Concepts/servicelimits.htm).
|
|
3372
|
+
# [Service Limits](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/servicelimits.htm).
|
|
3372
3373
|
#
|
|
3373
3374
|
# For the purposes of access control, you must provide the OCID of the compartment where you want the security
|
|
3374
3375
|
# list to reside. Notice that the security list doesn't have to be in the same compartment as the VCN, subnets,
|
|
3375
3376
|
# or other Networking Service components. If you're not sure which compartment to use, put the security
|
|
3376
3377
|
# list in the same compartment as the VCN. For more information about compartments and access control, see
|
|
3377
|
-
# [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm). For information about OCIDs, see
|
|
3378
|
-
# [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
3378
|
+
# [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm). For information about OCIDs, see
|
|
3379
|
+
# [Resource Identifiers](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
3379
3380
|
#
|
|
3380
3381
|
# You may optionally specify a *display name* for the security list, otherwise a default is provided.
|
|
3381
3382
|
# It does not have to be unique, and you can change it. Avoid entering confidential information.
|
|
@@ -3442,8 +3443,8 @@ module OCI
|
|
|
3442
3443
|
#
|
|
3443
3444
|
# For the purposes of access control, you must provide the OCID of the compartment where you want
|
|
3444
3445
|
# the service gateway to reside. For more information about compartments and access control, see
|
|
3445
|
-
# [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
|
|
3446
|
-
# For information about OCIDs, see [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
3446
|
+
# [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm).
|
|
3447
|
+
# For information about OCIDs, see [Resource Identifiers](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
3447
3448
|
#
|
|
3448
3449
|
# You may optionally specify a *display name* for the service gateway, otherwise a default is provided.
|
|
3449
3450
|
# It does not have to be unique, and you can change it. Avoid entering confidential information.
|
|
@@ -3508,35 +3509,35 @@ module OCI
|
|
|
3508
3509
|
|
|
3509
3510
|
# Creates a new subnet in the specified VCN. You can't change the size of the subnet after creation,
|
|
3510
3511
|
# so it's important to think about the size of subnets you need before creating them.
|
|
3511
|
-
# For more information, see [VCNs and Subnets](https://docs.cloud.oracle.com/Content/Network/Tasks/managingVCNs.htm).
|
|
3512
|
+
# For more information, see [VCNs and Subnets](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingVCNs.htm).
|
|
3512
3513
|
# For information on the number of subnets you can have in a VCN, see
|
|
3513
|
-
# [Service Limits](https://docs.cloud.oracle.com/Content/General/Concepts/servicelimits.htm).
|
|
3514
|
+
# [Service Limits](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/servicelimits.htm).
|
|
3514
3515
|
#
|
|
3515
3516
|
# For the purposes of access control, you must provide the OCID of the compartment where you want the subnet
|
|
3516
3517
|
# to reside. Notice that the subnet doesn't have to be in the same compartment as the VCN, route tables, or
|
|
3517
3518
|
# other Networking Service components. If you're not sure which compartment to use, put the subnet in
|
|
3518
3519
|
# the same compartment as the VCN. For more information about compartments and access control, see
|
|
3519
|
-
# [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm). For information about OCIDs,
|
|
3520
|
-
# see [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
3520
|
+
# [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm). For information about OCIDs,
|
|
3521
|
+
# see [Resource Identifiers](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
3521
3522
|
#
|
|
3522
3523
|
# You may optionally associate a route table with the subnet. If you don't, the subnet will use the
|
|
3523
3524
|
# VCN's default route table. For more information about route tables, see
|
|
3524
|
-
# [Route Tables](https://docs.cloud.oracle.com/Content/Network/Tasks/managingroutetables.htm).
|
|
3525
|
+
# [Route Tables](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm).
|
|
3525
3526
|
#
|
|
3526
3527
|
# You may optionally associate a security list with the subnet. If you don't, the subnet will use the
|
|
3527
3528
|
# VCN's default security list. For more information about security lists, see
|
|
3528
|
-
# [Security Lists](https://docs.cloud.oracle.com/Content/Network/Concepts/securitylists.htm).
|
|
3529
|
+
# [Security Lists](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securitylists.htm).
|
|
3529
3530
|
#
|
|
3530
3531
|
# You may optionally associate a set of DHCP options with the subnet. If you don't, the subnet will use the
|
|
3531
3532
|
# VCN's default set. For more information about DHCP options, see
|
|
3532
|
-
# [DHCP Options](https://docs.cloud.oracle.com/Content/Network/Tasks/managingDHCP.htm).
|
|
3533
|
+
# [DHCP Options](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingDHCP.htm).
|
|
3533
3534
|
#
|
|
3534
3535
|
# You may optionally specify a *display name* for the subnet, otherwise a default is provided.
|
|
3535
3536
|
# It does not have to be unique, and you can change it. Avoid entering confidential information.
|
|
3536
3537
|
#
|
|
3537
3538
|
# You can also add a DNS label for the subnet, which is required if you want the Internet and
|
|
3538
3539
|
# VCN Resolver to resolve hostnames for instances in the subnet. For more information, see
|
|
3539
|
-
# [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/Content/Network/Concepts/dns.htm).
|
|
3540
|
+
# [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
|
|
3540
3541
|
#
|
|
3541
3542
|
# @param [OCI::Core::Models::CreateSubnetDetails] create_subnet_details Details for creating a subnet.
|
|
3542
3543
|
# @param [Hash] opts the optional parameters
|
|
@@ -3597,33 +3598,30 @@ module OCI
|
|
|
3597
3598
|
|
|
3598
3599
|
|
|
3599
3600
|
# Creates a new virtual cloud network (VCN). For more information, see
|
|
3600
|
-
# [VCNs and Subnets](https://docs.cloud.oracle.com/Content/Network/Tasks/managingVCNs.htm).
|
|
3601
|
+
# [VCNs and Subnets](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingVCNs.htm).
|
|
3601
3602
|
#
|
|
3602
|
-
#
|
|
3603
|
-
# the following rules -
|
|
3603
|
+
# For the VCN, you specify a list of one or more IPv4 CIDR blocks that meet the following criteria:
|
|
3604
3604
|
#
|
|
3605
|
-
#
|
|
3606
|
-
#
|
|
3607
|
-
#
|
|
3605
|
+
# - The CIDR blocks must be valid.
|
|
3606
|
+
# - They must not overlap with each other or with the on-premises network CIDR block.
|
|
3607
|
+
# - The number of CIDR blocks does not exceed the limit of CIDR blocks allowed per VCN.
|
|
3608
3608
|
#
|
|
3609
|
-
# Oracle recommends
|
|
3610
|
-
#
|
|
3611
|
-
# 172.16.0.0/16. The CIDR blocks can range from /16 to /30, and they must not overlap with
|
|
3612
|
-
# your on-premises network.
|
|
3609
|
+
# For a CIDR block, Oracle recommends that you use one of the private IP address ranges specified in [RFC 1918](https://tools.ietf.org/html/rfc1918) (10.0.0.0/8, 172.16/12, and 192.168/16). Example:
|
|
3610
|
+
# 172.16.0.0/16. The CIDR blocks can range from /16 to /30.
|
|
3613
3611
|
#
|
|
3614
3612
|
# For the purposes of access control, you must provide the OCID of the compartment where you want the VCN to
|
|
3615
3613
|
# reside. Consult an Oracle Cloud Infrastructure administrator in your organization if you're not sure which
|
|
3616
3614
|
# compartment to use. Notice that the VCN doesn't have to be in the same compartment as the subnets or other
|
|
3617
3615
|
# Networking Service components. For more information about compartments and access control, see
|
|
3618
|
-
# [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm). For information about OCIDs, see
|
|
3619
|
-
# [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
3616
|
+
# [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm). For information about OCIDs, see
|
|
3617
|
+
# [Resource Identifiers](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
3620
3618
|
#
|
|
3621
3619
|
# You may optionally specify a *display name* for the VCN, otherwise a default is provided. It does not have to
|
|
3622
3620
|
# be unique, and you can change it. Avoid entering confidential information.
|
|
3623
3621
|
#
|
|
3624
3622
|
# You can also add a DNS label for the VCN, which is required if you want the instances to use the
|
|
3625
3623
|
# Interent and VCN Resolver option for DNS in the VCN. For more information, see
|
|
3626
|
-
# [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/Content/Network/Concepts/dns.htm).
|
|
3624
|
+
# [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
|
|
3627
3625
|
#
|
|
3628
3626
|
# The VCN automatically comes with a default route table, default security list, and default set of DHCP options.
|
|
3629
3627
|
# The OCID for each is returned in the response. You can't delete these default objects, but you can change their
|
|
@@ -3631,7 +3629,7 @@ module OCI
|
|
|
3631
3629
|
#
|
|
3632
3630
|
# The VCN and subnets you create are not accessible until you attach an internet gateway or set up an IPSec VPN
|
|
3633
3631
|
# or FastConnect. For more information, see
|
|
3634
|
-
# [Overview of the Networking Service](https://docs.cloud.oracle.com/Content/Network/Concepts/overview.htm).
|
|
3632
|
+
# [Overview of the Networking Service](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/overview.htm).
|
|
3635
3633
|
#
|
|
3636
3634
|
# @param [OCI::Core::Models::CreateVcnDetails] create_vcn_details Details for creating a new VCN.
|
|
3637
3635
|
# @param [Hash] opts the optional parameters
|
|
@@ -3693,16 +3691,16 @@ module OCI
|
|
|
3693
3691
|
|
|
3694
3692
|
# Creates a new virtual circuit to use with Oracle Cloud
|
|
3695
3693
|
# Infrastructure FastConnect. For more information, see
|
|
3696
|
-
# [FastConnect Overview](https://docs.cloud.oracle.com/Content/Network/Concepts/fastconnect.htm).
|
|
3694
|
+
# [FastConnect Overview](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fastconnect.htm).
|
|
3697
3695
|
#
|
|
3698
3696
|
# For the purposes of access control, you must provide the OCID of the
|
|
3699
3697
|
# compartment where you want the virtual circuit to reside. If you're
|
|
3700
3698
|
# not sure which compartment to use, put the virtual circuit in the
|
|
3701
3699
|
# same compartment with the DRG it's using. For more information about
|
|
3702
3700
|
# compartments and access control, see
|
|
3703
|
-
# [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
|
|
3701
|
+
# [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm).
|
|
3704
3702
|
# For information about OCIDs, see
|
|
3705
|
-
# [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
3703
|
+
# [Resource Identifiers](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
3706
3704
|
#
|
|
3707
3705
|
# You may optionally specify a *display name* for the virtual circuit.
|
|
3708
3706
|
# It does not have to be unique, and you can change it. Avoid entering confidential information.
|
|
@@ -3711,7 +3709,7 @@ module OCI
|
|
|
3711
3709
|
# the traffic to flow through. Make sure you attach the DRG to your
|
|
3712
3710
|
# VCN and confirm the VCN's routing sends traffic to the DRG. Otherwise
|
|
3713
3711
|
# traffic will not flow. For more information, see
|
|
3714
|
-
# [Route Tables](https://docs.cloud.oracle.com/Content/Network/Tasks/managingroutetables.htm).
|
|
3712
|
+
# [Route Tables](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm).
|
|
3715
3713
|
#
|
|
3716
3714
|
# @param [OCI::Core::Models::CreateVirtualCircuitDetails] create_virtual_circuit_details Details to create a VirtualCircuit.
|
|
3717
3715
|
# @param [Hash] opts the optional parameters
|
|
@@ -3835,14 +3833,13 @@ module OCI
|
|
|
3835
3833
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
3836
3834
|
|
|
3837
3835
|
|
|
3838
|
-
# Deletes the specified
|
|
3839
|
-
# The
|
|
3840
|
-
# It must not have any subranges allocated to a
|
|
3841
|
-
# You must specify the
|
|
3842
|
-
#
|
|
3843
|
-
# In case the range is currently PROVISIONED, the operation will be asynchronous as it needs to be de-ptovisioned first.
|
|
3836
|
+
# Deletes the specified `ByoipRange` resource.
|
|
3837
|
+
# The resource must be in one of the following states: CREATING, PROVISIONED, ACTIVE, or FAILED.
|
|
3838
|
+
# It must not have any subranges currently allocated to a PublicIpPool object or the deletion will fail.
|
|
3839
|
+
# You must specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
3840
|
+
# If the `ByoipRange` resource is currently in the PROVISIONED or ACTIVE state, it will be de-provisioned and then deleted.
|
|
3844
3841
|
#
|
|
3845
|
-
# @param [String] byoip_range_id The OCID of the
|
|
3842
|
+
# @param [String] byoip_range_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `ByoipRange` resource containing the BYOIP CIDR block.
|
|
3846
3843
|
# @param [Hash] opts the optional parameters
|
|
3847
3844
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
3848
3845
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -3850,7 +3847,7 @@ module OCI
|
|
|
3850
3847
|
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
3851
3848
|
#
|
|
3852
3849
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
3853
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
3850
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
3854
3851
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
3855
3852
|
#
|
|
3856
3853
|
# @return [Response] A Response object with data of type nil
|
|
@@ -3910,7 +3907,7 @@ module OCI
|
|
|
3910
3907
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
3911
3908
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
3912
3909
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
3913
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
3910
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
3914
3911
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
3915
3912
|
#
|
|
3916
3913
|
# @return [Response] A Response object with data of type nil
|
|
@@ -3968,7 +3965,7 @@ module OCI
|
|
|
3968
3965
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
3969
3966
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
3970
3967
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
3971
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
3968
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
3972
3969
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
3973
3970
|
#
|
|
3974
3971
|
# @return [Response] A Response object with data of type nil
|
|
@@ -4027,7 +4024,7 @@ module OCI
|
|
|
4027
4024
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4028
4025
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
4029
4026
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
4030
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
4027
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
4031
4028
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
4032
4029
|
#
|
|
4033
4030
|
# @return [Response] A Response object with data of type nil
|
|
@@ -4088,7 +4085,7 @@ module OCI
|
|
|
4088
4085
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4089
4086
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
4090
4087
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
4091
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
4088
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
4092
4089
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
4093
4090
|
#
|
|
4094
4091
|
# @return [Response] A Response object with data of type nil
|
|
@@ -4148,7 +4145,7 @@ module OCI
|
|
|
4148
4145
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4149
4146
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
4150
4147
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
4151
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
4148
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
4152
4149
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
4153
4150
|
#
|
|
4154
4151
|
# @return [Response] A Response object with data of type nil
|
|
@@ -4207,7 +4204,7 @@ module OCI
|
|
|
4207
4204
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4208
4205
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
4209
4206
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
4210
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
4207
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
4211
4208
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
4212
4209
|
#
|
|
4213
4210
|
# @return [Response] A Response object with data of type nil
|
|
@@ -4268,7 +4265,7 @@ module OCI
|
|
|
4268
4265
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4269
4266
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
4270
4267
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
4271
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
4268
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
4272
4269
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
4273
4270
|
#
|
|
4274
4271
|
# @return [Response] A Response object with data of type nil
|
|
@@ -4332,7 +4329,7 @@ module OCI
|
|
|
4332
4329
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4333
4330
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
4334
4331
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
4335
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
4332
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
4336
4333
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
4337
4334
|
#
|
|
4338
4335
|
# @return [Response] A Response object with data of type nil
|
|
@@ -4385,12 +4382,12 @@ module OCI
|
|
|
4385
4382
|
# Unassigns and deletes the specified IPv6. You must specify the object's OCID.
|
|
4386
4383
|
# The IPv6 address is returned to the subnet's pool of available addresses.
|
|
4387
4384
|
#
|
|
4388
|
-
# @param [String] ipv6_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the IPv6.
|
|
4385
|
+
# @param [String] ipv6_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IPv6.
|
|
4389
4386
|
# @param [Hash] opts the optional parameters
|
|
4390
4387
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4391
4388
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
4392
4389
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
4393
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
4390
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
4394
4391
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
4395
4392
|
#
|
|
4396
4393
|
# @option opts [String] :opc_request_id Unique identifier for the request.
|
|
@@ -4454,7 +4451,7 @@ module OCI
|
|
|
4454
4451
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4455
4452
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
4456
4453
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
4457
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
4454
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
4458
4455
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
4459
4456
|
#
|
|
4460
4457
|
# @return [Response] A Response object with data of type nil
|
|
@@ -4510,12 +4507,12 @@ module OCI
|
|
|
4510
4507
|
# This is an asynchronous operation. The NAT gateway's `lifecycleState` will change to
|
|
4511
4508
|
# TERMINATING temporarily until the NAT gateway is completely removed.
|
|
4512
4509
|
#
|
|
4513
|
-
# @param [String] nat_gateway_id The NAT gateway's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
4510
|
+
# @param [String] nat_gateway_id The NAT gateway's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
4514
4511
|
# @param [Hash] opts the optional parameters
|
|
4515
4512
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4516
4513
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
4517
4514
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
4518
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
4515
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
4519
4516
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
4520
4517
|
#
|
|
4521
4518
|
# @return [Response] A Response object with data of type nil
|
|
@@ -4573,12 +4570,12 @@ module OCI
|
|
|
4573
4570
|
# contains both the OCID of the VNIC and the OCID of the VNIC's parent resource (for example,
|
|
4574
4571
|
# the Compute instance that the VNIC is attached to).
|
|
4575
4572
|
#
|
|
4576
|
-
# @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security group.
|
|
4573
|
+
# @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security group.
|
|
4577
4574
|
# @param [Hash] opts the optional parameters
|
|
4578
4575
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4579
4576
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
4580
4577
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
4581
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
4578
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
4582
4579
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
4583
4580
|
#
|
|
4584
4581
|
# @return [Response] A Response object with data of type nil
|
|
@@ -4636,7 +4633,7 @@ module OCI
|
|
|
4636
4633
|
# automatically unassigned and deleted when the VNIC is terminated.
|
|
4637
4634
|
#
|
|
4638
4635
|
# **Important:** If a secondary private IP is the
|
|
4639
|
-
# [target of a route rule](https://docs.cloud.oracle.com/Content/Network/Tasks/managingroutetables.htm#privateip),
|
|
4636
|
+
# [target of a route rule](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm#privateip),
|
|
4640
4637
|
# unassigning it from the VNIC causes that route rule to blackhole and the traffic
|
|
4641
4638
|
# will be dropped.
|
|
4642
4639
|
#
|
|
@@ -4645,7 +4642,7 @@ module OCI
|
|
|
4645
4642
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4646
4643
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
4647
4644
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
4648
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
4645
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
4649
4646
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
4650
4647
|
#
|
|
4651
4648
|
# @return [Response] A Response object with data of type nil
|
|
@@ -4716,7 +4713,7 @@ module OCI
|
|
|
4716
4713
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4717
4714
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
4718
4715
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
4719
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
4716
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
4720
4717
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
4721
4718
|
#
|
|
4722
4719
|
# @return [Response] A Response object with data of type nil
|
|
@@ -4766,11 +4763,11 @@ module OCI
|
|
|
4766
4763
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
4767
4764
|
|
|
4768
4765
|
|
|
4769
|
-
# Deletes the specified
|
|
4770
|
-
#
|
|
4771
|
-
# You must specify the object's OCID.
|
|
4766
|
+
# Deletes the specified public IP pool.
|
|
4767
|
+
# To delete a public IP pool it must not have any active IP address allocations.
|
|
4768
|
+
# You must specify the object's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) when deleting an IP pool.
|
|
4772
4769
|
#
|
|
4773
|
-
# @param [String] public_ip_pool_id The OCID of the
|
|
4770
|
+
# @param [String] public_ip_pool_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the public IP pool.
|
|
4774
4771
|
# @param [Hash] opts the optional parameters
|
|
4775
4772
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4776
4773
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -4778,7 +4775,7 @@ module OCI
|
|
|
4778
4775
|
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
4779
4776
|
#
|
|
4780
4777
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
4781
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
4778
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
4782
4779
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
4783
4780
|
#
|
|
4784
4781
|
# @return [Response] A Response object with data of type nil
|
|
@@ -4839,7 +4836,7 @@ module OCI
|
|
|
4839
4836
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4840
4837
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
4841
4838
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
4842
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
4839
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
4843
4840
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
4844
4841
|
#
|
|
4845
4842
|
# @return [Response] A Response object with data of type nil
|
|
@@ -4900,7 +4897,7 @@ module OCI
|
|
|
4900
4897
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4901
4898
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
4902
4899
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
4903
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
4900
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
4904
4901
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
4905
4902
|
#
|
|
4906
4903
|
# @return [Response] A Response object with data of type nil
|
|
@@ -4961,7 +4958,7 @@ module OCI
|
|
|
4961
4958
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4962
4959
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
4963
4960
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
4964
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
4961
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
4965
4962
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
4966
4963
|
#
|
|
4967
4964
|
# @return [Response] A Response object with data of type nil
|
|
@@ -5014,12 +5011,12 @@ module OCI
|
|
|
5014
5011
|
# Deletes the specified service gateway. There must not be a route table that lists the service
|
|
5015
5012
|
# gateway as a target.
|
|
5016
5013
|
#
|
|
5017
|
-
# @param [String] service_gateway_id The service gateway's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
5014
|
+
# @param [String] service_gateway_id The service gateway's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
5018
5015
|
# @param [Hash] opts the optional parameters
|
|
5019
5016
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
5020
5017
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
5021
5018
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
5022
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
5019
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
5023
5020
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
5024
5021
|
#
|
|
5025
5022
|
# @return [Response] A Response object with data of type nil
|
|
@@ -5078,7 +5075,7 @@ module OCI
|
|
|
5078
5075
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
5079
5076
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
5080
5077
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
5081
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
5078
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
5082
5079
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
5083
5080
|
#
|
|
5084
5081
|
# @return [Response] A Response object with data of type nil
|
|
@@ -5132,12 +5129,12 @@ module OCI
|
|
|
5132
5129
|
# operation. The VCN's `lifecycleState` will change to TERMINATING temporarily until the VCN is completely
|
|
5133
5130
|
# removed.
|
|
5134
5131
|
#
|
|
5135
|
-
# @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
5132
|
+
# @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
5136
5133
|
# @param [Hash] opts the optional parameters
|
|
5137
5134
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
5138
5135
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
5139
5136
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
5140
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
5137
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
5141
5138
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
5142
5139
|
#
|
|
5143
5140
|
# @return [Response] A Response object with data of type nil
|
|
@@ -5198,7 +5195,7 @@ module OCI
|
|
|
5198
5195
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
5199
5196
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
5200
5197
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
5201
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
5198
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
5202
5199
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
5203
5200
|
#
|
|
5204
5201
|
# @return [Response] A Response object with data of type nil
|
|
@@ -5250,12 +5247,12 @@ module OCI
|
|
|
5250
5247
|
|
|
5251
5248
|
# Deletes the specified VLAN, but only if there are no VNICs in the VLAN.
|
|
5252
5249
|
#
|
|
5253
|
-
# @param [String] vlan_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VLAN.
|
|
5250
|
+
# @param [String] vlan_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN.
|
|
5254
5251
|
# @param [Hash] opts the optional parameters
|
|
5255
5252
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
5256
5253
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
5257
5254
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
5258
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
5255
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
5259
5256
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
5260
5257
|
#
|
|
5261
5258
|
# @option opts [String] :opc_request_id Unique identifier for the request.
|
|
@@ -5322,13 +5319,13 @@ module OCI
|
|
|
5322
5319
|
# `Update` call. `UpdateServiceGateway` also lets you block all traffic through the service
|
|
5323
5320
|
# gateway without having to remove each of the individual `Service` objects.
|
|
5324
5321
|
#
|
|
5325
|
-
# @param [String] service_gateway_id The service gateway's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
5322
|
+
# @param [String] service_gateway_id The service gateway's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
5326
5323
|
# @param [OCI::Core::Models::ServiceIdRequestDetails] detach_service_details ServiceId of Service to be detached from a service gateway.
|
|
5327
5324
|
# @param [Hash] opts the optional parameters
|
|
5328
5325
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
5329
5326
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
5330
5327
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
5331
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
5328
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
5332
5329
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
5333
5330
|
#
|
|
5334
5331
|
# @return [Response] A Response object with data of type {OCI::Core::Models::ServiceGateway ServiceGateway}
|
|
@@ -5380,9 +5377,9 @@ module OCI
|
|
|
5380
5377
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
5381
5378
|
|
|
5382
5379
|
|
|
5383
|
-
# Gets the
|
|
5380
|
+
# Gets the `ByoipRange` resource. You must specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
5384
5381
|
#
|
|
5385
|
-
# @param [String] byoip_range_id The OCID of the
|
|
5382
|
+
# @param [String] byoip_range_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `ByoipRange` resource containing the BYOIP CIDR block.
|
|
5386
5383
|
# @param [Hash] opts the optional parameters
|
|
5387
5384
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
5388
5385
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -5621,7 +5618,7 @@ module OCI
|
|
|
5621
5618
|
# * {#get_ipsec_cpe_device_config_content get_ipsec_cpe_device_config_content}
|
|
5622
5619
|
# * {#get_tunnel_cpe_device_config_content get_tunnel_cpe_device_config_content}
|
|
5623
5620
|
#
|
|
5624
|
-
# @param [String] cpe_device_shape_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the CPE device shape.
|
|
5621
|
+
# @param [String] cpe_device_shape_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the CPE device shape.
|
|
5625
5622
|
# @param [Hash] opts the optional parameters
|
|
5626
5623
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
5627
5624
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -6056,7 +6053,7 @@ module OCI
|
|
|
6056
6053
|
|
|
6057
6054
|
|
|
6058
6055
|
# Gets the redundancy status for the specified DRG. For more information, see
|
|
6059
|
-
# [Redundancy Remedies](https://docs.cloud.oracle.com/Content/Network/Troubleshoot/drgredundancy.htm).
|
|
6056
|
+
# [Redundancy Remedies](https://docs.cloud.oracle.com/iaas/Content/Network/Troubleshoot/drgredundancy.htm).
|
|
6060
6057
|
#
|
|
6061
6058
|
# @param [String] drg_id The OCID of the DRG.
|
|
6062
6059
|
# @param [Hash] opts the optional parameters
|
|
@@ -6115,7 +6112,7 @@ module OCI
|
|
|
6115
6112
|
|
|
6116
6113
|
|
|
6117
6114
|
# Gets the specified provider service.
|
|
6118
|
-
# For more information, see [FastConnect Overview](https://docs.cloud.oracle.com/Content/Network/Concepts/fastconnect.htm).
|
|
6115
|
+
# For more information, see [FastConnect Overview](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fastconnect.htm).
|
|
6119
6116
|
#
|
|
6120
6117
|
# @param [String] provider_service_id The OCID of the provider service.
|
|
6121
6118
|
# @param [Hash] opts the optional parameters
|
|
@@ -6463,7 +6460,7 @@ module OCI
|
|
|
6463
6460
|
# {#get_ip_sec_connection_tunnel_shared_secret get_ip_sec_connection_tunnel_shared_secret}.
|
|
6464
6461
|
#
|
|
6465
6462
|
# @param [String] ipsc_id The OCID of the IPSec connection.
|
|
6466
|
-
# @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the tunnel.
|
|
6463
|
+
# @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tunnel.
|
|
6467
6464
|
# @param [Hash] opts the optional parameters
|
|
6468
6465
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
6469
6466
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -6522,7 +6519,7 @@ module OCI
|
|
|
6522
6519
|
# about the tunnel, use {#get_ip_sec_connection_tunnel get_ip_sec_connection_tunnel}.
|
|
6523
6520
|
#
|
|
6524
6521
|
# @param [String] ipsc_id The OCID of the IPSec connection.
|
|
6525
|
-
# @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the tunnel.
|
|
6522
|
+
# @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tunnel.
|
|
6526
6523
|
# @param [Hash] opts the optional parameters
|
|
6527
6524
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
6528
6525
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -6702,7 +6699,7 @@ module OCI
|
|
|
6702
6699
|
# {#list_ipv6s list_ipv6s}
|
|
6703
6700
|
# with the IPv6 address (for example, 2001:0db8:0123:1111:98fe:dcba:9876:4321) and subnet OCID.
|
|
6704
6701
|
#
|
|
6705
|
-
# @param [String] ipv6_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the IPv6.
|
|
6702
|
+
# @param [String] ipv6_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IPv6.
|
|
6706
6703
|
# @param [Hash] opts the optional parameters
|
|
6707
6704
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
6708
6705
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -6813,7 +6810,7 @@ module OCI
|
|
|
6813
6810
|
|
|
6814
6811
|
|
|
6815
6812
|
# Gets the specified NAT gateway's information.
|
|
6816
|
-
# @param [String] nat_gateway_id The NAT gateway's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
6813
|
+
# @param [String] nat_gateway_id The NAT gateway's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
6817
6814
|
# @param [Hash] opts the optional parameters
|
|
6818
6815
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
6819
6816
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -6874,7 +6871,7 @@ module OCI
|
|
|
6874
6871
|
# To list the security rules in an NSG, see
|
|
6875
6872
|
# {#list_network_security_group_security_rules list_network_security_group_security_rules}.
|
|
6876
6873
|
#
|
|
6877
|
-
# @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security group.
|
|
6874
|
+
# @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security group.
|
|
6878
6875
|
# @param [Hash] opts the optional parameters
|
|
6879
6876
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
6880
6877
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -7171,9 +7168,9 @@ module OCI
|
|
|
7171
7168
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
7172
7169
|
|
|
7173
7170
|
|
|
7174
|
-
# Gets the specified
|
|
7171
|
+
# Gets the specified `PublicIpPool` object. You must specify the object's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
7175
7172
|
#
|
|
7176
|
-
# @param [String] public_ip_pool_id The OCID of the
|
|
7173
|
+
# @param [String] public_ip_pool_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the public IP pool.
|
|
7177
7174
|
# @param [Hash] opts the optional parameters
|
|
7178
7175
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
7179
7176
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -7394,7 +7391,7 @@ module OCI
|
|
|
7394
7391
|
|
|
7395
7392
|
# Gets the specified {Service} object.
|
|
7396
7393
|
#
|
|
7397
|
-
# @param [String] service_id The service's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
7394
|
+
# @param [String] service_id The service's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
7398
7395
|
# @param [Hash] opts the optional parameters
|
|
7399
7396
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
7400
7397
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -7448,7 +7445,7 @@ module OCI
|
|
|
7448
7445
|
|
|
7449
7446
|
|
|
7450
7447
|
# Gets the specified service gateway's information.
|
|
7451
|
-
# @param [String] service_gateway_id The service gateway's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
7448
|
+
# @param [String] service_gateway_id The service gateway's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
7452
7449
|
# @param [Hash] opts the optional parameters
|
|
7453
7450
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
7454
7451
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -7561,7 +7558,7 @@ module OCI
|
|
|
7561
7558
|
# {#get_tunnel_cpe_device_config_content get_tunnel_cpe_device_config_content}.
|
|
7562
7559
|
#
|
|
7563
7560
|
# @param [String] ipsc_id The OCID of the IPSec connection.
|
|
7564
|
-
# @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the tunnel.
|
|
7561
|
+
# @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tunnel.
|
|
7565
7562
|
# @param [Hash] opts the optional parameters
|
|
7566
7563
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
7567
7564
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -7638,7 +7635,7 @@ module OCI
|
|
|
7638
7635
|
# returns CPE configuration content for *all* IPSec connections that use a specific CPE.
|
|
7639
7636
|
#
|
|
7640
7637
|
# @param [String] ipsc_id The OCID of the IPSec connection.
|
|
7641
|
-
# @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the tunnel.
|
|
7638
|
+
# @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tunnel.
|
|
7642
7639
|
# @param [Hash] opts the optional parameters
|
|
7643
7640
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
7644
7641
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -7743,7 +7740,7 @@ module OCI
|
|
|
7743
7740
|
|
|
7744
7741
|
|
|
7745
7742
|
# Gets the specified VCN's information.
|
|
7746
|
-
# @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
7743
|
+
# @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
7747
7744
|
# @param [Hash] opts the optional parameters
|
|
7748
7745
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
7749
7746
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -7796,7 +7793,7 @@ module OCI
|
|
|
7796
7793
|
|
|
7797
7794
|
|
|
7798
7795
|
# Get the associated DNS resolver information with a vcn
|
|
7799
|
-
# @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
7796
|
+
# @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
7800
7797
|
# @param [Hash] opts the optional parameters
|
|
7801
7798
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
7802
7799
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -7906,7 +7903,7 @@ module OCI
|
|
|
7906
7903
|
|
|
7907
7904
|
|
|
7908
7905
|
# Gets the specified VLAN's information.
|
|
7909
|
-
# @param [String] vlan_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VLAN.
|
|
7906
|
+
# @param [String] vlan_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN.
|
|
7910
7907
|
# @param [Hash] opts the optional parameters
|
|
7911
7908
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
7912
7909
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -8021,7 +8018,7 @@ module OCI
|
|
|
8021
8018
|
|
|
8022
8019
|
|
|
8023
8020
|
# Lists the regions that support remote VCN peering (which is peering across regions).
|
|
8024
|
-
# For more information, see [VCN Peering](https://docs.cloud.oracle.com/Content/Network/Tasks/VCNpeering.htm).
|
|
8021
|
+
# For more information, see [VCN Peering](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/VCNpeering.htm).
|
|
8025
8022
|
#
|
|
8026
8023
|
# @param [Hash] opts the optional parameters
|
|
8027
8024
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -8072,10 +8069,10 @@ module OCI
|
|
|
8072
8069
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
8073
8070
|
|
|
8074
8071
|
|
|
8075
|
-
# Lists the
|
|
8076
|
-
# Each ByoipAllocatedRange object
|
|
8072
|
+
# Lists the subranges of a BYOIP CIDR block currently allocated to an IP pool.
|
|
8073
|
+
# Each `ByoipAllocatedRange` object also lists the IP pool where it is allocated.
|
|
8077
8074
|
#
|
|
8078
|
-
# @param [String] byoip_range_id The OCID of the
|
|
8075
|
+
# @param [String] byoip_range_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `ByoipRange` resource containing the BYOIP CIDR block.
|
|
8079
8076
|
# @param [Hash] opts the optional parameters
|
|
8080
8077
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
8081
8078
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -8142,10 +8139,10 @@ module OCI
|
|
|
8142
8139
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
8143
8140
|
|
|
8144
8141
|
|
|
8145
|
-
# Lists the ByoipRange
|
|
8146
|
-
# You can filter the list
|
|
8142
|
+
# Lists the `ByoipRange` resources in the specified compartment.
|
|
8143
|
+
# You can filter the list using query parameters.
|
|
8147
8144
|
#
|
|
8148
|
-
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
8145
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
8149
8146
|
# @param [Hash] opts the optional parameters
|
|
8150
8147
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
8151
8148
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -8322,7 +8319,7 @@ module OCI
|
|
|
8322
8319
|
|
|
8323
8320
|
# Lists the customer-premises equipment objects (CPEs) in the specified compartment.
|
|
8324
8321
|
#
|
|
8325
|
-
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
8322
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
8326
8323
|
# @param [Hash] opts the optional parameters
|
|
8327
8324
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
8328
8325
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -8387,7 +8384,7 @@ module OCI
|
|
|
8387
8384
|
|
|
8388
8385
|
# Lists the cross-connect groups in the specified compartment.
|
|
8389
8386
|
#
|
|
8390
|
-
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
8387
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
8391
8388
|
# @param [Hash] opts the optional parameters
|
|
8392
8389
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
8393
8390
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -8417,7 +8414,8 @@ module OCI
|
|
|
8417
8414
|
# is case sensitive.
|
|
8418
8415
|
#
|
|
8419
8416
|
# Allowed values are: ASC, DESC
|
|
8420
|
-
# @option opts [String] :lifecycle_state A filter to return only resources that match the specified lifecycle
|
|
8417
|
+
# @option opts [String] :lifecycle_state A filter to return only resources that match the specified lifecycle
|
|
8418
|
+
# state. The value is case insensitive.
|
|
8421
8419
|
#
|
|
8422
8420
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::CrossConnectGroup CrossConnectGroup}>
|
|
8423
8421
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_cross_connect_groups.rb.html) to see an example of how to use list_cross_connect_groups API.
|
|
@@ -8487,7 +8485,7 @@ module OCI
|
|
|
8487
8485
|
# Lists the available FastConnect locations for cross-connect installation. You need
|
|
8488
8486
|
# this information so you can specify your desired location when you create a cross-connect.
|
|
8489
8487
|
#
|
|
8490
|
-
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
8488
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
8491
8489
|
# @param [Hash] opts the optional parameters
|
|
8492
8490
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
8493
8491
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -8553,7 +8551,7 @@ module OCI
|
|
|
8553
8551
|
# Lists the cross-connects in the specified compartment. You can filter the list
|
|
8554
8552
|
# by specifying the OCID of a cross-connect group.
|
|
8555
8553
|
#
|
|
8556
|
-
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
8554
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
8557
8555
|
# @param [Hash] opts the optional parameters
|
|
8558
8556
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
8559
8557
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -8584,7 +8582,8 @@ module OCI
|
|
|
8584
8582
|
# is case sensitive.
|
|
8585
8583
|
#
|
|
8586
8584
|
# Allowed values are: ASC, DESC
|
|
8587
|
-
# @option opts [String] :lifecycle_state A filter to return only resources that match the specified lifecycle
|
|
8585
|
+
# @option opts [String] :lifecycle_state A filter to return only resources that match the specified lifecycle
|
|
8586
|
+
# state. The value is case insensitive.
|
|
8588
8587
|
#
|
|
8589
8588
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::CrossConnect CrossConnect}>
|
|
8590
8589
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_cross_connects.rb.html) to see an example of how to use list_cross_connects API.
|
|
@@ -8656,7 +8655,7 @@ module OCI
|
|
|
8656
8655
|
# so you can specify your desired port speed (that is, shape) when you create a
|
|
8657
8656
|
# cross-connect.
|
|
8658
8657
|
#
|
|
8659
|
-
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
8658
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
8660
8659
|
# @param [Hash] opts the optional parameters
|
|
8661
8660
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
8662
8661
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -8724,11 +8723,11 @@ module OCI
|
|
|
8724
8723
|
# The response includes the default set of options that automatically comes with each VCN,
|
|
8725
8724
|
# plus any other sets you've created.
|
|
8726
8725
|
#
|
|
8727
|
-
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
8726
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
8728
8727
|
# @param [Hash] opts the optional parameters
|
|
8729
8728
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
8730
8729
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
8731
|
-
# @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
8730
|
+
# @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
8732
8731
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
8733
8732
|
# \"List\" call. For important details about how pagination works, see
|
|
8734
8733
|
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
@@ -8755,7 +8754,8 @@ module OCI
|
|
|
8755
8754
|
# is case sensitive.
|
|
8756
8755
|
#
|
|
8757
8756
|
# Allowed values are: ASC, DESC
|
|
8758
|
-
# @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle
|
|
8757
|
+
# @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle
|
|
8758
|
+
# state. The state value is case-insensitive.
|
|
8759
8759
|
#
|
|
8760
8760
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::DhcpOptions DhcpOptions}>
|
|
8761
8761
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_dhcp_options.rb.html) to see an example of how to use list_dhcp_options API.
|
|
@@ -8826,11 +8826,11 @@ module OCI
|
|
|
8826
8826
|
# Lists the `DrgAttachment` objects for the specified compartment. You can filter the
|
|
8827
8827
|
# results by VCN or DRG.
|
|
8828
8828
|
#
|
|
8829
|
-
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
8829
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
8830
8830
|
# @param [Hash] opts the optional parameters
|
|
8831
8831
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
8832
8832
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
8833
|
-
# @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
8833
|
+
# @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
8834
8834
|
# @option opts [String] :drg_id The OCID of the DRG.
|
|
8835
8835
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
8836
8836
|
# \"List\" call. For important details about how pagination works, see
|
|
@@ -8895,7 +8895,7 @@ module OCI
|
|
|
8895
8895
|
|
|
8896
8896
|
# Lists the DRGs in the specified compartment.
|
|
8897
8897
|
#
|
|
8898
|
-
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
8898
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
8899
8899
|
# @param [Hash] opts the optional parameters
|
|
8900
8900
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
8901
8901
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -8964,9 +8964,9 @@ module OCI
|
|
|
8964
8964
|
#
|
|
8965
8965
|
# For the compartment ID, provide the OCID of your tenancy (the root compartment).
|
|
8966
8966
|
#
|
|
8967
|
-
# For more information, see [FastConnect Overview](https://docs.cloud.oracle.com/Content/Network/Concepts/fastconnect.htm).
|
|
8967
|
+
# For more information, see [FastConnect Overview](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fastconnect.htm).
|
|
8968
8968
|
#
|
|
8969
|
-
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
8969
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
8970
8970
|
# @param [Hash] opts the optional parameters
|
|
8971
8971
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
8972
8972
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -9032,7 +9032,7 @@ module OCI
|
|
|
9032
9032
|
# Gets the list of available virtual circuit bandwidth levels for a provider.
|
|
9033
9033
|
# You need this information so you can specify your desired bandwidth level (shape) when you create a virtual circuit.
|
|
9034
9034
|
#
|
|
9035
|
-
# For more information about virtual circuits, see [FastConnect Overview](https://docs.cloud.oracle.com/Content/Network/Concepts/fastconnect.htm).
|
|
9035
|
+
# For more information about virtual circuits, see [FastConnect Overview](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fastconnect.htm).
|
|
9036
9036
|
#
|
|
9037
9037
|
# @param [String] provider_service_id The OCID of the provider service.
|
|
9038
9038
|
# @param [Hash] opts the optional parameters
|
|
@@ -9100,11 +9100,11 @@ module OCI
|
|
|
9100
9100
|
# Lists the internet gateways in the specified VCN and the specified compartment.
|
|
9101
9101
|
# If the VCN ID is not provided, then the list includes the internet gateways from all VCNs in the specified compartment.
|
|
9102
9102
|
#
|
|
9103
|
-
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
9103
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
9104
9104
|
# @param [Hash] opts the optional parameters
|
|
9105
9105
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
9106
9106
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
9107
|
-
# @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
9107
|
+
# @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
9108
9108
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
9109
9109
|
# \"List\" call. For important details about how pagination works, see
|
|
9110
9110
|
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
@@ -9131,7 +9131,8 @@ module OCI
|
|
|
9131
9131
|
# is case sensitive.
|
|
9132
9132
|
#
|
|
9133
9133
|
# Allowed values are: ASC, DESC
|
|
9134
|
-
# @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle
|
|
9134
|
+
# @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle
|
|
9135
|
+
# state. The state value is case-insensitive.
|
|
9135
9136
|
#
|
|
9136
9137
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::InternetGateway InternetGateway}>
|
|
9137
9138
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_internet_gateways.rb.html) to see an example of how to use list_internet_gateways API.
|
|
@@ -9267,7 +9268,7 @@ module OCI
|
|
|
9267
9268
|
# Lists the IPSec connections for the specified compartment. You can filter the
|
|
9268
9269
|
# results by DRG or CPE.
|
|
9269
9270
|
#
|
|
9270
|
-
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
9271
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
9271
9272
|
# @param [Hash] opts the optional parameters
|
|
9272
9273
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
9273
9274
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -9418,7 +9419,7 @@ module OCI
|
|
|
9418
9419
|
# Lists the local peering gateways (LPGs) for the specified VCN and specified compartment.
|
|
9419
9420
|
# If the VCN ID is not provided, then the list includes the LPGs from all VCNs in the specified compartment.
|
|
9420
9421
|
#
|
|
9421
|
-
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
9422
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
9422
9423
|
# @param [Hash] opts the optional parameters
|
|
9423
9424
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
9424
9425
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -9432,7 +9433,7 @@ module OCI
|
|
|
9432
9433
|
# call. For important details about how pagination works, see
|
|
9433
9434
|
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
9434
9435
|
#
|
|
9435
|
-
# @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
9436
|
+
# @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
9436
9437
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::LocalPeeringGateway LocalPeeringGateway}>
|
|
9437
9438
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_local_peering_gateways.rb.html) to see an example of how to use list_local_peering_gateways API.
|
|
9438
9439
|
def list_local_peering_gateways(compartment_id, opts = {})
|
|
@@ -9486,11 +9487,11 @@ module OCI
|
|
|
9486
9487
|
# Lists the NAT gateways in the specified compartment. You may optionally specify a VCN OCID
|
|
9487
9488
|
# to filter the results by VCN.
|
|
9488
9489
|
#
|
|
9489
|
-
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
9490
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
9490
9491
|
# @param [Hash] opts the optional parameters
|
|
9491
9492
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
9492
9493
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
9493
|
-
# @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
9494
|
+
# @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
9494
9495
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
9495
9496
|
# \"List\" call. For important details about how pagination works, see
|
|
9496
9497
|
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
@@ -9517,7 +9518,8 @@ module OCI
|
|
|
9517
9518
|
# is case sensitive.
|
|
9518
9519
|
#
|
|
9519
9520
|
# Allowed values are: ASC, DESC
|
|
9520
|
-
# @option opts [String] :lifecycle_state A filter to return only resources that match the specified lifecycle
|
|
9521
|
+
# @option opts [String] :lifecycle_state A filter to return only resources that match the specified lifecycle
|
|
9522
|
+
# state. The value is case insensitive.
|
|
9521
9523
|
#
|
|
9522
9524
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::NatGateway NatGateway}>
|
|
9523
9525
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_nat_gateways.rb.html) to see an example of how to use list_nat_gateways API.
|
|
@@ -9587,7 +9589,7 @@ module OCI
|
|
|
9587
9589
|
|
|
9588
9590
|
# Lists the security rules in the specified network security group.
|
|
9589
9591
|
#
|
|
9590
|
-
# @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security group.
|
|
9592
|
+
# @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security group.
|
|
9591
9593
|
# @param [Hash] opts the optional parameters
|
|
9592
9594
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
9593
9595
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -9677,7 +9679,7 @@ module OCI
|
|
|
9677
9679
|
|
|
9678
9680
|
# Lists the VNICs in the specified network security group.
|
|
9679
9681
|
#
|
|
9680
|
-
# @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security group.
|
|
9682
|
+
# @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security group.
|
|
9681
9683
|
# @param [Hash] opts the optional parameters
|
|
9682
9684
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
9683
9685
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -9758,11 +9760,11 @@ module OCI
|
|
|
9758
9760
|
|
|
9759
9761
|
# Lists the network security groups in the specified compartment.
|
|
9760
9762
|
#
|
|
9761
|
-
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
9763
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
9762
9764
|
# @param [Hash] opts the optional parameters
|
|
9763
9765
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
9764
9766
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
9765
|
-
# @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
9767
|
+
# @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
9766
9768
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
9767
9769
|
# \"List\" call. For important details about how pagination works, see
|
|
9768
9770
|
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
@@ -9789,7 +9791,8 @@ module OCI
|
|
|
9789
9791
|
# is case sensitive.
|
|
9790
9792
|
#
|
|
9791
9793
|
# Allowed values are: ASC, DESC
|
|
9792
|
-
# @option opts [String] :lifecycle_state A filter to return only resources that match the specified lifecycle
|
|
9794
|
+
# @option opts [String] :lifecycle_state A filter to return only resources that match the specified lifecycle
|
|
9795
|
+
# state. The value is case insensitive.
|
|
9793
9796
|
#
|
|
9794
9797
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::NetworkSecurityGroup NetworkSecurityGroup}>
|
|
9795
9798
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_network_security_groups.rb.html) to see an example of how to use list_network_security_groups API.
|
|
@@ -9892,7 +9895,7 @@ module OCI
|
|
|
9892
9895
|
#
|
|
9893
9896
|
# @option opts [String] :subnet_id The OCID of the subnet.
|
|
9894
9897
|
# @option opts [String] :vnic_id The OCID of the VNIC.
|
|
9895
|
-
# @option opts [String] :vlan_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VLAN.
|
|
9898
|
+
# @option opts [String] :vlan_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN.
|
|
9896
9899
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::PrivateIp PrivateIp}>
|
|
9897
9900
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_private_ips.rb.html) to see an example of how to use list_private_ips API.
|
|
9898
9901
|
def list_private_ips(opts = {})
|
|
@@ -9944,10 +9947,10 @@ module OCI
|
|
|
9944
9947
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
9945
9948
|
|
|
9946
9949
|
|
|
9947
|
-
# Lists the
|
|
9948
|
-
# You can filter the list
|
|
9950
|
+
# Lists the public IP pools in the specified compartment.
|
|
9951
|
+
# You can filter the list using query parameters.
|
|
9949
9952
|
#
|
|
9950
|
-
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
9953
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
9951
9954
|
# @param [Hash] opts the optional parameters
|
|
9952
9955
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
9953
9956
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -9966,7 +9969,7 @@ module OCI
|
|
|
9966
9969
|
#
|
|
9967
9970
|
# @option opts [String] :display_name A filter to return only resources that match the given display name exactly.
|
|
9968
9971
|
#
|
|
9969
|
-
# @option opts [String] :byoip_range_id A filter to return only resources that match the given
|
|
9972
|
+
# @option opts [String] :byoip_range_id A filter to return only resources that match the given BYOIP CIDR block.
|
|
9970
9973
|
#
|
|
9971
9974
|
# @option opts [String] :sort_by The field to sort by. You can provide one sort order (`sortOrder`). Default order for
|
|
9972
9975
|
# TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
|
|
@@ -10077,7 +10080,7 @@ module OCI
|
|
|
10077
10080
|
# Ephemeral public IPs that are assigned to private IPs have `scope` = `AVAILABILITY_DOMAIN`.
|
|
10078
10081
|
#
|
|
10079
10082
|
# Allowed values are: REGION, AVAILABILITY_DOMAIN
|
|
10080
|
-
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
10083
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
10081
10084
|
# @param [Hash] opts the optional parameters
|
|
10082
10085
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
10083
10086
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -10164,7 +10167,7 @@ module OCI
|
|
|
10164
10167
|
# Lists the remote peering connections (RPCs) for the specified DRG and compartment
|
|
10165
10168
|
# (the RPC's compartment).
|
|
10166
10169
|
#
|
|
10167
|
-
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
10170
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
10168
10171
|
# @param [Hash] opts the optional parameters
|
|
10169
10172
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
10170
10173
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -10234,7 +10237,7 @@ module OCI
|
|
|
10234
10237
|
# The response includes the default route table that automatically comes with
|
|
10235
10238
|
# each VCN in the specified compartment, plus any route tables you've created.
|
|
10236
10239
|
#
|
|
10237
|
-
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
10240
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
10238
10241
|
# @param [Hash] opts the optional parameters
|
|
10239
10242
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
10240
10243
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -10248,7 +10251,7 @@ module OCI
|
|
|
10248
10251
|
# call. For important details about how pagination works, see
|
|
10249
10252
|
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
10250
10253
|
#
|
|
10251
|
-
# @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
10254
|
+
# @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
10252
10255
|
# @option opts [String] :display_name A filter to return only resources that match the given display name exactly.
|
|
10253
10256
|
#
|
|
10254
10257
|
# @option opts [String] :sort_by The field to sort by. You can provide one sort order (`sortOrder`). Default order for
|
|
@@ -10265,7 +10268,8 @@ module OCI
|
|
|
10265
10268
|
# is case sensitive.
|
|
10266
10269
|
#
|
|
10267
10270
|
# Allowed values are: ASC, DESC
|
|
10268
|
-
# @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle
|
|
10271
|
+
# @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle
|
|
10272
|
+
# state. The state value is case-insensitive.
|
|
10269
10273
|
#
|
|
10270
10274
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::RouteTable RouteTable}>
|
|
10271
10275
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_route_tables.rb.html) to see an example of how to use list_route_tables API.
|
|
@@ -10336,7 +10340,7 @@ module OCI
|
|
|
10336
10340
|
# Lists the security lists in the specified VCN and compartment.
|
|
10337
10341
|
# If the VCN ID is not provided, then the list includes the security lists from all VCNs in the specified compartment.
|
|
10338
10342
|
#
|
|
10339
|
-
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
10343
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
10340
10344
|
# @param [Hash] opts the optional parameters
|
|
10341
10345
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
10342
10346
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -10350,7 +10354,7 @@ module OCI
|
|
|
10350
10354
|
# call. For important details about how pagination works, see
|
|
10351
10355
|
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
10352
10356
|
#
|
|
10353
|
-
# @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
10357
|
+
# @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
10354
10358
|
# @option opts [String] :display_name A filter to return only resources that match the given display name exactly.
|
|
10355
10359
|
#
|
|
10356
10360
|
# @option opts [String] :sort_by The field to sort by. You can provide one sort order (`sortOrder`). Default order for
|
|
@@ -10367,7 +10371,8 @@ module OCI
|
|
|
10367
10371
|
# is case sensitive.
|
|
10368
10372
|
#
|
|
10369
10373
|
# Allowed values are: ASC, DESC
|
|
10370
|
-
# @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle
|
|
10374
|
+
# @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle
|
|
10375
|
+
# state. The state value is case-insensitive.
|
|
10371
10376
|
#
|
|
10372
10377
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::SecurityList SecurityList}>
|
|
10373
10378
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_security_lists.rb.html) to see an example of how to use list_security_lists API.
|
|
@@ -10438,11 +10443,11 @@ module OCI
|
|
|
10438
10443
|
# Lists the service gateways in the specified compartment. You may optionally specify a VCN OCID
|
|
10439
10444
|
# to filter the results by VCN.
|
|
10440
10445
|
#
|
|
10441
|
-
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
10446
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
10442
10447
|
# @param [Hash] opts the optional parameters
|
|
10443
10448
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
10444
10449
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
10445
|
-
# @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
10450
|
+
# @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
10446
10451
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
10447
10452
|
# \"List\" call. For important details about how pagination works, see
|
|
10448
10453
|
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
@@ -10467,7 +10472,8 @@ module OCI
|
|
|
10467
10472
|
# is case sensitive.
|
|
10468
10473
|
#
|
|
10469
10474
|
# Allowed values are: ASC, DESC
|
|
10470
|
-
# @option opts [String] :lifecycle_state A filter to return only resources that match the given lifecycle
|
|
10475
|
+
# @option opts [String] :lifecycle_state A filter to return only resources that match the given lifecycle
|
|
10476
|
+
# state. The state value is case-insensitive.
|
|
10471
10477
|
#
|
|
10472
10478
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::ServiceGateway ServiceGateway}>
|
|
10473
10479
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_service_gateways.rb.html) to see an example of how to use list_service_gateways API.
|
|
@@ -10600,7 +10606,7 @@ module OCI
|
|
|
10600
10606
|
# Lists the subnets in the specified VCN and the specified compartment.
|
|
10601
10607
|
# If the VCN ID is not provided, then the list includes the subnets from all VCNs in the specified compartment.
|
|
10602
10608
|
#
|
|
10603
|
-
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
10609
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
10604
10610
|
# @param [Hash] opts the optional parameters
|
|
10605
10611
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
10606
10612
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -10614,7 +10620,7 @@ module OCI
|
|
|
10614
10620
|
# call. For important details about how pagination works, see
|
|
10615
10621
|
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
10616
10622
|
#
|
|
10617
|
-
# @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
10623
|
+
# @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
10618
10624
|
# @option opts [String] :display_name A filter to return only resources that match the given display name exactly.
|
|
10619
10625
|
#
|
|
10620
10626
|
# @option opts [String] :sort_by The field to sort by. You can provide one sort order (`sortOrder`). Default order for
|
|
@@ -10631,7 +10637,8 @@ module OCI
|
|
|
10631
10637
|
# is case sensitive.
|
|
10632
10638
|
#
|
|
10633
10639
|
# Allowed values are: ASC, DESC
|
|
10634
|
-
# @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle
|
|
10640
|
+
# @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle
|
|
10641
|
+
# state. The state value is case-insensitive.
|
|
10635
10642
|
#
|
|
10636
10643
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::Subnet Subnet}>
|
|
10637
10644
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_subnets.rb.html) to see an example of how to use list_subnets API.
|
|
@@ -10701,7 +10708,7 @@ module OCI
|
|
|
10701
10708
|
|
|
10702
10709
|
# Lists the virtual cloud networks (VCNs) in the specified compartment.
|
|
10703
10710
|
#
|
|
10704
|
-
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
10711
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
10705
10712
|
# @param [Hash] opts the optional parameters
|
|
10706
10713
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
10707
10714
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -10731,7 +10738,8 @@ module OCI
|
|
|
10731
10738
|
# is case sensitive.
|
|
10732
10739
|
#
|
|
10733
10740
|
# Allowed values are: ASC, DESC
|
|
10734
|
-
# @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle
|
|
10741
|
+
# @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle
|
|
10742
|
+
# state. The state value is case-insensitive.
|
|
10735
10743
|
#
|
|
10736
10744
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::Vcn Vcn}>
|
|
10737
10745
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_vcns.rb.html) to see an example of how to use list_vcns API.
|
|
@@ -10800,7 +10808,7 @@ module OCI
|
|
|
10800
10808
|
|
|
10801
10809
|
# The deprecated operation lists available bandwidth levels for virtual circuits. For the compartment ID, provide the OCID of your tenancy (the root compartment).
|
|
10802
10810
|
#
|
|
10803
|
-
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
10811
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
10804
10812
|
# @param [Hash] opts the optional parameters
|
|
10805
10813
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
10806
10814
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -10870,7 +10878,9 @@ module OCI
|
|
|
10870
10878
|
# @param [Hash] opts the optional parameters
|
|
10871
10879
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
10872
10880
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
10873
|
-
# @option opts [String] :verification_state A filter to only return resources that match the given verification
|
|
10881
|
+
# @option opts [String] :verification_state A filter to only return resources that match the given verification
|
|
10882
|
+
# state.
|
|
10883
|
+
#
|
|
10874
10884
|
# The state value is case-insensitive.
|
|
10875
10885
|
#
|
|
10876
10886
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::VirtualCircuitPublicPrefix VirtualCircuitPublicPrefix}>
|
|
@@ -10927,7 +10937,7 @@ module OCI
|
|
|
10927
10937
|
|
|
10928
10938
|
# Lists the virtual circuits in the specified compartment.
|
|
10929
10939
|
#
|
|
10930
|
-
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
10940
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
10931
10941
|
# @param [Hash] opts the optional parameters
|
|
10932
10942
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
10933
10943
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -10957,7 +10967,8 @@ module OCI
|
|
|
10957
10967
|
# is case sensitive.
|
|
10958
10968
|
#
|
|
10959
10969
|
# Allowed values are: ASC, DESC
|
|
10960
|
-
# @option opts [String] :lifecycle_state A filter to return only resources that match the specified lifecycle
|
|
10970
|
+
# @option opts [String] :lifecycle_state A filter to return only resources that match the specified lifecycle
|
|
10971
|
+
# state. The value is case insensitive.
|
|
10961
10972
|
#
|
|
10962
10973
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::VirtualCircuit VirtualCircuit}>
|
|
10963
10974
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_virtual_circuits.rb.html) to see an example of how to use list_virtual_circuits API.
|
|
@@ -11026,8 +11037,8 @@ module OCI
|
|
|
11026
11037
|
|
|
11027
11038
|
# Lists the VLANs in the specified VCN and the specified compartment.
|
|
11028
11039
|
#
|
|
11029
|
-
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
11030
|
-
# @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
11040
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
11041
|
+
# @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
11031
11042
|
# @param [Hash] opts the optional parameters
|
|
11032
11043
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
11033
11044
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -11060,7 +11071,8 @@ module OCI
|
|
|
11060
11071
|
# @option opts [String] :opc_request_id Unique identifier for the request.
|
|
11061
11072
|
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
11062
11073
|
#
|
|
11063
|
-
# @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle
|
|
11074
|
+
# @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle
|
|
11075
|
+
# state. The state value is case-insensitive.
|
|
11064
11076
|
#
|
|
11065
11077
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::Vlan Vlan}>
|
|
11066
11078
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_vlans.rb.html) to see an example of how to use list_vlans API.
|
|
@@ -11130,16 +11142,17 @@ module OCI
|
|
|
11130
11142
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
11131
11143
|
|
|
11132
11144
|
|
|
11133
|
-
#
|
|
11145
|
+
# Updates the specified CIDR block of a VCN. The new CIDR IP range must meet the following criteria:
|
|
11146
|
+
#
|
|
11147
|
+
# - Must be valid.
|
|
11148
|
+
# - Must not overlap with another CIDR block in the VCN, a CIDR block of a peered VCN, or the on-premises network CIDR block.
|
|
11149
|
+
# - Must not exceed the limit of CIDR blocks allowed per VCN.
|
|
11150
|
+
# - Must include IP addresses from the original CIDR block that are used in the VCN's existing route rules.
|
|
11151
|
+
# - No IP address in an existing subnet should be outside of the new CIDR block range.
|
|
11134
11152
|
#
|
|
11135
|
-
# a. The
|
|
11136
|
-
# b. The new CIDR range should not overlap with any existing CIDRs
|
|
11137
|
-
# c. The new CIDR should not exceed the max limit of CIDRs per VCNs
|
|
11138
|
-
# d. The new CIDR range does not overlap with any peered VCNs
|
|
11139
|
-
# e. The new CIDR should overlap with any existing route rule within a VCN
|
|
11140
|
-
# f. All existing subnet CIDRs are subsets of the updated CIDR ranges
|
|
11153
|
+
# **Note:** Modifying a CIDR block places your VCN in an updating state until the changes are complete. You cannot create or update the VCN's subnets, VLANs, LPGs, or route tables during this operation. The time to completion can vary depending on the size of your network. Updating a small network could take about a minute, and updating a large network could take up to an hour. You can use the `GetWorkRequest` operation to check the status of the update.
|
|
11141
11154
|
#
|
|
11142
|
-
# @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
11155
|
+
# @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
11143
11156
|
# @param [OCI::Core::Models::ModifyVcnCidrDetails] modify_vcn_cidr_details Details object for updating a VCN CIDR.
|
|
11144
11157
|
# @param [Hash] opts the optional parameters
|
|
11145
11158
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -11154,7 +11167,7 @@ module OCI
|
|
|
11154
11167
|
# may be rejected).
|
|
11155
11168
|
#
|
|
11156
11169
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
11157
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
11170
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
11158
11171
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
11159
11172
|
#
|
|
11160
11173
|
# @return [Response] A Response object with data of type nil
|
|
@@ -11211,7 +11224,7 @@ module OCI
|
|
|
11211
11224
|
|
|
11212
11225
|
# Removes one or more security rules from the specified network security group.
|
|
11213
11226
|
#
|
|
11214
|
-
# @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security group.
|
|
11227
|
+
# @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security group.
|
|
11215
11228
|
# @param [OCI::Core::Models::RemoveNetworkSecurityGroupSecurityRulesDetails] remove_network_security_group_security_rules_details Request with one or more security rules associated with the network security group that
|
|
11216
11229
|
# will be removed.
|
|
11217
11230
|
#
|
|
@@ -11266,10 +11279,10 @@ module OCI
|
|
|
11266
11279
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
11267
11280
|
|
|
11268
11281
|
|
|
11269
|
-
# Removes a
|
|
11282
|
+
# Removes a CIDR block from the referenced public IP pool.
|
|
11270
11283
|
#
|
|
11271
|
-
# @param [String] public_ip_pool_id The OCID of the
|
|
11272
|
-
# @param [OCI::Core::Models::RemovePublicIpPoolCapacityDetails] remove_public_ip_pool_capacity_details The
|
|
11284
|
+
# @param [String] public_ip_pool_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the public IP pool.
|
|
11285
|
+
# @param [OCI::Core::Models::RemovePublicIpPoolCapacityDetails] remove_public_ip_pool_capacity_details The CIDR block to remove from the IP pool.
|
|
11273
11286
|
# @param [Hash] opts the optional parameters
|
|
11274
11287
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
11275
11288
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -11333,10 +11346,13 @@ module OCI
|
|
|
11333
11346
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
11334
11347
|
|
|
11335
11348
|
|
|
11336
|
-
#
|
|
11337
|
-
#
|
|
11349
|
+
# Removes a specified CIDR block from a VCN.
|
|
11350
|
+
#
|
|
11351
|
+
# **Notes:**
|
|
11352
|
+
# - You cannot remove a CIDR block if an IP address in its range is in use.
|
|
11353
|
+
# - Removing a CIDR block places your VCN in an updating state until the changes are complete. You cannot create or update the VCN's subnets, VLANs, LPGs, or route tables during this operation. The time to completion can take a few minutes. You can use the `GetWorkRequest` operation to check the status of the update.
|
|
11338
11354
|
#
|
|
11339
|
-
# @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
11355
|
+
# @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
11340
11356
|
# @param [OCI::Core::Models::RemoveVcnCidrDetails] remove_vcn_cidr_details Details object for removing a VCN CIDR.
|
|
11341
11357
|
# @param [Hash] opts the optional parameters
|
|
11342
11358
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -11351,7 +11367,7 @@ module OCI
|
|
|
11351
11367
|
# may be rejected).
|
|
11352
11368
|
#
|
|
11353
11369
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
11354
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
11370
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
11355
11371
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
11356
11372
|
#
|
|
11357
11373
|
# @return [Response] A Response object with data of type nil
|
|
@@ -11405,9 +11421,9 @@ module OCI
|
|
|
11405
11421
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
11406
11422
|
|
|
11407
11423
|
|
|
11408
|
-
# Updates the specified
|
|
11424
|
+
# Updates the tags or display name associated to the specified BYOIP CIDR block.
|
|
11409
11425
|
#
|
|
11410
|
-
# @param [String] byoip_range_id The OCID of the
|
|
11426
|
+
# @param [String] byoip_range_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `ByoipRange` resource containing the BYOIP CIDR block.
|
|
11411
11427
|
# @param [OCI::Core::Models::UpdateByoipRangeDetails] update_byoip_range_details Byoip Range details.
|
|
11412
11428
|
# @param [Hash] opts the optional parameters
|
|
11413
11429
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -11416,7 +11432,7 @@ module OCI
|
|
|
11416
11432
|
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
11417
11433
|
#
|
|
11418
11434
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
11419
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
11435
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
11420
11436
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
11421
11437
|
#
|
|
11422
11438
|
# @return [Response] A Response object with data of type {OCI::Core::Models::ByoipRange ByoipRange}
|
|
@@ -11478,7 +11494,7 @@ module OCI
|
|
|
11478
11494
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
11479
11495
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
11480
11496
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
11481
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
11497
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
11482
11498
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
11483
11499
|
#
|
|
11484
11500
|
# @return [Response] A Response object with data of type {OCI::Core::Models::Cpe Cpe}
|
|
@@ -11537,7 +11553,7 @@ module OCI
|
|
|
11537
11553
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
11538
11554
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
11539
11555
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
11540
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
11556
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
11541
11557
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
11542
11558
|
#
|
|
11543
11559
|
# @return [Response] A Response object with data of type {OCI::Core::Models::CrossConnect CrossConnect}
|
|
@@ -11598,7 +11614,7 @@ module OCI
|
|
|
11598
11614
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
11599
11615
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
11600
11616
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
11601
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
11617
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
11602
11618
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
11603
11619
|
#
|
|
11604
11620
|
# @return [Response] A Response object with data of type {OCI::Core::Models::CrossConnectGroup CrossConnectGroup}
|
|
@@ -11661,7 +11677,7 @@ module OCI
|
|
|
11661
11677
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
11662
11678
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
11663
11679
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
11664
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
11680
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
11665
11681
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
11666
11682
|
#
|
|
11667
11683
|
# @return [Response] A Response object with data of type {OCI::Core::Models::DhcpOptions DhcpOptions}
|
|
@@ -11721,7 +11737,7 @@ module OCI
|
|
|
11721
11737
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
11722
11738
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
11723
11739
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
11724
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
11740
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
11725
11741
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
11726
11742
|
#
|
|
11727
11743
|
# @return [Response] A Response object with data of type {OCI::Core::Models::Drg Drg}
|
|
@@ -11782,7 +11798,7 @@ module OCI
|
|
|
11782
11798
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
11783
11799
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
11784
11800
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
11785
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
11801
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
11786
11802
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
11787
11803
|
#
|
|
11788
11804
|
# @return [Response] A Response object with data of type {OCI::Core::Models::DrgAttachment DrgAttachment}
|
|
@@ -11846,7 +11862,7 @@ module OCI
|
|
|
11846
11862
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
11847
11863
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
11848
11864
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
11849
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
11865
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
11850
11866
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
11851
11867
|
#
|
|
11852
11868
|
# @return [Response] A Response object with data of type {OCI::Core::Models::InternetGateway InternetGateway}
|
|
@@ -11909,7 +11925,7 @@ module OCI
|
|
|
11909
11925
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
11910
11926
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
11911
11927
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
11912
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
11928
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
11913
11929
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
11914
11930
|
#
|
|
11915
11931
|
# @return [Response] A Response object with data of type {OCI::Core::Models::IPSecConnection IPSecConnection}
|
|
@@ -11975,13 +11991,13 @@ module OCI
|
|
|
11975
11991
|
# static route.
|
|
11976
11992
|
#
|
|
11977
11993
|
# @param [String] ipsc_id The OCID of the IPSec connection.
|
|
11978
|
-
# @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the tunnel.
|
|
11994
|
+
# @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tunnel.
|
|
11979
11995
|
# @param [OCI::Core::Models::UpdateIPSecConnectionTunnelDetails] update_ip_sec_connection_tunnel_details Details object for updating a IPSecConnection tunnel's details.
|
|
11980
11996
|
# @param [Hash] opts the optional parameters
|
|
11981
11997
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
11982
11998
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
11983
11999
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
11984
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
12000
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
11985
12001
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
11986
12002
|
#
|
|
11987
12003
|
# @option opts [String] :opc_request_id Unique identifier for the request.
|
|
@@ -12044,13 +12060,13 @@ module OCI
|
|
|
12044
12060
|
# **Important:** If you change the shared secret, the tunnel will go down while it's reprovisioned.
|
|
12045
12061
|
#
|
|
12046
12062
|
# @param [String] ipsc_id The OCID of the IPSec connection.
|
|
12047
|
-
# @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the tunnel.
|
|
12063
|
+
# @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tunnel.
|
|
12048
12064
|
# @param [OCI::Core::Models::UpdateIPSecConnectionTunnelSharedSecretDetails] update_ip_sec_connection_tunnel_shared_secret_details Details object for updating a IPSec connection tunnel's sharedSecret.
|
|
12049
12065
|
# @param [Hash] opts the optional parameters
|
|
12050
12066
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
12051
12067
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
12052
12068
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
12053
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
12069
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
12054
12070
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
12055
12071
|
#
|
|
12056
12072
|
# @return [Response] A Response object with data of type {OCI::Core::Models::IPSecConnectionTunnelSharedSecret IPSecConnectionTunnelSharedSecret}
|
|
@@ -12112,13 +12128,13 @@ module OCI
|
|
|
12112
12128
|
# * Change the display name for an IPv6.
|
|
12113
12129
|
# * Update resource tags for an IPv6.
|
|
12114
12130
|
#
|
|
12115
|
-
# @param [String] ipv6_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the IPv6.
|
|
12131
|
+
# @param [String] ipv6_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IPv6.
|
|
12116
12132
|
# @param [OCI::Core::Models::UpdateIpv6Details] update_ipv6_details IPv6 details to be updated.
|
|
12117
12133
|
# @param [Hash] opts the optional parameters
|
|
12118
12134
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
12119
12135
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
12120
12136
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
12121
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
12137
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
12122
12138
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
12123
12139
|
#
|
|
12124
12140
|
# @option opts [String] :opc_request_id Unique identifier for the request.
|
|
@@ -12182,7 +12198,7 @@ module OCI
|
|
|
12182
12198
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
12183
12199
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
12184
12200
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
12185
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
12201
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
12186
12202
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
12187
12203
|
#
|
|
12188
12204
|
# @return [Response] A Response object with data of type {OCI::Core::Models::LocalPeeringGateway LocalPeeringGateway}
|
|
@@ -12236,13 +12252,13 @@ module OCI
|
|
|
12236
12252
|
|
|
12237
12253
|
# Updates the specified NAT gateway.
|
|
12238
12254
|
#
|
|
12239
|
-
# @param [String] nat_gateway_id The NAT gateway's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
12255
|
+
# @param [String] nat_gateway_id The NAT gateway's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
12240
12256
|
# @param [OCI::Core::Models::UpdateNatGatewayDetails] update_nat_gateway_details Details object for updating a NAT gateway.
|
|
12241
12257
|
# @param [Hash] opts the optional parameters
|
|
12242
12258
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
12243
12259
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
12244
12260
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
12245
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
12261
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
12246
12262
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
12247
12263
|
#
|
|
12248
12264
|
# @return [Response] A Response object with data of type {OCI::Core::Models::NatGateway NatGateway}
|
|
@@ -12310,13 +12326,13 @@ module OCI
|
|
|
12310
12326
|
# To edit the contents of existing security rules in the group, use
|
|
12311
12327
|
# {#update_network_security_group_security_rules update_network_security_group_security_rules}.
|
|
12312
12328
|
#
|
|
12313
|
-
# @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security group.
|
|
12329
|
+
# @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security group.
|
|
12314
12330
|
# @param [OCI::Core::Models::UpdateNetworkSecurityGroupDetails] update_network_security_group_details Details object for updating a network security group.
|
|
12315
12331
|
# @param [Hash] opts the optional parameters
|
|
12316
12332
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
12317
12333
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
12318
12334
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
12319
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
12335
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
12320
12336
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
12321
12337
|
#
|
|
12322
12338
|
# @return [Response] A Response object with data of type {OCI::Core::Models::NetworkSecurityGroup NetworkSecurityGroup}
|
|
@@ -12371,7 +12387,7 @@ module OCI
|
|
|
12371
12387
|
|
|
12372
12388
|
# Updates one or more security rules in the specified network security group.
|
|
12373
12389
|
#
|
|
12374
|
-
# @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security group.
|
|
12390
|
+
# @param [String] network_security_group_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security group.
|
|
12375
12391
|
# @param [OCI::Core::Models::UpdateNetworkSecurityGroupSecurityRulesDetails] update_network_security_group_security_rules_details Request with one or more security rules associated with the network security group that
|
|
12376
12392
|
# will be updated.
|
|
12377
12393
|
#
|
|
@@ -12444,7 +12460,7 @@ module OCI
|
|
|
12444
12460
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
12445
12461
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
12446
12462
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
12447
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
12463
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
12448
12464
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
12449
12465
|
#
|
|
12450
12466
|
# @return [Response] A Response object with data of type {OCI::Core::Models::PrivateIp PrivateIp}
|
|
@@ -12534,7 +12550,7 @@ module OCI
|
|
|
12534
12550
|
# a VNIC or instance can have. If you try to move a reserved public IP
|
|
12535
12551
|
# to a VNIC or instance that has already reached its public IP limit, an error is
|
|
12536
12552
|
# returned. For information about the public IP limits, see
|
|
12537
|
-
# [Public IP Addresses](https://docs.cloud.oracle.com/Content/Network/Tasks/managingpublicIPs.htm).
|
|
12553
|
+
# [Public IP Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingpublicIPs.htm).
|
|
12538
12554
|
#
|
|
12539
12555
|
# @param [String] public_ip_id The OCID of the public IP.
|
|
12540
12556
|
# @param [OCI::Core::Models::UpdatePublicIpDetails] update_public_ip_details Public IP details.
|
|
@@ -12542,7 +12558,7 @@ module OCI
|
|
|
12542
12558
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
12543
12559
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
12544
12560
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
12545
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
12561
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
12546
12562
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
12547
12563
|
#
|
|
12548
12564
|
# @return [Response] A Response object with data of type {OCI::Core::Models::PublicIp PublicIp}
|
|
@@ -12594,10 +12610,10 @@ module OCI
|
|
|
12594
12610
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
12595
12611
|
|
|
12596
12612
|
|
|
12597
|
-
# Updates the specified
|
|
12613
|
+
# Updates the specified public IP pool.
|
|
12598
12614
|
#
|
|
12599
|
-
# @param [String] public_ip_pool_id The OCID of the
|
|
12600
|
-
# @param [OCI::Core::Models::UpdatePublicIpPoolDetails] update_public_ip_pool_details Public
|
|
12615
|
+
# @param [String] public_ip_pool_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the public IP pool.
|
|
12616
|
+
# @param [OCI::Core::Models::UpdatePublicIpPoolDetails] update_public_ip_pool_details Public IP pool details.
|
|
12601
12617
|
# @param [Hash] opts the optional parameters
|
|
12602
12618
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
12603
12619
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -12605,7 +12621,7 @@ module OCI
|
|
|
12605
12621
|
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
12606
12622
|
#
|
|
12607
12623
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
12608
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
12624
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
12609
12625
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
12610
12626
|
#
|
|
12611
12627
|
# @return [Response] A Response object with data of type {OCI::Core::Models::PublicIpPool PublicIpPool}
|
|
@@ -12666,7 +12682,7 @@ module OCI
|
|
|
12666
12682
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
12667
12683
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
12668
12684
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
12669
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
12685
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
12670
12686
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
12671
12687
|
#
|
|
12672
12688
|
# @return [Response] A Response object with data of type {OCI::Core::Models::RemotePeeringConnection RemotePeeringConnection}
|
|
@@ -12729,7 +12745,7 @@ module OCI
|
|
|
12729
12745
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
12730
12746
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
12731
12747
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
12732
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
12748
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
12733
12749
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
12734
12750
|
#
|
|
12735
12751
|
# @return [Response] A Response object with data of type {OCI::Core::Models::RouteTable RouteTable}
|
|
@@ -12793,7 +12809,7 @@ module OCI
|
|
|
12793
12809
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
12794
12810
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
12795
12811
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
12796
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
12812
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
12797
12813
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
12798
12814
|
#
|
|
12799
12815
|
# @return [Response] A Response object with data of type {OCI::Core::Models::SecurityList SecurityList}
|
|
@@ -12848,13 +12864,13 @@ module OCI
|
|
|
12848
12864
|
# Updates the specified service gateway. The information you provide overwrites the existing
|
|
12849
12865
|
# attributes of the gateway.
|
|
12850
12866
|
#
|
|
12851
|
-
# @param [String] service_gateway_id The service gateway's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
12867
|
+
# @param [String] service_gateway_id The service gateway's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
12852
12868
|
# @param [OCI::Core::Models::UpdateServiceGatewayDetails] update_service_gateway_details Details object for updating a service gateway.
|
|
12853
12869
|
# @param [Hash] opts the optional parameters
|
|
12854
12870
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
12855
12871
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
12856
12872
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
12857
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
12873
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
12858
12874
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
12859
12875
|
#
|
|
12860
12876
|
# @return [Response] A Response object with data of type {OCI::Core::Models::ServiceGateway ServiceGateway}
|
|
@@ -12914,7 +12930,7 @@ module OCI
|
|
|
12914
12930
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
12915
12931
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
12916
12932
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
12917
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
12933
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
12918
12934
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
12919
12935
|
#
|
|
12920
12936
|
# @return [Response] A Response object with data of type {OCI::Core::Models::Subnet Subnet}
|
|
@@ -12971,13 +12987,13 @@ module OCI
|
|
|
12971
12987
|
# `parameters` attribute of {CpeDeviceShapeDetail}).
|
|
12972
12988
|
#
|
|
12973
12989
|
# @param [String] ipsc_id The OCID of the IPSec connection.
|
|
12974
|
-
# @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the tunnel.
|
|
12990
|
+
# @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tunnel.
|
|
12975
12991
|
# @param [OCI::Core::Models::UpdateTunnelCpeDeviceConfigDetails] update_tunnel_cpe_device_config_details Request to input the tunnel's cpe configuration parameters
|
|
12976
12992
|
# @param [Hash] opts the optional parameters
|
|
12977
12993
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
12978
12994
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
12979
12995
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
12980
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
12996
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
12981
12997
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
12982
12998
|
#
|
|
12983
12999
|
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
@@ -13045,13 +13061,13 @@ module OCI
|
|
|
13045
13061
|
|
|
13046
13062
|
# Updates the specified VCN.
|
|
13047
13063
|
#
|
|
13048
|
-
# @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
13064
|
+
# @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
13049
13065
|
# @param [OCI::Core::Models::UpdateVcnDetails] update_vcn_details Details object for updating a VCN.
|
|
13050
13066
|
# @param [Hash] opts the optional parameters
|
|
13051
13067
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
13052
13068
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
13053
13069
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
13054
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
13070
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
13055
13071
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
13056
13072
|
#
|
|
13057
13073
|
# @return [Response] A Response object with data of type {OCI::Core::Models::Vcn Vcn}
|
|
@@ -13118,7 +13134,7 @@ module OCI
|
|
|
13118
13134
|
# its state will return to PROVISIONED. Make sure you confirm that
|
|
13119
13135
|
# the associated BGP session is back up. For more information
|
|
13120
13136
|
# about the various states and how to test connectivity, see
|
|
13121
|
-
# [FastConnect Overview](https://docs.cloud.oracle.com/Content/Network/Concepts/fastconnect.htm).
|
|
13137
|
+
# [FastConnect Overview](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fastconnect.htm).
|
|
13122
13138
|
#
|
|
13123
13139
|
# To change the list of public IP prefixes for a public virtual circuit,
|
|
13124
13140
|
# use {#bulk_add_virtual_circuit_public_prefixes bulk_add_virtual_circuit_public_prefixes}
|
|
@@ -13134,7 +13150,7 @@ module OCI
|
|
|
13134
13150
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
13135
13151
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
13136
13152
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
13137
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
13153
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
13138
13154
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
13139
13155
|
#
|
|
13140
13156
|
# @return [Response] A Response object with data of type {OCI::Core::Models::VirtualCircuit VirtualCircuit}
|
|
@@ -13186,17 +13202,16 @@ module OCI
|
|
|
13186
13202
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
13187
13203
|
|
|
13188
13204
|
|
|
13189
|
-
# Updates the specified VLAN.
|
|
13190
|
-
# the VNICs in the VLAN, which can take
|
|
13191
|
-
# period, the VLAN will be in the UPDATING state.
|
|
13205
|
+
# Updates the specified VLAN. Note that this operation might require changes to all
|
|
13206
|
+
# the VNICs in the VLAN, which can take a while. The VLAN will be in the UPDATING state until the changes are complete.
|
|
13192
13207
|
#
|
|
13193
|
-
# @param [String] vlan_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VLAN.
|
|
13208
|
+
# @param [String] vlan_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN.
|
|
13194
13209
|
# @param [OCI::Core::Models::UpdateVlanDetails] update_vlan_details Details object for updating a subnet.
|
|
13195
13210
|
# @param [Hash] opts the optional parameters
|
|
13196
13211
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
13197
13212
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
13198
13213
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
13199
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
13214
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
13200
13215
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
13201
13216
|
#
|
|
13202
13217
|
# @option opts [String] :opc_request_id Unique identifier for the request.
|
|
@@ -13260,7 +13275,7 @@ module OCI
|
|
|
13260
13275
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
13261
13276
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
13262
13277
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
13263
|
-
# parameter to the value of the etag from a previous GET or POST response for that resource.
|
|
13278
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
13264
13279
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
13265
13280
|
#
|
|
13266
13281
|
# @return [Response] A Response object with data of type {OCI::Core::Models::Vnic Vnic}
|
|
@@ -13312,10 +13327,10 @@ module OCI
|
|
|
13312
13327
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
13313
13328
|
|
|
13314
13329
|
|
|
13315
|
-
#
|
|
13316
|
-
#
|
|
13330
|
+
# Submits the BYOIP CIDR block you are importing for validation. Do not submit to Oracle for validation if you have not already
|
|
13331
|
+
# modified the information for the BYOIP CIDR block with your Regional Internet Registry. See [To import a CIDR block](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/BYOIP.htm#import_cidr) for details.
|
|
13317
13332
|
#
|
|
13318
|
-
# @param [String] byoip_range_id The OCID of the
|
|
13333
|
+
# @param [String] byoip_range_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `ByoipRange` resource containing the BYOIP CIDR block.
|
|
13319
13334
|
# @param [Hash] opts the optional parameters
|
|
13320
13335
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
13321
13336
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -13369,9 +13384,9 @@ module OCI
|
|
|
13369
13384
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
13370
13385
|
|
|
13371
13386
|
|
|
13372
|
-
#
|
|
13387
|
+
# Withdraws BGP route advertisement for the BYOIP CIDR block.
|
|
13373
13388
|
#
|
|
13374
|
-
# @param [String] byoip_range_id The OCID of the
|
|
13389
|
+
# @param [String] byoip_range_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `ByoipRange` resource containing the BYOIP CIDR block.
|
|
13375
13390
|
# @param [Hash] opts the optional parameters
|
|
13376
13391
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
13377
13392
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|