oci 2.5.10 → 2.9.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 +37 -11
- data/lib/oci.rb +24 -1
- data/lib/oci/analytics/analytics.rb +43 -0
- data/lib/oci/analytics/analytics_client.rb +1133 -0
- data/lib/oci/analytics/analytics_client_composite_operations.rb +372 -0
- data/lib/oci/analytics/models/analytics_instance.rb +407 -0
- data/lib/oci/analytics/models/analytics_instance_lifecycle_state.rb +16 -0
- data/lib/oci/analytics/models/analytics_instance_summary.rb +371 -0
- data/lib/oci/analytics/models/capacity.rb +192 -0
- data/lib/oci/analytics/models/capacity_type.rb +11 -0
- data/lib/oci/analytics/models/change_compartment_details.rb +156 -0
- data/lib/oci/analytics/models/create_analytics_instance_details.rb +310 -0
- data/lib/oci/analytics/models/feature_set.rb +11 -0
- data/lib/oci/analytics/models/license_type.rb +11 -0
- data/lib/oci/analytics/models/scale_analytics_instance_details.rb +151 -0
- data/lib/oci/analytics/models/sort_by.rb +14 -0
- data/lib/oci/analytics/models/sort_order.rb +11 -0
- data/lib/oci/analytics/models/update_analytics_instance_details.rb +232 -0
- data/lib/oci/analytics/models/work_request.rb +317 -0
- data/lib/oci/analytics/models/work_request_action_result.rb +16 -0
- data/lib/oci/analytics/models/work_request_error.rb +177 -0
- data/lib/oci/analytics/models/work_request_log.rb +165 -0
- data/lib/oci/analytics/models/work_request_operation_type.rb +15 -0
- data/lib/oci/analytics/models/work_request_resource.rb +249 -0
- data/lib/oci/analytics/models/work_request_resource_type.rb +10 -0
- data/lib/oci/analytics/models/work_request_sort_by.rb +15 -0
- data/lib/oci/analytics/models/work_request_status.rb +15 -0
- data/lib/oci/analytics/models/work_request_summary.rb +301 -0
- data/lib/oci/analytics/util.rb +3 -0
- data/lib/oci/announcements_service/announcement_client.rb +4 -5
- data/lib/oci/announcements_service/announcement_client_composite_operations.rb +2 -1
- data/lib/oci/announcements_service/announcements_service.rb +2 -1
- data/lib/oci/announcements_service/models/affected_resource.rb +2 -1
- data/lib/oci/announcements_service/models/announcement.rb +2 -1
- data/lib/oci/announcements_service/models/announcement_summary.rb +2 -1
- data/lib/oci/announcements_service/models/announcement_user_status_details.rb +2 -1
- data/lib/oci/announcements_service/models/announcements_collection.rb +2 -1
- data/lib/oci/announcements_service/models/base_announcement.rb +2 -1
- data/lib/oci/announcements_service/util.rb +2 -1
- data/lib/oci/api_client.rb +6 -3
- data/lib/oci/api_client_proxy_settings.rb +2 -1
- data/lib/oci/apigateway/apigateway.rb +71 -0
- data/lib/oci/apigateway/deployment_client.rb +511 -0
- data/lib/oci/apigateway/deployment_client_composite_operations.rb +223 -0
- data/lib/oci/apigateway/gateway_client.rb +509 -0
- data/lib/oci/apigateway/gateway_client_composite_operations.rb +223 -0
- data/lib/oci/apigateway/models/access_log_policy.rb +157 -0
- data/lib/oci/apigateway/models/anonymous_route_authorization_policy.rb +147 -0
- data/lib/oci/apigateway/models/any_of_route_authorization_policy.rb +165 -0
- data/lib/oci/apigateway/models/api_specification.rb +176 -0
- data/lib/oci/apigateway/models/api_specification_logging_policies.rb +167 -0
- data/lib/oci/apigateway/models/api_specification_request_policies.rb +171 -0
- data/lib/oci/apigateway/models/api_specification_route.rb +233 -0
- data/lib/oci/apigateway/models/api_specification_route_backend.rb +190 -0
- data/lib/oci/apigateway/models/api_specification_route_request_policies.rb +159 -0
- data/lib/oci/apigateway/models/authentication_only_route_authorization_policy.rb +146 -0
- data/lib/oci/apigateway/models/authentication_policy.rb +205 -0
- data/lib/oci/apigateway/models/change_deployment_compartment_details.rb +156 -0
- data/lib/oci/apigateway/models/change_gateway_compartment_details.rb +156 -0
- data/lib/oci/apigateway/models/cors_policy.rb +240 -0
- data/lib/oci/apigateway/models/create_deployment_details.rb +255 -0
- data/lib/oci/apigateway/models/create_gateway_details.rb +242 -0
- data/lib/oci/apigateway/models/custom_authentication_policy.rb +197 -0
- data/lib/oci/apigateway/models/deployment.rb +362 -0
- data/lib/oci/apigateway/models/deployment_collection.rb +150 -0
- data/lib/oci/apigateway/models/deployment_summary.rb +325 -0
- data/lib/oci/apigateway/models/execution_log_policy.rb +196 -0
- data/lib/oci/apigateway/models/gateway.rb +367 -0
- data/lib/oci/apigateway/models/gateway_collection.rb +150 -0
- data/lib/oci/apigateway/models/gateway_summary.rb +322 -0
- data/lib/oci/apigateway/models/header_field_specification.rb +160 -0
- data/lib/oci/apigateway/models/http_backend.rb +227 -0
- data/lib/oci/apigateway/models/json_web_key.rb +278 -0
- data/lib/oci/apigateway/models/json_web_token_claim.rb +182 -0
- data/lib/oci/apigateway/models/jwt_authentication_policy.rb +264 -0
- data/lib/oci/apigateway/models/oracle_function_backend.rb +164 -0
- data/lib/oci/apigateway/models/pem_encoded_public_key.rb +162 -0
- data/lib/oci/apigateway/models/public_key_set.rb +187 -0
- data/lib/oci/apigateway/models/rate_limiting_policy.rb +188 -0
- data/lib/oci/apigateway/models/remote_json_web_key_set.rb +198 -0
- data/lib/oci/apigateway/models/route_authorization_policy.rb +196 -0
- data/lib/oci/apigateway/models/static_public_key.rb +199 -0
- data/lib/oci/apigateway/models/static_public_key_set.rb +158 -0
- data/lib/oci/apigateway/models/stock_response_backend.rb +179 -0
- data/lib/oci/apigateway/models/update_deployment_details.rb +205 -0
- data/lib/oci/apigateway/models/update_gateway_details.rb +196 -0
- data/lib/oci/apigateway/models/work_request.rb +309 -0
- data/lib/oci/apigateway/models/work_request_collection.rb +150 -0
- data/lib/oci/apigateway/models/work_request_error.rb +173 -0
- data/lib/oci/apigateway/models/work_request_error_collection.rb +150 -0
- data/lib/oci/apigateway/models/work_request_log.rb +160 -0
- data/lib/oci/apigateway/models/work_request_log_collection.rb +150 -0
- data/lib/oci/apigateway/models/work_request_resource.rb +220 -0
- data/lib/oci/apigateway/models/work_request_summary.rb +257 -0
- data/lib/oci/apigateway/util.rb +3 -0
- data/lib/oci/apigateway/work_requests_client.rb +466 -0
- data/lib/oci/apigateway/work_requests_client_composite_operations.rb +25 -0
- data/lib/oci/application_migration/application_migration.rb +57 -0
- data/lib/oci/application_migration/application_migration_client.rb +1387 -0
- data/lib/oci/application_migration/application_migration_client_composite_operations.rb +25 -0
- data/lib/oci/application_migration/models/authorization_details.rb +180 -0
- data/lib/oci/application_migration/models/change_compartment_details.rb +156 -0
- data/lib/oci/application_migration/models/configuration_field.rb +225 -0
- data/lib/oci/application_migration/models/create_migration_details.rb +284 -0
- data/lib/oci/application_migration/models/create_source_details.rb +240 -0
- data/lib/oci/application_migration/models/discovery_details.rb +188 -0
- data/lib/oci/application_migration/models/ics_discovery_details.rb +177 -0
- data/lib/oci/application_migration/models/internal_authorization_details.rb +169 -0
- data/lib/oci/application_migration/models/internal_source_details.rb +163 -0
- data/lib/oci/application_migration/models/jcs_discovery_details.rb +177 -0
- data/lib/oci/application_migration/models/migration.rb +374 -0
- data/lib/oci/application_migration/models/migration_lifecycle_states.rb +16 -0
- data/lib/oci/application_migration/models/migration_states.rb +16 -0
- data/lib/oci/application_migration/models/migration_summary.rb +344 -0
- data/lib/oci/application_migration/models/migration_types.rb +15 -0
- data/lib/oci/application_migration/models/oac_discovery_details.rb +177 -0
- data/lib/oci/application_migration/models/ocic_authorization_details.rb +169 -0
- data/lib/oci/application_migration/models/ocic_source_details.rb +173 -0
- data/lib/oci/application_migration/models/oic_discovery_details.rb +177 -0
- data/lib/oci/application_migration/models/operation_status.rb +15 -0
- data/lib/oci/application_migration/models/operation_types.rb +20 -0
- data/lib/oci/application_migration/models/pcs_discovery_details.rb +177 -0
- data/lib/oci/application_migration/models/soacs_discovery_details.rb +177 -0
- data/lib/oci/application_migration/models/sort_orders.rb +11 -0
- data/lib/oci/application_migration/models/source.rb +278 -0
- data/lib/oci/application_migration/models/source_application.rb +212 -0
- data/lib/oci/application_migration/models/source_application_summary.rb +219 -0
- data/lib/oci/application_migration/models/source_details.rb +187 -0
- data/lib/oci/application_migration/models/source_lifecycle_states.rb +15 -0
- data/lib/oci/application_migration/models/source_summary.rb +295 -0
- data/lib/oci/application_migration/models/source_types.rb +11 -0
- data/lib/oci/application_migration/models/update_migration_details.rb +240 -0
- data/lib/oci/application_migration/models/update_source_details.rb +224 -0
- data/lib/oci/application_migration/models/work_request.rb +258 -0
- data/lib/oci/application_migration/models/work_request_error.rb +171 -0
- data/lib/oci/application_migration/models/work_request_log_entry.rb +160 -0
- data/lib/oci/application_migration/models/work_request_resource.rb +218 -0
- data/lib/oci/application_migration/models/work_request_summary.rb +251 -0
- data/lib/oci/application_migration/util.rb +3 -0
- data/lib/oci/audit/audit.rb +7 -1
- data/lib/oci/audit/audit_client.rb +34 -19
- data/lib/oci/audit/audit_client_composite_operations.rb +2 -1
- data/lib/oci/audit/models/audit_event.rb +83 -262
- data/lib/oci/audit/models/configuration.rb +9 -3
- data/lib/oci/audit/models/data.rb +465 -0
- data/lib/oci/audit/models/identity.rb +314 -0
- data/lib/oci/audit/models/request.rb +286 -0
- data/lib/oci/audit/models/response.rb +274 -0
- data/lib/oci/audit/models/state_change.rb +176 -0
- data/lib/oci/audit/models/update_configuration_details.rb +9 -3
- data/lib/oci/audit/util.rb +2 -1
- data/lib/oci/auth/auth.rb +6 -1
- data/lib/oci/auth/federation_client.rb +7 -3
- data/lib/oci/auth/internal/auth_token_request_signer.rb +2 -1
- data/lib/oci/auth/security_token_container.rb +2 -1
- data/lib/oci/auth/session_key_supplier.rb +2 -1
- data/lib/oci/auth/signers/instance_principals_security_token_signer.rb +16 -5
- data/lib/oci/auth/signers/resource_principal_token_path_provider/default_rpt_path_provider.rb +33 -0
- data/lib/oci/auth/signers/resource_principal_token_path_provider/env_rpt_path_provider.rb +25 -0
- data/lib/oci/auth/signers/resource_principal_token_path_provider/imds_rpt_path_provider.rb +24 -0
- data/lib/oci/auth/signers/resource_principal_token_path_provider/rpt_path_provider.rb +54 -0
- data/lib/oci/auth/signers/resource_principal_token_path_provider/string_rpt_path_provider.rb +17 -0
- data/lib/oci/auth/signers/resource_principals_federation_signer.rb +140 -0
- data/lib/oci/auth/signers/resource_principals_signer.rb +41 -0
- data/lib/oci/auth/signers/security_token_signer.rb +2 -1
- data/lib/oci/auth/signers/x509_federation_client_based_security_token_signer.rb +2 -1
- data/lib/oci/auth/url_based_certificate_retriever.rb +8 -3
- data/lib/oci/auth/util.rb +20 -1
- data/lib/oci/autoscaling/auto_scaling_client.rb +20 -17
- data/lib/oci/autoscaling/auto_scaling_client_composite_operations.rb +2 -1
- data/lib/oci/autoscaling/autoscaling.rb +7 -1
- data/lib/oci/autoscaling/models/action.rb +2 -1
- data/lib/oci/autoscaling/models/auto_scaling_configuration.rb +34 -5
- data/lib/oci/autoscaling/models/auto_scaling_configuration_summary.rb +3 -1
- data/lib/oci/autoscaling/models/auto_scaling_policy.rb +21 -5
- data/lib/oci/autoscaling/models/auto_scaling_policy_summary.rb +20 -5
- data/lib/oci/autoscaling/models/capacity.rb +5 -4
- data/lib/oci/autoscaling/models/change_auto_scaling_compartment_details.rb +2 -1
- data/lib/oci/autoscaling/models/condition.rb +2 -1
- data/lib/oci/autoscaling/models/create_auto_scaling_configuration_details.rb +2 -1
- data/lib/oci/autoscaling/models/create_auto_scaling_policy_details.rb +23 -5
- data/lib/oci/autoscaling/models/create_condition_details.rb +2 -1
- data/lib/oci/autoscaling/models/create_scheduled_policy_details.rb +177 -0
- data/lib/oci/autoscaling/models/create_threshold_policy_details.rb +7 -2
- data/lib/oci/autoscaling/models/cron_execution_schedule.rb +164 -0
- data/lib/oci/autoscaling/models/execution_schedule.rb +197 -0
- data/lib/oci/autoscaling/models/instance_pool_resource.rb +2 -1
- data/lib/oci/autoscaling/models/metric.rb +2 -1
- data/lib/oci/autoscaling/models/resource.rb +2 -1
- data/lib/oci/autoscaling/models/scheduled_policy.rb +182 -0
- data/lib/oci/autoscaling/models/threshold.rb +2 -1
- data/lib/oci/autoscaling/models/threshold_policy.rb +7 -2
- data/lib/oci/autoscaling/models/update_auto_scaling_configuration_details.rb +2 -1
- data/lib/oci/autoscaling/models/update_auto_scaling_policy_details.rb +23 -5
- data/lib/oci/autoscaling/models/update_condition_details.rb +2 -1
- data/lib/oci/autoscaling/models/update_scheduled_policy_details.rb +173 -0
- data/lib/oci/autoscaling/models/update_threshold_policy_details.rb +7 -2
- data/lib/oci/autoscaling/util.rb +2 -1
- data/lib/oci/base_signer.rb +4 -3
- data/lib/oci/bds/bds.rb +45 -0
- data/lib/oci/bds/bds_client.rb +1045 -0
- data/lib/oci/bds/bds_client_composite_operations.rb +423 -0
- data/lib/oci/bds/models/action_types.rb +14 -0
- data/lib/oci/bds/models/add_block_storage_details.rb +170 -0
- data/lib/oci/bds/models/add_cloud_sql_details.rb +180 -0
- data/lib/oci/bds/models/add_worker_nodes_details.rb +168 -0
- data/lib/oci/bds/models/bds_instance.rb +436 -0
- data/lib/oci/bds/models/bds_instance_summary.rb +310 -0
- data/lib/oci/bds/models/change_bds_instance_compartment_details.rb +154 -0
- data/lib/oci/bds/models/cloud_sql_details.rb +212 -0
- data/lib/oci/bds/models/cluster_details.rb +240 -0
- data/lib/oci/bds/models/create_bds_instance_details.rb +298 -0
- data/lib/oci/bds/models/create_node_details.rb +194 -0
- data/lib/oci/bds/models/default_error.rb +160 -0
- data/lib/oci/bds/models/kerberos_details.rb +168 -0
- data/lib/oci/bds/models/network_config.rb +168 -0
- data/lib/oci/bds/models/node.rb +390 -0
- data/lib/oci/bds/models/operation_status.rb +15 -0
- data/lib/oci/bds/models/operation_types.rb +17 -0
- data/lib/oci/bds/models/remove_cloud_sql_details.rb +154 -0
- data/lib/oci/bds/models/sort_orders.rb +11 -0
- data/lib/oci/bds/models/update_bds_instance_details.rb +186 -0
- data/lib/oci/bds/models/volume_attachment_detail.rb +168 -0
- data/lib/oci/bds/models/work_request.rb +312 -0
- data/lib/oci/bds/models/work_request_error.rb +173 -0
- data/lib/oci/bds/models/work_request_log_entry.rb +160 -0
- data/lib/oci/bds/models/work_request_resource.rb +219 -0
- data/lib/oci/bds/util.rb +3 -0
- data/lib/oci/budget/budget.rb +3 -1
- data/lib/oci/budget/budget_client.rb +33 -16
- data/lib/oci/budget/budget_client_composite_operations.rb +2 -1
- data/lib/oci/budget/models/alert_rule.rb +2 -1
- data/lib/oci/budget/models/alert_rule_summary.rb +3 -2
- data/lib/oci/budget/models/alert_type.rb +2 -1
- data/lib/oci/budget/models/budget.rb +54 -3
- data/lib/oci/budget/models/budget_summary.rb +54 -3
- data/lib/oci/budget/models/create_alert_rule_details.rb +3 -2
- data/lib/oci/budget/models/create_budget_details.rb +57 -3
- data/lib/oci/budget/models/lifecycle_state.rb +2 -1
- data/lib/oci/budget/models/reset_period.rb +2 -1
- data/lib/oci/budget/models/sort_by.rb +2 -1
- data/lib/oci/budget/models/sort_order.rb +2 -1
- data/lib/oci/budget/models/target_type.rb +11 -0
- data/lib/oci/budget/models/threshold_type.rb +2 -1
- data/lib/oci/budget/models/update_alert_rule_details.rb +3 -2
- data/lib/oci/budget/models/update_budget_details.rb +2 -1
- data/lib/oci/budget/util.rb +2 -1
- data/lib/oci/cims/cims.rb +63 -0
- data/lib/oci/cims/incident_client.rb +575 -0
- data/lib/oci/cims/incident_client_composite_operations.rb +25 -0
- data/lib/oci/cims/models/activity_item.rb +275 -0
- data/lib/oci/cims/models/availability_domain.rb +48 -0
- data/lib/oci/cims/models/category.rb +164 -0
- data/lib/oci/cims/models/classifier.rb +256 -0
- data/lib/oci/cims/models/contact.rb +219 -0
- data/lib/oci/cims/models/contact_list.rb +154 -0
- data/lib/oci/cims/models/create_category_details.rb +154 -0
- data/lib/oci/cims/models/create_incident.rb +223 -0
- data/lib/oci/cims/models/create_issue_type_details.rb +154 -0
- data/lib/oci/cims/models/create_item_details.rb +212 -0
- data/lib/oci/cims/models/create_limit_item_details.rb +234 -0
- data/lib/oci/cims/models/create_resource_details.rb +263 -0
- data/lib/oci/cims/models/create_sub_category_details.rb +154 -0
- data/lib/oci/cims/models/create_tech_support_item_details.rb +161 -0
- data/lib/oci/cims/models/create_ticket_details.rb +198 -0
- data/lib/oci/cims/models/error_code.rb +27 -0
- data/lib/oci/cims/models/incident.rb +258 -0
- data/lib/oci/cims/models/incident_resource_type.rb +198 -0
- data/lib/oci/cims/models/incident_summary.rb +248 -0
- data/lib/oci/cims/models/incident_type.rb +194 -0
- data/lib/oci/cims/models/issue_type.rb +164 -0
- data/lib/oci/cims/models/item.rb +227 -0
- data/lib/oci/cims/models/lifecycle_details.rb +13 -0
- data/lib/oci/cims/models/lifecycle_state.rb +11 -0
- data/lib/oci/cims/models/limit_item.rb +245 -0
- data/lib/oci/cims/models/problem_type.rb +13 -0
- data/lib/oci/cims/models/region.rb +38 -0
- data/lib/oci/cims/models/resource.rb +276 -0
- data/lib/oci/cims/models/scope.rb +13 -0
- data/lib/oci/cims/models/service_category.rb +270 -0
- data/lib/oci/cims/models/sort_by.rb +11 -0
- data/lib/oci/cims/models/sort_order.rb +11 -0
- data/lib/oci/cims/models/status.rb +160 -0
- data/lib/oci/cims/models/sub_category.rb +164 -0
- data/lib/oci/cims/models/tech_support_item.rb +165 -0
- data/lib/oci/cims/models/tenancy_information.rb +168 -0
- data/lib/oci/cims/models/ticket.rb +315 -0
- data/lib/oci/cims/models/unit.rb +12 -0
- data/lib/oci/{database/models/autonomous_exadata_infrastructure_maintenance_window.rb → cims/models/update_activity_item_details.rb} +39 -38
- data/lib/oci/cims/models/update_incident.rb +150 -0
- data/lib/oci/cims/models/update_item_details.rb +166 -0
- data/lib/oci/cims/models/update_resource_details.rb +149 -0
- data/lib/oci/cims/models/update_ticket_details.rb +150 -0
- data/lib/oci/cims/models/validation_response.rb +154 -0
- data/lib/oci/cims/util.rb +3 -0
- data/lib/oci/config.rb +12 -1
- data/lib/oci/config_file_loader.rb +9 -1
- data/lib/oci/container_engine/container_engine.rb +13 -1
- data/lib/oci/container_engine/container_engine_client.rb +9 -6
- data/lib/oci/container_engine/container_engine_client_composite_operations.rb +2 -1
- data/lib/oci/container_engine/models/add_on_options.rb +2 -1
- data/lib/oci/container_engine/models/admission_controller_options.rb +156 -0
- data/lib/oci/container_engine/models/cluster.rb +17 -2
- data/lib/oci/container_engine/models/cluster_create_options.rb +20 -5
- data/lib/oci/container_engine/models/cluster_endpoints.rb +2 -1
- data/lib/oci/container_engine/models/cluster_lifecycle_state.rb +2 -1
- data/lib/oci/container_engine/models/cluster_metadata.rb +2 -1
- data/lib/oci/container_engine/models/cluster_options.rb +2 -1
- data/lib/oci/container_engine/models/cluster_summary.rb +2 -1
- data/lib/oci/container_engine/models/create_cluster_details.rb +19 -2
- data/lib/oci/container_engine/models/create_cluster_kubeconfig_content_details.rb +8 -5
- data/lib/oci/container_engine/models/create_node_pool_details.rb +50 -8
- data/lib/oci/container_engine/models/create_node_pool_node_config_details.rb +171 -0
- data/lib/oci/container_engine/models/key_value.rb +2 -1
- data/lib/oci/container_engine/models/kubernetes_network_config.rb +2 -1
- data/lib/oci/container_engine/models/node.rb +31 -2
- data/lib/oci/container_engine/models/node_error.rb +2 -1
- data/lib/oci/container_engine/models/node_pool.rb +38 -7
- data/lib/oci/container_engine/models/node_pool_node_config_details.rb +171 -0
- data/lib/oci/container_engine/models/node_pool_options.rb +25 -11
- data/lib/oci/container_engine/models/node_pool_placement_config_details.rb +170 -0
- data/lib/oci/container_engine/models/node_pool_summary.rb +38 -7
- data/lib/oci/container_engine/models/node_source_details.rb +184 -0
- data/lib/oci/container_engine/models/node_source_option.rb +206 -0
- data/lib/oci/container_engine/models/node_source_type.rb +10 -0
- data/lib/oci/container_engine/models/node_source_via_image_details.rb +162 -0
- data/lib/oci/container_engine/models/node_source_via_image_option.rb +167 -0
- data/lib/oci/container_engine/models/sort_order.rb +2 -1
- data/lib/oci/container_engine/models/update_cluster_details.rb +15 -5
- data/lib/oci/container_engine/models/update_cluster_options_details.rb +154 -0
- data/lib/oci/container_engine/models/update_node_pool_details.rb +47 -20
- data/lib/oci/container_engine/models/update_node_pool_node_config_details.rb +171 -0
- data/lib/oci/container_engine/models/work_request.rb +2 -1
- data/lib/oci/container_engine/models/work_request_error.rb +2 -1
- data/lib/oci/container_engine/models/work_request_log_entry.rb +2 -1
- data/lib/oci/container_engine/models/work_request_operation_type.rb +2 -1
- data/lib/oci/container_engine/models/work_request_resource.rb +2 -1
- data/lib/oci/container_engine/models/work_request_status.rb +2 -1
- data/lib/oci/container_engine/models/work_request_summary.rb +2 -1
- data/lib/oci/container_engine/util.rb +2 -1
- data/lib/oci/core/blockstorage_client.rb +322 -28
- data/lib/oci/core/blockstorage_client_composite_operations.rb +42 -1
- data/lib/oci/core/compute_client.rb +1093 -97
- data/lib/oci/core/compute_client_composite_operations.rb +121 -1
- data/lib/oci/core/compute_management_client.rb +537 -22
- data/lib/oci/core/compute_management_client_composite_operations.rb +129 -9
- data/lib/oci/core/core.rb +60 -1
- data/lib/oci/core/models/add_image_shape_compatibility_entry_details.rb +153 -0
- data/lib/oci/core/models/add_network_security_group_security_rules_details.rb +2 -1
- data/lib/oci/core/models/add_security_rule_details.rb +10 -5
- data/lib/oci/core/models/added_network_security_group_security_rules.rb +2 -1
- data/lib/oci/core/models/app_catalog_listing.rb +2 -1
- data/lib/oci/core/models/app_catalog_listing_resource_version.rb +2 -1
- data/lib/oci/core/models/app_catalog_listing_resource_version_agreements.rb +2 -1
- data/lib/oci/core/models/app_catalog_listing_resource_version_summary.rb +2 -1
- data/lib/oci/core/models/app_catalog_listing_summary.rb +2 -1
- data/lib/oci/core/models/app_catalog_subscription.rb +2 -1
- data/lib/oci/core/models/app_catalog_subscription_summary.rb +2 -1
- data/lib/oci/core/models/attach_boot_volume_details.rb +2 -1
- data/lib/oci/core/models/attach_emulated_volume_details.rb +7 -2
- data/lib/oci/core/models/attach_i_scsi_volume_details.rb +7 -2
- data/lib/oci/core/models/attach_load_balancer_details.rb +4 -2
- data/lib/oci/core/models/attach_paravirtualized_volume_details.rb +7 -2
- data/lib/oci/core/models/attach_service_determined_volume_details.rb +7 -2
- data/lib/oci/core/models/attach_vnic_details.rb +3 -1
- data/lib/oci/core/models/attach_volume_details.rb +21 -2
- data/lib/oci/core/models/bgp_session_info.rb +2 -1
- data/lib/oci/core/models/boot_volume.rb +43 -3
- data/lib/oci/core/models/boot_volume_attachment.rb +2 -1
- data/lib/oci/core/models/boot_volume_backup.rb +51 -2
- data/lib/oci/core/models/boot_volume_kms_key.rb +4 -3
- 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 +2 -1
- data/lib/oci/core/models/boot_volume_source_from_boot_volume_details.rb +2 -1
- data/lib/oci/core/models/bulk_add_virtual_circuit_public_prefixes_details.rb +2 -1
- data/lib/oci/core/models/bulk_delete_virtual_circuit_public_prefixes_details.rb +2 -1
- data/lib/oci/core/models/capture_console_history_details.rb +3 -1
- data/lib/oci/core/models/change_boot_volume_backup_compartment_details.rb +4 -3
- data/lib/oci/core/models/change_boot_volume_compartment_details.rb +4 -3
- data/lib/oci/core/models/change_cluster_network_compartment_details.rb +156 -0
- data/lib/oci/core/models/change_cpe_compartment_details.rb +156 -0
- data/lib/oci/core/models/change_cross_connect_compartment_details.rb +156 -0
- data/lib/oci/core/models/change_cross_connect_group_compartment_details.rb +156 -0
- data/lib/oci/core/models/change_dedicated_vm_host_compartment_details.rb +156 -0
- data/lib/oci/core/models/change_dhcp_options_compartment_details.rb +156 -0
- data/lib/oci/core/models/change_drg_compartment_details.rb +156 -0
- data/lib/oci/core/models/change_image_compartment_details.rb +2 -1
- data/lib/oci/core/models/change_instance_compartment_details.rb +155 -0
- data/lib/oci/core/models/change_instance_configuration_compartment_details.rb +2 -1
- data/lib/oci/core/models/change_instance_pool_compartment_details.rb +2 -1
- data/lib/oci/core/models/change_internet_gateway_compartment_details.rb +156 -0
- data/lib/oci/core/models/change_ip_sec_connection_compartment_details.rb +156 -0
- data/lib/oci/core/models/change_local_peering_gateway_compartment_details.rb +156 -0
- data/lib/oci/core/models/change_nat_gateway_compartment_details.rb +2 -1
- data/lib/oci/core/models/change_network_security_group_compartment_details.rb +156 -0
- data/lib/oci/core/models/change_public_ip_compartment_details.rb +156 -0
- data/lib/oci/core/models/change_remote_peering_connection_compartment_details.rb +156 -0
- data/lib/oci/core/models/change_route_table_compartment_details.rb +2 -1
- data/lib/oci/core/models/change_security_list_compartment_details.rb +2 -1
- data/lib/oci/core/models/change_service_gateway_compartment_details.rb +2 -1
- data/lib/oci/core/models/change_subnet_compartment_details.rb +2 -1
- data/lib/oci/core/models/change_vcn_compartment_details.rb +2 -1
- data/lib/oci/core/models/change_virtual_circuit_compartment_details.rb +156 -0
- data/lib/oci/core/models/change_volume_backup_compartment_details.rb +4 -3
- data/lib/oci/core/models/change_volume_compartment_details.rb +4 -3
- data/lib/oci/core/models/change_volume_group_backup_compartment_details.rb +4 -3
- data/lib/oci/core/models/change_volume_group_compartment_details.rb +4 -3
- data/lib/oci/core/models/cluster_network.rb +323 -0
- data/lib/oci/core/models/cluster_network_placement_configuration_details.rb +187 -0
- data/lib/oci/core/models/cluster_network_summary.rb +305 -0
- data/lib/oci/core/models/compute_instance_details.rb +2 -1
- data/lib/oci/core/models/connect_local_peering_gateways_details.rb +2 -1
- data/lib/oci/core/models/connect_remote_peering_connections_details.rb +2 -1
- data/lib/oci/core/models/console_history.rb +2 -1
- data/lib/oci/core/models/copy_boot_volume_backup_details.rb +195 -0
- data/lib/oci/core/models/copy_volume_backup_details.rb +29 -5
- data/lib/oci/core/models/cpe.rb +31 -2
- data/lib/oci/core/models/cpe_device_config_answer.rb +166 -0
- data/lib/oci/core/models/cpe_device_config_question.rb +181 -0
- data/lib/oci/core/models/cpe_device_info.rb +164 -0
- data/lib/oci/core/models/cpe_device_shape_detail.rb +204 -0
- data/lib/oci/core/models/cpe_device_shape_summary.rb +168 -0
- data/lib/oci/core/models/create_app_catalog_subscription_details.rb +8 -7
- data/lib/oci/core/models/create_boot_volume_backup_details.rb +2 -1
- data/lib/oci/core/models/create_boot_volume_details.rb +29 -3
- data/lib/oci/core/models/create_cluster_network_details.rb +239 -0
- data/lib/oci/core/models/create_cluster_network_instance_pool_details.rb +221 -0
- data/lib/oci/core/models/create_cpe_details.rb +32 -5
- data/lib/oci/core/models/create_cross_connect_details.rb +39 -2
- data/lib/oci/core/models/create_cross_connect_group_details.rb +42 -5
- data/lib/oci/core/models/create_dedicated_vm_host_details.rb +265 -0
- data/lib/oci/core/models/create_dhcp_details.rb +2 -1
- data/lib/oci/core/models/create_drg_attachment_details.rb +6 -3
- data/lib/oci/core/models/create_drg_details.rb +2 -1
- data/lib/oci/core/models/create_image_details.rb +3 -2
- data/lib/oci/core/models/create_instance_configuration_base.rb +261 -0
- data/lib/oci/core/models/create_instance_configuration_details.rb +17 -58
- data/lib/oci/core/models/create_instance_configuration_from_instance_details.rb +181 -0
- data/lib/oci/core/models/create_instance_console_connection_details.rb +2 -1
- data/lib/oci/core/models/create_instance_pool_details.rb +10 -4
- data/lib/oci/core/models/create_instance_pool_placement_configuration_details.rb +34 -3
- data/lib/oci/core/models/create_internet_gateway_details.rb +2 -1
- data/lib/oci/core/models/create_ip_sec_connection_details.rb +6 -1
- data/lib/oci/core/models/create_ip_sec_connection_tunnel_details.rb +31 -2
- data/lib/oci/core/models/create_ip_sec_tunnel_bgp_session_details.rb +2 -1
- data/lib/oci/core/models/create_ipv6_details.rb +250 -0
- data/lib/oci/core/models/create_local_peering_gateway_details.rb +3 -2
- data/lib/oci/core/models/create_nat_gateway_details.rb +2 -1
- data/lib/oci/core/models/create_network_security_group_details.rb +2 -1
- data/lib/oci/core/models/create_private_ip_details.rb +2 -1
- data/lib/oci/core/models/create_public_ip_details.rb +2 -1
- data/lib/oci/core/models/create_remote_peering_connection_details.rb +42 -5
- data/lib/oci/core/models/create_route_table_details.rb +2 -1
- data/lib/oci/core/models/create_security_list_details.rb +2 -1
- data/lib/oci/core/models/create_service_gateway_details.rb +25 -2
- data/lib/oci/core/models/create_subnet_details.rb +26 -2
- data/lib/oci/core/models/create_vcn_details.rb +58 -5
- data/lib/oci/core/models/create_virtual_circuit_details.rb +60 -4
- data/lib/oci/core/models/create_virtual_circuit_public_prefix_details.rb +3 -2
- data/lib/oci/core/models/create_vnic_details.rb +2 -2
- data/lib/oci/core/models/create_volume_backup_details.rb +2 -1
- data/lib/oci/core/models/create_volume_backup_policy_assignment_details.rb +4 -3
- data/lib/oci/core/models/create_volume_backup_policy_details.rb +238 -0
- data/lib/oci/core/models/create_volume_details.rb +31 -3
- data/lib/oci/core/models/create_volume_group_backup_details.rb +5 -2
- data/lib/oci/core/models/create_volume_group_details.rb +3 -2
- data/lib/oci/core/models/cross_connect.rb +39 -2
- data/lib/oci/core/models/cross_connect_group.rb +39 -2
- data/lib/oci/core/models/cross_connect_location.rb +2 -1
- data/lib/oci/core/models/cross_connect_mapping.rb +58 -2
- data/lib/oci/core/models/cross_connect_port_speed_shape.rb +2 -1
- data/lib/oci/core/models/cross_connect_status.rb +2 -1
- data/lib/oci/core/models/dedicated_vm_host.rb +362 -0
- data/lib/oci/core/models/dedicated_vm_host_instance_shape_summary.rb +171 -0
- data/lib/oci/core/models/dedicated_vm_host_instance_summary.rb +216 -0
- data/lib/oci/core/models/dedicated_vm_host_shape_summary.rb +172 -0
- data/lib/oci/core/models/dedicated_vm_host_summary.rb +326 -0
- data/lib/oci/core/models/delete_virtual_circuit_public_prefix_details.rb +2 -1
- data/lib/oci/core/models/detach_load_balancer_details.rb +2 -1
- data/lib/oci/core/models/device.rb +2 -1
- data/lib/oci/core/models/dhcp_dns_option.rb +2 -1
- data/lib/oci/core/models/dhcp_option.rb +2 -1
- data/lib/oci/core/models/dhcp_options.rb +2 -1
- data/lib/oci/core/models/dhcp_search_domain_option.rb +2 -1
- data/lib/oci/core/models/drg.rb +2 -1
- data/lib/oci/core/models/drg_attachment.rb +8 -4
- data/lib/oci/core/models/drg_redundancy_status.rb +188 -0
- data/lib/oci/core/models/egress_security_rule.rb +29 -12
- data/lib/oci/core/models/emulated_volume_attachment.rb +7 -2
- data/lib/oci/core/models/export_image_details.rb +2 -1
- data/lib/oci/core/models/export_image_via_object_storage_tuple_details.rb +2 -1
- data/lib/oci/core/models/export_image_via_object_storage_uri_details.rb +2 -1
- data/lib/oci/core/models/fast_connect_provider_service.rb +2 -1
- data/lib/oci/core/models/fast_connect_provider_service_key.rb +3 -2
- data/lib/oci/core/models/get_public_ip_by_ip_address_details.rb +2 -1
- data/lib/oci/core/models/get_public_ip_by_private_ip_id_details.rb +2 -1
- data/lib/oci/core/models/i_scsi_volume_attachment.rb +7 -2
- data/lib/oci/core/models/icmp_options.rb +2 -1
- data/lib/oci/core/models/image.rb +4 -1
- data/lib/oci/core/models/image_ocpu_constraints.rb +160 -0
- data/lib/oci/core/models/image_shape_compatibility_entry.rb +177 -0
- data/lib/oci/core/models/image_shape_compatibility_summary.rb +177 -0
- data/lib/oci/core/models/image_source_details.rb +2 -1
- data/lib/oci/core/models/image_source_via_object_storage_tuple_details.rb +2 -1
- data/lib/oci/core/models/image_source_via_object_storage_uri_details.rb +2 -1
- data/lib/oci/core/models/ingress_security_rule.rb +29 -12
- data/lib/oci/core/models/instance.rb +48 -2
- data/lib/oci/core/models/instance_agent_config.rb +23 -5
- data/lib/oci/core/models/instance_agent_features.rb +21 -5
- data/lib/oci/core/models/instance_configuration.rb +12 -8
- data/lib/oci/core/models/instance_configuration_attach_vnic_details.rb +2 -1
- data/lib/oci/core/models/instance_configuration_attach_volume_details.rb +2 -1
- data/lib/oci/core/models/instance_configuration_block_volume_details.rb +2 -1
- data/lib/oci/core/models/instance_configuration_create_vnic_details.rb +39 -2
- data/lib/oci/core/models/instance_configuration_create_volume_details.rb +44 -2
- data/lib/oci/core/models/instance_configuration_instance_details.rb +2 -1
- data/lib/oci/core/models/instance_configuration_instance_source_details.rb +2 -1
- data/lib/oci/core/models/instance_configuration_instance_source_via_boot_volume_details.rb +2 -1
- data/lib/oci/core/models/instance_configuration_instance_source_via_image_details.rb +2 -1
- 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 +176 -0
- data/lib/oci/core/models/instance_configuration_launch_instance_details.rb +151 -5
- data/lib/oci/core/models/instance_configuration_launch_instance_shape_config_details.rb +158 -0
- data/lib/oci/core/models/instance_configuration_launch_options.rb +331 -0
- data/lib/oci/core/models/instance_configuration_paravirtualized_attach_volume_details.rb +2 -1
- data/lib/oci/core/models/instance_configuration_summary.rb +2 -1
- data/lib/oci/core/models/instance_configuration_volume_source_details.rb +2 -1
- data/lib/oci/core/models/instance_configuration_volume_source_from_volume_backup_details.rb +2 -1
- data/lib/oci/core/models/instance_configuration_volume_source_from_volume_details.rb +2 -1
- data/lib/oci/core/models/instance_console_connection.rb +3 -2
- data/lib/oci/core/models/instance_credentials.rb +2 -1
- data/lib/oci/core/models/instance_pool.rb +10 -5
- data/lib/oci/core/models/instance_pool_instance_load_balancer_backend.rb +2 -1
- data/lib/oci/core/models/instance_pool_load_balancer_attachment.rb +7 -4
- data/lib/oci/core/models/instance_pool_placement_configuration.rb +34 -3
- data/lib/oci/core/models/instance_pool_placement_secondary_vnic_subnet.rb +5 -4
- data/lib/oci/core/models/instance_pool_summary.rb +2 -1
- data/lib/oci/core/models/instance_shape_config.rb +287 -0
- data/lib/oci/core/models/instance_source_details.rb +2 -1
- data/lib/oci/core/models/instance_source_via_boot_volume_details.rb +2 -1
- data/lib/oci/core/models/instance_source_via_image_details.rb +3 -2
- data/lib/oci/core/models/instance_summary.rb +2 -1
- data/lib/oci/core/models/internet_gateway.rb +2 -1
- data/lib/oci/core/models/ip_sec_connection.rb +6 -1
- data/lib/oci/core/models/ip_sec_connection_device_config.rb +2 -1
- data/lib/oci/core/models/ip_sec_connection_device_status.rb +2 -1
- data/lib/oci/core/models/ip_sec_connection_tunnel.rb +37 -2
- data/lib/oci/core/models/ip_sec_connection_tunnel_shared_secret.rb +2 -1
- data/lib/oci/core/models/ipv6.rb +377 -0
- data/lib/oci/core/models/launch_instance_agent_config_details.rb +24 -5
- data/lib/oci/core/models/launch_instance_details.rb +44 -2
- data/lib/oci/core/models/launch_instance_shape_config_details.rb +158 -0
- data/lib/oci/core/models/launch_options.rb +8 -6
- data/lib/oci/core/models/letter_of_authority.rb +2 -1
- data/lib/oci/core/models/local_peering_gateway.rb +6 -4
- data/lib/oci/core/models/nat_gateway.rb +2 -1
- data/lib/oci/core/models/network_security_group.rb +2 -1
- data/lib/oci/core/models/network_security_group_vnic.rb +2 -1
- data/lib/oci/core/models/paravirtualized_volume_attachment.rb +7 -2
- data/lib/oci/core/models/peer_region_for_remote_peering.rb +2 -1
- data/lib/oci/core/models/port_range.rb +2 -1
- data/lib/oci/core/models/private_ip.rb +3 -1
- data/lib/oci/core/models/public_ip.rb +2 -1
- data/lib/oci/core/models/remote_peering_connection.rb +39 -2
- data/lib/oci/core/models/remove_network_security_group_security_rules_details.rb +2 -1
- data/lib/oci/core/models/route_rule.rb +22 -6
- data/lib/oci/core/models/route_table.rb +2 -1
- data/lib/oci/core/models/security_list.rb +2 -2
- data/lib/oci/core/models/security_rule.rb +9 -4
- data/lib/oci/core/models/service.rb +2 -1
- data/lib/oci/core/models/service_gateway.rb +20 -2
- data/lib/oci/core/models/service_id_request_details.rb +2 -1
- data/lib/oci/core/models/service_id_response_details.rb +2 -1
- data/lib/oci/core/models/shape.rb +203 -5
- data/lib/oci/core/models/shape_max_vnic_attachment_options.rb +177 -0
- data/lib/oci/core/models/shape_memory_options.rb +189 -0
- data/lib/oci/core/models/shape_networking_bandwidth_options.rb +186 -0
- data/lib/oci/core/models/shape_ocpu_options.rb +165 -0
- data/lib/oci/core/models/subnet.rb +60 -3
- data/lib/oci/core/models/tcp_options.rb +2 -1
- data/lib/oci/core/models/tunnel_config.rb +2 -1
- data/lib/oci/core/models/tunnel_cpe_device_config.rb +164 -0
- data/lib/oci/core/models/tunnel_status.rb +2 -1
- data/lib/oci/core/models/udp_options.rb +2 -1
- data/lib/oci/core/models/update_boot_volume_backup_details.rb +2 -1
- data/lib/oci/core/models/update_boot_volume_details.rb +29 -5
- data/lib/oci/core/models/update_boot_volume_kms_key_details.rb +5 -4
- data/lib/oci/core/models/update_cluster_network_details.rb +192 -0
- data/lib/oci/core/models/update_console_history_details.rb +3 -1
- data/lib/oci/core/models/update_cpe_details.rb +31 -5
- data/lib/oci/core/models/update_cross_connect_details.rb +39 -2
- data/lib/oci/core/models/update_cross_connect_group_details.rb +42 -5
- data/lib/oci/core/models/update_dedicated_vm_host_details.rb +195 -0
- data/lib/oci/core/models/update_dhcp_details.rb +2 -1
- data/lib/oci/core/models/update_drg_attachment_details.rb +8 -4
- data/lib/oci/core/models/update_drg_details.rb +2 -1
- data/lib/oci/core/models/update_image_details.rb +2 -1
- data/lib/oci/core/models/update_instance_agent_config_details.rb +23 -5
- data/lib/oci/core/models/update_instance_configuration_details.rb +2 -1
- data/lib/oci/core/models/update_instance_details.rb +31 -34
- data/lib/oci/core/models/update_instance_pool_details.rb +8 -3
- data/lib/oci/core/models/update_instance_pool_placement_configuration_details.rb +32 -2
- data/lib/oci/core/models/update_instance_shape_config_details.rb +159 -0
- data/lib/oci/core/models/update_internet_gateway_details.rb +2 -1
- data/lib/oci/core/models/update_ip_sec_connection_details.rb +6 -1
- data/lib/oci/core/models/update_ip_sec_connection_tunnel_details.rb +31 -2
- data/lib/oci/core/models/update_ip_sec_connection_tunnel_shared_secret_details.rb +2 -1
- data/lib/oci/core/models/update_ip_sec_tunnel_bgp_session_details.rb +2 -1
- data/lib/oci/core/models/update_ipv6_details.rb +230 -0
- data/lib/oci/core/models/update_local_peering_gateway_details.rb +6 -4
- data/lib/oci/core/models/update_nat_gateway_details.rb +2 -1
- data/lib/oci/core/models/update_network_security_group_details.rb +4 -1
- data/lib/oci/core/models/update_network_security_group_security_rules_details.rb +2 -1
- data/lib/oci/core/models/update_private_ip_details.rb +2 -1
- data/lib/oci/core/models/update_public_ip_details.rb +2 -1
- data/lib/oci/core/models/update_remote_peering_connection_details.rb +42 -5
- data/lib/oci/core/models/update_route_table_details.rb +2 -1
- data/lib/oci/core/models/update_security_list_details.rb +2 -1
- data/lib/oci/core/models/update_security_rule_details.rb +10 -5
- data/lib/oci/core/models/update_service_gateway_details.rb +20 -2
- data/lib/oci/core/models/update_subnet_details.rb +2 -1
- data/lib/oci/core/models/update_tunnel_cpe_device_config_details.rb +155 -0
- data/lib/oci/core/models/update_vcn_details.rb +2 -1
- data/lib/oci/core/models/update_virtual_circuit_details.rb +58 -3
- data/lib/oci/core/models/update_vnic_details.rb +7 -4
- data/lib/oci/core/models/update_volume_backup_details.rb +3 -2
- data/lib/oci/core/models/update_volume_backup_policy_details.rb +224 -0
- data/lib/oci/core/models/update_volume_details.rb +28 -2
- data/lib/oci/core/models/update_volume_group_backup_details.rb +4 -2
- data/lib/oci/core/models/update_volume_group_details.rb +4 -2
- data/lib/oci/core/models/update_volume_kms_key_details.rb +5 -4
- data/lib/oci/core/models/updated_network_security_group_security_rules.rb +2 -1
- data/lib/oci/core/models/vcn.rb +46 -2
- data/lib/oci/core/models/virtual_circuit.rb +58 -4
- data/lib/oci/core/models/virtual_circuit_bandwidth_shape.rb +2 -1
- data/lib/oci/core/models/virtual_circuit_public_prefix.rb +2 -1
- data/lib/oci/core/models/vnic.rb +2 -1
- data/lib/oci/core/models/vnic_attachment.rb +3 -2
- data/lib/oci/core/models/volume.rb +45 -3
- data/lib/oci/core/models/volume_attachment.rb +17 -2
- data/lib/oci/core/models/volume_backup.rb +37 -2
- data/lib/oci/core/models/volume_backup_policy.rb +71 -5
- data/lib/oci/core/models/volume_backup_policy_assignment.rb +10 -5
- data/lib/oci/core/models/volume_backup_schedule.rb +200 -10
- data/lib/oci/core/models/volume_group.rb +3 -2
- data/lib/oci/core/models/volume_group_backup.rb +2 -1
- data/lib/oci/core/models/volume_group_source_details.rb +2 -1
- data/lib/oci/core/models/volume_group_source_from_volume_group_backup_details.rb +2 -1
- data/lib/oci/core/models/volume_group_source_from_volume_group_details.rb +2 -1
- data/lib/oci/core/models/volume_group_source_from_volumes_details.rb +2 -1
- data/lib/oci/core/models/volume_kms_key.rb +4 -3
- data/lib/oci/core/models/volume_source_details.rb +2 -1
- data/lib/oci/core/models/volume_source_from_volume_backup_details.rb +2 -1
- data/lib/oci/core/models/volume_source_from_volume_details.rb +2 -1
- data/lib/oci/core/util.rb +2 -1
- data/lib/oci/core/virtual_network_client.rb +1879 -44
- data/lib/oci/core/virtual_network_client_composite_operations.rb +121 -1
- data/lib/oci/data_catalog/data_catalog.rb +136 -0
- data/lib/oci/data_catalog/data_catalog_client.rb +7576 -0
- data/lib/oci/data_catalog/data_catalog_client_composite_operations.rb +173 -0
- data/lib/oci/data_catalog/models/attribute.rb +404 -0
- data/lib/oci/data_catalog/models/attribute_collection.rb +151 -0
- data/lib/oci/data_catalog/models/attribute_summary.rb +282 -0
- data/lib/oci/data_catalog/models/attribute_tag.rb +270 -0
- data/lib/oci/data_catalog/models/attribute_tag_collection.rb +151 -0
- data/lib/oci/data_catalog/models/attribute_tag_summary.rb +270 -0
- data/lib/oci/data_catalog/models/base_permissions_summary.rb +154 -0
- data/lib/oci/data_catalog/models/base_tag.rb +256 -0
- data/lib/oci/data_catalog/models/base_tag_summary.rb +256 -0
- data/lib/oci/data_catalog/models/catalog.rb +312 -0
- data/lib/oci/data_catalog/models/catalog_permissions_summary.rb +168 -0
- data/lib/oci/data_catalog/models/catalog_summary.rb +280 -0
- data/lib/oci/data_catalog/models/change_catalog_compartment_details.rb +154 -0
- data/lib/oci/data_catalog/models/connection.rb +344 -0
- data/lib/oci/data_catalog/models/connection_alias_summary.rb +171 -0
- data/lib/oci/data_catalog/models/connection_collection.rb +151 -0
- data/lib/oci/data_catalog/models/connection_result.rb +11 -0
- data/lib/oci/data_catalog/models/connection_summary.rb +272 -0
- data/lib/oci/data_catalog/models/create_attribute_details.rb +284 -0
- data/lib/oci/data_catalog/models/create_catalog_details.rb +200 -0
- data/lib/oci/data_catalog/models/create_connection_details.rb +238 -0
- data/lib/oci/data_catalog/models/create_data_asset_details.rb +198 -0
- data/lib/oci/data_catalog/models/create_entity_details.rb +276 -0
- data/lib/oci/data_catalog/models/create_folder_details.rb +240 -0
- data/lib/oci/data_catalog/models/create_glossary_details.rb +190 -0
- data/lib/oci/data_catalog/models/create_job_definition_details.rb +272 -0
- data/lib/oci/data_catalog/models/create_job_details.rb +241 -0
- data/lib/oci/data_catalog/models/create_job_execution_details.rb +343 -0
- data/lib/oci/data_catalog/models/create_tag_details.rb +166 -0
- data/lib/oci/data_catalog/models/create_term_details.rb +220 -0
- data/lib/oci/data_catalog/models/create_term_relationship_details.rb +180 -0
- data/lib/oci/data_catalog/models/data_asset.rb +320 -0
- data/lib/oci/data_catalog/models/data_asset_collection.rb +151 -0
- data/lib/oci/data_catalog/models/data_asset_permissions_summary.rb +168 -0
- data/lib/oci/data_catalog/models/data_asset_summary.rb +262 -0
- data/lib/oci/data_catalog/models/data_asset_tag.rb +270 -0
- data/lib/oci/data_catalog/models/data_asset_tag_collection.rb +151 -0
- data/lib/oci/data_catalog/models/data_asset_tag_summary.rb +270 -0
- data/lib/oci/data_catalog/models/entity.rb +429 -0
- data/lib/oci/data_catalog/models/entity_collection.rb +151 -0
- data/lib/oci/data_catalog/models/entity_summary.rb +300 -0
- data/lib/oci/data_catalog/models/entity_tag.rb +270 -0
- data/lib/oci/data_catalog/models/entity_tag_collection.rb +151 -0
- data/lib/oci/data_catalog/models/entity_tag_summary.rb +270 -0
- data/lib/oci/data_catalog/models/folder.rb +372 -0
- data/lib/oci/data_catalog/models/folder_collection.rb +151 -0
- data/lib/oci/data_catalog/models/folder_summary.rb +287 -0
- data/lib/oci/data_catalog/models/folder_tag.rb +270 -0
- data/lib/oci/data_catalog/models/folder_tag_collection.rb +151 -0
- data/lib/oci/data_catalog/models/folder_tag_summary.rb +270 -0
- data/lib/oci/data_catalog/models/glossary.rb +305 -0
- data/lib/oci/data_catalog/models/glossary_collection.rb +151 -0
- data/lib/oci/data_catalog/models/glossary_permissions_summary.rb +168 -0
- data/lib/oci/data_catalog/models/glossary_summary.rb +252 -0
- data/lib/oci/data_catalog/models/glossary_tree_element.rb +312 -0
- data/lib/oci/data_catalog/models/harvest_status.rb +13 -0
- data/lib/oci/data_catalog/models/import_connection_details.rb +167 -0
- data/lib/oci/data_catalog/models/import_glossary_details.rb +154 -0
- data/lib/oci/data_catalog/models/job.rb +421 -0
- data/lib/oci/data_catalog/models/job_collection.rb +151 -0
- data/lib/oci/data_catalog/models/job_definition.rb +392 -0
- data/lib/oci/data_catalog/models/job_definition_collection.rb +151 -0
- data/lib/oci/data_catalog/models/job_definition_permissions_summary.rb +168 -0
- data/lib/oci/data_catalog/models/job_definition_scope.rb +230 -0
- data/lib/oci/data_catalog/models/job_definition_summary.rb +263 -0
- data/lib/oci/data_catalog/models/job_execution.rb +421 -0
- data/lib/oci/data_catalog/models/job_execution_collection.rb +151 -0
- data/lib/oci/data_catalog/models/job_execution_state.rb +15 -0
- data/lib/oci/data_catalog/models/job_execution_summary.rb +276 -0
- data/lib/oci/data_catalog/models/job_lifecycle_state.rb +12 -0
- data/lib/oci/data_catalog/models/job_log.rb +259 -0
- data/lib/oci/data_catalog/models/job_log_collection.rb +151 -0
- data/lib/oci/data_catalog/models/job_log_summary.rb +217 -0
- data/lib/oci/data_catalog/models/job_metric.rb +337 -0
- data/lib/oci/data_catalog/models/job_metric_collection.rb +151 -0
- data/lib/oci/data_catalog/models/job_metric_summary.rb +290 -0
- data/lib/oci/data_catalog/models/job_schedule_type.rb +11 -0
- data/lib/oci/data_catalog/models/job_summary.rb +387 -0
- data/lib/oci/data_catalog/models/job_type.rb +22 -0
- data/lib/oci/data_catalog/models/lifecycle_state.rb +17 -0
- data/lib/oci/data_catalog/models/parse_connection_details.rb +167 -0
- data/lib/oci/data_catalog/models/property_definition.rb +188 -0
- data/lib/oci/data_catalog/models/search_criteria.rb +151 -0
- data/lib/oci/data_catalog/models/search_result.rb +491 -0
- data/lib/oci/data_catalog/models/search_result_collection.rb +162 -0
- data/lib/oci/data_catalog/models/search_tag_summary.rb +164 -0
- data/lib/oci/data_catalog/models/search_term_summary.rb +223 -0
- data/lib/oci/data_catalog/models/term.rb +368 -0
- data/lib/oci/data_catalog/models/term_associated_object.rb +170 -0
- data/lib/oci/data_catalog/models/term_collection.rb +151 -0
- data/lib/oci/data_catalog/models/term_relationship.rb +301 -0
- data/lib/oci/data_catalog/models/term_relationship_collection.rb +151 -0
- data/lib/oci/data_catalog/models/term_relationship_summary.rb +301 -0
- data/lib/oci/data_catalog/models/term_summary.rb +301 -0
- data/lib/oci/data_catalog/models/term_workflow_status.rb +13 -0
- data/lib/oci/data_catalog/models/type.rb +309 -0
- data/lib/oci/data_catalog/models/type_collection.rb +151 -0
- data/lib/oci/data_catalog/models/type_summary.rb +224 -0
- data/lib/oci/data_catalog/models/update_attribute_details.rb +280 -0
- data/lib/oci/data_catalog/models/update_catalog_details.rb +186 -0
- data/lib/oci/data_catalog/models/update_connection_details.rb +220 -0
- data/lib/oci/data_catalog/models/update_data_asset_details.rb +181 -0
- data/lib/oci/data_catalog/models/update_entity_details.rb +272 -0
- data/lib/oci/data_catalog/models/update_folder_details.rb +240 -0
- data/lib/oci/data_catalog/models/update_glossary_details.rb +190 -0
- data/lib/oci/data_catalog/models/update_job_definition_details.rb +253 -0
- data/lib/oci/data_catalog/models/update_job_details.rb +225 -0
- data/lib/oci/data_catalog/models/update_term_details.rb +204 -0
- data/lib/oci/data_catalog/models/update_term_relationship_details.rb +166 -0
- data/lib/oci/data_catalog/models/upload_credentials_details.rb +167 -0
- data/lib/oci/data_catalog/models/validate_connection_details.rb +167 -0
- data/lib/oci/data_catalog/models/validate_connection_result.rb +160 -0
- data/lib/oci/data_catalog/models/work_request.rb +308 -0
- data/lib/oci/data_catalog/models/work_request_error.rb +173 -0
- data/lib/oci/data_catalog/models/work_request_log.rb +160 -0
- data/lib/oci/data_catalog/models/work_request_resource.rb +219 -0
- data/lib/oci/data_catalog/util.rb +3 -0
- data/lib/oci/data_flow/data_flow.rb +35 -0
- data/lib/oci/data_flow/data_flow_client.rb +1115 -0
- data/lib/oci/data_flow/data_flow_client_composite_operations.rb +271 -0
- data/lib/oci/data_flow/models/application.rb +528 -0
- data/lib/oci/data_flow/models/application_language.rb +13 -0
- data/lib/oci/data_flow/models/application_lifecycle_state.rb +12 -0
- data/lib/oci/data_flow/models/application_parameter.rb +166 -0
- data/lib/oci/data_flow/models/application_summary.rb +346 -0
- data/lib/oci/data_flow/models/change_application_compartment_details.rb +156 -0
- data/lib/oci/data_flow/models/change_run_compartment_details.rb +156 -0
- data/lib/oci/data_flow/models/create_application_details.rb +412 -0
- data/lib/oci/data_flow/models/create_run_details.rb +359 -0
- data/lib/oci/data_flow/models/run.rb +626 -0
- data/lib/oci/data_flow/models/run_lifecycle_state.rb +15 -0
- data/lib/oci/data_flow/models/run_log_summary.rb +260 -0
- data/lib/oci/data_flow/models/run_summary.rb +455 -0
- data/lib/oci/data_flow/models/update_application_details.rb +397 -0
- data/lib/oci/data_flow/models/update_run_details.rb +174 -0
- data/lib/oci/data_flow/util.rb +3 -0
- data/lib/oci/data_safe/data_safe.rb +34 -0
- data/lib/oci/data_safe/data_safe_client.rb +831 -0
- data/lib/oci/data_safe/data_safe_client_composite_operations.rb +272 -0
- data/lib/oci/data_safe/models/change_data_safe_private_endpoint_compartment_details.rb +154 -0
- data/lib/oci/data_safe/models/create_data_safe_private_endpoint_details.rb +269 -0
- data/lib/oci/data_safe/models/data_safe_configuration.rb +265 -0
- data/lib/oci/data_safe/models/data_safe_private_endpoint.rb +361 -0
- data/lib/oci/data_safe/models/data_safe_private_endpoint_summary.rb +283 -0
- data/lib/oci/data_safe/models/enable_data_safe_configuration_details.rb +188 -0
- data/lib/oci/data_safe/models/lifecycle_state.rb +16 -0
- data/lib/oci/data_safe/models/service_list.rb +21 -0
- data/lib/oci/data_safe/models/update_data_safe_private_endpoint_details.rb +213 -0
- data/lib/oci/data_safe/models/work_request.rb +302 -0
- data/lib/oci/data_safe/models/work_request_error.rb +173 -0
- data/lib/oci/data_safe/models/work_request_log_entry.rb +160 -0
- data/lib/oci/data_safe/models/work_request_resource.rb +218 -0
- data/lib/oci/data_safe/models/work_request_summary.rb +302 -0
- data/lib/oci/data_safe/util.rb +3 -0
- data/lib/oci/data_science/data_science.rb +50 -0
- data/lib/oci/data_science/data_science_client.rb +2358 -0
- data/lib/oci/data_science/data_science_client_composite_operations.rb +588 -0
- data/lib/oci/data_science/models/change_model_compartment_details.rb +155 -0
- data/lib/oci/data_science/models/change_notebook_session_compartment_details.rb +155 -0
- data/lib/oci/data_science/models/change_project_compartment_details.rb +155 -0
- data/lib/oci/data_science/models/create_model_details.rb +226 -0
- data/lib/oci/data_science/models/create_model_provenance_details.rb +211 -0
- data/lib/oci/data_science/models/create_notebook_session_details.rb +231 -0
- data/lib/oci/data_science/models/create_project_details.rb +211 -0
- data/lib/oci/data_science/models/model.rb +300 -0
- data/lib/oci/data_science/models/model_lifecycle_state.rb +13 -0
- data/lib/oci/data_science/models/model_provenance.rb +211 -0
- data/lib/oci/data_science/models/model_summary.rb +290 -0
- data/lib/oci/data_science/models/notebook_session.rb +337 -0
- data/lib/oci/data_science/models/notebook_session_configuration_details.rb +181 -0
- data/lib/oci/data_science/models/notebook_session_lifecycle_state.rb +16 -0
- data/lib/oci/data_science/models/notebook_session_shape_summary.rb +182 -0
- data/lib/oci/data_science/models/notebook_session_summary.rb +322 -0
- data/lib/oci/data_science/models/project.rb +286 -0
- data/lib/oci/data_science/models/project_lifecycle_state.rb +12 -0
- data/lib/oci/data_science/models/project_summary.rb +285 -0
- data/lib/oci/data_science/models/update_model_details.rb +199 -0
- data/lib/oci/data_science/models/update_model_provenance_details.rb +211 -0
- data/lib/oci/data_science/models/update_notebook_session_details.rb +203 -0
- data/lib/oci/data_science/models/update_project_details.rb +196 -0
- data/lib/oci/data_science/models/work_request.rb +301 -0
- data/lib/oci/data_science/models/work_request_error.rb +171 -0
- data/lib/oci/data_science/models/work_request_log_entry.rb +160 -0
- data/lib/oci/data_science/models/work_request_operation_type.rb +15 -0
- data/lib/oci/data_science/models/work_request_resource.rb +215 -0
- data/lib/oci/data_science/models/work_request_status.rb +15 -0
- data/lib/oci/data_science/models/work_request_summary.rb +301 -0
- data/lib/oci/data_science/util.rb +3 -0
- data/lib/oci/database/database.rb +54 -3
- data/lib/oci/database/database_client.rb +4952 -1574
- data/lib/oci/database/database_client_composite_operations.rb +729 -49
- data/lib/oci/database/models/activate_exadata_infrastructure_details.rb +154 -0
- data/lib/oci/database/models/associated_database_details.rb +164 -0
- data/lib/oci/database/models/autonomous_container_database.rb +32 -6
- data/lib/oci/database/models/autonomous_container_database_backup_config.rb +2 -1
- data/lib/oci/database/models/autonomous_container_database_summary.rb +32 -6
- data/lib/oci/database/models/autonomous_data_warehouse.rb +3 -3
- data/lib/oci/database/models/autonomous_data_warehouse_backup.rb +2 -1
- data/lib/oci/database/models/autonomous_data_warehouse_backup_summary.rb +2 -1
- data/lib/oci/database/models/autonomous_data_warehouse_connection_strings.rb +2 -1
- data/lib/oci/database/models/autonomous_data_warehouse_console_token_details.rb +165 -0
- data/lib/oci/database/models/autonomous_data_warehouse_summary.rb +3 -3
- data/lib/oci/database/models/autonomous_database.rb +250 -15
- data/lib/oci/database/models/autonomous_database_backup.rb +22 -5
- data/lib/oci/database/models/autonomous_database_backup_summary.rb +22 -5
- data/lib/oci/database/models/autonomous_database_connection_strings.rb +2 -1
- data/lib/oci/database/models/autonomous_database_connection_urls.rb +21 -6
- data/lib/oci/database/models/autonomous_database_console_token_details.rb +164 -0
- data/lib/oci/database/models/autonomous_database_summary.rb +250 -15
- data/lib/oci/database/models/autonomous_database_wallet.rb +189 -0
- data/lib/oci/database/models/autonomous_db_preview_version_summary.rb +8 -5
- data/lib/oci/database/models/autonomous_db_version_summary.rb +228 -0
- data/lib/oci/database/models/autonomous_exadata_infrastructure.rb +20 -4
- data/lib/oci/database/models/autonomous_exadata_infrastructure_shape_summary.rb +2 -1
- data/lib/oci/database/models/autonomous_exadata_infrastructure_summary.rb +20 -4
- data/lib/oci/database/models/backup.rb +26 -5
- data/lib/oci/database/models/backup_destination.rb +360 -0
- data/lib/oci/database/models/backup_destination_details.rb +210 -0
- data/lib/oci/database/models/backup_destination_summary.rb +363 -0
- data/lib/oci/database/models/backup_summary.rb +26 -5
- data/lib/oci/database/models/change_compartment_details.rb +156 -0
- data/lib/oci/database/models/change_exadata_infrastructure_compartment_details.rb +156 -0
- data/lib/oci/database/models/change_vm_cluster_compartment_details.rb +156 -0
- data/lib/oci/database/models/complete_external_backup_job_details.rb +2 -1
- data/lib/oci/database/models/console_connection.rb +236 -0
- data/lib/oci/database/models/console_connection_summary.rb +241 -0
- data/lib/oci/database/models/create_autonomous_container_database_details.rb +17 -5
- data/lib/oci/database/models/create_autonomous_data_warehouse_backup_details.rb +2 -1
- data/lib/oci/database/models/create_autonomous_data_warehouse_details.rb +2 -3
- data/lib/oci/database/models/create_autonomous_database_backup_details.rb +2 -1
- data/lib/oci/database/models/create_autonomous_database_base.rb +128 -13
- data/lib/oci/database/models/create_autonomous_database_clone_details.rb +28 -3
- data/lib/oci/database/models/create_autonomous_database_details.rb +27 -2
- data/lib/oci/database/models/create_autonomous_database_from_backup_details.rb +270 -0
- data/lib/oci/database/models/create_autonomous_database_from_backup_timestamp_details.rb +280 -0
- data/lib/oci/database/models/create_backup_destination_details.rb +242 -0
- data/lib/oci/database/models/create_backup_details.rb +2 -1
- data/lib/oci/database/models/create_console_connection_details.rb +156 -0
- data/lib/oci/database/models/create_data_guard_association_details.rb +3 -2
- data/lib/oci/database/models/create_data_guard_association_to_existing_db_system_details.rb +4 -3
- data/lib/oci/database/models/create_data_guard_association_with_new_db_system_details.rb +23 -9
- data/lib/oci/database/models/create_database_base.rb +216 -0
- data/lib/oci/database/models/create_database_details.rb +18 -5
- data/lib/oci/database/models/create_database_from_another_database_details.rb +224 -0
- data/lib/oci/database/models/create_database_from_backup.rb +169 -0
- data/lib/oci/database/models/create_database_from_backup_details.rb +17 -2
- data/lib/oci/database/models/{create_db_home_with_db_system_id_base.rb → create_db_home_base.rb} +12 -21
- data/lib/oci/database/models/create_db_home_details.rb +4 -3
- data/lib/oci/database/models/create_db_home_from_backup_details.rb +4 -3
- data/lib/oci/database/models/create_db_home_from_database_details.rb +167 -0
- data/lib/oci/database/models/create_db_home_with_db_system_id_details.rb +22 -11
- data/lib/oci/database/models/create_db_home_with_db_system_id_from_backup_details.rb +22 -10
- data/lib/oci/database/models/create_db_home_with_db_system_id_from_database_details.rb +177 -0
- data/lib/oci/database/models/create_db_home_with_vm_cluster_id_details.rb +190 -0
- data/lib/oci/database/models/create_exadata_infrastructure_details.rb +351 -0
- data/lib/oci/database/models/create_external_backup_job_details.rb +2 -1
- data/lib/oci/database/models/create_new_database_details.rb +169 -0
- data/lib/oci/database/models/create_nfs_backup_destination_details.rb +179 -0
- data/lib/oci/database/models/create_recovery_appliance_backup_destination_details.rb +192 -0
- data/lib/oci/database/models/create_vm_cluster_details.rb +387 -0
- data/lib/oci/database/models/data_guard_association.rb +3 -2
- data/lib/oci/database/models/data_guard_association_summary.rb +3 -2
- data/lib/oci/database/models/database.rb +46 -5
- data/lib/oci/database/models/database_connection_strings.rb +2 -1
- data/lib/oci/database/models/database_summary.rb +46 -5
- data/lib/oci/database/models/day_of_week.rb +2 -1
- data/lib/oci/database/models/db_backup_config.rb +67 -5
- data/lib/oci/database/models/db_home.rb +49 -6
- data/lib/oci/database/models/db_home_summary.rb +52 -9
- data/lib/oci/database/models/db_iorm_config.rb +2 -1
- data/lib/oci/database/models/db_iorm_config_update_detail.rb +2 -1
- data/lib/oci/database/models/db_node.rb +80 -5
- data/lib/oci/database/models/db_node_summary.rb +80 -5
- data/lib/oci/database/models/db_system.rb +61 -9
- data/lib/oci/database/models/db_system_options.rb +179 -0
- data/lib/oci/database/models/db_system_shape_summary.rb +115 -2
- data/lib/oci/database/models/db_system_summary.rb +61 -9
- data/lib/oci/database/models/db_version_summary.rb +20 -5
- data/lib/oci/database/models/exadata_infrastructure.rb +535 -0
- data/lib/oci/database/models/exadata_infrastructure_summary.rb +538 -0
- data/lib/oci/database/models/exadata_iorm_config.rb +2 -1
- data/lib/oci/database/models/exadata_iorm_config_update_details.rb +2 -1
- data/lib/oci/database/models/external_backup_job.rb +2 -1
- data/lib/oci/database/models/failover_data_guard_association_details.rb +2 -1
- data/lib/oci/database/models/generate_autonomous_data_warehouse_wallet_details.rb +2 -1
- data/lib/oci/database/models/generate_autonomous_database_wallet_details.rb +33 -2
- data/lib/oci/database/models/generate_recommended_network_details.rb +233 -0
- data/lib/oci/database/models/gi_version_summary.rb +153 -0
- data/lib/oci/database/models/info_for_network_gen_details.rb +232 -0
- data/lib/oci/database/models/launch_autonomous_exadata_infrastructure_details.rb +20 -4
- data/lib/oci/database/models/launch_db_system_base.rb +27 -12
- data/lib/oci/database/models/launch_db_system_details.rb +23 -5
- data/lib/oci/database/models/launch_db_system_from_backup_details.rb +7 -2
- data/lib/oci/database/models/launch_db_system_from_database_details.rb +340 -0
- data/lib/oci/database/models/maintenance_run.rb +6 -1
- data/lib/oci/database/models/maintenance_run_summary.rb +6 -1
- data/lib/oci/database/models/maintenance_window.rb +23 -6
- data/lib/oci/database/models/month.rb +2 -1
- data/lib/oci/database/models/node_details.rb +184 -0
- data/lib/oci/database/models/ocp_us.rb +182 -0
- data/lib/oci/database/models/patch.rb +2 -1
- data/lib/oci/database/models/patch_details.rb +3 -2
- data/lib/oci/database/models/patch_history_entry.rb +2 -1
- data/lib/oci/database/models/patch_history_entry_summary.rb +2 -1
- data/lib/oci/database/models/patch_summary.rb +2 -1
- data/lib/oci/database/models/reinstate_data_guard_association_details.rb +2 -1
- data/lib/oci/database/models/restore_autonomous_data_warehouse_details.rb +2 -1
- data/lib/oci/database/models/restore_autonomous_database_details.rb +2 -1
- data/lib/oci/database/models/restore_database_details.rb +2 -1
- data/lib/oci/database/models/scan_details.rb +171 -0
- data/lib/oci/database/models/switchover_data_guard_association_details.rb +2 -1
- data/lib/oci/database/models/update_autonomous_container_database_details.rb +16 -4
- data/lib/oci/database/models/update_autonomous_data_warehouse_details.rb +2 -3
- data/lib/oci/database/models/update_autonomous_database_details.rb +68 -14
- data/lib/oci/database/models/update_autonomous_database_wallet_details.rb +157 -0
- data/lib/oci/database/models/update_autonomous_exadata_infrastructure_details.rb +20 -4
- data/lib/oci/database/models/update_backup_destination_details.rb +219 -0
- data/lib/oci/database/models/update_database_details.rb +17 -4
- data/lib/oci/database/models/update_db_home_details.rb +3 -2
- data/lib/oci/database/models/update_db_system_details.rb +65 -12
- data/lib/oci/database/models/update_exadata_infrastructure_details.rb +308 -0
- data/lib/oci/database/models/update_maintenance_run_details.rb +20 -5
- data/lib/oci/database/models/update_vm_cluster_details.rb +281 -0
- data/lib/oci/database/models/update_vm_cluster_network_details.rb +219 -0
- data/lib/oci/database/models/vm_cluster.rb +492 -0
- data/lib/oci/database/models/vm_cluster_network.rb +351 -0
- data/lib/oci/database/models/vm_cluster_network_details.rb +247 -0
- data/lib/oci/database/models/vm_cluster_network_summary.rb +354 -0
- data/lib/oci/database/models/vm_cluster_summary.rb +495 -0
- data/lib/oci/database/models/vm_network_details.rb +232 -0
- data/lib/oci/database/models/workload_type.rb +161 -0
- data/lib/oci/database/util.rb +2 -1
- data/lib/oci/dns/dns.rb +13 -1
- data/lib/oci/dns/dns_client.rb +810 -105
- data/lib/oci/dns/dns_client_composite_operations.rb +122 -2
- data/lib/oci/dns/models/change_steering_policy_compartment_details.rb +156 -0
- data/lib/oci/dns/models/change_tsig_key_compartment_details.rb +156 -0
- data/lib/oci/dns/models/change_zone_compartment_details.rb +156 -0
- data/lib/oci/dns/models/create_migrated_dynect_zone_details.rb +180 -0
- data/lib/oci/dns/models/create_steering_policy_attachment_details.rb +2 -1
- data/lib/oci/dns/models/create_steering_policy_details.rb +2 -1
- data/lib/oci/dns/models/create_tsig_key_details.rb +229 -0
- data/lib/oci/dns/models/create_zone_base_details.rb +253 -0
- data/lib/oci/dns/models/create_zone_details.rb +20 -57
- data/lib/oci/dns/models/dynect_migration_details.rb +193 -0
- data/lib/oci/dns/models/external_master.rb +23 -5
- data/lib/oci/dns/models/migration_replacement.rb +188 -0
- data/lib/oci/dns/models/nameserver.rb +2 -1
- data/lib/oci/dns/models/patch_domain_records_details.rb +2 -1
- data/lib/oci/dns/models/patch_rr_set_details.rb +2 -1
- data/lib/oci/dns/models/patch_zone_records_details.rb +2 -1
- data/lib/oci/dns/models/record.rb +2 -1
- data/lib/oci/dns/models/record_collection.rb +2 -1
- data/lib/oci/dns/models/record_details.rb +2 -1
- data/lib/oci/dns/models/record_operation.rb +2 -1
- data/lib/oci/dns/models/rr_set.rb +2 -1
- data/lib/oci/dns/models/sort_order.rb +2 -1
- data/lib/oci/dns/models/steering_policy.rb +2 -1
- data/lib/oci/dns/models/steering_policy_answer.rb +2 -1
- data/lib/oci/dns/models/steering_policy_attachment.rb +2 -1
- data/lib/oci/dns/models/steering_policy_attachment_summary.rb +2 -1
- data/lib/oci/dns/models/steering_policy_filter_answer_data.rb +2 -1
- data/lib/oci/dns/models/steering_policy_filter_rule.rb +2 -1
- data/lib/oci/dns/models/steering_policy_filter_rule_case.rb +2 -1
- data/lib/oci/dns/models/steering_policy_health_rule.rb +2 -1
- data/lib/oci/dns/models/steering_policy_health_rule_case.rb +2 -1
- data/lib/oci/dns/models/steering_policy_limit_rule.rb +2 -1
- data/lib/oci/dns/models/steering_policy_limit_rule_case.rb +2 -1
- data/lib/oci/dns/models/steering_policy_priority_answer_data.rb +2 -1
- data/lib/oci/dns/models/steering_policy_priority_rule.rb +2 -1
- data/lib/oci/dns/models/steering_policy_priority_rule_case.rb +2 -1
- data/lib/oci/dns/models/steering_policy_rule.rb +2 -1
- data/lib/oci/dns/models/steering_policy_summary.rb +2 -1
- data/lib/oci/dns/models/steering_policy_weighted_answer_data.rb +2 -1
- data/lib/oci/dns/models/steering_policy_weighted_rule.rb +2 -1
- data/lib/oci/dns/models/steering_policy_weighted_rule_case.rb +2 -1
- data/lib/oci/dns/models/tsig.rb +2 -1
- data/lib/oci/dns/models/tsig_key.rb +321 -0
- data/lib/oci/dns/models/tsig_key_summary.rb +291 -0
- data/lib/oci/dns/models/update_domain_records_details.rb +2 -1
- data/lib/oci/dns/models/update_rr_set_details.rb +2 -1
- data/lib/oci/dns/models/update_steering_policy_attachment_details.rb +2 -1
- data/lib/oci/dns/models/update_steering_policy_details.rb +2 -1
- data/lib/oci/dns/models/update_tsig_key_details.rb +181 -0
- data/lib/oci/dns/models/update_zone_details.rb +2 -1
- data/lib/oci/dns/models/update_zone_records_details.rb +2 -1
- data/lib/oci/dns/models/zone.rb +2 -1
- data/lib/oci/dns/models/zone_summary.rb +2 -1
- data/lib/oci/dns/util.rb +2 -1
- data/lib/oci/dts/appliance_export_job_client.rb +494 -0
- data/lib/oci/dts/appliance_export_job_client_composite_operations.rb +144 -0
- data/lib/oci/dts/dts.rb +67 -0
- data/lib/oci/dts/models/appliance_export_job.rb +551 -0
- data/lib/oci/dts/models/appliance_export_job_summary.rb +276 -0
- data/lib/oci/dts/models/attach_devices_details.rb +154 -0
- data/lib/oci/dts/models/change_appliance_export_job_compartment_details.rb +155 -0
- data/lib/oci/dts/models/change_transfer_job_compartment_details.rb +155 -0
- data/lib/oci/dts/models/create_appliance_export_job_details.rb +270 -0
- data/lib/oci/dts/models/create_transfer_appliance_details.rb +153 -0
- data/lib/oci/dts/models/create_transfer_appliance_entitlement_details.rb +228 -0
- data/lib/oci/dts/models/create_transfer_device_details.rb +166 -0
- data/lib/oci/dts/models/create_transfer_job_details.rb +243 -0
- data/lib/oci/dts/models/create_transfer_package_details.rb +179 -0
- data/lib/oci/dts/models/detach_devices_details.rb +154 -0
- data/lib/oci/dts/models/multiple_transfer_appliances.rb +154 -0
- data/lib/oci/dts/models/multiple_transfer_devices.rb +154 -0
- data/lib/oci/dts/models/multiple_transfer_packages.rb +154 -0
- data/lib/oci/dts/models/new_transfer_device.rb +247 -0
- data/lib/oci/dts/models/shipping_address.rb +264 -0
- data/lib/oci/dts/models/shipping_vendors.rb +150 -0
- data/lib/oci/dts/models/transfer_appliance.rb +370 -0
- data/lib/oci/dts/models/transfer_appliance_certificate.rb +149 -0
- data/lib/oci/dts/models/transfer_appliance_encryption_passphrase.rb +153 -0
- data/lib/oci/dts/models/transfer_appliance_entitlement.rb +314 -0
- data/lib/oci/dts/models/transfer_appliance_entitlement_summary.rb +266 -0
- data/lib/oci/dts/models/transfer_appliance_public_key.rb +153 -0
- data/lib/oci/dts/models/transfer_appliance_summary.rb +226 -0
- data/lib/oci/dts/models/transfer_device.rb +269 -0
- data/lib/oci/dts/models/transfer_device_summary.rb +255 -0
- data/lib/oci/dts/models/transfer_job.rb +357 -0
- data/lib/oci/dts/models/transfer_job_summary.rb +301 -0
- data/lib/oci/dts/models/transfer_package.rb +282 -0
- data/lib/oci/dts/models/transfer_package_summary.rb +202 -0
- data/lib/oci/dts/models/update_appliance_export_job_details.rb +396 -0
- data/lib/oci/dts/models/update_transfer_appliance_details.rb +182 -0
- data/lib/oci/dts/models/update_transfer_device_details.rb +167 -0
- data/lib/oci/dts/models/update_transfer_job_details.rb +242 -0
- data/lib/oci/dts/models/update_transfer_package_details.rb +205 -0
- data/lib/oci/dts/shipping_vendors_client.rb +164 -0
- data/lib/oci/dts/shipping_vendors_client_composite_operations.rb +25 -0
- data/lib/oci/dts/transfer_appliance_client.rb +568 -0
- data/lib/oci/dts/transfer_appliance_client_composite_operations.rb +105 -0
- data/lib/oci/dts/transfer_appliance_entitlement_client.rb +298 -0
- data/lib/oci/dts/transfer_appliance_entitlement_client_composite_operations.rb +64 -0
- data/lib/oci/dts/transfer_device_client.rb +401 -0
- data/lib/oci/dts/transfer_device_client_composite_operations.rb +66 -0
- data/lib/oci/dts/transfer_job_client.rb +485 -0
- data/lib/oci/dts/transfer_job_client_composite_operations.rb +144 -0
- data/lib/oci/dts/transfer_package_client.rb +514 -0
- data/lib/oci/dts/transfer_package_client_composite_operations.rb +105 -0
- data/lib/oci/dts/util.rb +3 -0
- data/lib/oci/email/email.rb +2 -1
- data/lib/oci/email/email_client.rb +4 -5
- data/lib/oci/email/email_client_composite_operations.rb +2 -1
- data/lib/oci/email/models/change_sender_compartment_details.rb +2 -1
- data/lib/oci/email/models/create_sender_details.rb +2 -1
- data/lib/oci/email/models/create_suppression_details.rb +2 -1
- data/lib/oci/email/models/sender.rb +2 -1
- data/lib/oci/email/models/sender_summary.rb +2 -1
- data/lib/oci/email/models/suppression.rb +2 -1
- data/lib/oci/email/models/suppression_summary.rb +2 -1
- data/lib/oci/email/models/update_sender_details.rb +2 -1
- data/lib/oci/email/util.rb +2 -1
- data/lib/oci/errors.rb +2 -1
- data/lib/oci/events/events.rb +35 -0
- data/lib/oci/events/events_client.rb +536 -0
- data/lib/oci/events/events_client_composite_operations.rb +146 -0
- data/lib/oci/events/models/action.rb +295 -0
- data/lib/oci/events/models/action_details.rb +223 -0
- data/lib/oci/events/models/action_details_list.rb +151 -0
- data/lib/oci/events/models/action_list.rb +152 -0
- data/lib/oci/events/models/change_rule_compartment_details.rb +157 -0
- data/lib/oci/events/models/create_faa_s_action_details.rb +171 -0
- data/lib/oci/events/models/create_notification_service_action_details.rb +171 -0
- data/lib/oci/events/models/create_rule_details.rb +280 -0
- data/lib/oci/events/models/create_streaming_service_action_details.rb +171 -0
- data/lib/oci/events/models/faa_s_action.rb +183 -0
- data/lib/oci/events/models/notification_service_action.rb +184 -0
- data/lib/oci/events/models/rule.rb +368 -0
- data/lib/oci/events/models/rule_summary.rb +317 -0
- data/lib/oci/events/models/streaming_service_action.rb +183 -0
- data/lib/oci/events/models/update_rule_details.rb +262 -0
- data/lib/oci/events/util.rb +3 -0
- data/lib/oci/file_storage/file_storage.rb +2 -1
- data/lib/oci/file_storage/file_storage_client.rb +71 -64
- data/lib/oci/file_storage/file_storage_client_composite_operations.rb +2 -1
- data/lib/oci/file_storage/models/change_file_system_compartment_details.rb +2 -1
- data/lib/oci/file_storage/models/change_mount_target_compartment_details.rb +2 -1
- data/lib/oci/file_storage/models/client_options.rb +2 -1
- data/lib/oci/file_storage/models/create_export_details.rb +2 -1
- data/lib/oci/file_storage/models/create_file_system_details.rb +21 -5
- data/lib/oci/file_storage/models/create_mount_target_details.rb +21 -2
- data/lib/oci/file_storage/models/create_snapshot_details.rb +2 -1
- data/lib/oci/file_storage/models/export.rb +2 -1
- data/lib/oci/file_storage/models/export_set.rb +2 -1
- data/lib/oci/file_storage/models/export_set_summary.rb +2 -1
- data/lib/oci/file_storage/models/export_summary.rb +2 -1
- data/lib/oci/file_storage/models/file_system.rb +21 -5
- data/lib/oci/file_storage/models/file_system_summary.rb +21 -5
- data/lib/oci/file_storage/models/mount_target.rb +21 -2
- data/lib/oci/file_storage/models/mount_target_summary.rb +21 -2
- data/lib/oci/file_storage/models/snapshot.rb +2 -1
- data/lib/oci/file_storage/models/snapshot_summary.rb +2 -1
- data/lib/oci/file_storage/models/update_export_details.rb +2 -1
- data/lib/oci/file_storage/models/update_export_set_details.rb +2 -1
- data/lib/oci/file_storage/models/update_file_system_details.rb +25 -5
- data/lib/oci/file_storage/models/update_mount_target_details.rb +21 -2
- data/lib/oci/file_storage/models/update_snapshot_details.rb +2 -1
- data/lib/oci/file_storage/util.rb +2 -1
- data/lib/oci/functions/functions.rb +30 -0
- data/lib/oci/functions/functions_invoke_client.rb +236 -0
- data/lib/oci/functions/functions_invoke_client_composite_operations.rb +25 -0
- data/lib/oci/functions/functions_management_client.rb +850 -0
- data/lib/oci/functions/functions_management_client_composite_operations.rb +267 -0
- data/lib/oci/functions/models/application.rb +323 -0
- data/lib/oci/functions/models/application_summary.rb +282 -0
- data/lib/oci/functions/models/change_application_compartment_details.rb +157 -0
- data/lib/oci/functions/models/create_application_details.rb +237 -0
- data/lib/oci/functions/models/create_function_details.rb +281 -0
- data/lib/oci/functions/models/function.rb +398 -0
- data/lib/oci/functions/models/function_summary.rb +382 -0
- data/lib/oci/functions/models/update_application_details.rb +192 -0
- data/lib/oci/functions/models/update_function_details.rb +251 -0
- data/lib/oci/functions/util.rb +3 -0
- data/lib/oci/global_context.rb +2 -1
- data/lib/oci/healthchecks/health_checks_client.rb +169 -20
- data/lib/oci/healthchecks/health_checks_client_composite_operations.rb +2 -1
- data/lib/oci/healthchecks/healthchecks.rb +4 -1
- data/lib/oci/healthchecks/models/change_http_monitor_compartment_details.rb +156 -0
- data/lib/oci/healthchecks/models/change_ping_monitor_compartment_details.rb +156 -0
- data/lib/oci/healthchecks/models/connection.rb +2 -1
- data/lib/oci/healthchecks/models/create_http_monitor_details.rb +4 -2
- data/lib/oci/healthchecks/models/create_on_demand_http_probe_details.rb +4 -2
- data/lib/oci/healthchecks/models/create_on_demand_ping_probe_details.rb +4 -2
- data/lib/oci/healthchecks/models/create_ping_monitor_details.rb +4 -2
- data/lib/oci/healthchecks/models/dns.rb +2 -1
- data/lib/oci/healthchecks/models/geolocation.rb +2 -1
- data/lib/oci/healthchecks/models/health_checks_vantage_point_summary.rb +2 -1
- data/lib/oci/healthchecks/models/http_monitor.rb +35 -2
- data/lib/oci/healthchecks/models/http_monitor_summary.rb +33 -2
- data/lib/oci/healthchecks/models/http_probe.rb +35 -2
- data/lib/oci/healthchecks/models/http_probe_method.rb +2 -1
- data/lib/oci/healthchecks/models/http_probe_protocol.rb +2 -1
- data/lib/oci/healthchecks/models/http_probe_result_summary.rb +2 -1
- data/lib/oci/healthchecks/models/ping_monitor.rb +35 -2
- data/lib/oci/healthchecks/models/ping_monitor_summary.rb +33 -2
- data/lib/oci/healthchecks/models/ping_probe.rb +35 -2
- data/lib/oci/healthchecks/models/ping_probe_protocol.rb +2 -1
- data/lib/oci/healthchecks/models/ping_probe_result_summary.rb +2 -1
- data/lib/oci/healthchecks/models/routing.rb +2 -1
- data/lib/oci/healthchecks/models/tcp_connection.rb +2 -1
- data/lib/oci/healthchecks/models/update_http_monitor_details.rb +4 -1
- data/lib/oci/healthchecks/models/update_ping_monitor_details.rb +4 -1
- data/lib/oci/healthchecks/util.rb +2 -1
- data/lib/oci/identity/identity.rb +26 -1
- data/lib/oci/identity/identity_client.rb +1771 -118
- data/lib/oci/identity/identity_client_composite_operations.rb +290 -1
- data/lib/oci/identity/models/add_user_to_group_details.rb +2 -1
- data/lib/oci/identity/models/api_key.rb +2 -1
- data/lib/oci/identity/models/auth_token.rb +2 -1
- data/lib/oci/identity/models/authentication_policy.rb +2 -1
- data/lib/oci/identity/models/availability_domain.rb +2 -1
- data/lib/oci/identity/models/base_tag_definition_validator.rb +203 -0
- data/lib/oci/identity/models/bulk_action_resource.rb +182 -0
- data/lib/oci/identity/models/bulk_action_resource_type.rb +169 -0
- data/lib/oci/identity/models/bulk_action_resource_type_collection.rb +151 -0
- data/lib/oci/identity/models/bulk_delete_resources_details.rb +151 -0
- data/lib/oci/identity/models/bulk_delete_tags_details.rb +154 -0
- data/lib/oci/identity/models/bulk_move_resources_details.rb +167 -0
- data/lib/oci/identity/models/change_tag_namespace_compartment_detail.rb +2 -1
- data/lib/oci/identity/models/compartment.rb +5 -1
- data/lib/oci/identity/models/create_api_key_details.rb +2 -1
- data/lib/oci/identity/models/create_auth_token_details.rb +2 -1
- data/lib/oci/identity/models/create_compartment_details.rb +2 -1
- data/lib/oci/identity/models/create_customer_secret_key_details.rb +2 -1
- data/lib/oci/identity/models/create_dynamic_group_details.rb +2 -1
- data/lib/oci/identity/models/create_group_details.rb +2 -1
- data/lib/oci/identity/models/create_identity_provider_details.rb +2 -1
- data/lib/oci/identity/models/create_idp_group_mapping_details.rb +2 -1
- data/lib/oci/identity/models/create_network_source_details.rb +254 -0
- data/lib/oci/identity/models/create_o_auth2_client_credential_details.rb +170 -0
- data/lib/oci/identity/models/create_policy_details.rb +2 -1
- data/lib/oci/identity/models/create_region_subscription_details.rb +4 -8
- data/lib/oci/identity/models/create_saml2_identity_provider_details.rb +2 -1
- data/lib/oci/identity/models/create_smtp_credential_details.rb +2 -1
- data/lib/oci/identity/models/create_swift_password_details.rb +2 -1
- data/lib/oci/identity/models/create_tag_default_details.rb +28 -5
- data/lib/oci/identity/models/create_tag_details.rb +30 -6
- data/lib/oci/identity/models/create_tag_namespace_details.rb +4 -1
- data/lib/oci/identity/models/create_user_details.rb +2 -1
- data/lib/oci/identity/models/customer_secret_key.rb +2 -1
- data/lib/oci/identity/models/customer_secret_key_summary.rb +2 -1
- data/lib/oci/identity/models/default_tag_definition_validator.rb +148 -0
- data/lib/oci/identity/models/dynamic_group.rb +5 -1
- data/lib/oci/identity/models/enum_tag_definition_validator.rb +163 -0
- data/lib/oci/identity/models/fault_domain.rb +2 -1
- data/lib/oci/identity/models/fully_qualified_scope.rb +160 -0
- data/lib/oci/identity/models/group.rb +5 -1
- data/lib/oci/identity/models/identity_provider.rb +5 -1
- data/lib/oci/identity/models/identity_provider_group_summary.rb +2 -1
- data/lib/oci/identity/models/idp_group_mapping.rb +2 -1
- data/lib/oci/identity/models/mfa_totp_device.rb +2 -1
- data/lib/oci/identity/models/mfa_totp_device_summary.rb +2 -1
- data/lib/oci/identity/models/mfa_totp_token.rb +2 -1
- data/lib/oci/identity/models/move_compartment_details.rb +156 -0
- data/lib/oci/identity/models/network_sources.rb +337 -0
- data/lib/oci/identity/models/network_sources_summary.rb +249 -0
- data/lib/oci/identity/models/network_sources_virtual_source_list.rb +166 -0
- data/lib/oci/identity/models/o_auth2_client_credential.rb +293 -0
- data/lib/oci/identity/models/o_auth2_client_credential_summary.rb +283 -0
- data/lib/oci/identity/models/password_policy.rb +2 -1
- data/lib/oci/identity/models/policy.rb +5 -1
- data/lib/oci/identity/models/region.rb +8 -13
- data/lib/oci/identity/models/region_subscription.rb +8 -13
- data/lib/oci/identity/models/saml2_identity_provider.rb +2 -1
- data/lib/oci/identity/models/scim_client_credentials.rb +2 -1
- data/lib/oci/identity/models/smtp_credential.rb +2 -1
- data/lib/oci/identity/models/smtp_credential_summary.rb +2 -1
- data/lib/oci/identity/models/swift_password.rb +2 -1
- data/lib/oci/identity/models/tag.rb +36 -8
- data/lib/oci/identity/models/tag_default.rb +28 -5
- data/lib/oci/identity/models/tag_default_summary.rb +28 -5
- data/lib/oci/identity/models/tag_namespace.rb +7 -3
- data/lib/oci/identity/models/tag_namespace_summary.rb +2 -1
- data/lib/oci/identity/models/tag_summary.rb +5 -3
- data/lib/oci/identity/models/tagging_work_request.rb +306 -0
- data/lib/oci/identity/models/tagging_work_request_error_summary.rb +173 -0
- data/lib/oci/identity/models/tagging_work_request_log_summary.rb +163 -0
- data/lib/oci/identity/models/tagging_work_request_summary.rb +305 -0
- data/lib/oci/identity/models/tenancy.rb +19 -8
- data/lib/oci/identity/models/ui_password.rb +2 -1
- data/lib/oci/identity/models/ui_password_information.rb +2 -1
- data/lib/oci/identity/models/update_auth_token_details.rb +2 -1
- data/lib/oci/identity/models/update_authentication_policy_details.rb +2 -1
- data/lib/oci/identity/models/update_compartment_details.rb +2 -1
- data/lib/oci/identity/models/update_customer_secret_key_details.rb +2 -1
- data/lib/oci/identity/models/update_dynamic_group_details.rb +2 -1
- data/lib/oci/identity/models/update_group_details.rb +2 -1
- data/lib/oci/identity/models/update_identity_provider_details.rb +2 -1
- data/lib/oci/identity/models/update_idp_group_mapping_details.rb +2 -1
- data/lib/oci/identity/models/update_network_source_details.rb +227 -0
- data/lib/oci/identity/models/update_o_auth2_client_credential_details.rb +174 -0
- data/lib/oci/identity/models/update_policy_details.rb +2 -1
- data/lib/oci/identity/models/update_saml2_identity_provider_details.rb +2 -1
- data/lib/oci/identity/models/update_smtp_credential_details.rb +2 -1
- data/lib/oci/identity/models/update_state_details.rb +2 -1
- data/lib/oci/identity/models/update_swift_password_details.rb +2 -1
- data/lib/oci/identity/models/update_tag_default_details.rb +28 -5
- data/lib/oci/identity/models/update_tag_details.rb +28 -5
- data/lib/oci/identity/models/update_tag_namespace_details.rb +2 -1
- data/lib/oci/identity/models/update_user_capabilities_details.rb +21 -5
- data/lib/oci/identity/models/update_user_details.rb +2 -1
- data/lib/oci/identity/models/user.rb +22 -3
- data/lib/oci/identity/models/user_capabilities.rb +21 -5
- data/lib/oci/identity/models/user_group_membership.rb +2 -1
- data/lib/oci/identity/models/work_request.rb +2 -1
- data/lib/oci/identity/models/work_request_error.rb +2 -1
- data/lib/oci/identity/models/work_request_log_entry.rb +2 -1
- data/lib/oci/identity/models/work_request_resource.rb +2 -1
- data/lib/oci/identity/models/work_request_summary.rb +2 -1
- data/lib/oci/identity/util.rb +2 -1
- data/lib/oci/integration/integration.rb +30 -0
- data/lib/oci/integration/integration_instance_client.rb +877 -0
- data/lib/oci/integration/integration_instance_client_composite_operations.rb +321 -0
- data/lib/oci/integration/models/change_integration_instance_compartment_details.rb +154 -0
- data/lib/oci/integration/models/create_integration_instance_details.rb +287 -0
- data/lib/oci/integration/models/integration_instance.rb +382 -0
- data/lib/oci/integration/models/integration_instance_summary.rb +348 -0
- data/lib/oci/integration/models/update_integration_instance_details.rb +259 -0
- data/lib/oci/integration/models/work_request.rb +313 -0
- data/lib/oci/integration/models/work_request_error.rb +171 -0
- data/lib/oci/integration/models/work_request_log_entry.rb +160 -0
- data/lib/oci/integration/models/work_request_resource.rb +221 -0
- data/lib/oci/integration/models/work_request_summary.rb +313 -0
- data/lib/oci/integration/util.rb +3 -0
- data/lib/oci/internal/internal.rb +2 -1
- data/lib/oci/internal/util.rb +2 -1
- data/lib/oci/key_management/key_management.rb +17 -1
- data/lib/oci/key_management/kms_crypto_client.rb +7 -9
- data/lib/oci/key_management/kms_crypto_client_composite_operations.rb +2 -1
- data/lib/oci/key_management/kms_management_client.rb +794 -64
- data/lib/oci/key_management/kms_management_client_composite_operations.rb +161 -1
- data/lib/oci/key_management/kms_vault_client.rb +426 -21
- data/lib/oci/key_management/kms_vault_client_composite_operations.rb +41 -1
- data/lib/oci/key_management/models/backup_key_details.rb +153 -0
- data/lib/oci/key_management/models/backup_location.rb +183 -0
- data/lib/oci/key_management/models/backup_location_bucket.rb +186 -0
- data/lib/oci/key_management/models/backup_location_uri.rb +158 -0
- data/lib/oci/key_management/models/backup_vault_details.rb +166 -0
- data/lib/oci/key_management/models/change_key_compartment_details.rb +154 -0
- data/lib/oci/key_management/models/change_vault_compartment_details.rb +154 -0
- data/lib/oci/key_management/models/create_key_details.rb +9 -7
- data/lib/oci/key_management/models/create_vault_details.rb +10 -7
- data/lib/oci/key_management/models/decrypt_data_details.rb +6 -6
- data/lib/oci/key_management/models/decrypted_data.rb +2 -1
- data/lib/oci/key_management/models/encrypt_data_details.rb +5 -4
- data/lib/oci/key_management/models/encrypted_data.rb +2 -1
- data/lib/oci/key_management/models/generate_key_details.rb +7 -6
- data/lib/oci/key_management/models/generated_key.rb +9 -9
- data/lib/oci/key_management/models/import_key_details.rb +231 -0
- data/lib/oci/key_management/models/import_key_version_details.rb +188 -0
- data/lib/oci/key_management/models/key.rb +35 -16
- data/lib/oci/key_management/models/key_shape.rb +4 -2
- data/lib/oci/key_management/models/key_summary.rb +12 -7
- data/lib/oci/key_management/models/key_version.rb +113 -5
- data/lib/oci/key_management/models/key_version_summary.rb +94 -3
- data/lib/oci/key_management/models/restore_key_from_object_store_details.rb +153 -0
- data/lib/oci/key_management/models/restore_vault_from_object_store_details.rb +153 -0
- data/lib/oci/key_management/models/schedule_key_deletion_details.rb +8 -5
- data/lib/oci/key_management/models/schedule_key_version_deletion_details.rb +157 -0
- data/lib/oci/key_management/models/schedule_vault_deletion_details.rb +8 -5
- data/lib/oci/key_management/models/update_key_details.rb +8 -6
- data/lib/oci/key_management/models/update_vault_details.rb +8 -6
- data/lib/oci/key_management/models/vault.rb +56 -15
- data/lib/oci/key_management/models/vault_summary.rb +20 -10
- data/lib/oci/key_management/models/vault_usage.rb +168 -0
- data/lib/oci/key_management/models/wrapped_import_key.rb +180 -0
- data/lib/oci/key_management/models/wrapping_key.rb +258 -0
- data/lib/oci/key_management/util.rb +2 -1
- data/lib/oci/limits/limits.rb +29 -0
- data/lib/oci/limits/limits_client.rb +443 -0
- data/lib/oci/limits/limits_client_composite_operations.rb +25 -0
- data/lib/oci/limits/models/create_quota_details.rb +221 -0
- data/lib/oci/limits/models/limit_definition_summary.rb +242 -0
- data/lib/oci/limits/models/limit_value_summary.rb +211 -0
- data/lib/oci/limits/models/quota.rb +288 -0
- data/lib/oci/limits/models/quota_summary.rb +274 -0
- data/lib/oci/limits/models/resource_availability.rb +164 -0
- data/lib/oci/limits/models/service_summary.rb +160 -0
- data/lib/oci/limits/models/update_quota_details.rb +195 -0
- data/lib/oci/limits/quotas_client.rb +439 -0
- data/lib/oci/limits/quotas_client_composite_operations.rb +144 -0
- data/lib/oci/limits/util.rb +3 -0
- data/lib/oci/load_balancer/load_balancer.rb +14 -1
- data/lib/oci/load_balancer/load_balancer_client.rb +146 -8
- data/lib/oci/load_balancer/load_balancer_client_composite_operations.rb +54 -3
- data/lib/oci/load_balancer/models/add_http_request_header_rule.rb +2 -1
- data/lib/oci/load_balancer/models/add_http_response_header_rule.rb +2 -1
- data/lib/oci/load_balancer/models/allow_rule.rb +182 -0
- data/lib/oci/load_balancer/models/backend.rb +4 -1
- data/lib/oci/load_balancer/models/backend_details.rb +4 -1
- data/lib/oci/load_balancer/models/backend_health.rb +2 -1
- data/lib/oci/load_balancer/models/backend_set.rb +23 -5
- data/lib/oci/load_balancer/models/backend_set_details.rb +23 -5
- data/lib/oci/load_balancer/models/backend_set_health.rb +2 -1
- data/lib/oci/load_balancer/models/certificate.rb +2 -1
- data/lib/oci/load_balancer/models/certificate_details.rb +2 -1
- data/lib/oci/load_balancer/models/change_load_balancer_compartment_details.rb +157 -0
- data/lib/oci/load_balancer/models/connection_configuration.rb +23 -5
- data/lib/oci/load_balancer/models/control_access_using_http_methods_rule.rb +206 -0
- data/lib/oci/load_balancer/models/create_backend_details.rb +4 -1
- data/lib/oci/load_balancer/models/create_backend_set_details.rb +23 -5
- data/lib/oci/load_balancer/models/create_certificate_details.rb +2 -1
- data/lib/oci/load_balancer/models/create_hostname_details.rb +2 -1
- data/lib/oci/load_balancer/models/create_listener_details.rb +2 -1
- data/lib/oci/load_balancer/models/create_load_balancer_details.rb +51 -3
- data/lib/oci/load_balancer/models/create_path_route_set_details.rb +2 -1
- data/lib/oci/load_balancer/models/create_rule_set_details.rb +2 -1
- data/lib/oci/load_balancer/models/extend_http_request_header_value_rule.rb +2 -1
- data/lib/oci/load_balancer/models/extend_http_response_header_value_rule.rb +2 -1
- data/lib/oci/load_balancer/models/health_check_result.rb +2 -1
- data/lib/oci/load_balancer/models/health_checker.rb +4 -2
- data/lib/oci/load_balancer/models/health_checker_details.rb +4 -2
- data/lib/oci/load_balancer/models/hostname.rb +2 -1
- data/lib/oci/load_balancer/models/hostname_details.rb +2 -1
- data/lib/oci/load_balancer/models/ip_address.rb +2 -1
- data/lib/oci/load_balancer/models/lb_cookie_session_persistence_configuration_details.rb +335 -0
- data/lib/oci/load_balancer/models/listener.rb +2 -1
- data/lib/oci/load_balancer/models/listener_details.rb +2 -1
- data/lib/oci/load_balancer/models/listener_rule_summary.rb +167 -0
- data/lib/oci/load_balancer/models/load_balancer.rb +35 -3
- data/lib/oci/load_balancer/models/load_balancer_health.rb +2 -1
- data/lib/oci/load_balancer/models/load_balancer_health_summary.rb +2 -1
- data/lib/oci/load_balancer/models/load_balancer_policy.rb +2 -1
- data/lib/oci/load_balancer/models/load_balancer_protocol.rb +2 -1
- data/lib/oci/load_balancer/models/load_balancer_shape.rb +2 -1
- data/lib/oci/load_balancer/models/path_match_condition.rb +211 -0
- data/lib/oci/load_balancer/models/path_match_type.rb +2 -1
- data/lib/oci/load_balancer/models/path_route.rb +2 -1
- data/lib/oci/load_balancer/models/path_route_set.rb +2 -1
- data/lib/oci/load_balancer/models/path_route_set_details.rb +2 -1
- data/lib/oci/load_balancer/models/redirect_rule.rb +213 -0
- data/lib/oci/load_balancer/models/redirect_uri.rb +324 -0
- data/lib/oci/load_balancer/models/remove_http_request_header_rule.rb +2 -1
- data/lib/oci/load_balancer/models/remove_http_response_header_rule.rb +2 -1
- data/lib/oci/load_balancer/models/rule.rb +8 -1
- data/lib/oci/load_balancer/models/rule_condition.rb +195 -0
- data/lib/oci/load_balancer/models/rule_set.rb +2 -1
- data/lib/oci/load_balancer/models/rule_set_details.rb +2 -1
- data/lib/oci/load_balancer/models/session_persistence_configuration_details.rb +8 -1
- data/lib/oci/load_balancer/models/source_ip_address_condition.rb +168 -0
- data/lib/oci/load_balancer/models/source_vcn_id_condition.rb +170 -0
- data/lib/oci/load_balancer/models/source_vcn_ip_address_condition.rb +172 -0
- data/lib/oci/load_balancer/models/ssl_configuration.rb +2 -1
- data/lib/oci/load_balancer/models/ssl_configuration_details.rb +2 -1
- data/lib/oci/load_balancer/models/update_backend_details.rb +4 -1
- data/lib/oci/load_balancer/models/update_backend_set_details.rb +23 -5
- data/lib/oci/load_balancer/models/update_health_checker_details.rb +4 -2
- data/lib/oci/load_balancer/models/update_hostname_details.rb +2 -1
- data/lib/oci/load_balancer/models/update_listener_details.rb +2 -1
- data/lib/oci/load_balancer/models/update_load_balancer_details.rb +2 -1
- data/lib/oci/load_balancer/models/update_network_security_groups_details.rb +17 -3
- data/lib/oci/load_balancer/models/update_path_route_set_details.rb +2 -1
- data/lib/oci/load_balancer/models/update_rule_set_details.rb +2 -1
- data/lib/oci/load_balancer/models/work_request.rb +2 -1
- data/lib/oci/load_balancer/models/work_request_error.rb +2 -1
- data/lib/oci/load_balancer/util.rb +2 -1
- data/lib/oci/marketplace/marketplace.rb +55 -0
- data/lib/oci/marketplace/marketplace_client.rb +1194 -0
- data/lib/oci/marketplace/marketplace_client_composite_operations.rb +25 -0
- data/lib/oci/marketplace/models/accepted_agreement.rb +268 -0
- data/lib/oci/marketplace/models/accepted_agreement_summary.rb +234 -0
- data/lib/oci/marketplace/models/agreement.rb +230 -0
- data/lib/oci/marketplace/models/agreement_summary.rb +205 -0
- data/lib/oci/marketplace/models/category_summary.rb +150 -0
- data/lib/oci/marketplace/models/create_accepted_agreement_details.rb +256 -0
- data/lib/oci/marketplace/models/documentation_link.rb +174 -0
- data/lib/oci/marketplace/models/error_entity.rb +160 -0
- data/lib/oci/marketplace/models/image_listing_package.rb +225 -0
- data/lib/oci/marketplace/models/item.rb +160 -0
- data/lib/oci/marketplace/models/link.rb +183 -0
- data/lib/oci/marketplace/models/link_enum.rb +14 -0
- data/lib/oci/marketplace/models/listing.rb +479 -0
- data/lib/oci/marketplace/models/listing_package.rb +266 -0
- data/lib/oci/marketplace/models/listing_package_summary.rb +244 -0
- data/lib/oci/marketplace/models/listing_summary.rb +311 -0
- data/lib/oci/marketplace/models/named_link.rb +160 -0
- data/lib/oci/marketplace/models/orchestration_listing_package.rb +206 -0
- data/lib/oci/marketplace/models/orchestration_variable.rb +238 -0
- data/lib/oci/marketplace/models/orchestration_variable_type_enum.rb +11 -0
- data/lib/oci/marketplace/models/package_type_enum.rb +11 -0
- data/lib/oci/marketplace/models/pricing_currency_enum.rb +10 -0
- data/lib/oci/marketplace/models/pricing_model.rb +244 -0
- data/lib/oci/marketplace/models/pricing_strategy_enum.rb +13 -0
- data/lib/oci/marketplace/models/pricing_type_enum.rb +12 -0
- data/lib/oci/marketplace/models/publisher.rb +259 -0
- data/lib/oci/marketplace/models/publisher_summary.rb +170 -0
- data/lib/oci/marketplace/models/region.rb +170 -0
- data/lib/oci/marketplace/models/report_collection.rb +150 -0
- data/lib/oci/marketplace/models/report_summary.rb +184 -0
- data/lib/oci/marketplace/models/report_type_collection.rb +150 -0
- data/lib/oci/marketplace/models/report_type_summary.rb +184 -0
- data/lib/oci/marketplace/models/screenshot.rb +202 -0
- data/lib/oci/marketplace/models/support_contact.rb +180 -0
- data/lib/oci/marketplace/models/update_accepted_agreement_details.rb +188 -0
- data/lib/oci/marketplace/models/upload_data.rb +192 -0
- data/lib/oci/marketplace/util.rb +3 -0
- data/lib/oci/monitoring/models/aggregated_datapoint.rb +2 -1
- data/lib/oci/monitoring/models/alarm.rb +32 -10
- data/lib/oci/monitoring/models/alarm_history_collection.rb +2 -1
- data/lib/oci/monitoring/models/alarm_history_entry.rb +2 -1
- data/lib/oci/monitoring/models/alarm_status_summary.rb +2 -1
- data/lib/oci/monitoring/models/alarm_summary.rb +6 -4
- data/lib/oci/monitoring/models/change_alarm_compartment_details.rb +156 -0
- data/lib/oci/monitoring/models/create_alarm_details.rb +32 -10
- data/lib/oci/monitoring/models/datapoint.rb +3 -2
- data/lib/oci/monitoring/models/failed_metric_record.rb +2 -1
- data/lib/oci/monitoring/models/list_metrics_details.rb +29 -8
- data/lib/oci/monitoring/models/metric.rb +22 -2
- data/lib/oci/monitoring/models/metric_data.rb +36 -2
- data/lib/oci/monitoring/models/metric_data_details.rb +28 -6
- data/lib/oci/monitoring/models/post_metric_data_details.rb +2 -1
- data/lib/oci/monitoring/models/post_metric_data_response_details.rb +2 -1
- data/lib/oci/monitoring/models/summarize_metrics_data_details.rb +25 -2
- data/lib/oci/monitoring/models/suppression.rb +2 -1
- data/lib/oci/monitoring/models/update_alarm_details.rb +32 -10
- data/lib/oci/monitoring/monitoring.rb +3 -1
- data/lib/oci/monitoring/monitoring_client.rb +160 -10
- data/lib/oci/monitoring/monitoring_client_composite_operations.rb +2 -1
- data/lib/oci/monitoring/util.rb +2 -1
- data/lib/oci/mysql/db_backups_client.rb +462 -0
- data/lib/oci/mysql/db_backups_client_composite_operations.rb +123 -0
- data/lib/oci/mysql/db_system_client.rb +696 -0
- data/lib/oci/mysql/db_system_client_composite_operations.rb +322 -0
- data/lib/oci/mysql/models/backup.rb +460 -0
- data/lib/oci/mysql/models/backup_policy.rb +235 -0
- data/lib/oci/mysql/models/backup_summary.rb +339 -0
- data/lib/oci/mysql/models/configuration.rb +353 -0
- data/lib/oci/mysql/models/configuration_summary.rb +287 -0
- data/lib/oci/mysql/models/configuration_variables.rb +913 -0
- data/lib/oci/mysql/models/create_backup_details.rb +253 -0
- data/lib/oci/mysql/models/create_backup_policy_details.rb +226 -0
- data/lib/oci/mysql/models/create_configuration_details.rb +250 -0
- data/lib/oci/mysql/models/create_db_system_details.rb +446 -0
- data/lib/oci/mysql/models/create_db_system_source_details.rb +189 -0
- data/lib/oci/mysql/models/create_db_system_source_from_backup_details.rb +164 -0
- data/lib/oci/mysql/models/create_db_system_source_import_from_url_details.rb +164 -0
- data/lib/oci/mysql/models/create_maintenance_details.rb +162 -0
- data/lib/oci/mysql/models/db_system.rb +513 -0
- data/lib/oci/mysql/models/db_system_endpoint.rb +272 -0
- data/lib/oci/mysql/models/db_system_source.rb +196 -0
- data/lib/oci/mysql/models/db_system_source_from_backup.rb +164 -0
- data/lib/oci/mysql/models/db_system_source_import_from_url.rb +146 -0
- data/lib/oci/mysql/models/db_system_summary.rb +319 -0
- data/lib/oci/mysql/models/inno_db_shutdown_mode.rb +12 -0
- data/lib/oci/mysql/models/maintenance_details.rb +162 -0
- data/lib/oci/mysql/models/restart_db_system_details.rb +172 -0
- data/lib/oci/mysql/models/shape_summary.rb +182 -0
- data/lib/oci/mysql/models/stop_db_system_details.rb +172 -0
- data/lib/oci/mysql/models/update_backup_details.rb +212 -0
- data/lib/oci/mysql/models/update_backup_policy_details.rb +226 -0
- data/lib/oci/mysql/models/update_configuration_details.rb +197 -0
- data/lib/oci/mysql/models/update_db_system_details.rb +427 -0
- data/lib/oci/mysql/models/update_maintenance_details.rb +162 -0
- data/lib/oci/mysql/models/version.rb +161 -0
- data/lib/oci/mysql/models/version_summary.rb +165 -0
- data/lib/oci/mysql/models/work_request.rb +313 -0
- data/lib/oci/mysql/models/work_request_error.rb +174 -0
- data/lib/oci/mysql/models/work_request_log_entry.rb +161 -0
- data/lib/oci/mysql/models/work_request_operation_status.rb +15 -0
- data/lib/oci/mysql/models/work_request_operation_type.rb +15 -0
- data/lib/oci/mysql/models/work_request_resource.rb +219 -0
- data/lib/oci/mysql/models/work_request_resource_action_type.rb +14 -0
- data/lib/oci/mysql/models/work_request_summary.rb +303 -0
- data/lib/oci/mysql/mysql.rb +65 -0
- data/lib/oci/mysql/mysqlaas_client.rb +607 -0
- data/lib/oci/mysql/mysqlaas_client_composite_operations.rb +154 -0
- data/lib/oci/mysql/util.rb +3 -0
- data/lib/oci/mysql/work_requests_client.rb +389 -0
- data/lib/oci/mysql/work_requests_client_composite_operations.rb +25 -0
- data/lib/oci/nosql/models/change_table_compartment_details.rb +173 -0
- data/lib/oci/nosql/models/column.rb +188 -0
- data/lib/oci/nosql/models/create_index_details.rb +196 -0
- data/lib/oci/nosql/models/create_table_details.rb +226 -0
- data/lib/oci/nosql/models/delete_row_result.rb +194 -0
- data/lib/oci/nosql/models/index.rb +255 -0
- data/lib/oci/nosql/models/index_collection.rb +150 -0
- data/lib/oci/nosql/models/index_key.rb +187 -0
- data/lib/oci/nosql/models/index_summary.rb +189 -0
- data/lib/oci/nosql/models/prepared_statement.rb +161 -0
- data/lib/oci/nosql/models/query_details.rb +246 -0
- data/lib/oci/nosql/models/query_result_collection.rb +159 -0
- data/lib/oci/nosql/models/request_usage.rb +168 -0
- data/lib/oci/nosql/models/row.rb +176 -0
- data/lib/oci/nosql/models/schema.rb +188 -0
- data/lib/oci/nosql/models/statement_summary.rb +248 -0
- data/lib/oci/nosql/models/table.rb +329 -0
- data/lib/oci/nosql/models/table_collection.rb +150 -0
- data/lib/oci/nosql/models/table_limits.rb +182 -0
- data/lib/oci/nosql/models/table_summary.rb +282 -0
- data/lib/oci/nosql/models/table_usage_collection.rb +150 -0
- data/lib/oci/nosql/models/table_usage_summary.rb +248 -0
- data/lib/oci/nosql/models/update_row_details.rb +285 -0
- data/lib/oci/nosql/models/update_row_result.rb +208 -0
- data/lib/oci/nosql/models/update_table_details.rb +220 -0
- data/lib/oci/nosql/models/work_request.rb +306 -0
- data/lib/oci/nosql/models/work_request_collection.rb +150 -0
- data/lib/oci/nosql/models/work_request_error.rb +174 -0
- data/lib/oci/nosql/models/work_request_error_collection.rb +150 -0
- data/lib/oci/nosql/models/work_request_log_entry.rb +160 -0
- data/lib/oci/nosql/models/work_request_log_entry_collection.rb +150 -0
- data/lib/oci/nosql/models/work_request_resource.rb +220 -0
- data/lib/oci/nosql/models/work_request_summary.rb +306 -0
- data/lib/oci/nosql/nosql.rb +53 -0
- data/lib/oci/nosql/nosql_client.rb +1558 -0
- data/lib/oci/nosql/nosql_client_composite_operations.rb +372 -0
- data/lib/oci/nosql/util.rb +3 -0
- data/lib/oci/object_storage/models/bucket.rb +102 -8
- data/lib/oci/object_storage/models/bucket_summary.rb +4 -3
- data/lib/oci/object_storage/models/commit_multipart_upload_details.rb +2 -1
- data/lib/oci/object_storage/models/commit_multipart_upload_part_details.rb +2 -1
- data/lib/oci/object_storage/models/copy_object_details.rb +17 -2
- data/lib/oci/object_storage/models/create_bucket_details.rb +51 -7
- data/lib/oci/object_storage/models/create_multipart_upload_details.rb +55 -5
- data/lib/oci/object_storage/models/create_preauthenticated_request_details.rb +3 -2
- data/lib/oci/object_storage/models/create_replication_policy_details.rb +180 -0
- data/lib/oci/object_storage/models/create_retention_rule_details.rb +178 -0
- data/lib/oci/object_storage/models/duration.rb +193 -0
- data/lib/oci/object_storage/models/list_objects.rb +3 -2
- data/lib/oci/object_storage/models/multipart_upload.rb +3 -2
- data/lib/oci/object_storage/models/multipart_upload_part_summary.rb +2 -1
- data/lib/oci/object_storage/models/namespace_metadata.rb +2 -1
- data/lib/oci/object_storage/models/object_lifecycle_policy.rb +3 -2
- data/lib/oci/object_storage/models/object_lifecycle_rule.rb +3 -3
- data/lib/oci/object_storage/models/object_name_filter.rb +2 -1
- data/lib/oci/object_storage/models/object_summary.rb +31 -6
- data/lib/oci/object_storage/models/object_version_collection.rb +165 -0
- data/lib/oci/object_storage/models/object_version_summary.rb +241 -0
- data/lib/oci/object_storage/models/pattern_details.rb +2 -1
- data/lib/oci/object_storage/models/preauthenticated_request.rb +5 -3
- data/lib/oci/object_storage/models/preauthenticated_request_summary.rb +4 -3
- data/lib/oci/object_storage/models/put_object_lifecycle_policy_details.rb +2 -1
- data/lib/oci/object_storage/models/rename_object_details.rb +2 -1
- data/lib/oci/object_storage/models/replication_policy.rb +263 -0
- data/lib/oci/object_storage/models/replication_policy_summary.rb +266 -0
- data/lib/oci/object_storage/models/replication_source.rb +182 -0
- data/lib/oci/object_storage/models/restore_objects_details.rb +21 -5
- data/lib/oci/object_storage/models/retention_rule.rb +227 -0
- data/lib/oci/object_storage/models/retention_rule_collection.rb +151 -0
- data/lib/oci/object_storage/models/retention_rule_details.rb +181 -0
- data/lib/oci/object_storage/models/retention_rule_summary.rb +224 -0
- data/lib/oci/object_storage/models/update_bucket_details.rb +56 -11
- data/lib/oci/object_storage/models/update_namespace_metadata_details.rb +3 -2
- data/lib/oci/object_storage/models/update_retention_rule_details.rb +178 -0
- data/lib/oci/object_storage/models/work_request.rb +12 -8
- data/lib/oci/object_storage/models/work_request_error.rb +2 -1
- data/lib/oci/object_storage/models/work_request_log_entry.rb +3 -2
- data/lib/oci/object_storage/models/work_request_resource.rb +2 -1
- data/lib/oci/object_storage/models/work_request_resource_metadata_key.rb +2 -1
- data/lib/oci/object_storage/models/work_request_summary.rb +12 -8
- data/lib/oci/object_storage/object_storage.rb +15 -1
- data/lib/oci/object_storage/object_storage_client.rb +1129 -132
- data/lib/oci/object_storage/object_storage_client_composite_operations.rb +54 -1
- data/lib/oci/object_storage/transfer/multipart/internal/file_part_io_wrapper.rb +2 -1
- data/lib/oci/object_storage/transfer/multipart/internal/multipart_upload_parts_collection.rb +2 -1
- data/lib/oci/object_storage/transfer/multipart/internal/seekable_non_file_part_io_wrapper.rb +2 -1
- data/lib/oci/object_storage/transfer/multipart/internal/stdin_part_io_wrapper.rb +2 -1
- data/lib/oci/object_storage/transfer/multipart/multipart_object_assembler.rb +2 -1
- data/lib/oci/object_storage/transfer/transfer.rb +2 -1
- data/lib/oci/object_storage/transfer/upload_manager.rb +2 -1
- data/lib/oci/object_storage/transfer/upload_manager_config.rb +2 -1
- data/lib/oci/object_storage/util.rb +2 -1
- data/lib/oci/oce/models/change_oce_instance_compartment_details.rb +156 -0
- data/lib/oci/oce/models/create_oce_instance_details.rb +373 -0
- data/lib/oci/oce/models/identity_stripe_details.rb +168 -0
- data/lib/oci/oce/models/oce_instance.rb +516 -0
- data/lib/oci/oce/models/oce_instance_summary.rb +484 -0
- data/lib/oci/oce/models/update_oce_instance_details.rb +196 -0
- data/lib/oci/oce/models/work_request.rb +320 -0
- data/lib/oci/oce/models/work_request_error.rb +173 -0
- data/lib/oci/oce/models/work_request_log_entry.rb +160 -0
- data/lib/oci/oce/models/work_request_resource.rb +219 -0
- data/lib/oci/oce/models/workflow_monitor.rb +182 -0
- data/lib/oci/oce/models/workflow_step.rb +164 -0
- data/lib/oci/oce/oce.rb +32 -0
- data/lib/oci/oce/oce_instance_client.rb +730 -0
- data/lib/oci/oce/oce_instance_client_composite_operations.rb +223 -0
- data/lib/oci/oce/util.rb +3 -0
- data/lib/oci/oda/models/change_oda_instance_compartment_details.rb +154 -0
- data/lib/oci/oda/models/create_oda_instance_details.rb +238 -0
- data/lib/oci/oda/models/error_body.rb +160 -0
- data/lib/oci/oda/models/oda_instance.rb +406 -0
- data/lib/oci/oda/models/oda_instance_summary.rb +376 -0
- data/lib/oci/oda/models/update_oda_instance_details.rb +197 -0
- data/lib/oci/oda/models/work_request.rb +343 -0
- data/lib/oci/oda/models/work_request_error.rb +177 -0
- data/lib/oci/oda/models/work_request_log_entry.rb +164 -0
- data/lib/oci/oda/models/work_request_resource.rb +275 -0
- data/lib/oci/oda/models/work_request_summary.rb +265 -0
- data/lib/oci/oda/oda.rb +31 -0
- data/lib/oci/oda/oda_client.rb +984 -0
- data/lib/oci/oda/oda_client_composite_operations.rb +311 -0
- data/lib/oci/oda/util.rb +3 -0
- data/lib/oci/ons/models/backoff_retry_policy.rb +6 -4
- data/lib/oci/ons/models/change_compartment_details.rb +157 -0
- data/lib/oci/ons/models/confirmation_result.rb +11 -9
- data/lib/oci/ons/models/create_subscription_details.rb +22 -5
- data/lib/oci/ons/models/create_topic_details.rb +3 -2
- data/lib/oci/ons/models/delivery_policy.rb +2 -1
- data/lib/oci/ons/models/message_details.rb +2 -1
- data/lib/oci/ons/models/notification_topic.rb +7 -5
- data/lib/oci/ons/models/notification_topic_summary.rb +5 -4
- data/lib/oci/ons/models/publish_result.rb +2 -1
- data/lib/oci/ons/models/subscription.rb +57 -8
- data/lib/oci/ons/models/subscription_summary.rb +26 -7
- data/lib/oci/ons/models/topic_attributes_details.rb +2 -1
- data/lib/oci/ons/models/update_subscription_details.rb +2 -1
- data/lib/oci/ons/notification_control_plane_client.rb +103 -16
- data/lib/oci/ons/notification_control_plane_client_composite_operations.rb +2 -1
- data/lib/oci/ons/notification_data_plane_client.rb +148 -16
- data/lib/oci/ons/notification_data_plane_client_composite_operations.rb +2 -1
- data/lib/oci/ons/ons.rb +3 -1
- data/lib/oci/ons/util.rb +2 -1
- data/lib/oci/os_management/models/add_packages_to_software_source_details.rb +154 -0
- data/lib/oci/os_management/models/api_error.rb +162 -0
- data/lib/oci/os_management/models/arch_types.rb +14 -0
- data/lib/oci/os_management/models/attach_child_software_source_to_managed_instance_details.rb +154 -0
- data/lib/oci/os_management/models/attach_parent_software_source_to_managed_instance_details.rb +154 -0
- data/lib/oci/os_management/models/available_software_source_summary.rb +206 -0
- data/lib/oci/os_management/models/available_update_summary.rb +286 -0
- data/lib/oci/os_management/models/available_windows_update_summary.rb +251 -0
- data/lib/oci/os_management/models/change_managed_instance_group_compartment_details.rb +156 -0
- data/lib/oci/os_management/models/change_scheduled_job_compartment_details.rb +156 -0
- data/lib/oci/os_management/models/change_software_source_compartment_details.rb +156 -0
- data/lib/oci/os_management/models/checksum_types.rb +13 -0
- data/lib/oci/os_management/models/create_managed_instance_group_details.rb +240 -0
- data/lib/oci/os_management/models/create_scheduled_job_details.rb +446 -0
- data/lib/oci/os_management/models/create_software_source_details.rb +325 -0
- data/lib/oci/os_management/models/detach_child_software_source_from_managed_instance_details.rb +154 -0
- data/lib/oci/os_management/models/detach_parent_software_source_from_managed_instance_details.rb +154 -0
- data/lib/oci/os_management/models/erratum.rb +332 -0
- data/lib/oci/os_management/models/erratum_summary.rb +247 -0
- data/lib/oci/os_management/models/id.rb +164 -0
- data/lib/oci/os_management/models/installable_package_summary.rb +208 -0
- data/lib/oci/os_management/models/installation_requirements.rb +12 -0
- data/lib/oci/os_management/models/installed_package_summary.rb +222 -0
- data/lib/oci/os_management/models/installed_windows_update_summary.rb +203 -0
- data/lib/oci/os_management/models/interval_types.rb +13 -0
- data/lib/oci/os_management/models/is_eligible_for_installation.rb +12 -0
- data/lib/oci/os_management/models/lifecycle_states.rb +15 -0
- data/lib/oci/os_management/models/managed_instance.rb +396 -0
- data/lib/oci/os_management/models/managed_instance_group.rb +306 -0
- data/lib/oci/os_management/models/managed_instance_group_summary.rb +306 -0
- data/lib/oci/os_management/models/managed_instance_summary.rb +310 -0
- data/lib/oci/os_management/models/operation_status.rb +15 -0
- data/lib/oci/os_management/models/operation_types.rb +13 -0
- data/lib/oci/os_management/models/os_families.rb +12 -0
- data/lib/oci/os_management/models/package_name.rb +150 -0
- data/lib/oci/os_management/models/package_update_types.rb +13 -0
- data/lib/oci/os_management/models/recurrence.rb +183 -0
- data/lib/oci/os_management/models/remove_packages_from_software_source_details.rb +154 -0
- data/lib/oci/os_management/models/schedule_types.rb +11 -0
- data/lib/oci/os_management/models/scheduled_job.rb +544 -0
- data/lib/oci/os_management/models/scheduled_job_summary.rb +406 -0
- data/lib/oci/os_management/models/software_package.rb +290 -0
- data/lib/oci/os_management/models/software_package_dependency.rb +178 -0
- data/lib/oci/os_management/models/software_package_file.rb +214 -0
- data/lib/oci/os_management/models/software_package_search_summary.rb +264 -0
- data/lib/oci/os_management/models/software_package_summary.rb +218 -0
- data/lib/oci/os_management/models/software_source.rb +520 -0
- data/lib/oci/os_management/models/software_source_id.rb +160 -0
- data/lib/oci/os_management/models/software_source_summary.rb +341 -0
- data/lib/oci/os_management/models/update_managed_instance_group_details.rb +196 -0
- data/lib/oci/os_management/models/update_scheduled_job_details.rb +368 -0
- data/lib/oci/os_management/models/update_software_source_details.rb +267 -0
- data/lib/oci/os_management/models/update_types.rb +13 -0
- data/lib/oci/os_management/models/windows_update.rb +330 -0
- data/lib/oci/os_management/models/windows_update_summary.rb +247 -0
- data/lib/oci/os_management/models/work_request.rb +375 -0
- data/lib/oci/os_management/models/work_request_error.rb +173 -0
- data/lib/oci/os_management/models/work_request_log_entry.rb +162 -0
- data/lib/oci/os_management/models/work_request_resource.rb +232 -0
- data/lib/oci/os_management/models/work_request_summary.rb +321 -0
- data/lib/oci/os_management/os_management.rb +80 -0
- data/lib/oci/os_management/os_management_client.rb +3753 -0
- data/lib/oci/os_management/os_management_client_composite_operations.rb +683 -0
- data/lib/oci/os_management/util.rb +3 -0
- data/lib/oci/regions.rb +231 -14
- data/lib/oci/resource_manager/models/apply_job_operation_details.rb +202 -0
- data/lib/oci/resource_manager/models/apply_job_operation_details_summary.rb +181 -0
- data/lib/oci/resource_manager/models/apply_job_plan_resolution.rb +6 -6
- data/lib/oci/resource_manager/models/change_stack_compartment_details.rb +2 -1
- data/lib/oci/resource_manager/models/config_source.rb +6 -5
- data/lib/oci/resource_manager/models/create_apply_job_operation_details.rb +180 -0
- data/lib/oci/resource_manager/models/create_config_source_details.rb +3 -2
- data/lib/oci/resource_manager/models/create_destroy_job_operation_details.rb +166 -0
- data/lib/oci/resource_manager/models/create_import_tf_state_job_operation_details.rb +164 -0
- data/lib/oci/resource_manager/models/create_job_details.rb +18 -4
- data/lib/oci/resource_manager/models/create_job_operation_details.rb +170 -0
- data/lib/oci/resource_manager/models/create_plan_job_operation_details.rb +146 -0
- data/lib/oci/resource_manager/models/create_stack_details.rb +19 -3
- data/lib/oci/resource_manager/models/create_zip_upload_config_source_details.rb +2 -1
- data/lib/oci/resource_manager/models/destroy_job_operation_details.rb +185 -0
- data/lib/oci/resource_manager/models/destroy_job_operation_details_summary.rb +166 -0
- data/lib/oci/resource_manager/models/failure_details.rb +2 -1
- data/lib/oci/resource_manager/models/import_tf_state_job_operation_details.rb +146 -0
- data/lib/oci/resource_manager/models/import_tf_state_job_operation_details_summary.rb +146 -0
- data/lib/oci/resource_manager/models/job.rb +30 -7
- data/lib/oci/resource_manager/models/job_operation_details.rb +170 -0
- data/lib/oci/resource_manager/models/job_operation_details_summary.rb +170 -0
- data/lib/oci/resource_manager/models/job_summary.rb +27 -7
- data/lib/oci/resource_manager/models/log_entry.rb +2 -1
- data/lib/oci/resource_manager/models/plan_job_operation_details.rb +146 -0
- data/lib/oci/resource_manager/models/plan_job_operation_details_summary.rb +146 -0
- data/lib/oci/resource_manager/models/stack.rb +75 -7
- data/lib/oci/resource_manager/models/stack_resource_drift_collection.rb +151 -0
- data/lib/oci/resource_manager/models/stack_resource_drift_summary.rb +304 -0
- data/lib/oci/resource_manager/models/stack_summary.rb +28 -2
- data/lib/oci/resource_manager/models/terraform_version_collection.rb +151 -0
- data/lib/oci/resource_manager/models/terraform_version_summary.rb +152 -0
- data/lib/oci/resource_manager/models/update_config_source_details.rb +4 -2
- data/lib/oci/resource_manager/models/update_job_details.rb +2 -1
- data/lib/oci/resource_manager/models/update_stack_details.rb +18 -2
- data/lib/oci/resource_manager/models/update_zip_upload_config_source_details.rb +2 -1
- data/lib/oci/resource_manager/models/work_request.rb +5 -3
- data/lib/oci/resource_manager/models/work_request_error.rb +2 -1
- data/lib/oci/resource_manager/models/work_request_log_entry.rb +2 -1
- data/lib/oci/resource_manager/models/work_request_resource.rb +3 -2
- data/lib/oci/resource_manager/models/work_request_summary.rb +4 -3
- data/lib/oci/resource_manager/models/zip_upload_config_source.rb +3 -2
- data/lib/oci/resource_manager/resource_manager.rb +21 -1
- data/lib/oci/resource_manager/resource_manager_client.rb +350 -43
- data/lib/oci/resource_manager/resource_manager_client_composite_operations.rb +57 -7
- data/lib/oci/resource_manager/util.rb +2 -1
- data/lib/oci/resource_search/models/free_text_search_details.rb +2 -1
- data/lib/oci/resource_search/models/queryable_field_description.rb +4 -3
- data/lib/oci/resource_search/models/resource_summary.rb +50 -11
- data/lib/oci/resource_search/models/resource_summary_collection.rb +3 -2
- data/lib/oci/resource_search/models/resource_type.rb +2 -1
- data/lib/oci/resource_search/models/search_context.rb +3 -2
- data/lib/oci/resource_search/models/search_details.rb +4 -3
- data/lib/oci/resource_search/models/structured_search_details.rb +5 -2
- data/lib/oci/resource_search/resource_search.rb +2 -1
- data/lib/oci/resource_search/resource_search_client.rb +6 -7
- data/lib/oci/resource_search/resource_search_client_composite_operations.rb +2 -1
- data/lib/oci/resource_search/util.rb +2 -1
- data/lib/oci/response.rb +2 -1
- data/lib/oci/response_headers.rb +2 -1
- data/lib/oci/retry/functions/should_retry_on_error.rb +2 -1
- data/lib/oci/retry/functions/sleep.rb +2 -1
- data/lib/oci/retry/internal/retry_state.rb +2 -1
- data/lib/oci/retry/retry.rb +2 -1
- data/lib/oci/retry/retry_config.rb +2 -1
- data/lib/oci/secrets/models/base64_secret_bundle_content_details.rb +158 -0
- data/lib/oci/secrets/models/secret_bundle.rb +294 -0
- data/lib/oci/secrets/models/secret_bundle_content_details.rb +189 -0
- data/lib/oci/secrets/models/secret_bundle_version_summary.rb +270 -0
- data/lib/oci/secrets/secrets.rb +23 -0
- data/lib/oci/secrets/secrets_client.rb +258 -0
- data/lib/oci/secrets/secrets_client_composite_operations.rb +25 -0
- data/lib/oci/secrets/util.rb +3 -0
- data/lib/oci/signer.rb +2 -1
- data/lib/oci/streaming/models/change_connect_harness_compartment_details.rb +156 -0
- data/lib/oci/streaming/models/change_stream_compartment_details.rb +156 -0
- data/lib/oci/streaming/models/change_stream_pool_compartment_details.rb +156 -0
- data/lib/oci/streaming/models/connect_harness.rb +281 -0
- data/lib/oci/streaming/models/connect_harness_summary.rb +267 -0
- data/lib/oci/streaming/models/create_connect_harness_details.rb +202 -0
- data/lib/oci/streaming/models/create_cursor_details.rb +2 -1
- data/lib/oci/streaming/models/create_group_cursor_details.rb +2 -1
- data/lib/oci/streaming/models/create_stream_details.rb +18 -3
- data/lib/oci/streaming/models/create_stream_pool_details.rb +241 -0
- data/lib/oci/streaming/models/cursor.rb +2 -1
- data/lib/oci/streaming/models/custom_encryption_key.rb +192 -0
- data/lib/oci/streaming/models/custom_encryption_key_details.rb +154 -0
- data/lib/oci/streaming/models/group.rb +4 -3
- data/lib/oci/streaming/models/kafka_settings.rb +196 -0
- data/lib/oci/streaming/models/message.rb +2 -1
- data/lib/oci/streaming/models/partition_reservation.rb +2 -1
- data/lib/oci/streaming/models/private_endpoint_details.rb +193 -0
- data/lib/oci/streaming/models/private_endpoint_settings.rb +186 -0
- data/lib/oci/streaming/models/put_messages_details.rb +2 -1
- data/lib/oci/streaming/models/put_messages_details_entry.rb +2 -1
- data/lib/oci/streaming/models/put_messages_result.rb +3 -2
- data/lib/oci/streaming/models/put_messages_result_entry.rb +2 -1
- data/lib/oci/streaming/models/stream.rb +20 -2
- data/lib/oci/streaming/models/stream_pool.rb +352 -0
- data/lib/oci/streaming/models/stream_pool_summary.rb +280 -0
- data/lib/oci/streaming/models/stream_summary.rb +20 -2
- data/lib/oci/streaming/models/update_connect_harness_details.rb +175 -0
- data/lib/oci/streaming/models/update_group_details.rb +2 -1
- data/lib/oci/streaming/models/update_stream_details.rb +18 -2
- data/lib/oci/streaming/models/update_stream_pool_details.rb +210 -0
- data/lib/oci/streaming/stream_admin_client.rb +888 -45
- data/lib/oci/streaming/stream_admin_client_composite_operations.rb +249 -4
- data/lib/oci/streaming/stream_client.rb +25 -44
- data/lib/oci/streaming/stream_client_composite_operations.rb +2 -1
- data/lib/oci/streaming/streaming.rb +18 -1
- data/lib/oci/streaming/util.rb +2 -1
- data/lib/oci/vault/models/base64_secret_content_details.rb +166 -0
- data/lib/oci/vault/models/change_secret_compartment_details.rb +156 -0
- data/lib/oci/vault/models/create_secret_details.rb +282 -0
- data/lib/oci/vault/models/schedule_secret_deletion_details.rb +155 -0
- data/lib/oci/vault/models/schedule_secret_version_deletion_details.rb +156 -0
- data/lib/oci/vault/models/secret.rb +394 -0
- data/lib/oci/vault/models/secret_content_details.rb +221 -0
- data/lib/oci/vault/models/secret_expiry_rule.rb +203 -0
- data/lib/oci/vault/models/secret_reuse_rule.rb +164 -0
- data/lib/oci/vault/models/secret_rule.rb +191 -0
- data/lib/oci/vault/models/secret_summary.rb +353 -0
- data/lib/oci/vault/models/secret_version.rb +305 -0
- data/lib/oci/vault/models/secret_version_summary.rb +305 -0
- data/lib/oci/vault/models/update_secret_details.rb +241 -0
- data/lib/oci/vault/util.rb +3 -0
- data/lib/oci/vault/vault.rb +34 -0
- data/lib/oci/vault/vaults_client.rb +881 -0
- data/lib/oci/vault/vaults_client_composite_operations.rb +104 -0
- data/lib/oci/version.rb +4 -2
- data/lib/oci/waas/models/access_rule.rb +206 -7
- data/lib/oci/waas/models/access_rule_criteria.rb +80 -19
- data/lib/oci/waas/models/add_http_response_header_action.rb +176 -0
- data/lib/oci/waas/models/address_list.rb +291 -0
- data/lib/oci/waas/models/address_list_summary.rb +280 -0
- data/lib/oci/waas/models/address_rate_limiting.rb +3 -2
- data/lib/oci/waas/models/block_challenge_settings.rb +3 -2
- data/lib/oci/waas/models/caching_rule.rb +245 -0
- data/lib/oci/waas/models/caching_rule_criteria.rb +191 -0
- data/lib/oci/waas/models/caching_rule_summary.rb +248 -0
- data/lib/oci/waas/models/captcha.rb +2 -1
- data/lib/oci/waas/models/certificate.rb +24 -10
- data/lib/oci/waas/models/certificate_extensions.rb +5 -1
- data/lib/oci/waas/models/certificate_issuer_name.rb +226 -0
- data/lib/oci/waas/models/certificate_public_key_info.rb +6 -2
- data/lib/oci/waas/models/certificate_subject_name.rb +10 -2
- data/lib/oci/waas/models/certificate_summary.rb +12 -3
- data/lib/oci/waas/models/change_address_list_compartment_details.rb +155 -0
- data/lib/oci/waas/models/change_certificate_compartment_details.rb +156 -0
- data/lib/oci/waas/models/change_custom_protection_rule_compartment_details.rb +155 -0
- data/lib/oci/waas/models/change_http_redirect_compartment_details.rb +155 -0
- data/lib/oci/waas/models/change_waas_policy_compartment_details.rb +156 -0
- data/lib/oci/waas/models/create_address_list_details.rb +214 -0
- data/lib/oci/waas/models/create_certificate_details.rb +24 -4
- data/lib/oci/waas/models/create_custom_protection_rule_details.rb +257 -0
- data/lib/oci/waas/models/create_http_redirect_details.rb +239 -0
- data/lib/oci/waas/models/create_waas_policy_details.rb +29 -5
- data/lib/oci/waas/models/custom_protection_rule.rb +331 -0
- data/lib/oci/waas/models/custom_protection_rule_setting.rb +191 -0
- data/lib/oci/waas/models/custom_protection_rule_summary.rb +280 -0
- data/lib/oci/waas/models/device_fingerprint_challenge.rb +2 -1
- data/lib/oci/waas/models/edge_subnet.rb +2 -1
- data/lib/oci/waas/models/extend_http_response_header_action.rb +178 -0
- data/lib/oci/waas/models/good_bot.rb +2 -1
- data/lib/oci/waas/models/header.rb +3 -2
- data/lib/oci/waas/models/header_manipulation_action.rb +189 -0
- data/lib/oci/waas/models/health_check.rb +346 -0
- data/lib/oci/waas/models/http_redirect.rb +302 -0
- data/lib/oci/waas/models/http_redirect_summary.rb +302 -0
- data/lib/oci/waas/models/http_redirect_target.rb +210 -0
- data/lib/oci/waas/models/human_interaction_challenge.rb +22 -5
- data/lib/oci/waas/models/ip_hash_load_balancing_method.rb +146 -0
- data/lib/oci/waas/models/js_challenge.rb +49 -6
- data/lib/oci/waas/models/lifecycle_states.rb +2 -1
- data/lib/oci/waas/models/load_balancing_method.rb +195 -0
- data/lib/oci/waas/models/origin.rb +2 -1
- data/lib/oci/waas/models/origin_group.rb +150 -0
- data/lib/oci/waas/models/origin_group_origins.rb +160 -0
- data/lib/oci/waas/models/policy_config.rb +267 -5
- data/lib/oci/waas/models/protection_rule.rb +2 -1
- data/lib/oci/waas/models/protection_rule_action.rb +2 -1
- data/lib/oci/waas/models/protection_rule_exclusion.rb +18 -2
- data/lib/oci/waas/models/protection_settings.rb +12 -7
- data/lib/oci/waas/models/purge_cache.rb +150 -0
- data/lib/oci/waas/models/recommendation.rb +2 -1
- data/lib/oci/waas/models/remove_http_response_header_action.rb +163 -0
- data/lib/oci/waas/models/round_robin_load_balancing_method.rb +146 -0
- data/lib/oci/waas/models/sticky_cookie_load_balancing_method.rb +188 -0
- data/lib/oci/waas/models/threat_feed.rb +2 -1
- data/lib/oci/waas/models/threat_feed_action.rb +2 -1
- data/lib/oci/waas/models/update_address_list_details.rb +200 -0
- data/lib/oci/waas/models/update_certificate_details.rb +12 -3
- data/lib/oci/waas/models/update_custom_protection_rule_details.rb +242 -0
- data/lib/oci/waas/models/update_http_redirect_details.rb +216 -0
- data/lib/oci/waas/models/update_waas_policy_details.rb +29 -5
- data/lib/oci/waas/models/waas_policy.rb +28 -5
- data/lib/oci/waas/models/waas_policy_custom_protection_rule_summary.rb +218 -0
- data/lib/oci/waas/models/waas_policy_summary.rb +12 -3
- data/lib/oci/waas/models/waf_blocked_request.rb +2 -1
- data/lib/oci/waas/models/waf_config.rb +46 -2
- data/lib/oci/waas/models/waf_config_details.rb +54 -10
- data/lib/oci/waas/models/waf_log.rb +45 -23
- data/lib/oci/waas/models/waf_meter_datum.rb +2 -1
- data/lib/oci/waas/models/waf_request.rb +2 -1
- data/lib/oci/waas/models/waf_traffic_datum.rb +2 -1
- data/lib/oci/waas/models/whitelist.rb +21 -6
- data/lib/oci/waas/models/work_request.rb +9 -2
- data/lib/oci/waas/models/work_request_error.rb +2 -1
- data/lib/oci/waas/models/work_request_log_entry.rb +2 -1
- data/lib/oci/waas/models/work_request_operation_types.rb +9 -2
- data/lib/oci/waas/models/work_request_resource.rb +2 -1
- data/lib/oci/waas/models/work_request_status_values.rb +2 -1
- data/lib/oci/waas/models/work_request_summary.rb +9 -2
- data/lib/oci/waas/redirect_client.rb +492 -0
- data/lib/oci/waas/redirect_client_composite_operations.rb +173 -0
- data/lib/oci/waas/util.rb +2 -1
- data/lib/oci/waas/waas.rb +40 -1
- data/lib/oci/waas/waas_client.rb +1285 -58
- data/lib/oci/waas/waas_client_composite_operations.rb +388 -1
- data/lib/oci/waiter.rb +2 -1
- data/lib/oci/work_requests/models/work_request.rb +16 -9
- data/lib/oci/work_requests/models/work_request_error.rb +5 -4
- data/lib/oci/work_requests/models/work_request_log_entry.rb +4 -3
- data/lib/oci/work_requests/models/work_request_resource.rb +11 -8
- data/lib/oci/work_requests/models/work_request_summary.rb +14 -7
- data/lib/oci/work_requests/util.rb +2 -1
- data/lib/oci/work_requests/work_request_client.rb +37 -21
- data/lib/oci/work_requests/work_request_client_composite_operations.rb +2 -1
- data/lib/oci/work_requests/work_requests.rb +2 -1
- data/lib/oraclebmc.rb +2 -1
- metadata +1049 -5
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
# Copyright (c) 2016,
|
|
1
|
+
# Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
2
3
|
|
|
3
4
|
require 'date'
|
|
4
5
|
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
# Copyright (c) 2016,
|
|
1
|
+
# Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
2
3
|
|
|
3
4
|
require 'date'
|
|
4
5
|
|
|
@@ -6,6 +7,11 @@ require 'date'
|
|
|
6
7
|
module OCI
|
|
7
8
|
# Object used to update a stream.
|
|
8
9
|
class Streaming::Models::UpdateStreamDetails
|
|
10
|
+
# The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the stream pool where the stream should be moved.
|
|
11
|
+
#
|
|
12
|
+
# @return [String]
|
|
13
|
+
attr_accessor :stream_pool_id
|
|
14
|
+
|
|
9
15
|
# Free-form tags for this resource. Each tag is a simple key-value pair that is applied with no predefined name, type, or namespace. Exists for cross-compatibility only.
|
|
10
16
|
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
11
17
|
#
|
|
@@ -25,6 +31,7 @@ module OCI
|
|
|
25
31
|
def self.attribute_map
|
|
26
32
|
{
|
|
27
33
|
# rubocop:disable Style/SymbolLiteral
|
|
34
|
+
'stream_pool_id': :'streamPoolId',
|
|
28
35
|
'freeform_tags': :'freeformTags',
|
|
29
36
|
'defined_tags': :'definedTags'
|
|
30
37
|
# rubocop:enable Style/SymbolLiteral
|
|
@@ -35,6 +42,7 @@ module OCI
|
|
|
35
42
|
def self.swagger_types
|
|
36
43
|
{
|
|
37
44
|
# rubocop:disable Style/SymbolLiteral
|
|
45
|
+
'stream_pool_id': :'String',
|
|
38
46
|
'freeform_tags': :'Hash<String, String>',
|
|
39
47
|
'defined_tags': :'Hash<String, Hash<String, Object>>'
|
|
40
48
|
# rubocop:enable Style/SymbolLiteral
|
|
@@ -47,6 +55,7 @@ module OCI
|
|
|
47
55
|
|
|
48
56
|
# Initializes the object
|
|
49
57
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
58
|
+
# @option attributes [String] :stream_pool_id The value to assign to the {#stream_pool_id} property
|
|
50
59
|
# @option attributes [Hash<String, String>] :freeform_tags The value to assign to the {#freeform_tags} property
|
|
51
60
|
# @option attributes [Hash<String, Hash<String, Object>>] :defined_tags The value to assign to the {#defined_tags} property
|
|
52
61
|
def initialize(attributes = {})
|
|
@@ -55,6 +64,12 @@ module OCI
|
|
|
55
64
|
# convert string to symbol for hash key
|
|
56
65
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
57
66
|
|
|
67
|
+
self.stream_pool_id = attributes[:'streamPoolId'] if attributes[:'streamPoolId']
|
|
68
|
+
|
|
69
|
+
raise 'You cannot provide both :streamPoolId and :stream_pool_id' if attributes.key?(:'streamPoolId') && attributes.key?(:'stream_pool_id')
|
|
70
|
+
|
|
71
|
+
self.stream_pool_id = attributes[:'stream_pool_id'] if attributes[:'stream_pool_id']
|
|
72
|
+
|
|
58
73
|
self.freeform_tags = attributes[:'freeformTags'] if attributes[:'freeformTags']
|
|
59
74
|
|
|
60
75
|
raise 'You cannot provide both :freeformTags and :freeform_tags' if attributes.key?(:'freeformTags') && attributes.key?(:'freeform_tags')
|
|
@@ -79,6 +94,7 @@ module OCI
|
|
|
79
94
|
return true if equal?(other)
|
|
80
95
|
|
|
81
96
|
self.class == other.class &&
|
|
97
|
+
stream_pool_id == other.stream_pool_id &&
|
|
82
98
|
freeform_tags == other.freeform_tags &&
|
|
83
99
|
defined_tags == other.defined_tags
|
|
84
100
|
end
|
|
@@ -96,7 +112,7 @@ module OCI
|
|
|
96
112
|
# Calculates hash code according to all attributes.
|
|
97
113
|
# @return [Fixnum] Hash code
|
|
98
114
|
def hash
|
|
99
|
-
[freeform_tags, defined_tags].hash
|
|
115
|
+
[stream_pool_id, freeform_tags, defined_tags].hash
|
|
100
116
|
end
|
|
101
117
|
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
102
118
|
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
# Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
3
|
+
|
|
4
|
+
require 'date'
|
|
5
|
+
|
|
6
|
+
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
7
|
+
module OCI
|
|
8
|
+
# Object used to update the stream pool's details.
|
|
9
|
+
class Streaming::Models::UpdateStreamPoolDetails
|
|
10
|
+
# @return [String]
|
|
11
|
+
attr_accessor :name
|
|
12
|
+
|
|
13
|
+
# @return [OCI::Streaming::Models::KafkaSettings]
|
|
14
|
+
attr_accessor :kafka_settings
|
|
15
|
+
|
|
16
|
+
# @return [OCI::Streaming::Models::CustomEncryptionKeyDetails]
|
|
17
|
+
attr_accessor :custom_encryption_key_details
|
|
18
|
+
|
|
19
|
+
# Free-form tags for this resource. Each tag is a simple key-value pair that is applied with no predefined name, type, or namespace. Exists for cross-compatibility only.
|
|
20
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
21
|
+
#
|
|
22
|
+
# Example: `{\"Department\": \"Finance\"}`
|
|
23
|
+
#
|
|
24
|
+
# @return [Hash<String, String>]
|
|
25
|
+
attr_accessor :freeform_tags
|
|
26
|
+
|
|
27
|
+
# Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
28
|
+
#
|
|
29
|
+
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
30
|
+
#
|
|
31
|
+
# @return [Hash<String, Hash<String, Object>>]
|
|
32
|
+
attr_accessor :defined_tags
|
|
33
|
+
|
|
34
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
35
|
+
def self.attribute_map
|
|
36
|
+
{
|
|
37
|
+
# rubocop:disable Style/SymbolLiteral
|
|
38
|
+
'name': :'name',
|
|
39
|
+
'kafka_settings': :'kafkaSettings',
|
|
40
|
+
'custom_encryption_key_details': :'customEncryptionKeyDetails',
|
|
41
|
+
'freeform_tags': :'freeformTags',
|
|
42
|
+
'defined_tags': :'definedTags'
|
|
43
|
+
# rubocop:enable Style/SymbolLiteral
|
|
44
|
+
}
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
# Attribute type mapping.
|
|
48
|
+
def self.swagger_types
|
|
49
|
+
{
|
|
50
|
+
# rubocop:disable Style/SymbolLiteral
|
|
51
|
+
'name': :'String',
|
|
52
|
+
'kafka_settings': :'OCI::Streaming::Models::KafkaSettings',
|
|
53
|
+
'custom_encryption_key_details': :'OCI::Streaming::Models::CustomEncryptionKeyDetails',
|
|
54
|
+
'freeform_tags': :'Hash<String, String>',
|
|
55
|
+
'defined_tags': :'Hash<String, Hash<String, Object>>'
|
|
56
|
+
# rubocop:enable Style/SymbolLiteral
|
|
57
|
+
}
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
61
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
# Initializes the object
|
|
65
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
66
|
+
# @option attributes [String] :name The value to assign to the {#name} property
|
|
67
|
+
# @option attributes [OCI::Streaming::Models::KafkaSettings] :kafka_settings The value to assign to the {#kafka_settings} property
|
|
68
|
+
# @option attributes [OCI::Streaming::Models::CustomEncryptionKeyDetails] :custom_encryption_key_details The value to assign to the {#custom_encryption_key_details} property
|
|
69
|
+
# @option attributes [Hash<String, String>] :freeform_tags The value to assign to the {#freeform_tags} property
|
|
70
|
+
# @option attributes [Hash<String, Hash<String, Object>>] :defined_tags The value to assign to the {#defined_tags} property
|
|
71
|
+
def initialize(attributes = {})
|
|
72
|
+
return unless attributes.is_a?(Hash)
|
|
73
|
+
|
|
74
|
+
# convert string to symbol for hash key
|
|
75
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
76
|
+
|
|
77
|
+
self.name = attributes[:'name'] if attributes[:'name']
|
|
78
|
+
|
|
79
|
+
self.kafka_settings = attributes[:'kafkaSettings'] if attributes[:'kafkaSettings']
|
|
80
|
+
|
|
81
|
+
raise 'You cannot provide both :kafkaSettings and :kafka_settings' if attributes.key?(:'kafkaSettings') && attributes.key?(:'kafka_settings')
|
|
82
|
+
|
|
83
|
+
self.kafka_settings = attributes[:'kafka_settings'] if attributes[:'kafka_settings']
|
|
84
|
+
|
|
85
|
+
self.custom_encryption_key_details = attributes[:'customEncryptionKeyDetails'] if attributes[:'customEncryptionKeyDetails']
|
|
86
|
+
|
|
87
|
+
raise 'You cannot provide both :customEncryptionKeyDetails and :custom_encryption_key_details' if attributes.key?(:'customEncryptionKeyDetails') && attributes.key?(:'custom_encryption_key_details')
|
|
88
|
+
|
|
89
|
+
self.custom_encryption_key_details = attributes[:'custom_encryption_key_details'] if attributes[:'custom_encryption_key_details']
|
|
90
|
+
|
|
91
|
+
self.freeform_tags = attributes[:'freeformTags'] if attributes[:'freeformTags']
|
|
92
|
+
|
|
93
|
+
raise 'You cannot provide both :freeformTags and :freeform_tags' if attributes.key?(:'freeformTags') && attributes.key?(:'freeform_tags')
|
|
94
|
+
|
|
95
|
+
self.freeform_tags = attributes[:'freeform_tags'] if attributes[:'freeform_tags']
|
|
96
|
+
|
|
97
|
+
self.defined_tags = attributes[:'definedTags'] if attributes[:'definedTags']
|
|
98
|
+
|
|
99
|
+
raise 'You cannot provide both :definedTags and :defined_tags' if attributes.key?(:'definedTags') && attributes.key?(:'defined_tags')
|
|
100
|
+
|
|
101
|
+
self.defined_tags = attributes[:'defined_tags'] if attributes[:'defined_tags']
|
|
102
|
+
end
|
|
103
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
104
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
105
|
+
|
|
106
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
# Checks equality by comparing each attribute.
|
|
110
|
+
# @param [Object] other the other object to be compared
|
|
111
|
+
def ==(other)
|
|
112
|
+
return true if equal?(other)
|
|
113
|
+
|
|
114
|
+
self.class == other.class &&
|
|
115
|
+
name == other.name &&
|
|
116
|
+
kafka_settings == other.kafka_settings &&
|
|
117
|
+
custom_encryption_key_details == other.custom_encryption_key_details &&
|
|
118
|
+
freeform_tags == other.freeform_tags &&
|
|
119
|
+
defined_tags == other.defined_tags
|
|
120
|
+
end
|
|
121
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
122
|
+
|
|
123
|
+
# @see the `==` method
|
|
124
|
+
# @param [Object] other the other object to be compared
|
|
125
|
+
def eql?(other)
|
|
126
|
+
self == other
|
|
127
|
+
end
|
|
128
|
+
|
|
129
|
+
# rubocop:disable Metrics/AbcSize, Layout/EmptyLines
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
# Calculates hash code according to all attributes.
|
|
133
|
+
# @return [Fixnum] Hash code
|
|
134
|
+
def hash
|
|
135
|
+
[name, kafka_settings, custom_encryption_key_details, freeform_tags, defined_tags].hash
|
|
136
|
+
end
|
|
137
|
+
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
138
|
+
|
|
139
|
+
# rubocop:disable Metrics/AbcSize, Layout/EmptyLines
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
# Builds the object from hash
|
|
143
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
144
|
+
# @return [Object] Returns the model itself
|
|
145
|
+
def build_from_hash(attributes)
|
|
146
|
+
return nil unless attributes.is_a?(Hash)
|
|
147
|
+
|
|
148
|
+
self.class.swagger_types.each_pair do |key, type|
|
|
149
|
+
if type =~ /^Array<(.*)>/i
|
|
150
|
+
# check to ensure the input is an array given that the the attribute
|
|
151
|
+
# is documented as an array but the input is not
|
|
152
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
153
|
+
public_method("#{key}=").call(
|
|
154
|
+
attributes[self.class.attribute_map[key]]
|
|
155
|
+
.map { |v| OCI::Internal::Util.convert_to_type(Regexp.last_match(1), v) }
|
|
156
|
+
)
|
|
157
|
+
end
|
|
158
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
159
|
+
public_method("#{key}=").call(
|
|
160
|
+
OCI::Internal::Util.convert_to_type(type, attributes[self.class.attribute_map[key]])
|
|
161
|
+
)
|
|
162
|
+
end
|
|
163
|
+
# or else data not found in attributes(hash), not an issue as the data can be optional
|
|
164
|
+
end
|
|
165
|
+
|
|
166
|
+
self
|
|
167
|
+
end
|
|
168
|
+
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
169
|
+
|
|
170
|
+
# Returns the string representation of the object
|
|
171
|
+
# @return [String] String presentation of the object
|
|
172
|
+
def to_s
|
|
173
|
+
to_hash.to_s
|
|
174
|
+
end
|
|
175
|
+
|
|
176
|
+
# Returns the object in the form of hash
|
|
177
|
+
# @return [Hash] Returns the object in the form of hash
|
|
178
|
+
def to_hash
|
|
179
|
+
hash = {}
|
|
180
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
181
|
+
value = public_method(attr).call
|
|
182
|
+
next if value.nil? && !instance_variable_defined?("@#{attr}")
|
|
183
|
+
|
|
184
|
+
hash[param] = _to_hash(value)
|
|
185
|
+
end
|
|
186
|
+
hash
|
|
187
|
+
end
|
|
188
|
+
|
|
189
|
+
private
|
|
190
|
+
|
|
191
|
+
# Outputs non-array value in the form of hash
|
|
192
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
193
|
+
# @param [Object] value Any valid value
|
|
194
|
+
# @return [Hash] Returns the value in the form of hash
|
|
195
|
+
def _to_hash(value)
|
|
196
|
+
if value.is_a?(Array)
|
|
197
|
+
value.compact.map { |v| _to_hash(v) }
|
|
198
|
+
elsif value.is_a?(Hash)
|
|
199
|
+
{}.tap do |hash|
|
|
200
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
201
|
+
end
|
|
202
|
+
elsif value.respond_to? :to_hash
|
|
203
|
+
value.to_hash
|
|
204
|
+
else
|
|
205
|
+
value
|
|
206
|
+
end
|
|
207
|
+
end
|
|
208
|
+
end
|
|
209
|
+
end
|
|
210
|
+
# rubocop:enable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
# Copyright (c) 2016,
|
|
1
|
+
# Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
2
3
|
|
|
3
4
|
require 'uri'
|
|
4
5
|
require 'logger'
|
|
@@ -50,16 +51,14 @@ module OCI
|
|
|
50
51
|
# apply across all operations. This can be overridden on a per-operation basis. The default retry configuration value is `nil`, which means that an operation
|
|
51
52
|
# will not perform any retries
|
|
52
53
|
def initialize(config: nil, region: nil, endpoint: nil, signer: nil, proxy_settings: nil, retry_config: nil)
|
|
53
|
-
# If the signer is an InstancePrincipalsSecurityTokenSigner and no config was supplied (
|
|
54
|
+
# If the signer is an InstancePrincipalsSecurityTokenSigner or SecurityTokenSigner and no config was supplied (they are self-sufficient signers)
|
|
54
55
|
# then create a dummy config to pass to the ApiClient constructor. If customers wish to create a client which uses instance principals
|
|
55
56
|
# and has config (either populated programmatically or loaded from a file), they must construct that config themselves and then
|
|
56
57
|
# pass it to this constructor.
|
|
57
58
|
#
|
|
58
59
|
# If there is no signer (or the signer is not an instance principals signer) and no config was supplied, this is not valid
|
|
59
60
|
# so try and load the config from the default file.
|
|
60
|
-
config
|
|
61
|
-
config ||= OCI::Config.new if signer.is_a?(OCI::Auth::Signers::InstancePrincipalsSecurityTokenSigner)
|
|
62
|
-
config.validate unless signer.is_a?(OCI::Auth::Signers::InstancePrincipalsSecurityTokenSigner)
|
|
61
|
+
config = OCI::Config.validate_and_build_config_with_signer(config, signer)
|
|
63
62
|
|
|
64
63
|
if signer.nil?
|
|
65
64
|
signer = OCI::Signer.new(
|
|
@@ -108,11 +107,606 @@ module OCI
|
|
|
108
107
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
109
108
|
|
|
110
109
|
|
|
110
|
+
# Moves a resource into a different compartment. When provided, If-Match is checked against ETag values of the resource.
|
|
111
|
+
# @param [String] connect_harness_id The OCID of the connect harness.
|
|
112
|
+
#
|
|
113
|
+
# @param [OCI::Streaming::Models::ChangeConnectHarnessCompartmentDetails] change_connect_harness_compartment_details The connect harness will be moved into the compartment specified within this entity.
|
|
114
|
+
# @param [Hash] opts the optional parameters
|
|
115
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
116
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
117
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
118
|
+
# @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
119
|
+
# particular request, please provide the request ID.
|
|
120
|
+
#
|
|
121
|
+
# @return [Response] A Response object with data of type nil
|
|
122
|
+
def change_connect_harness_compartment(connect_harness_id, change_connect_harness_compartment_details, opts = {})
|
|
123
|
+
logger.debug 'Calling operation StreamAdminClient#change_connect_harness_compartment.' if logger
|
|
124
|
+
|
|
125
|
+
raise "Missing the required parameter 'connect_harness_id' when calling change_connect_harness_compartment." if connect_harness_id.nil?
|
|
126
|
+
raise "Missing the required parameter 'change_connect_harness_compartment_details' when calling change_connect_harness_compartment." if change_connect_harness_compartment_details.nil?
|
|
127
|
+
raise "Parameter value for 'connect_harness_id' must not be blank" if OCI::Internal::Util.blank_string?(connect_harness_id)
|
|
128
|
+
|
|
129
|
+
path = '/connectharnesses/{connectHarnessId}/actions/changeCompartment'.sub('{connectHarnessId}', connect_harness_id.to_s)
|
|
130
|
+
operation_signing_strategy = :standard
|
|
131
|
+
|
|
132
|
+
# rubocop:disable Style/NegatedIf
|
|
133
|
+
# Query Params
|
|
134
|
+
query_params = {}
|
|
135
|
+
|
|
136
|
+
# Header Params
|
|
137
|
+
header_params = {}
|
|
138
|
+
header_params[:accept] = 'application/json'
|
|
139
|
+
header_params[:'content-type'] = 'application/json'
|
|
140
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
141
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
142
|
+
# rubocop:enable Style/NegatedIf
|
|
143
|
+
|
|
144
|
+
post_body = @api_client.object_to_http_body(change_connect_harness_compartment_details)
|
|
145
|
+
|
|
146
|
+
# rubocop:disable Metrics/BlockLength
|
|
147
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'StreamAdminClient#change_connect_harness_compartment') do
|
|
148
|
+
@api_client.call_api(
|
|
149
|
+
:POST,
|
|
150
|
+
path,
|
|
151
|
+
endpoint,
|
|
152
|
+
header_params: header_params,
|
|
153
|
+
query_params: query_params,
|
|
154
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
155
|
+
body: post_body
|
|
156
|
+
)
|
|
157
|
+
end
|
|
158
|
+
# rubocop:enable Metrics/BlockLength
|
|
159
|
+
end
|
|
160
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
161
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
162
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
163
|
+
|
|
164
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
165
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
166
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
# Moves a resource into a different compartment.
|
|
170
|
+
# When provided, If-Match is checked against ETag values of the resource.
|
|
171
|
+
# The stream will also be moved into the default stream pool in the destination compartment.
|
|
172
|
+
#
|
|
173
|
+
# @param [String] stream_id The OCID of the stream.
|
|
174
|
+
#
|
|
175
|
+
# @param [OCI::Streaming::Models::ChangeStreamCompartmentDetails] change_stream_compartment_details The stream will be moved into the compartment specified within this entity.
|
|
176
|
+
# @param [Hash] opts the optional parameters
|
|
177
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
178
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
179
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
180
|
+
# @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
181
|
+
# particular request, please provide the request ID.
|
|
182
|
+
#
|
|
183
|
+
# @return [Response] A Response object with data of type nil
|
|
184
|
+
def change_stream_compartment(stream_id, change_stream_compartment_details, opts = {})
|
|
185
|
+
logger.debug 'Calling operation StreamAdminClient#change_stream_compartment.' if logger
|
|
186
|
+
|
|
187
|
+
raise "Missing the required parameter 'stream_id' when calling change_stream_compartment." if stream_id.nil?
|
|
188
|
+
raise "Missing the required parameter 'change_stream_compartment_details' when calling change_stream_compartment." if change_stream_compartment_details.nil?
|
|
189
|
+
raise "Parameter value for 'stream_id' must not be blank" if OCI::Internal::Util.blank_string?(stream_id)
|
|
190
|
+
|
|
191
|
+
path = '/streams/{streamId}/actions/changeCompartment'.sub('{streamId}', stream_id.to_s)
|
|
192
|
+
operation_signing_strategy = :standard
|
|
193
|
+
|
|
194
|
+
# rubocop:disable Style/NegatedIf
|
|
195
|
+
# Query Params
|
|
196
|
+
query_params = {}
|
|
197
|
+
|
|
198
|
+
# Header Params
|
|
199
|
+
header_params = {}
|
|
200
|
+
header_params[:accept] = 'application/json'
|
|
201
|
+
header_params[:'content-type'] = 'application/json'
|
|
202
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
203
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
204
|
+
# rubocop:enable Style/NegatedIf
|
|
205
|
+
|
|
206
|
+
post_body = @api_client.object_to_http_body(change_stream_compartment_details)
|
|
207
|
+
|
|
208
|
+
# rubocop:disable Metrics/BlockLength
|
|
209
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'StreamAdminClient#change_stream_compartment') do
|
|
210
|
+
@api_client.call_api(
|
|
211
|
+
:POST,
|
|
212
|
+
path,
|
|
213
|
+
endpoint,
|
|
214
|
+
header_params: header_params,
|
|
215
|
+
query_params: query_params,
|
|
216
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
217
|
+
body: post_body
|
|
218
|
+
)
|
|
219
|
+
end
|
|
220
|
+
# rubocop:enable Metrics/BlockLength
|
|
221
|
+
end
|
|
222
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
223
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
224
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
225
|
+
|
|
226
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
227
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
228
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
# Moves a resource into a different compartment. When provided, If-Match is checked against ETag values of the resource.
|
|
232
|
+
# @param [String] stream_pool_id The OCID of the stream pool.
|
|
233
|
+
#
|
|
234
|
+
# @param [OCI::Streaming::Models::ChangeStreamPoolCompartmentDetails] change_stream_pool_compartment_details The stream pool will be moved into the compartment specified within this entity.
|
|
235
|
+
# @param [Hash] opts the optional parameters
|
|
236
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
237
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
238
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
239
|
+
# @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
240
|
+
# particular request, please provide the request ID.
|
|
241
|
+
#
|
|
242
|
+
# @return [Response] A Response object with data of type nil
|
|
243
|
+
def change_stream_pool_compartment(stream_pool_id, change_stream_pool_compartment_details, opts = {})
|
|
244
|
+
logger.debug 'Calling operation StreamAdminClient#change_stream_pool_compartment.' if logger
|
|
245
|
+
|
|
246
|
+
raise "Missing the required parameter 'stream_pool_id' when calling change_stream_pool_compartment." if stream_pool_id.nil?
|
|
247
|
+
raise "Missing the required parameter 'change_stream_pool_compartment_details' when calling change_stream_pool_compartment." if change_stream_pool_compartment_details.nil?
|
|
248
|
+
raise "Parameter value for 'stream_pool_id' must not be blank" if OCI::Internal::Util.blank_string?(stream_pool_id)
|
|
249
|
+
|
|
250
|
+
path = '/streampools/{streamPoolId}/actions/changeCompartment'.sub('{streamPoolId}', stream_pool_id.to_s)
|
|
251
|
+
operation_signing_strategy = :standard
|
|
252
|
+
|
|
253
|
+
# rubocop:disable Style/NegatedIf
|
|
254
|
+
# Query Params
|
|
255
|
+
query_params = {}
|
|
256
|
+
|
|
257
|
+
# Header Params
|
|
258
|
+
header_params = {}
|
|
259
|
+
header_params[:accept] = 'application/json'
|
|
260
|
+
header_params[:'content-type'] = 'application/json'
|
|
261
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
262
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
263
|
+
# rubocop:enable Style/NegatedIf
|
|
264
|
+
|
|
265
|
+
post_body = @api_client.object_to_http_body(change_stream_pool_compartment_details)
|
|
266
|
+
|
|
267
|
+
# rubocop:disable Metrics/BlockLength
|
|
268
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'StreamAdminClient#change_stream_pool_compartment') do
|
|
269
|
+
@api_client.call_api(
|
|
270
|
+
:POST,
|
|
271
|
+
path,
|
|
272
|
+
endpoint,
|
|
273
|
+
header_params: header_params,
|
|
274
|
+
query_params: query_params,
|
|
275
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
276
|
+
body: post_body
|
|
277
|
+
)
|
|
278
|
+
end
|
|
279
|
+
# rubocop:enable Metrics/BlockLength
|
|
280
|
+
end
|
|
281
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
282
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
283
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
284
|
+
|
|
285
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
286
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
287
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
# Starts the provisioning of a new connect harness.
|
|
291
|
+
# To track the progress of the provisioning, you can periodically call {ConnectHarness} object tells you its current state.
|
|
292
|
+
#
|
|
293
|
+
# @param [OCI::Streaming::Models::CreateConnectHarnessDetails] create_connect_harness_details The connect harness to create.
|
|
294
|
+
# @param [Hash] opts the optional parameters
|
|
295
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
296
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
297
|
+
# @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
298
|
+
# particular request, please provide the request ID.
|
|
299
|
+
#
|
|
300
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations (for example, if a resource has been deleted and purged from the system, then a retry of the original creation request may be rejected).
|
|
301
|
+
# @return [Response] A Response object with data of type {OCI::Streaming::Models::ConnectHarness ConnectHarness}
|
|
302
|
+
def create_connect_harness(create_connect_harness_details, opts = {})
|
|
303
|
+
logger.debug 'Calling operation StreamAdminClient#create_connect_harness.' if logger
|
|
304
|
+
|
|
305
|
+
raise "Missing the required parameter 'create_connect_harness_details' when calling create_connect_harness." if create_connect_harness_details.nil?
|
|
306
|
+
|
|
307
|
+
path = '/connectharnesses'
|
|
308
|
+
operation_signing_strategy = :standard
|
|
309
|
+
|
|
310
|
+
# rubocop:disable Style/NegatedIf
|
|
311
|
+
# Query Params
|
|
312
|
+
query_params = {}
|
|
313
|
+
|
|
314
|
+
# Header Params
|
|
315
|
+
header_params = {}
|
|
316
|
+
header_params[:accept] = 'application/json'
|
|
317
|
+
header_params[:'content-type'] = 'application/json'
|
|
318
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
319
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
|
320
|
+
# rubocop:enable Style/NegatedIf
|
|
321
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
|
322
|
+
|
|
323
|
+
post_body = @api_client.object_to_http_body(create_connect_harness_details)
|
|
324
|
+
|
|
325
|
+
# rubocop:disable Metrics/BlockLength
|
|
326
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'StreamAdminClient#create_connect_harness') do
|
|
327
|
+
@api_client.call_api(
|
|
328
|
+
:POST,
|
|
329
|
+
path,
|
|
330
|
+
endpoint,
|
|
331
|
+
header_params: header_params,
|
|
332
|
+
query_params: query_params,
|
|
333
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
334
|
+
body: post_body,
|
|
335
|
+
return_type: 'OCI::Streaming::Models::ConnectHarness'
|
|
336
|
+
)
|
|
337
|
+
end
|
|
338
|
+
# rubocop:enable Metrics/BlockLength
|
|
339
|
+
end
|
|
340
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
341
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
342
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
343
|
+
|
|
344
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
345
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
346
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
347
|
+
|
|
348
|
+
|
|
111
349
|
# Starts the provisioning of a new stream.
|
|
350
|
+
# The stream will be created in the given compartment id or stream pool id, depending on which parameter is specified.
|
|
351
|
+
# Compartment id and stream pool id cannot be specified at the same time.
|
|
112
352
|
# To track the progress of the provisioning, you can periodically call {#get_stream get_stream}.
|
|
113
353
|
# In the response, the `lifecycleState` parameter of the {Stream} object tells you its current state.
|
|
114
354
|
#
|
|
115
|
-
# @param [OCI::Streaming::Models::CreateStreamDetails] create_stream_details The stream to create.
|
|
355
|
+
# @param [OCI::Streaming::Models::CreateStreamDetails] create_stream_details The stream to create.
|
|
356
|
+
# @param [Hash] opts the optional parameters
|
|
357
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
358
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
359
|
+
# @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
360
|
+
# particular request, please provide the request ID.
|
|
361
|
+
#
|
|
362
|
+
# @return [Response] A Response object with data of type {OCI::Streaming::Models::Stream Stream}
|
|
363
|
+
def create_stream(create_stream_details, opts = {})
|
|
364
|
+
logger.debug 'Calling operation StreamAdminClient#create_stream.' if logger
|
|
365
|
+
|
|
366
|
+
raise "Missing the required parameter 'create_stream_details' when calling create_stream." if create_stream_details.nil?
|
|
367
|
+
|
|
368
|
+
path = '/streams'
|
|
369
|
+
operation_signing_strategy = :standard
|
|
370
|
+
|
|
371
|
+
# rubocop:disable Style/NegatedIf
|
|
372
|
+
# Query Params
|
|
373
|
+
query_params = {}
|
|
374
|
+
|
|
375
|
+
# Header Params
|
|
376
|
+
header_params = {}
|
|
377
|
+
header_params[:accept] = 'application/json'
|
|
378
|
+
header_params[:'content-type'] = 'application/json'
|
|
379
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
380
|
+
# rubocop:enable Style/NegatedIf
|
|
381
|
+
|
|
382
|
+
post_body = @api_client.object_to_http_body(create_stream_details)
|
|
383
|
+
|
|
384
|
+
# rubocop:disable Metrics/BlockLength
|
|
385
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'StreamAdminClient#create_stream') do
|
|
386
|
+
@api_client.call_api(
|
|
387
|
+
:POST,
|
|
388
|
+
path,
|
|
389
|
+
endpoint,
|
|
390
|
+
header_params: header_params,
|
|
391
|
+
query_params: query_params,
|
|
392
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
393
|
+
body: post_body,
|
|
394
|
+
return_type: 'OCI::Streaming::Models::Stream'
|
|
395
|
+
)
|
|
396
|
+
end
|
|
397
|
+
# rubocop:enable Metrics/BlockLength
|
|
398
|
+
end
|
|
399
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
400
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
401
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
402
|
+
|
|
403
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
404
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
405
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
# Starts the provisioning of a new stream pool.
|
|
409
|
+
# To track the progress of the provisioning, you can periodically call GetStreamPool.
|
|
410
|
+
# In the response, the `lifecycleState` parameter of the object tells you its current state.
|
|
411
|
+
#
|
|
412
|
+
# @param [OCI::Streaming::Models::CreateStreamPoolDetails] create_stream_pool_details The stream pool to create.
|
|
413
|
+
# @param [Hash] opts the optional parameters
|
|
414
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
415
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
416
|
+
# @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
417
|
+
# particular request, please provide the request ID.
|
|
418
|
+
#
|
|
419
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations (for example, if a resource has been deleted and purged from the system, then a retry of the original creation request may be rejected).
|
|
420
|
+
# @return [Response] A Response object with data of type {OCI::Streaming::Models::StreamPool StreamPool}
|
|
421
|
+
def create_stream_pool(create_stream_pool_details, opts = {})
|
|
422
|
+
logger.debug 'Calling operation StreamAdminClient#create_stream_pool.' if logger
|
|
423
|
+
|
|
424
|
+
raise "Missing the required parameter 'create_stream_pool_details' when calling create_stream_pool." if create_stream_pool_details.nil?
|
|
425
|
+
|
|
426
|
+
path = '/streampools'
|
|
427
|
+
operation_signing_strategy = :standard
|
|
428
|
+
|
|
429
|
+
# rubocop:disable Style/NegatedIf
|
|
430
|
+
# Query Params
|
|
431
|
+
query_params = {}
|
|
432
|
+
|
|
433
|
+
# Header Params
|
|
434
|
+
header_params = {}
|
|
435
|
+
header_params[:accept] = 'application/json'
|
|
436
|
+
header_params[:'content-type'] = 'application/json'
|
|
437
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
438
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
|
439
|
+
# rubocop:enable Style/NegatedIf
|
|
440
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
|
441
|
+
|
|
442
|
+
post_body = @api_client.object_to_http_body(create_stream_pool_details)
|
|
443
|
+
|
|
444
|
+
# rubocop:disable Metrics/BlockLength
|
|
445
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'StreamAdminClient#create_stream_pool') do
|
|
446
|
+
@api_client.call_api(
|
|
447
|
+
:POST,
|
|
448
|
+
path,
|
|
449
|
+
endpoint,
|
|
450
|
+
header_params: header_params,
|
|
451
|
+
query_params: query_params,
|
|
452
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
453
|
+
body: post_body,
|
|
454
|
+
return_type: 'OCI::Streaming::Models::StreamPool'
|
|
455
|
+
)
|
|
456
|
+
end
|
|
457
|
+
# rubocop:enable Metrics/BlockLength
|
|
458
|
+
end
|
|
459
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
460
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
461
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
462
|
+
|
|
463
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
464
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
465
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
# Deletes a connect harness and its content. Connect harness contents are deleted immediately. The service retains records of the connect harness itself for 90 days after deletion.
|
|
469
|
+
# The `lifecycleState` parameter of the `ConnectHarness` object changes to `DELETING` and the connect harness becomes inaccessible for read or write operations.
|
|
470
|
+
# To verify that a connect harness has been deleted, make a {#get_connect_harness get_connect_harness} request. If the call returns the connect harness's
|
|
471
|
+
# lifecycle state as `DELETED`, then the connect harness has been deleted. If the call returns a \"404 Not Found\" error, that means all records of the
|
|
472
|
+
# connect harness have been deleted.
|
|
473
|
+
#
|
|
474
|
+
# @param [String] connect_harness_id The OCID of the connect harness.
|
|
475
|
+
#
|
|
476
|
+
# @param [Hash] opts the optional parameters
|
|
477
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
478
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
479
|
+
# @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
480
|
+
# particular request, please provide the request ID.
|
|
481
|
+
#
|
|
482
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
483
|
+
# @return [Response] A Response object with data of type nil
|
|
484
|
+
def delete_connect_harness(connect_harness_id, opts = {})
|
|
485
|
+
logger.debug 'Calling operation StreamAdminClient#delete_connect_harness.' if logger
|
|
486
|
+
|
|
487
|
+
raise "Missing the required parameter 'connect_harness_id' when calling delete_connect_harness." if connect_harness_id.nil?
|
|
488
|
+
raise "Parameter value for 'connect_harness_id' must not be blank" if OCI::Internal::Util.blank_string?(connect_harness_id)
|
|
489
|
+
|
|
490
|
+
path = '/connectharnesses/{connectHarnessId}'.sub('{connectHarnessId}', connect_harness_id.to_s)
|
|
491
|
+
operation_signing_strategy = :standard
|
|
492
|
+
|
|
493
|
+
# rubocop:disable Style/NegatedIf
|
|
494
|
+
# Query Params
|
|
495
|
+
query_params = {}
|
|
496
|
+
|
|
497
|
+
# Header Params
|
|
498
|
+
header_params = {}
|
|
499
|
+
header_params[:accept] = 'application/json'
|
|
500
|
+
header_params[:'content-type'] = 'application/json'
|
|
501
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
502
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
503
|
+
# rubocop:enable Style/NegatedIf
|
|
504
|
+
|
|
505
|
+
post_body = nil
|
|
506
|
+
|
|
507
|
+
# rubocop:disable Metrics/BlockLength
|
|
508
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'StreamAdminClient#delete_connect_harness') do
|
|
509
|
+
@api_client.call_api(
|
|
510
|
+
:DELETE,
|
|
511
|
+
path,
|
|
512
|
+
endpoint,
|
|
513
|
+
header_params: header_params,
|
|
514
|
+
query_params: query_params,
|
|
515
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
516
|
+
body: post_body
|
|
517
|
+
)
|
|
518
|
+
end
|
|
519
|
+
# rubocop:enable Metrics/BlockLength
|
|
520
|
+
end
|
|
521
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
522
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
523
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
524
|
+
|
|
525
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
526
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
527
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
# Deletes a stream and its content. Stream contents are deleted immediately. The service retains records of the stream itself for 90 days after deletion.
|
|
531
|
+
# The `lifecycleState` parameter of the `Stream` object changes to `DELETING` and the stream becomes inaccessible for read or write operations.
|
|
532
|
+
# To verify that a stream has been deleted, make a {#get_stream get_stream} request. If the call returns the stream's
|
|
533
|
+
# lifecycle state as `DELETED`, then the stream has been deleted. If the call returns a \"404 Not Found\" error, that means all records of the
|
|
534
|
+
# stream have been deleted.
|
|
535
|
+
#
|
|
536
|
+
# @param [String] stream_id The OCID of the stream.
|
|
537
|
+
#
|
|
538
|
+
# @param [Hash] opts the optional parameters
|
|
539
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
540
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
541
|
+
# @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
542
|
+
# particular request, please provide the request ID.
|
|
543
|
+
#
|
|
544
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
545
|
+
# @return [Response] A Response object with data of type nil
|
|
546
|
+
def delete_stream(stream_id, opts = {})
|
|
547
|
+
logger.debug 'Calling operation StreamAdminClient#delete_stream.' if logger
|
|
548
|
+
|
|
549
|
+
raise "Missing the required parameter 'stream_id' when calling delete_stream." if stream_id.nil?
|
|
550
|
+
raise "Parameter value for 'stream_id' must not be blank" if OCI::Internal::Util.blank_string?(stream_id)
|
|
551
|
+
|
|
552
|
+
path = '/streams/{streamId}'.sub('{streamId}', stream_id.to_s)
|
|
553
|
+
operation_signing_strategy = :standard
|
|
554
|
+
|
|
555
|
+
# rubocop:disable Style/NegatedIf
|
|
556
|
+
# Query Params
|
|
557
|
+
query_params = {}
|
|
558
|
+
|
|
559
|
+
# Header Params
|
|
560
|
+
header_params = {}
|
|
561
|
+
header_params[:accept] = 'application/json'
|
|
562
|
+
header_params[:'content-type'] = 'application/json'
|
|
563
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
564
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
565
|
+
# rubocop:enable Style/NegatedIf
|
|
566
|
+
|
|
567
|
+
post_body = nil
|
|
568
|
+
|
|
569
|
+
# rubocop:disable Metrics/BlockLength
|
|
570
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'StreamAdminClient#delete_stream') do
|
|
571
|
+
@api_client.call_api(
|
|
572
|
+
:DELETE,
|
|
573
|
+
path,
|
|
574
|
+
endpoint,
|
|
575
|
+
header_params: header_params,
|
|
576
|
+
query_params: query_params,
|
|
577
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
578
|
+
body: post_body
|
|
579
|
+
)
|
|
580
|
+
end
|
|
581
|
+
# rubocop:enable Metrics/BlockLength
|
|
582
|
+
end
|
|
583
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
584
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
585
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
586
|
+
|
|
587
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
588
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
589
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
# Deletes a stream pool. All containing streams will also be deleted.
|
|
593
|
+
# The default stream pool of a compartment cannot be deleted.
|
|
594
|
+
#
|
|
595
|
+
# @param [String] stream_pool_id The OCID of the stream pool.
|
|
596
|
+
#
|
|
597
|
+
# @param [Hash] opts the optional parameters
|
|
598
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
599
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
600
|
+
# @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
601
|
+
# particular request, please provide the request ID.
|
|
602
|
+
#
|
|
603
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
604
|
+
# @return [Response] A Response object with data of type nil
|
|
605
|
+
def delete_stream_pool(stream_pool_id, opts = {})
|
|
606
|
+
logger.debug 'Calling operation StreamAdminClient#delete_stream_pool.' if logger
|
|
607
|
+
|
|
608
|
+
raise "Missing the required parameter 'stream_pool_id' when calling delete_stream_pool." if stream_pool_id.nil?
|
|
609
|
+
raise "Parameter value for 'stream_pool_id' must not be blank" if OCI::Internal::Util.blank_string?(stream_pool_id)
|
|
610
|
+
|
|
611
|
+
path = '/streampools/{streamPoolId}'.sub('{streamPoolId}', stream_pool_id.to_s)
|
|
612
|
+
operation_signing_strategy = :standard
|
|
613
|
+
|
|
614
|
+
# rubocop:disable Style/NegatedIf
|
|
615
|
+
# Query Params
|
|
616
|
+
query_params = {}
|
|
617
|
+
|
|
618
|
+
# Header Params
|
|
619
|
+
header_params = {}
|
|
620
|
+
header_params[:accept] = 'application/json'
|
|
621
|
+
header_params[:'content-type'] = 'application/json'
|
|
622
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
623
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
624
|
+
# rubocop:enable Style/NegatedIf
|
|
625
|
+
|
|
626
|
+
post_body = nil
|
|
627
|
+
|
|
628
|
+
# rubocop:disable Metrics/BlockLength
|
|
629
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'StreamAdminClient#delete_stream_pool') do
|
|
630
|
+
@api_client.call_api(
|
|
631
|
+
:DELETE,
|
|
632
|
+
path,
|
|
633
|
+
endpoint,
|
|
634
|
+
header_params: header_params,
|
|
635
|
+
query_params: query_params,
|
|
636
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
637
|
+
body: post_body
|
|
638
|
+
)
|
|
639
|
+
end
|
|
640
|
+
# rubocop:enable Metrics/BlockLength
|
|
641
|
+
end
|
|
642
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
643
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
644
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
645
|
+
|
|
646
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
647
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
648
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
649
|
+
|
|
650
|
+
|
|
651
|
+
# Gets detailed information about a connect harness.
|
|
652
|
+
# @param [String] connect_harness_id The OCID of the connect harness.
|
|
653
|
+
#
|
|
654
|
+
# @param [Hash] opts the optional parameters
|
|
655
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
656
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
657
|
+
# @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
658
|
+
# particular request, please provide the request ID.
|
|
659
|
+
#
|
|
660
|
+
# @return [Response] A Response object with data of type {OCI::Streaming::Models::ConnectHarness ConnectHarness}
|
|
661
|
+
def get_connect_harness(connect_harness_id, opts = {})
|
|
662
|
+
logger.debug 'Calling operation StreamAdminClient#get_connect_harness.' if logger
|
|
663
|
+
|
|
664
|
+
raise "Missing the required parameter 'connect_harness_id' when calling get_connect_harness." if connect_harness_id.nil?
|
|
665
|
+
raise "Parameter value for 'connect_harness_id' must not be blank" if OCI::Internal::Util.blank_string?(connect_harness_id)
|
|
666
|
+
|
|
667
|
+
path = '/connectharnesses/{connectHarnessId}'.sub('{connectHarnessId}', connect_harness_id.to_s)
|
|
668
|
+
operation_signing_strategy = :standard
|
|
669
|
+
|
|
670
|
+
# rubocop:disable Style/NegatedIf
|
|
671
|
+
# Query Params
|
|
672
|
+
query_params = {}
|
|
673
|
+
|
|
674
|
+
# Header Params
|
|
675
|
+
header_params = {}
|
|
676
|
+
header_params[:accept] = 'application/json'
|
|
677
|
+
header_params[:'content-type'] = 'application/json'
|
|
678
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
679
|
+
# rubocop:enable Style/NegatedIf
|
|
680
|
+
|
|
681
|
+
post_body = nil
|
|
682
|
+
|
|
683
|
+
# rubocop:disable Metrics/BlockLength
|
|
684
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'StreamAdminClient#get_connect_harness') do
|
|
685
|
+
@api_client.call_api(
|
|
686
|
+
:GET,
|
|
687
|
+
path,
|
|
688
|
+
endpoint,
|
|
689
|
+
header_params: header_params,
|
|
690
|
+
query_params: query_params,
|
|
691
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
692
|
+
body: post_body,
|
|
693
|
+
return_type: 'OCI::Streaming::Models::ConnectHarness'
|
|
694
|
+
)
|
|
695
|
+
end
|
|
696
|
+
# rubocop:enable Metrics/BlockLength
|
|
697
|
+
end
|
|
698
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
699
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
700
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
701
|
+
|
|
702
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
703
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
704
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
705
|
+
|
|
706
|
+
|
|
707
|
+
# Gets detailed information about a stream, including the number of partitions.
|
|
708
|
+
# @param [String] stream_id The OCID of the stream.
|
|
709
|
+
#
|
|
116
710
|
# @param [Hash] opts the optional parameters
|
|
117
711
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
118
712
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -120,12 +714,13 @@ module OCI
|
|
|
120
714
|
# particular request, please provide the request ID.
|
|
121
715
|
#
|
|
122
716
|
# @return [Response] A Response object with data of type {OCI::Streaming::Models::Stream Stream}
|
|
123
|
-
def
|
|
124
|
-
logger.debug 'Calling operation StreamAdminClient#
|
|
717
|
+
def get_stream(stream_id, opts = {})
|
|
718
|
+
logger.debug 'Calling operation StreamAdminClient#get_stream.' if logger
|
|
125
719
|
|
|
126
|
-
raise "Missing the required parameter '
|
|
720
|
+
raise "Missing the required parameter 'stream_id' when calling get_stream." if stream_id.nil?
|
|
721
|
+
raise "Parameter value for 'stream_id' must not be blank" if OCI::Internal::Util.blank_string?(stream_id)
|
|
127
722
|
|
|
128
|
-
path = '/streams'
|
|
723
|
+
path = '/streams/{streamId}'.sub('{streamId}', stream_id.to_s)
|
|
129
724
|
operation_signing_strategy = :standard
|
|
130
725
|
|
|
131
726
|
# rubocop:disable Style/NegatedIf
|
|
@@ -139,12 +734,12 @@ module OCI
|
|
|
139
734
|
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
140
735
|
# rubocop:enable Style/NegatedIf
|
|
141
736
|
|
|
142
|
-
post_body =
|
|
737
|
+
post_body = nil
|
|
143
738
|
|
|
144
739
|
# rubocop:disable Metrics/BlockLength
|
|
145
|
-
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'StreamAdminClient#
|
|
740
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'StreamAdminClient#get_stream') do
|
|
146
741
|
@api_client.call_api(
|
|
147
|
-
:
|
|
742
|
+
:GET,
|
|
148
743
|
path,
|
|
149
744
|
endpoint,
|
|
150
745
|
header_params: header_params,
|
|
@@ -165,27 +760,23 @@ module OCI
|
|
|
165
760
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
166
761
|
|
|
167
762
|
|
|
168
|
-
#
|
|
169
|
-
#
|
|
170
|
-
# To verify that a stream has been deleted, make a {#get_stream get_stream} request. If the call returns the stream's
|
|
171
|
-
# lifecycle state as `DELETED`, then the stream has been deleted. If the call returns a \"404 Not Found\" error, that means all records of the
|
|
172
|
-
# stream have been deleted.
|
|
763
|
+
# Gets detailed information about the stream pool, such as Kafka settings.
|
|
764
|
+
# @param [String] stream_pool_id The OCID of the stream pool.
|
|
173
765
|
#
|
|
174
|
-
# @param [String] stream_id The OCID of the stream to delete.
|
|
175
766
|
# @param [Hash] opts the optional parameters
|
|
176
767
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
177
768
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
178
769
|
# @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
179
770
|
# particular request, please provide the request ID.
|
|
180
771
|
#
|
|
181
|
-
# @return [Response] A Response object with data of type
|
|
182
|
-
def
|
|
183
|
-
logger.debug 'Calling operation StreamAdminClient#
|
|
772
|
+
# @return [Response] A Response object with data of type {OCI::Streaming::Models::StreamPool StreamPool}
|
|
773
|
+
def get_stream_pool(stream_pool_id, opts = {})
|
|
774
|
+
logger.debug 'Calling operation StreamAdminClient#get_stream_pool.' if logger
|
|
184
775
|
|
|
185
|
-
raise "Missing the required parameter '
|
|
186
|
-
raise "Parameter value for '
|
|
776
|
+
raise "Missing the required parameter 'stream_pool_id' when calling get_stream_pool." if stream_pool_id.nil?
|
|
777
|
+
raise "Parameter value for 'stream_pool_id' must not be blank" if OCI::Internal::Util.blank_string?(stream_pool_id)
|
|
187
778
|
|
|
188
|
-
path = '/
|
|
779
|
+
path = '/streampools/{streamPoolId}'.sub('{streamPoolId}', stream_pool_id.to_s)
|
|
189
780
|
operation_signing_strategy = :standard
|
|
190
781
|
|
|
191
782
|
# rubocop:disable Style/NegatedIf
|
|
@@ -202,15 +793,16 @@ module OCI
|
|
|
202
793
|
post_body = nil
|
|
203
794
|
|
|
204
795
|
# rubocop:disable Metrics/BlockLength
|
|
205
|
-
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'StreamAdminClient#
|
|
796
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'StreamAdminClient#get_stream_pool') do
|
|
206
797
|
@api_client.call_api(
|
|
207
|
-
:
|
|
798
|
+
:GET,
|
|
208
799
|
path,
|
|
209
800
|
endpoint,
|
|
210
801
|
header_params: header_params,
|
|
211
802
|
query_params: query_params,
|
|
212
803
|
operation_signing_strategy: operation_signing_strategy,
|
|
213
|
-
body: post_body
|
|
804
|
+
body: post_body,
|
|
805
|
+
return_type: 'OCI::Streaming::Models::StreamPool'
|
|
214
806
|
)
|
|
215
807
|
end
|
|
216
808
|
# rubocop:enable Metrics/BlockLength
|
|
@@ -224,27 +816,60 @@ module OCI
|
|
|
224
816
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
225
817
|
|
|
226
818
|
|
|
227
|
-
#
|
|
228
|
-
# @param [String]
|
|
819
|
+
# Lists the connectharness.
|
|
820
|
+
# @param [String] compartment_id The OCID of the compartment.
|
|
229
821
|
# @param [Hash] opts the optional parameters
|
|
230
822
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
231
823
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
824
|
+
# @option opts [String] :id A filter to return only resources that match the given ID exactly.
|
|
825
|
+
#
|
|
826
|
+
# @option opts [String] :name A filter to return only resources that match the given name exactly.
|
|
827
|
+
#
|
|
828
|
+
# @option opts [Integer] :limit The maximum number of items to return. The value must be between 1 and 50. The default is 10. (default to 5)
|
|
829
|
+
# @option opts [String] :page The page at which to start retrieving results.
|
|
830
|
+
# @option opts [String] :sort_by The field to sort by. You can provide no more than one sort order. By default, `TIMECREATED` sorts results in descending order and `NAME` sorts results in ascending order.
|
|
831
|
+
#
|
|
832
|
+
# Allowed values are: NAME, TIMECREATED
|
|
833
|
+
# @option opts [String] :sort_order The sort order to use, either 'asc' or 'desc'.
|
|
834
|
+
#
|
|
835
|
+
# Allowed values are: ASC, DESC
|
|
836
|
+
# @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
|
|
837
|
+
#
|
|
232
838
|
# @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
233
839
|
# particular request, please provide the request ID.
|
|
234
840
|
#
|
|
235
|
-
# @return [Response] A Response object with data of type {OCI::Streaming::Models::
|
|
236
|
-
def
|
|
237
|
-
logger.debug 'Calling operation StreamAdminClient#
|
|
841
|
+
# @return [Response] A Response object with data of type Array<{OCI::Streaming::Models::ConnectHarnessSummary ConnectHarnessSummary}>
|
|
842
|
+
def list_connect_harnesses(compartment_id, opts = {})
|
|
843
|
+
logger.debug 'Calling operation StreamAdminClient#list_connect_harnesses.' if logger
|
|
238
844
|
|
|
239
|
-
raise "Missing the required parameter '
|
|
240
|
-
raise "Parameter value for 'stream_id' must not be blank" if OCI::Internal::Util.blank_string?(stream_id)
|
|
845
|
+
raise "Missing the required parameter 'compartment_id' when calling list_connect_harnesses." if compartment_id.nil?
|
|
241
846
|
|
|
242
|
-
|
|
847
|
+
if opts[:sort_by] && !%w[NAME TIMECREATED].include?(opts[:sort_by])
|
|
848
|
+
raise 'Invalid value for "sort_by", must be one of NAME, TIMECREATED.'
|
|
849
|
+
end
|
|
850
|
+
|
|
851
|
+
if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
|
|
852
|
+
raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
|
|
853
|
+
end
|
|
854
|
+
|
|
855
|
+
if opts[:lifecycle_state] && !OCI::Streaming::Models::ConnectHarnessSummary::LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state])
|
|
856
|
+
raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::Streaming::Models::ConnectHarnessSummary::LIFECYCLE_STATE_ENUM.'
|
|
857
|
+
end
|
|
858
|
+
|
|
859
|
+
path = '/connectharnesses'
|
|
243
860
|
operation_signing_strategy = :standard
|
|
244
861
|
|
|
245
862
|
# rubocop:disable Style/NegatedIf
|
|
246
863
|
# Query Params
|
|
247
864
|
query_params = {}
|
|
865
|
+
query_params[:compartmentId] = compartment_id
|
|
866
|
+
query_params[:id] = opts[:id] if opts[:id]
|
|
867
|
+
query_params[:name] = opts[:name] if opts[:name]
|
|
868
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
|
869
|
+
query_params[:page] = opts[:page] if opts[:page]
|
|
870
|
+
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
|
871
|
+
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
|
872
|
+
query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
|
|
248
873
|
|
|
249
874
|
# Header Params
|
|
250
875
|
header_params = {}
|
|
@@ -256,7 +881,7 @@ module OCI
|
|
|
256
881
|
post_body = nil
|
|
257
882
|
|
|
258
883
|
# rubocop:disable Metrics/BlockLength
|
|
259
|
-
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'StreamAdminClient#
|
|
884
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'StreamAdminClient#list_connect_harnesses') do
|
|
260
885
|
@api_client.call_api(
|
|
261
886
|
:GET,
|
|
262
887
|
path,
|
|
@@ -265,7 +890,7 @@ module OCI
|
|
|
265
890
|
query_params: query_params,
|
|
266
891
|
operation_signing_strategy: operation_signing_strategy,
|
|
267
892
|
body: post_body,
|
|
268
|
-
return_type: 'OCI::Streaming::Models::
|
|
893
|
+
return_type: 'Array<OCI::Streaming::Models::ConnectHarnessSummary>'
|
|
269
894
|
)
|
|
270
895
|
end
|
|
271
896
|
# rubocop:enable Metrics/BlockLength
|
|
@@ -279,7 +904,7 @@ module OCI
|
|
|
279
904
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
280
905
|
|
|
281
906
|
|
|
282
|
-
#
|
|
907
|
+
# List the stream pools for a given compartment ID.
|
|
283
908
|
# @param [String] compartment_id The OCID of the compartment.
|
|
284
909
|
# @param [Hash] opts the optional parameters
|
|
285
910
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -301,11 +926,103 @@ module OCI
|
|
|
301
926
|
# @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
302
927
|
# particular request, please provide the request ID.
|
|
303
928
|
#
|
|
929
|
+
# @return [Response] A Response object with data of type Array<{OCI::Streaming::Models::StreamPoolSummary StreamPoolSummary}>
|
|
930
|
+
def list_stream_pools(compartment_id, opts = {})
|
|
931
|
+
logger.debug 'Calling operation StreamAdminClient#list_stream_pools.' if logger
|
|
932
|
+
|
|
933
|
+
raise "Missing the required parameter 'compartment_id' when calling list_stream_pools." if compartment_id.nil?
|
|
934
|
+
|
|
935
|
+
if opts[:sort_by] && !%w[NAME TIMECREATED].include?(opts[:sort_by])
|
|
936
|
+
raise 'Invalid value for "sort_by", must be one of NAME, TIMECREATED.'
|
|
937
|
+
end
|
|
938
|
+
|
|
939
|
+
if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
|
|
940
|
+
raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
|
|
941
|
+
end
|
|
942
|
+
|
|
943
|
+
if opts[:lifecycle_state] && !OCI::Streaming::Models::StreamPoolSummary::LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state])
|
|
944
|
+
raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::Streaming::Models::StreamPoolSummary::LIFECYCLE_STATE_ENUM.'
|
|
945
|
+
end
|
|
946
|
+
|
|
947
|
+
path = '/streampools'
|
|
948
|
+
operation_signing_strategy = :standard
|
|
949
|
+
|
|
950
|
+
# rubocop:disable Style/NegatedIf
|
|
951
|
+
# Query Params
|
|
952
|
+
query_params = {}
|
|
953
|
+
query_params[:compartmentId] = compartment_id
|
|
954
|
+
query_params[:id] = opts[:id] if opts[:id]
|
|
955
|
+
query_params[:name] = opts[:name] if opts[:name]
|
|
956
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
|
957
|
+
query_params[:page] = opts[:page] if opts[:page]
|
|
958
|
+
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
|
959
|
+
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
|
960
|
+
query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
|
|
961
|
+
|
|
962
|
+
# Header Params
|
|
963
|
+
header_params = {}
|
|
964
|
+
header_params[:accept] = 'application/json'
|
|
965
|
+
header_params[:'content-type'] = 'application/json'
|
|
966
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
967
|
+
# rubocop:enable Style/NegatedIf
|
|
968
|
+
|
|
969
|
+
post_body = nil
|
|
970
|
+
|
|
971
|
+
# rubocop:disable Metrics/BlockLength
|
|
972
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'StreamAdminClient#list_stream_pools') do
|
|
973
|
+
@api_client.call_api(
|
|
974
|
+
:GET,
|
|
975
|
+
path,
|
|
976
|
+
endpoint,
|
|
977
|
+
header_params: header_params,
|
|
978
|
+
query_params: query_params,
|
|
979
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
980
|
+
body: post_body,
|
|
981
|
+
return_type: 'Array<OCI::Streaming::Models::StreamPoolSummary>'
|
|
982
|
+
)
|
|
983
|
+
end
|
|
984
|
+
# rubocop:enable Metrics/BlockLength
|
|
985
|
+
end
|
|
986
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
987
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
988
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
989
|
+
|
|
990
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
991
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
992
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
993
|
+
|
|
994
|
+
|
|
995
|
+
# Lists the streams in the given compartment id.
|
|
996
|
+
# If the compartment id is specified, it will list streams in the compartment, regardless of their stream pool.
|
|
997
|
+
# If the stream pool id is specified, the action will be scoped to that stream pool.
|
|
998
|
+
# The compartment id and stream pool id cannot be specified at the same time.
|
|
999
|
+
#
|
|
1000
|
+
# @param [Hash] opts the optional parameters
|
|
1001
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
1002
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1003
|
+
# @option opts [String] :compartment_id The OCID of the compartment. Is exclusive with the `streamPoolId` parameter. One of them is required.
|
|
1004
|
+
# @option opts [String] :stream_pool_id The OCID of the stream pool. Is exclusive with the `compartmentId` parameter. One of them is required.
|
|
1005
|
+
# @option opts [String] :id A filter to return only resources that match the given ID exactly.
|
|
1006
|
+
#
|
|
1007
|
+
# @option opts [String] :name A filter to return only resources that match the given name exactly.
|
|
1008
|
+
#
|
|
1009
|
+
# @option opts [Integer] :limit The maximum number of items to return. The value must be between 1 and 50. The default is 10. (default to 5)
|
|
1010
|
+
# @option opts [String] :page The page at which to start retrieving results.
|
|
1011
|
+
# @option opts [String] :sort_by The field to sort by. You can provide no more than one sort order. By default, `TIMECREATED` sorts results in descending order and `NAME` sorts results in ascending order.
|
|
1012
|
+
#
|
|
1013
|
+
# Allowed values are: NAME, TIMECREATED
|
|
1014
|
+
# @option opts [String] :sort_order The sort order to use, either 'asc' or 'desc'.
|
|
1015
|
+
#
|
|
1016
|
+
# Allowed values are: ASC, DESC
|
|
1017
|
+
# @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
|
|
1018
|
+
#
|
|
1019
|
+
# @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
1020
|
+
# particular request, please provide the request ID.
|
|
1021
|
+
#
|
|
304
1022
|
# @return [Response] A Response object with data of type Array<{OCI::Streaming::Models::StreamSummary StreamSummary}>
|
|
305
|
-
def list_streams(
|
|
1023
|
+
def list_streams(opts = {})
|
|
306
1024
|
logger.debug 'Calling operation StreamAdminClient#list_streams.' if logger
|
|
307
1025
|
|
|
308
|
-
raise "Missing the required parameter 'compartment_id' when calling list_streams." if compartment_id.nil?
|
|
309
1026
|
|
|
310
1027
|
if opts[:sort_by] && !%w[NAME TIMECREATED].include?(opts[:sort_by])
|
|
311
1028
|
raise 'Invalid value for "sort_by", must be one of NAME, TIMECREATED.'
|
|
@@ -325,7 +1042,8 @@ module OCI
|
|
|
325
1042
|
# rubocop:disable Style/NegatedIf
|
|
326
1043
|
# Query Params
|
|
327
1044
|
query_params = {}
|
|
328
|
-
query_params[:compartmentId] = compartment_id
|
|
1045
|
+
query_params[:compartmentId] = opts[:compartment_id] if opts[:compartment_id]
|
|
1046
|
+
query_params[:streamPoolId] = opts[:stream_pool_id] if opts[:stream_pool_id]
|
|
329
1047
|
query_params[:id] = opts[:id] if opts[:id]
|
|
330
1048
|
query_params[:name] = opts[:name] if opts[:name]
|
|
331
1049
|
query_params[:limit] = opts[:limit] if opts[:limit]
|
|
@@ -367,16 +1085,79 @@ module OCI
|
|
|
367
1085
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
368
1086
|
|
|
369
1087
|
|
|
370
|
-
# Updates the tags applied to the
|
|
1088
|
+
# Updates the tags applied to the connect harness.
|
|
1089
|
+
#
|
|
1090
|
+
# @param [String] connect_harness_id The OCID of the connect harness.
|
|
1091
|
+
#
|
|
1092
|
+
# @param [OCI::Streaming::Models::UpdateConnectHarnessDetails] update_connect_harness_details The connect harness is updated with the tags provided.
|
|
1093
|
+
# @param [Hash] opts the optional parameters
|
|
1094
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
1095
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1096
|
+
# @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
1097
|
+
# particular request, please provide the request ID.
|
|
1098
|
+
#
|
|
1099
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
1100
|
+
# @return [Response] A Response object with data of type {OCI::Streaming::Models::ConnectHarness ConnectHarness}
|
|
1101
|
+
def update_connect_harness(connect_harness_id, update_connect_harness_details, opts = {})
|
|
1102
|
+
logger.debug 'Calling operation StreamAdminClient#update_connect_harness.' if logger
|
|
1103
|
+
|
|
1104
|
+
raise "Missing the required parameter 'connect_harness_id' when calling update_connect_harness." if connect_harness_id.nil?
|
|
1105
|
+
raise "Missing the required parameter 'update_connect_harness_details' when calling update_connect_harness." if update_connect_harness_details.nil?
|
|
1106
|
+
raise "Parameter value for 'connect_harness_id' must not be blank" if OCI::Internal::Util.blank_string?(connect_harness_id)
|
|
1107
|
+
|
|
1108
|
+
path = '/connectharnesses/{connectHarnessId}'.sub('{connectHarnessId}', connect_harness_id.to_s)
|
|
1109
|
+
operation_signing_strategy = :standard
|
|
1110
|
+
|
|
1111
|
+
# rubocop:disable Style/NegatedIf
|
|
1112
|
+
# Query Params
|
|
1113
|
+
query_params = {}
|
|
1114
|
+
|
|
1115
|
+
# Header Params
|
|
1116
|
+
header_params = {}
|
|
1117
|
+
header_params[:accept] = 'application/json'
|
|
1118
|
+
header_params[:'content-type'] = 'application/json'
|
|
1119
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
1120
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
1121
|
+
# rubocop:enable Style/NegatedIf
|
|
1122
|
+
|
|
1123
|
+
post_body = @api_client.object_to_http_body(update_connect_harness_details)
|
|
1124
|
+
|
|
1125
|
+
# rubocop:disable Metrics/BlockLength
|
|
1126
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'StreamAdminClient#update_connect_harness') do
|
|
1127
|
+
@api_client.call_api(
|
|
1128
|
+
:PUT,
|
|
1129
|
+
path,
|
|
1130
|
+
endpoint,
|
|
1131
|
+
header_params: header_params,
|
|
1132
|
+
query_params: query_params,
|
|
1133
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
1134
|
+
body: post_body,
|
|
1135
|
+
return_type: 'OCI::Streaming::Models::ConnectHarness'
|
|
1136
|
+
)
|
|
1137
|
+
end
|
|
1138
|
+
# rubocop:enable Metrics/BlockLength
|
|
1139
|
+
end
|
|
1140
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1141
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1142
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
1143
|
+
|
|
1144
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1145
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1146
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
1147
|
+
|
|
1148
|
+
|
|
1149
|
+
# Updates the stream. Only specified values will be updated.
|
|
1150
|
+
#
|
|
1151
|
+
# @param [String] stream_id The OCID of the stream.
|
|
371
1152
|
#
|
|
372
|
-
# @param [
|
|
373
|
-
# @param [OCI::Streaming::Models::UpdateStreamDetails] update_stream_details The stream is updated with the tags provided.
|
|
1153
|
+
# @param [OCI::Streaming::Models::UpdateStreamDetails] update_stream_details The stream is updated with the values provided.
|
|
374
1154
|
# @param [Hash] opts the optional parameters
|
|
375
1155
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
376
1156
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
377
1157
|
# @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
378
1158
|
# particular request, please provide the request ID.
|
|
379
1159
|
#
|
|
1160
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
380
1161
|
# @return [Response] A Response object with data of type {OCI::Streaming::Models::Stream Stream}
|
|
381
1162
|
def update_stream(stream_id, update_stream_details, opts = {})
|
|
382
1163
|
logger.debug 'Calling operation StreamAdminClient#update_stream.' if logger
|
|
@@ -397,6 +1178,7 @@ module OCI
|
|
|
397
1178
|
header_params[:accept] = 'application/json'
|
|
398
1179
|
header_params[:'content-type'] = 'application/json'
|
|
399
1180
|
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
1181
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
400
1182
|
# rubocop:enable Style/NegatedIf
|
|
401
1183
|
|
|
402
1184
|
post_body = @api_client.object_to_http_body(update_stream_details)
|
|
@@ -420,6 +1202,67 @@ module OCI
|
|
|
420
1202
|
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
421
1203
|
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
422
1204
|
|
|
1205
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1206
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1207
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
1208
|
+
|
|
1209
|
+
|
|
1210
|
+
# Updates the specified stream pool.
|
|
1211
|
+
#
|
|
1212
|
+
# @param [String] stream_pool_id The OCID of the stream pool.
|
|
1213
|
+
#
|
|
1214
|
+
# @param [OCI::Streaming::Models::UpdateStreamPoolDetails] update_stream_pool_details The pool is updated with the provided fields.
|
|
1215
|
+
# @param [Hash] opts the optional parameters
|
|
1216
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
1217
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1218
|
+
# @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
1219
|
+
# particular request, please provide the request ID.
|
|
1220
|
+
#
|
|
1221
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
1222
|
+
# @return [Response] A Response object with data of type {OCI::Streaming::Models::StreamPool StreamPool}
|
|
1223
|
+
def update_stream_pool(stream_pool_id, update_stream_pool_details, opts = {})
|
|
1224
|
+
logger.debug 'Calling operation StreamAdminClient#update_stream_pool.' if logger
|
|
1225
|
+
|
|
1226
|
+
raise "Missing the required parameter 'stream_pool_id' when calling update_stream_pool." if stream_pool_id.nil?
|
|
1227
|
+
raise "Missing the required parameter 'update_stream_pool_details' when calling update_stream_pool." if update_stream_pool_details.nil?
|
|
1228
|
+
raise "Parameter value for 'stream_pool_id' must not be blank" if OCI::Internal::Util.blank_string?(stream_pool_id)
|
|
1229
|
+
|
|
1230
|
+
path = '/streampools/{streamPoolId}'.sub('{streamPoolId}', stream_pool_id.to_s)
|
|
1231
|
+
operation_signing_strategy = :standard
|
|
1232
|
+
|
|
1233
|
+
# rubocop:disable Style/NegatedIf
|
|
1234
|
+
# Query Params
|
|
1235
|
+
query_params = {}
|
|
1236
|
+
|
|
1237
|
+
# Header Params
|
|
1238
|
+
header_params = {}
|
|
1239
|
+
header_params[:accept] = 'application/json'
|
|
1240
|
+
header_params[:'content-type'] = 'application/json'
|
|
1241
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
1242
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
1243
|
+
# rubocop:enable Style/NegatedIf
|
|
1244
|
+
|
|
1245
|
+
post_body = @api_client.object_to_http_body(update_stream_pool_details)
|
|
1246
|
+
|
|
1247
|
+
# rubocop:disable Metrics/BlockLength
|
|
1248
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'StreamAdminClient#update_stream_pool') do
|
|
1249
|
+
@api_client.call_api(
|
|
1250
|
+
:PUT,
|
|
1251
|
+
path,
|
|
1252
|
+
endpoint,
|
|
1253
|
+
header_params: header_params,
|
|
1254
|
+
query_params: query_params,
|
|
1255
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
1256
|
+
body: post_body,
|
|
1257
|
+
return_type: 'OCI::Streaming::Models::StreamPool'
|
|
1258
|
+
)
|
|
1259
|
+
end
|
|
1260
|
+
# rubocop:enable Metrics/BlockLength
|
|
1261
|
+
end
|
|
1262
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1263
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1264
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
1265
|
+
|
|
423
1266
|
private
|
|
424
1267
|
|
|
425
1268
|
def applicable_retry_config(opts = {})
|