oci 2.10.0 → 2.11.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 +2 -1
- data/lib/oci.rb +4 -0
- data/lib/oci/api_client.rb +1 -3
- data/lib/oci/apigateway/api_gateway_client.rb +619 -0
- data/lib/oci/apigateway/api_gateway_client_composite_operations.rb +198 -0
- data/lib/oci/apigateway/apigateway.rb +10 -0
- data/lib/oci/apigateway/models/api.rb +340 -0
- data/lib/oci/apigateway/models/api_collection.rb +150 -0
- data/lib/oci/apigateway/models/api_summary.rb +342 -0
- data/lib/oci/apigateway/models/api_validation_detail.rb +191 -0
- data/lib/oci/apigateway/models/api_validation_details.rb +192 -0
- data/lib/oci/apigateway/models/api_validation_result.rb +182 -0
- data/lib/oci/apigateway/models/api_validations.rb +150 -0
- data/lib/oci/{log_analytics/models/create_namespace_details.rb → apigateway/models/change_api_compartment_details.rb} +5 -3
- data/lib/oci/apigateway/models/create_api_details.rb +222 -0
- data/lib/oci/apigateway/models/update_api_details.rb +206 -0
- data/lib/oci/apigateway/models/work_request.rb +4 -0
- data/lib/oci/application_migration/application_migration.rb +2 -0
- data/lib/oci/application_migration/application_migration_client.rb +169 -52
- data/lib/oci/application_migration/application_migration_client_composite_operations.rb +447 -0
- data/lib/oci/application_migration/models/authorization_details.rb +4 -2
- data/lib/oci/application_migration/models/change_compartment_details.rb +2 -2
- data/lib/oci/application_migration/models/configuration_field.rb +9 -7
- data/lib/oci/application_migration/models/create_migration_details.rb +54 -12
- data/lib/oci/application_migration/models/create_source_details.rb +13 -8
- data/lib/oci/application_migration/models/discovery_details.rb +2 -2
- data/lib/oci/application_migration/models/ics_discovery_details.rb +4 -3
- data/lib/oci/application_migration/models/internal_authorization_details.rb +1 -1
- data/lib/oci/application_migration/models/internal_source_details.rb +2 -2
- data/lib/oci/application_migration/models/jcs_discovery_details.rb +5 -3
- data/lib/oci/application_migration/models/migration.rb +111 -18
- data/lib/oci/application_migration/models/migration_summary.rb +63 -15
- data/lib/oci/application_migration/models/oac_discovery_details.rb +3 -3
- data/lib/oci/application_migration/models/ocic_authorization_details.rb +1 -1
- data/lib/oci/application_migration/models/ocic_source_details.rb +8 -3
- data/lib/oci/application_migration/models/oic_discovery_details.rb +4 -3
- data/lib/oci/application_migration/models/pcs_discovery_details.rb +4 -3
- data/lib/oci/application_migration/models/soacs_discovery_details.rb +5 -3
- data/lib/oci/application_migration/models/source.rb +41 -13
- data/lib/oci/application_migration/models/source_application.rb +6 -6
- data/lib/oci/application_migration/models/source_application_summary.rb +7 -6
- data/lib/oci/application_migration/models/source_details.rb +10 -2
- data/lib/oci/application_migration/models/source_summary.rb +36 -14
- data/lib/oci/application_migration/models/target_database_types.rb +11 -0
- data/lib/oci/application_migration/models/update_migration_details.rb +15 -7
- data/lib/oci/application_migration/models/update_source_details.rb +7 -7
- data/lib/oci/application_migration/models/work_request.rb +54 -3
- data/lib/oci/application_migration/models/work_request_error.rb +1 -1
- data/lib/oci/application_migration/models/work_request_log_entry.rb +2 -2
- data/lib/oci/application_migration/models/work_request_resource.rb +1 -1
- data/lib/oci/application_migration/models/work_request_summary.rb +54 -3
- data/lib/oci/auth/signers/instance_principals_delegation_token_signer.rb +1 -1
- data/lib/oci/compute_instance_agent/compute_instance_agent.rb +39 -0
- data/lib/oci/compute_instance_agent/compute_instance_agent_client.rb +522 -0
- data/lib/oci/compute_instance_agent/compute_instance_agent_client_composite_operations.rb +25 -0
- data/lib/oci/compute_instance_agent/models/create_instance_agent_command_details.rb +205 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command.rb +256 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_content.rb +159 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_content_info.rb +236 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_execution.rb +321 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_execution_output_content.rb +218 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_execution_output_via_object_storage_tuple_details.rb +198 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_execution_output_via_object_storage_uri_details.rb +170 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_execution_output_via_text_details.rb +180 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_execution_summary.rb +321 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_output_details.rb +197 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_output_via_object_storage_tuple_details.rb +190 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_output_via_object_storage_uri_details.rb +162 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_output_via_text_details.rb +145 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_source_details.rb +197 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_source_via_object_storage_tuple_details.rb +190 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_source_via_object_storage_uri_details.rb +162 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_source_via_text_details.rb +172 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_summary.rb +224 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_target.rb +154 -0
- data/lib/oci/compute_instance_agent/util.rb +3 -0
- data/lib/oci/container_engine/container_engine_client.rb +0 -11
- data/lib/oci/container_engine/models/create_node_shape_config_details.rb +19 -4
- data/lib/oci/container_engine/models/node_shape_config.rb +19 -4
- data/lib/oci/container_engine/models/update_node_shape_config_details.rb +19 -4
- data/lib/oci/core/core.rb +4 -0
- data/lib/oci/core/models/add_vcn_cidr_details.rb +155 -0
- data/lib/oci/core/models/create_vcn_details.rb +24 -2
- data/lib/oci/core/models/create_vlan_details.rb +1 -0
- data/lib/oci/core/models/image_memory_constraints.rb +17 -17
- data/lib/oci/core/models/modify_vcn_cidr_details.rb +172 -0
- data/lib/oci/core/models/remove_vcn_cidr_details.rb +155 -0
- data/lib/oci/core/models/subnet.rb +1 -0
- data/lib/oci/core/models/update_subnet_details.rb +27 -4
- data/lib/oci/core/models/update_vlan_details.rb +25 -4
- data/lib/oci/core/models/vcn.rb +18 -2
- data/lib/oci/core/models/vcn_dns_resolver_association.rb +206 -0
- data/lib/oci/core/virtual_network_client.rb +289 -4
- data/lib/oci/data_catalog/data_catalog.rb +30 -0
- data/lib/oci/data_catalog/data_catalog_client.rb +1763 -112
- data/lib/oci/data_catalog/data_catalog_client_composite_operations.rb +413 -0
- data/lib/oci/data_catalog/models/attribute.rb +15 -1
- data/lib/oci/data_catalog/models/connection.rb +15 -1
- data/lib/oci/data_catalog/models/create_attribute_details.rb +15 -1
- data/lib/oci/data_catalog/models/create_connection_details.rb +15 -1
- data/lib/oci/data_catalog/models/create_custom_property_details.rb +324 -0
- data/lib/oci/data_catalog/models/create_data_asset_details.rb +15 -1
- data/lib/oci/data_catalog/models/create_entity_details.rb +43 -1
- data/lib/oci/data_catalog/models/create_folder_details.rb +15 -1
- data/lib/oci/data_catalog/models/create_glossary_details.rb +18 -4
- data/lib/oci/data_catalog/models/create_namespace_details.rb +182 -0
- data/lib/oci/data_catalog/models/create_pattern_details.rb +243 -0
- data/lib/oci/data_catalog/models/create_term_details.rb +18 -4
- data/lib/oci/data_catalog/models/custom_property.rb +506 -0
- data/lib/oci/data_catalog/models/custom_property_collection.rb +161 -0
- data/lib/oci/data_catalog/models/custom_property_data_type.rb +14 -0
- data/lib/oci/data_catalog/models/custom_property_get_usage.rb +327 -0
- data/lib/oci/data_catalog/models/custom_property_set_usage.rb +188 -0
- data/lib/oci/data_catalog/models/custom_property_summary.rb +432 -0
- data/lib/oci/data_catalog/models/custom_property_type_usage.rb +178 -0
- data/lib/oci/data_catalog/models/data_asset.rb +29 -1
- data/lib/oci/{log_analytics/models/string_list_details.rb → data_catalog/models/data_selector_pattern_details.rb} +11 -10
- data/lib/oci/data_catalog/models/derived_logical_entities.rb +178 -0
- data/lib/oci/data_catalog/models/entity.rb +43 -1
- data/lib/oci/data_catalog/models/entity_summary.rb +29 -1
- data/lib/oci/data_catalog/models/faceted_search_aggregation.rb +160 -0
- data/lib/oci/data_catalog/models/faceted_search_custom_property.rb +174 -0
- data/lib/oci/data_catalog/models/faceted_search_date_filter_request.rb +186 -0
- data/lib/oci/data_catalog/models/faceted_search_filter_request.rb +168 -0
- data/lib/oci/data_catalog/models/faceted_search_sort_request.rb +181 -0
- data/lib/oci/data_catalog/models/faceted_search_string_filter_request.rb +160 -0
- data/lib/oci/data_catalog/models/folder.rb +15 -1
- data/lib/oci/data_catalog/models/glossary.rb +73 -1
- data/lib/oci/data_catalog/models/glossary_summary.rb +62 -4
- data/lib/oci/data_catalog/models/namespace.rb +290 -0
- data/lib/oci/data_catalog/models/namespace_collection.rb +161 -0
- data/lib/oci/data_catalog/models/namespace_summary.rb +247 -0
- data/lib/oci/data_catalog/models/pattern.rb +368 -0
- data/lib/oci/data_catalog/models/pattern_collection.rb +162 -0
- data/lib/oci/data_catalog/models/pattern_summary.rb +258 -0
- data/lib/oci/data_catalog/models/search_criteria.rb +47 -4
- data/lib/oci/data_catalog/models/search_result.rb +28 -4
- data/lib/oci/data_catalog/models/search_result_collection.rb +28 -4
- data/lib/oci/data_catalog/models/term.rb +18 -4
- data/lib/oci/data_catalog/models/type.rb +18 -4
- data/lib/oci/{log_analytics/models/register_entity_types_details.rb → data_catalog/models/type_custom_property_details.rb} +13 -13
- data/lib/oci/data_catalog/models/update_attribute_details.rb +15 -1
- data/lib/oci/data_catalog/models/update_connection_details.rb +15 -1
- data/lib/oci/data_catalog/models/update_custom_property_details.rb +291 -0
- data/lib/oci/data_catalog/models/update_data_asset_details.rb +15 -1
- data/lib/oci/data_catalog/models/update_entity_details.rb +43 -1
- data/lib/oci/data_catalog/models/update_folder_details.rb +15 -1
- data/lib/oci/data_catalog/models/update_glossary_details.rb +18 -4
- data/lib/oci/data_catalog/models/update_namespace_details.rb +182 -0
- data/lib/oci/data_catalog/models/update_pattern_details.rb +243 -0
- data/lib/oci/data_catalog/models/update_term_details.rb +18 -4
- data/lib/oci/data_catalog/models/validate_pattern_details.rb +187 -0
- data/lib/oci/data_catalog/models/validate_pattern_result.rb +184 -0
- data/lib/oci/data_integration/models/source.rb +1 -0
- data/lib/oci/database/database.rb +19 -0
- data/lib/oci/database/database_client.rb +1112 -8
- data/lib/oci/database/database_client_composite_operations.rb +281 -0
- data/lib/oci/database/models/autonomous_container_database.rb +80 -4
- data/lib/oci/database/models/autonomous_container_database_dataguard_association.rb +480 -0
- data/lib/oci/database/models/autonomous_container_database_summary.rb +80 -4
- data/lib/oci/database/models/autonomous_database.rb +141 -8
- data/lib/oci/database/models/autonomous_database_backup.rb +32 -4
- data/lib/oci/database/models/autonomous_database_backup_config.rb +189 -0
- data/lib/oci/database/models/autonomous_database_backup_summary.rb +32 -4
- data/lib/oci/database/models/autonomous_database_dataguard_association.rb +468 -0
- data/lib/oci/database/models/autonomous_database_summary.rb +141 -8
- data/lib/oci/database/models/autonomous_db_version_summary.rb +46 -4
- data/lib/oci/{log_analytics/models/query.rb → database/models/change_key_store_compartment_details.rb} +5 -3
- data/lib/oci/database/models/create_autonomous_container_database_details.rb +138 -5
- data/lib/oci/database/models/create_autonomous_database_base.rb +30 -5
- data/lib/oci/database/models/create_autonomous_database_clone_details.rb +5 -1
- data/lib/oci/database/models/create_autonomous_database_details.rb +5 -1
- data/lib/oci/database/models/create_autonomous_database_from_backup_details.rb +5 -1
- data/lib/oci/database/models/create_autonomous_database_from_backup_timestamp_details.rb +5 -1
- data/lib/oci/database/models/create_data_guard_association_details.rb +15 -1
- data/lib/oci/database/models/create_data_guard_association_to_existing_db_system_details.rb +24 -4
- data/lib/oci/database/models/create_data_guard_association_to_existing_vm_cluster_details.rb +24 -4
- data/lib/oci/database/models/create_data_guard_association_with_new_db_system_details.rb +5 -1
- data/lib/oci/database/models/create_database_details.rb +15 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_details.rb +1 -1
- data/lib/oci/database/models/create_db_home_with_vm_cluster_id_details.rb +1 -1
- data/lib/oci/database/models/create_key_store_details.rb +217 -0
- data/lib/oci/database/models/create_refreshable_autonomous_database_clone_details.rb +5 -1
- data/lib/oci/database/models/database.rb +1 -0
- data/lib/oci/database/models/database_software_image.rb +18 -4
- data/lib/oci/database/models/database_software_image_summary.rb +18 -4
- data/lib/oci/database/models/database_summary.rb +1 -0
- data/lib/oci/database/models/database_upgrade_history_entry.rb +352 -0
- data/lib/oci/database/models/database_upgrade_history_entry_summary.rb +355 -0
- data/lib/oci/database/models/database_upgrade_source_base.rb +188 -0
- data/lib/oci/database/models/database_upgrade_with_database_software_image_details.rb +164 -0
- data/lib/oci/database/models/database_upgrade_with_db_home_details.rb +164 -0
- data/lib/oci/database/models/database_upgrade_with_db_version_details.rb +164 -0
- data/lib/oci/database/models/db_system.rb +1 -0
- data/lib/oci/database/models/db_system_summary.rb +1 -0
- data/lib/oci/database/models/db_version_summary.rb +18 -4
- data/lib/oci/database/models/key_store.rb +300 -0
- data/lib/oci/database/models/key_store_associated_database_details.rb +164 -0
- data/lib/oci/database/models/key_store_summary.rb +303 -0
- data/lib/oci/database/models/key_store_type_details.rb +185 -0
- data/lib/oci/database/models/key_store_type_from_oracle_key_vault_details.rb +204 -0
- data/lib/oci/database/models/maintenance_run.rb +18 -4
- data/lib/oci/database/models/maintenance_run_summary.rb +18 -4
- data/lib/oci/database/models/peer_autonomous_container_database_backup_config.rb +172 -0
- data/lib/oci/database/models/update.rb +1 -0
- data/lib/oci/database/models/update_autonomous_container_database_details.rb +17 -1
- data/lib/oci/database/models/update_autonomous_database_details.rb +30 -5
- data/lib/oci/database/models/update_database_details.rb +43 -1
- data/lib/oci/database/models/update_history_entry.rb +1 -0
- data/lib/oci/database/models/update_history_entry_summary.rb +1 -0
- data/lib/oci/database/models/update_key_store_details.rb +187 -0
- data/lib/oci/database/models/update_summary.rb +1 -0
- data/lib/oci/database/models/upgrade_database_details.rb +179 -0
- data/lib/oci/dns/dns.rb +24 -0
- data/lib/oci/dns/dns_client.rb +1695 -175
- data/lib/oci/dns/dns_client_composite_operations.rb +240 -0
- data/lib/oci/{log_analytics/models/service_tenancy.rb → dns/models/attached_view.rb} +13 -12
- data/lib/oci/dns/models/attached_view_details.rb +155 -0
- data/lib/oci/dns/models/change_resolver_compartment_details.rb +156 -0
- data/lib/oci/{log_analytics/models/query_work_request_resource.rb → dns/models/change_view_compartment_details.rb} +5 -3
- data/lib/oci/dns/models/create_resolver_endpoint_details.rb +261 -0
- data/lib/oci/dns/models/create_resolver_vnic_endpoint_details.rb +203 -0
- data/lib/oci/dns/models/create_view_details.rb +210 -0
- data/lib/oci/dns/models/create_zone_details.rb +41 -2
- data/lib/oci/dns/models/migration_replacement.rb +1 -1
- data/lib/oci/dns/models/record.rb +1 -2
- data/lib/oci/dns/models/record_collection.rb +1 -0
- data/lib/oci/dns/models/record_details.rb +1 -2
- data/lib/oci/dns/models/record_operation.rb +1 -2
- data/lib/oci/dns/models/resolver.rb +393 -0
- data/lib/oci/dns/models/resolver_endpoint.rb +371 -0
- data/lib/oci/dns/models/resolver_endpoint_summary.rb +371 -0
- data/lib/oci/{log_analytics/models/generate_agent_object_name_details.rb → dns/models/resolver_forward_rule.rb} +42 -51
- data/lib/oci/dns/models/resolver_forward_rule_details.rb +187 -0
- data/lib/oci/dns/models/resolver_rule.rb +222 -0
- data/lib/oci/dns/models/resolver_rule_details.rb +215 -0
- data/lib/oci/dns/models/resolver_summary.rb +357 -0
- data/lib/oci/dns/models/resolver_vnic_endpoint.rb +220 -0
- data/lib/oci/dns/models/resolver_vnic_endpoint_summary.rb +205 -0
- data/lib/oci/dns/models/rr_set.rb +1 -0
- data/lib/oci/{log_analytics/models/sort_orders.rb → dns/models/scope.rb} +4 -4
- data/lib/oci/dns/models/steering_policy.rb +12 -12
- data/lib/oci/dns/models/steering_policy_answer.rb +1 -1
- data/lib/oci/dns/models/steering_policy_attachment.rb +10 -10
- data/lib/oci/dns/models/steering_policy_attachment_summary.rb +10 -10
- data/lib/oci/dns/models/steering_policy_summary.rb +10 -10
- data/lib/oci/dns/models/tsig_key.rb +10 -10
- data/lib/oci/dns/models/tsig_key_summary.rb +9 -9
- data/lib/oci/dns/models/update_resolver_details.rb +221 -0
- data/lib/oci/dns/models/update_resolver_endpoint_details.rb +188 -0
- data/lib/oci/dns/models/update_resolver_vnic_endpoint_details.rb +166 -0
- data/lib/oci/dns/models/update_view_details.rb +196 -0
- data/lib/oci/{log_analytics/models/log_analytics.rb → dns/models/view.rb} +105 -77
- data/lib/oci/dns/models/view_summary.rb +321 -0
- data/lib/oci/dns/models/zone.rb +75 -14
- data/lib/oci/dns/models/zone_summary.rb +76 -15
- data/lib/oci/functions/functions_management_client.rb +1 -1
- data/lib/oci/functions/models/application.rb +21 -2
- data/lib/oci/functions/models/application_summary.rb +1 -1
- data/lib/oci/functions/models/create_application_details.rb +20 -1
- data/lib/oci/functions/models/function.rb +1 -1
- data/lib/oci/functions/models/function_summary.rb +1 -1
- data/lib/oci/functions/models/update_application_details.rb +20 -1
- data/lib/oci/identity/identity.rb +5 -0
- data/lib/oci/identity/identity_client.rb +152 -23
- data/lib/oci/identity/identity_client_composite_operations.rb +48 -0
- data/lib/oci/identity/models/bulk_edit_operation_details.rb +193 -0
- data/lib/oci/identity/models/bulk_edit_resource.rb +175 -0
- data/lib/oci/identity/models/bulk_edit_tags_details.rb +181 -0
- data/lib/oci/identity/models/bulk_edit_tags_resource_type.rb +175 -0
- data/lib/oci/identity/models/bulk_edit_tags_resource_type_collection.rb +151 -0
- data/lib/oci/identity/models/customer_secret_key.rb +3 -3
- data/lib/oci/identity/models/tagging_work_request.rb +4 -0
- data/lib/oci/identity/models/tagging_work_request_summary.rb +4 -0
- data/lib/oci/identity/models/user.rb +54 -4
- data/lib/oci/identity/models/work_request_resource.rb +1 -0
- data/lib/oci/load_balancer/load_balancer.rb +1 -0
- data/lib/oci/load_balancer/models/add_http_request_header_rule.rb +2 -1
- data/lib/oci/load_balancer/models/create_load_balancer_details.rb +16 -1
- data/lib/oci/load_balancer/models/ip_address.rb +17 -4
- data/lib/oci/load_balancer/models/remove_http_request_header_rule.rb +0 -2
- data/lib/oci/{log_analytics/models/log_analytics_collection_warning.rb → load_balancer/models/reserved_ip.rb} +2 -4
- data/lib/oci/load_balancer/models/update_load_balancer_shape_details.rb +7 -6
- data/lib/oci/log_analytics/log_analytics.rb +0 -15
- data/lib/oci/log_analytics/log_analytics_client.rb +193 -180
- data/lib/oci/log_analytics/log_analytics_client_composite_operations.rb +68 -17
- data/lib/oci/log_analytics/models/abstract_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/archiving_configuration.rb +3 -3
- data/lib/oci/log_analytics/models/bucket_range.rb +1 -1
- data/lib/oci/log_analytics/models/change_log_analytics_object_collection_rule_compartment_details.rb +1 -1
- data/lib/oci/log_analytics/models/char_encoding_collection.rb +2 -2
- data/lib/oci/log_analytics/models/create_log_analytics_object_collection_rule_details.rb +4 -6
- data/lib/oci/log_analytics/models/estimate_purge_data_size_details.rb +6 -6
- data/lib/oci/log_analytics/models/estimate_purge_data_size_result.rb +1 -1
- data/lib/oci/log_analytics/models/export_content.rb +1 -0
- data/lib/oci/log_analytics/models/extract_log_field_results.rb +1 -1
- data/lib/oci/log_analytics/models/extract_log_header_details.rb +1 -1
- data/lib/oci/log_analytics/models/extract_log_header_results.rb +1 -1
- data/lib/oci/log_analytics/models/file_validation_response.rb +3 -3
- data/lib/oci/log_analytics/models/filter.rb +1 -1
- data/lib/oci/log_analytics/models/filter_details.rb +1 -1
- data/lib/oci/log_analytics/models/label_source_summary.rb +1 -1
- data/lib/oci/log_analytics/models/log_analytics_entity_summary.rb +36 -4
- data/lib/oci/log_analytics/models/log_analytics_field_summary.rb +1 -1
- data/lib/oci/log_analytics/models/log_analytics_import_custom_content.rb +0 -1
- data/lib/oci/log_analytics/models/log_analytics_lookup.rb +0 -2
- data/lib/oci/log_analytics/models/log_analytics_object_collection_rule.rb +4 -6
- data/lib/oci/log_analytics/models/log_analytics_object_collection_rule_summary.rb +1 -3
- data/lib/oci/log_analytics/models/log_analytics_parser_filter.rb +3 -3
- data/lib/oci/log_analytics/models/namespace.rb +5 -4
- data/lib/oci/log_analytics/models/namespace_collection.rb +2 -2
- data/lib/oci/log_analytics/models/namespace_summary.rb +5 -4
- data/lib/oci/log_analytics/models/parsed_content.rb +2 -2
- data/lib/oci/log_analytics/models/parsed_field.rb +1 -1
- data/lib/oci/log_analytics/models/purge_storage_data_details.rb +6 -6
- data/lib/oci/log_analytics/models/query_aggregation.rb +1 -1
- data/lib/oci/log_analytics/models/query_details.rb +5 -5
- data/lib/oci/log_analytics/models/recall_archived_data_details.rb +5 -5
- data/lib/oci/log_analytics/models/release_recalled_data_details.rb +5 -5
- data/lib/oci/log_analytics/models/scope_filter.rb +1 -1
- data/lib/oci/log_analytics/models/source_validate_details.rb +1 -1
- data/lib/oci/log_analytics/models/source_validate_results.rb +1 -1
- data/lib/oci/log_analytics/models/storage.rb +2 -2
- data/lib/oci/log_analytics/models/storage_usage.rb +4 -4
- data/lib/oci/log_analytics/models/storage_work_request.rb +14 -14
- data/lib/oci/log_analytics/models/storage_work_request_collection.rb +2 -2
- data/lib/oci/log_analytics/models/storage_work_request_summary.rb +14 -14
- data/lib/oci/log_analytics/models/timezone_collection.rb +2 -2
- data/lib/oci/log_analytics/models/update_log_analytics_object_collection_rule_details.rb +3 -3
- data/lib/oci/log_analytics/models/update_storage_details.rb +1 -1
- data/lib/oci/log_analytics/models/upload.rb +1 -1
- data/lib/oci/log_analytics/models/upload_collection.rb +1 -1
- data/lib/oci/log_analytics/models/upload_file_collection.rb +1 -1
- data/lib/oci/log_analytics/models/upload_summary.rb +1 -1
- data/lib/oci/log_analytics/models/upload_warning_summary.rb +1 -1
- data/lib/oci/log_analytics/models/work_request_error_collection.rb +2 -2
- data/lib/oci/log_analytics/models/work_request_log.rb +3 -3
- data/lib/oci/log_analytics/models/work_request_log_collection.rb +2 -2
- data/lib/oci/logging/logging_management_client.rb +52 -52
- data/lib/oci/logging/logging_management_client_composite_operations.rb +128 -7
- data/lib/oci/logging/models/category.rb +4 -4
- data/lib/oci/logging/models/change_log_group_compartment_details.rb +2 -2
- data/lib/oci/logging/models/change_log_log_group_details.rb +1 -1
- data/lib/oci/logging/models/change_unified_agent_configuration_compartment_details.rb +2 -2
- data/lib/oci/logging/models/create_log_details.rb +3 -3
- data/lib/oci/logging/models/create_log_group_details.rb +1 -1
- data/lib/oci/logging/models/create_log_saved_search_details.rb +2 -16
- data/lib/oci/logging/models/create_unified_agent_configuration_details.rb +1 -1
- data/lib/oci/logging/models/grok_pattern.rb +6 -6
- data/lib/oci/logging/models/log.rb +5 -5
- data/lib/oci/logging/models/log_group.rb +3 -3
- data/lib/oci/logging/models/log_group_summary.rb +43 -5
- data/lib/oci/logging/models/log_included_search.rb +1 -1
- data/lib/oci/logging/models/log_included_search_summary.rb +1 -1
- data/lib/oci/logging/models/log_saved_search.rb +44 -19
- data/lib/oci/logging/models/log_saved_search_lifecycle_state.rb +5 -1
- data/lib/oci/logging/models/log_saved_search_summary.rb +63 -17
- data/lib/oci/logging/models/log_saved_search_summary_collection.rb +1 -1
- data/lib/oci/logging/models/log_summary.rb +4 -4
- data/lib/oci/logging/models/parameter.rb +2 -2
- data/lib/oci/logging/models/resource_type.rb +2 -2
- data/lib/oci/logging/models/service_summary.rb +6 -6
- data/lib/oci/logging/models/source.rb +1 -1
- data/lib/oci/logging/models/unified_agent_apache2_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_apache_error_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_configuration.rb +2 -2
- data/lib/oci/logging/models/unified_agent_configuration_collection.rb +1 -1
- data/lib/oci/logging/models/unified_agent_configuration_summary.rb +4 -4
- data/lib/oci/logging/models/unified_agent_csv_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_grok_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_logging_destination.rb +1 -1
- data/lib/oci/logging/models/unified_agent_logging_source.rb +2 -2
- data/lib/oci/logging/models/unified_agent_multiline_grok_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_multiline_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_none_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_parser.rb +7 -7
- data/lib/oci/logging/models/unified_agent_regex_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_service_configuration_details.rb +1 -1
- data/lib/oci/logging/models/unified_agent_syslog_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_tail_log_source.rb +1 -1
- data/lib/oci/logging/models/unified_agent_tsv_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_windows_event_source.rb +1 -1
- data/lib/oci/logging/models/unified_json_parser.rb +1 -1
- data/lib/oci/logging/models/update_configuration_details.rb +1 -1
- data/lib/oci/logging/models/update_log_details.rb +3 -3
- data/lib/oci/logging/models/update_log_group_details.rb +1 -1
- data/lib/oci/logging/models/update_log_saved_search_details.rb +2 -16
- data/lib/oci/logging/models/update_unified_agent_configuration_details.rb +2 -2
- data/lib/oci/logging/models/work_request.rb +2 -2
- data/lib/oci/logging/models/work_request_error.rb +3 -3
- data/lib/oci/logging/models/work_request_log.rb +1 -1
- data/lib/oci/logging/models/work_request_resource.rb +3 -3
- data/lib/oci/loggingingestion/logging_client.rb +3 -3
- data/lib/oci/loggingingestion/models/log_entry.rb +4 -5
- data/lib/oci/loggingingestion/models/log_entry_batch.rb +7 -7
- data/lib/oci/loggingsearch/log_search_client.rb +3 -3
- data/lib/oci/loggingsearch/models/field_info.rb +1 -1
- data/lib/oci/loggingsearch/models/search_logs_details.rb +2 -2
- data/lib/oci/loggingsearch/models/search_result.rb +2 -2
- data/lib/oci/management_dashboard/dashx_apis_client.rb +31 -32
- data/lib/oci/management_dashboard/models/change_management_dashboards_compartment_details.rb +2 -2
- data/lib/oci/management_dashboard/models/change_management_saved_searches_compartment_details.rb +2 -2
- data/lib/oci/management_dashboard/models/create_management_dashboard_details.rb +18 -18
- data/lib/oci/management_dashboard/models/create_management_saved_search_details.rb +15 -15
- data/lib/oci/management_dashboard/models/management_dashboard.rb +23 -23
- data/lib/oci/management_dashboard/models/management_dashboard_export_details.rb +1 -1
- data/lib/oci/management_dashboard/models/management_dashboard_for_import_export_details.rb +19 -19
- data/lib/oci/management_dashboard/models/management_dashboard_import_details.rb +1 -1
- data/lib/oci/management_dashboard/models/management_dashboard_summary.rb +14 -14
- data/lib/oci/management_dashboard/models/management_dashboard_tile_details.rb +14 -12
- data/lib/oci/management_dashboard/models/management_saved_search.rb +19 -19
- data/lib/oci/management_dashboard/models/management_saved_search_for_import_details.rb +15 -15
- data/lib/oci/management_dashboard/models/management_saved_search_summary.rb +46 -18
- data/lib/oci/management_dashboard/models/update_management_dashboard_details.rb +17 -17
- data/lib/oci/management_dashboard/models/update_management_saved_search_details.rb +15 -15
- data/lib/oci/mysql/db_system_client.rb +611 -2
- data/lib/oci/mysql/db_system_client_composite_operations.rb +345 -0
- data/lib/oci/mysql/models/add_analytics_cluster_details.rb +173 -0
- data/lib/oci/mysql/models/analytics_cluster.rb +282 -0
- data/lib/oci/mysql/models/analytics_cluster_memory_estimate.rb +236 -0
- data/lib/oci/mysql/models/analytics_cluster_memory_estimate_status.rb +15 -0
- data/lib/oci/mysql/models/analytics_cluster_node.rb +222 -0
- data/lib/oci/mysql/models/analytics_cluster_schema_memory_estimate.rb +172 -0
- data/lib/oci/mysql/models/analytics_cluster_summary.rb +215 -0
- data/lib/oci/mysql/models/analytics_cluster_table_memory_estimate.rb +236 -0
- data/lib/oci/mysql/models/db_system.rb +31 -1
- data/lib/oci/mysql/models/db_system_summary.rb +31 -1
- data/lib/oci/mysql/models/shape_summary.rb +46 -4
- data/lib/oci/mysql/models/update_analytics_cluster_details.rb +179 -0
- data/lib/oci/mysql/models/work_request.rb +7 -0
- data/lib/oci/mysql/models/work_request_operation_type.rb +8 -1
- data/lib/oci/mysql/models/work_request_summary.rb +7 -0
- data/lib/oci/mysql/mysql.rb +9 -0
- data/lib/oci/mysql/mysqlaas_client.rb +14 -0
- data/lib/oci/nosql/models/create_table_details.rb +15 -1
- data/lib/oci/nosql/models/table.rb +55 -4
- data/lib/oci/nosql/models/table_collection.rb +32 -4
- data/lib/oci/nosql/models/table_summary.rb +54 -4
- data/lib/oci/nosql/nosql_client.rb +6 -6
- data/lib/oci/object_storage/models/object_lifecycle_rule.rb +6 -0
- data/lib/oci/ocvp/models/create_esxi_host_details.rb +4 -2
- data/lib/oci/ocvp/models/create_sddc_details.rb +35 -3
- data/lib/oci/ocvp/models/sddc.rb +89 -1
- data/lib/oci/ocvp/models/sddc_summary.rb +29 -1
- data/lib/oci/ocvp/models/update_esxi_host_details.rb +3 -1
- data/lib/oci/ocvp/models/update_sddc_details.rb +17 -1
- data/lib/oci/opsi/models/database_details.rb +210 -0
- data/lib/oci/opsi/models/database_insight_summary.rb +286 -0
- data/lib/oci/opsi/models/database_insights.rb +154 -0
- data/lib/oci/opsi/models/database_insights_collection.rb +150 -0
- data/lib/oci/opsi/models/historical_data_item.rb +165 -0
- data/lib/oci/opsi/models/ingest_sql_bucket_details.rb +151 -0
- data/lib/oci/opsi/models/ingest_sql_bucket_response_details.rb +152 -0
- data/lib/oci/opsi/models/ingest_sql_plan_lines_details.rb +151 -0
- data/lib/oci/opsi/models/ingest_sql_plan_lines_response_details.rb +152 -0
- data/lib/oci/opsi/models/ingest_sql_text_details.rb +151 -0
- data/lib/oci/opsi/models/ingest_sql_text_response_details.rb +152 -0
- data/lib/oci/opsi/models/projected_data_item.rb +195 -0
- data/lib/oci/opsi/models/resource_capacity_trend_aggregation.rb +180 -0
- data/lib/oci/opsi/models/resource_insight_current_utilization.rb +160 -0
- data/lib/oci/opsi/models/resource_insight_projected_utilization.rb +160 -0
- data/lib/oci/opsi/models/resource_insight_projected_utilization_item.rb +164 -0
- data/lib/oci/opsi/models/resource_statistics.rb +219 -0
- data/lib/oci/opsi/models/resource_statistics_aggregation.rb +166 -0
- data/lib/oci/opsi/models/resource_usage_trend_aggregation.rb +176 -0
- data/lib/oci/opsi/models/sort_order.rb +11 -0
- data/lib/oci/opsi/models/sql_bucket.rb +307 -0
- data/lib/oci/opsi/models/sql_insight_aggregation.rb +202 -0
- data/lib/oci/opsi/models/sql_insight_aggregation_collection.rb +199 -0
- data/lib/oci/opsi/models/sql_insight_thresholds.rb +243 -0
- data/lib/oci/opsi/models/sql_inventory.rb +182 -0
- data/lib/oci/opsi/models/sql_plan_collection.rb +180 -0
- data/lib/oci/opsi/models/sql_plan_insight_aggregation.rb +210 -0
- data/lib/oci/opsi/models/sql_plan_insight_aggregation_collection.rb +218 -0
- data/lib/oci/opsi/models/sql_plan_insights.rb +177 -0
- data/lib/oci/opsi/models/sql_plan_line.rb +673 -0
- data/lib/oci/opsi/models/sql_plan_summary.rb +169 -0
- data/lib/oci/opsi/models/sql_response_time_distribution_aggregation.rb +168 -0
- data/lib/oci/opsi/models/sql_response_time_distribution_aggregation_collection.rb +208 -0
- data/lib/oci/opsi/models/sql_search_collection.rb +209 -0
- data/lib/oci/opsi/models/sql_search_summary.rb +224 -0
- data/lib/oci/opsi/models/sql_statistic_aggregation.rb +189 -0
- data/lib/oci/opsi/models/sql_statistic_aggregation_collection.rb +179 -0
- data/lib/oci/opsi/models/sql_statistics.rb +402 -0
- data/lib/oci/opsi/models/sql_statistics_time_series.rb +162 -0
- data/lib/oci/opsi/models/sql_statistics_time_series_aggregation.rb +165 -0
- data/lib/oci/opsi/models/sql_statistics_time_series_aggregation_collection.rb +223 -0
- data/lib/oci/opsi/models/sql_statistics_time_series_by_plan_aggregation.rb +165 -0
- data/lib/oci/opsi/models/sql_statistics_time_series_by_plan_aggregation_collection.rb +237 -0
- data/lib/oci/opsi/models/sql_text.rb +248 -0
- data/lib/oci/opsi/models/sql_text_collection.rb +151 -0
- data/lib/oci/opsi/models/sql_text_summary.rb +184 -0
- data/lib/oci/opsi/models/summarize_database_insight_resource_capacity_trend_aggregation_collection.rb +270 -0
- data/lib/oci/opsi/models/summarize_database_insight_resource_forecast_trend_aggregation.rb +302 -0
- data/lib/oci/opsi/models/summarize_database_insight_resource_statistics_aggregation_collection.rb +249 -0
- data/lib/oci/opsi/models/summarize_database_insight_resource_usage_aggregation.rb +275 -0
- data/lib/oci/opsi/models/summarize_database_insight_resource_usage_trend_aggregation_collection.rb +270 -0
- data/lib/oci/opsi/models/summarize_database_insight_resource_utilization_insight_aggregation.rb +232 -0
- data/lib/oci/opsi/models/usage_unit.rb +13 -0
- data/lib/oci/opsi/operations_insights_client.rb +2008 -0
- data/lib/oci/opsi/operations_insights_client_composite_operations.rb +25 -0
- data/lib/oci/opsi/opsi.rb +72 -0
- data/lib/oci/opsi/util.rb +3 -0
- data/lib/oci/optimizer/models/action.rb +192 -0
- data/lib/oci/optimizer/models/action_type.rb +10 -0
- data/lib/oci/optimizer/models/bulk_apply_recommendations_details.rb +197 -0
- data/lib/oci/optimizer/models/category.rb +298 -0
- data/lib/oci/optimizer/models/category_collection.rb +151 -0
- data/lib/oci/optimizer/models/category_summary.rb +298 -0
- data/lib/oci/optimizer/models/create_profile_details.rb +227 -0
- data/lib/oci/{log_analytics/models/log_analytics_summary.rb → optimizer/models/enrollment_status.rb} +81 -63
- data/lib/oci/optimizer/models/enrollment_status_collection.rb +151 -0
- data/lib/oci/optimizer/models/enrollment_status_summary.rb +279 -0
- data/lib/oci/optimizer/models/history_collection.rb +151 -0
- data/lib/oci/optimizer/models/history_summary.rb +429 -0
- data/lib/oci/optimizer/models/importance.rb +14 -0
- data/lib/oci/{log_analytics/models/field_map.rb → optimizer/models/level_configuration.rb} +19 -24
- data/lib/oci/optimizer/models/levels_configuration.rb +150 -0
- data/lib/oci/optimizer/models/lifecycle_state.rb +18 -0
- data/lib/oci/optimizer/models/operation_status.rb +15 -0
- data/lib/oci/optimizer/models/operation_type.rb +10 -0
- data/lib/oci/optimizer/models/optimizer_enrollment_status.rb +11 -0
- data/lib/oci/optimizer/models/profile.rb +305 -0
- data/lib/oci/optimizer/models/profile_collection.rb +151 -0
- data/lib/oci/optimizer/models/profile_summary.rb +303 -0
- data/lib/oci/optimizer/models/recommendation.rb +409 -0
- data/lib/oci/optimizer/models/recommendation_collection.rb +151 -0
- data/lib/oci/optimizer/models/recommendation_count.rb +183 -0
- data/lib/oci/optimizer/models/recommendation_summary.rb +409 -0
- data/lib/oci/optimizer/models/resource_action.rb +450 -0
- data/lib/oci/optimizer/models/resource_action_collection.rb +151 -0
- data/lib/oci/optimizer/models/resource_action_summary.rb +450 -0
- data/lib/oci/optimizer/models/resource_count.rb +182 -0
- data/lib/oci/optimizer/models/sort_order.rb +11 -0
- data/lib/oci/optimizer/models/status.rb +13 -0
- data/lib/oci/{log_analytics/models/agent_upload.rb → optimizer/models/supported_level.rb} +3 -3
- data/lib/oci/optimizer/models/supported_levels.rb +153 -0
- data/lib/oci/optimizer/models/update_enrollment_status_details.rb +166 -0
- data/lib/oci/optimizer/models/update_profile_details.rb +202 -0
- data/lib/oci/optimizer/models/update_recommendation_details.rb +183 -0
- data/lib/oci/optimizer/models/update_resource_action_details.rb +183 -0
- data/lib/oci/optimizer/models/work_request.rb +300 -0
- data/lib/oci/optimizer/models/work_request_action_type.rb +14 -0
- data/lib/oci/optimizer/models/work_request_collection.rb +151 -0
- data/lib/oci/optimizer/models/work_request_error.rb +173 -0
- data/lib/oci/optimizer/models/work_request_error_collection.rb +151 -0
- data/lib/oci/optimizer/models/work_request_log_entry.rb +161 -0
- data/lib/oci/optimizer/models/work_request_log_entry_collection.rb +151 -0
- data/lib/oci/{log_analytics/models/out_of_box_entity_type_details.rb → optimizer/models/work_request_resource.rb} +60 -57
- data/lib/oci/optimizer/optimizer.rb +66 -0
- data/lib/oci/optimizer/optimizer_client.rb +1652 -0
- data/lib/oci/optimizer/optimizer_client_composite_operations.rb +314 -0
- data/lib/oci/optimizer/util.rb +3 -0
- data/lib/oci/regions.rb +5 -1
- data/lib/oci/sch/models/service_connector.rb +1 -1
- data/lib/oci/sch/models/source_details.rb +1 -1
- data/lib/oci/sch/models/target_details.rb +1 -1
- data/lib/oci/sch/models/task_details.rb +1 -1
- data/lib/oci/sch/models/work_request.rb +1 -1
- data/lib/oci/sch/service_connector_client.rb +8 -8
- data/lib/oci/signer.rb +3 -1
- data/lib/oci/tenant_manager_control_plane/link_client.rb +287 -0
- data/lib/oci/tenant_manager_control_plane/link_client_composite_operations.rb +65 -0
- data/lib/oci/tenant_manager_control_plane/models/action_type.rb +14 -0
- data/lib/oci/tenant_manager_control_plane/models/create_sender_invitation_details.rb +228 -0
- data/lib/oci/tenant_manager_control_plane/models/lifecycle_state.rb +15 -0
- data/lib/oci/tenant_manager_control_plane/models/link.rb +258 -0
- data/lib/oci/tenant_manager_control_plane/models/link_collection.rb +150 -0
- data/lib/oci/tenant_manager_control_plane/models/link_summary.rb +258 -0
- data/lib/oci/tenant_manager_control_plane/models/operation_status.rb +15 -0
- data/lib/oci/tenant_manager_control_plane/models/operation_type.rb +12 -0
- data/lib/oci/tenant_manager_control_plane/models/recipient_invitation.rb +367 -0
- data/lib/oci/tenant_manager_control_plane/models/recipient_invitation_collection.rb +150 -0
- data/lib/oci/tenant_manager_control_plane/models/recipient_invitation_status.rb +15 -0
- data/lib/oci/tenant_manager_control_plane/models/recipient_invitation_summary.rb +367 -0
- data/lib/oci/tenant_manager_control_plane/models/sender_invitation.rb +366 -0
- data/lib/oci/tenant_manager_control_plane/models/sender_invitation_collection.rb +150 -0
- data/lib/oci/tenant_manager_control_plane/models/sender_invitation_status.rb +14 -0
- data/lib/oci/tenant_manager_control_plane/models/sender_invitation_summary.rb +366 -0
- data/lib/oci/tenant_manager_control_plane/models/sort_order.rb +11 -0
- data/lib/oci/tenant_manager_control_plane/models/update_recipient_invitation_details.rb +186 -0
- data/lib/oci/tenant_manager_control_plane/models/update_sender_invitation_details.rb +186 -0
- data/lib/oci/tenant_manager_control_plane/models/work_request.rb +307 -0
- data/lib/oci/tenant_manager_control_plane/models/work_request_collection.rb +150 -0
- data/lib/oci/tenant_manager_control_plane/models/work_request_error.rb +173 -0
- data/lib/oci/tenant_manager_control_plane/models/work_request_error_collection.rb +150 -0
- data/lib/oci/tenant_manager_control_plane/models/work_request_log_entry.rb +160 -0
- data/lib/oci/tenant_manager_control_plane/models/work_request_log_entry_collection.rb +150 -0
- data/lib/oci/tenant_manager_control_plane/models/work_request_resource.rb +219 -0
- data/lib/oci/tenant_manager_control_plane/models/work_request_summary.rb +307 -0
- data/lib/oci/tenant_manager_control_plane/recipient_invitation_client.rb +425 -0
- data/lib/oci/tenant_manager_control_plane/recipient_invitation_client_composite_operations.rb +153 -0
- data/lib/oci/tenant_manager_control_plane/sender_invitation_client.rb +435 -0
- data/lib/oci/tenant_manager_control_plane/sender_invitation_client_composite_operations.rb +163 -0
- data/lib/oci/tenant_manager_control_plane/tenant_manager_control_plane.rb +52 -0
- data/lib/oci/tenant_manager_control_plane/util.rb +3 -0
- data/lib/oci/tenant_manager_control_plane/work_request_client.rb +356 -0
- data/lib/oci/tenant_manager_control_plane/work_request_client_composite_operations.rb +25 -0
- data/lib/oci/usage_api/models/configuration.rb +3 -3
- data/lib/oci/usage_api/models/configuration_aggregation.rb +2 -2
- data/lib/oci/usage_api/models/dimension.rb +3 -3
- data/lib/oci/usage_api/models/filter.rb +1 -1
- data/lib/oci/usage_api/models/request_summarized_usages_details.rb +12 -12
- data/lib/oci/usage_api/models/tag.rb +3 -3
- data/lib/oci/usage_api/models/usage_aggregation.rb +1 -1
- data/lib/oci/usage_api/models/usage_summary.rb +47 -19
- data/lib/oci/usage_api/usageapi_client.rb +4 -4
- data/lib/oci/version.rb +1 -1
- metadata +273 -17
- data/lib/oci/log_analytics/models/attribute.rb +0 -435
|
@@ -522,7 +522,7 @@ module OCI
|
|
|
522
522
|
#
|
|
523
523
|
# @option opts [String] :display_name A filter to return only applications with display names that match the display name string. Matching is exact.
|
|
524
524
|
#
|
|
525
|
-
# @option opts [String] :id A filter to return only applications with the
|
|
525
|
+
# @option opts [String] :id A filter to return only applications with the specified OCID.
|
|
526
526
|
#
|
|
527
527
|
# @option opts [String] :sort_order Specifies sort order.
|
|
528
528
|
#
|
|
@@ -20,7 +20,7 @@ module OCI
|
|
|
20
20
|
LIFECYCLE_STATE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
|
|
21
21
|
].freeze
|
|
22
22
|
|
|
23
|
-
# The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the application.
|
|
23
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the application.
|
|
24
24
|
#
|
|
25
25
|
# @return [String]
|
|
26
26
|
attr_accessor :id
|
|
@@ -55,6 +55,15 @@ module OCI
|
|
|
55
55
|
# @return [Array<String>]
|
|
56
56
|
attr_accessor :subnet_ids
|
|
57
57
|
|
|
58
|
+
# A syslog URL to which to send all function logs. Supports tcp, udp, and tcp+tls.
|
|
59
|
+
# The syslog URL must be reachable from all of the subnets configured for the application.
|
|
60
|
+
# Note: If you enable the OCI Logging service for this application, the syslogUrl value is ignored. Function logs are sent to the OCI Logging service, and not to the syslog URL.
|
|
61
|
+
#
|
|
62
|
+
# Example: `tcp://logserver.myserver:1234`
|
|
63
|
+
#
|
|
64
|
+
# @return [String]
|
|
65
|
+
attr_accessor :syslog_url
|
|
66
|
+
|
|
58
67
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
59
68
|
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
60
69
|
#
|
|
@@ -95,6 +104,7 @@ module OCI
|
|
|
95
104
|
'lifecycle_state': :'lifecycleState',
|
|
96
105
|
'config': :'config',
|
|
97
106
|
'subnet_ids': :'subnetIds',
|
|
107
|
+
'syslog_url': :'syslogUrl',
|
|
98
108
|
'freeform_tags': :'freeformTags',
|
|
99
109
|
'defined_tags': :'definedTags',
|
|
100
110
|
'time_created': :'timeCreated',
|
|
@@ -113,6 +123,7 @@ module OCI
|
|
|
113
123
|
'lifecycle_state': :'String',
|
|
114
124
|
'config': :'Hash<String, String>',
|
|
115
125
|
'subnet_ids': :'Array<String>',
|
|
126
|
+
'syslog_url': :'String',
|
|
116
127
|
'freeform_tags': :'Hash<String, String>',
|
|
117
128
|
'defined_tags': :'Hash<String, Hash<String, Object>>',
|
|
118
129
|
'time_created': :'DateTime',
|
|
@@ -133,6 +144,7 @@ module OCI
|
|
|
133
144
|
# @option attributes [String] :lifecycle_state The value to assign to the {#lifecycle_state} property
|
|
134
145
|
# @option attributes [Hash<String, String>] :config The value to assign to the {#config} property
|
|
135
146
|
# @option attributes [Array<String>] :subnet_ids The value to assign to the {#subnet_ids} property
|
|
147
|
+
# @option attributes [String] :syslog_url The value to assign to the {#syslog_url} property
|
|
136
148
|
# @option attributes [Hash<String, String>] :freeform_tags The value to assign to the {#freeform_tags} property
|
|
137
149
|
# @option attributes [Hash<String, Hash<String, Object>>] :defined_tags The value to assign to the {#defined_tags} property
|
|
138
150
|
# @option attributes [DateTime] :time_created The value to assign to the {#time_created} property
|
|
@@ -171,6 +183,12 @@ module OCI
|
|
|
171
183
|
|
|
172
184
|
self.subnet_ids = attributes[:'subnet_ids'] if attributes[:'subnet_ids']
|
|
173
185
|
|
|
186
|
+
self.syslog_url = attributes[:'syslogUrl'] if attributes[:'syslogUrl']
|
|
187
|
+
|
|
188
|
+
raise 'You cannot provide both :syslogUrl and :syslog_url' if attributes.key?(:'syslogUrl') && attributes.key?(:'syslog_url')
|
|
189
|
+
|
|
190
|
+
self.syslog_url = attributes[:'syslog_url'] if attributes[:'syslog_url']
|
|
191
|
+
|
|
174
192
|
self.freeform_tags = attributes[:'freeformTags'] if attributes[:'freeformTags']
|
|
175
193
|
|
|
176
194
|
raise 'You cannot provide both :freeformTags and :freeform_tags' if attributes.key?(:'freeformTags') && attributes.key?(:'freeform_tags')
|
|
@@ -226,6 +244,7 @@ module OCI
|
|
|
226
244
|
lifecycle_state == other.lifecycle_state &&
|
|
227
245
|
config == other.config &&
|
|
228
246
|
subnet_ids == other.subnet_ids &&
|
|
247
|
+
syslog_url == other.syslog_url &&
|
|
229
248
|
freeform_tags == other.freeform_tags &&
|
|
230
249
|
defined_tags == other.defined_tags &&
|
|
231
250
|
time_created == other.time_created &&
|
|
@@ -245,7 +264,7 @@ module OCI
|
|
|
245
264
|
# Calculates hash code according to all attributes.
|
|
246
265
|
# @return [Fixnum] Hash code
|
|
247
266
|
def hash
|
|
248
|
-
[id, compartment_id, display_name, lifecycle_state, config, subnet_ids, freeform_tags, defined_tags, time_created, time_updated].hash
|
|
267
|
+
[id, compartment_id, display_name, lifecycle_state, config, subnet_ids, syslog_url, freeform_tags, defined_tags, time_created, time_updated].hash
|
|
249
268
|
end
|
|
250
269
|
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
251
270
|
|
|
@@ -8,7 +8,7 @@ module OCI
|
|
|
8
8
|
# Summary of an application.
|
|
9
9
|
#
|
|
10
10
|
class Functions::Models::ApplicationSummary
|
|
11
|
-
# The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the application.
|
|
11
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the application.
|
|
12
12
|
#
|
|
13
13
|
# @return [String]
|
|
14
14
|
attr_accessor :id
|
|
@@ -33,6 +33,15 @@ module OCI
|
|
|
33
33
|
# @return [Array<String>]
|
|
34
34
|
attr_accessor :subnet_ids
|
|
35
35
|
|
|
36
|
+
# A syslog URL to which to send all function logs. Supports tcp, udp, and tcp+tls.
|
|
37
|
+
# The syslog URL must be reachable from all of the subnets configured for the application.
|
|
38
|
+
# Note: If you enable the OCI Logging service for this application, the syslogUrl value is ignored. Function logs are sent to the OCI Logging service, and not to the syslog URL.
|
|
39
|
+
#
|
|
40
|
+
# Example: `tcp://logserver.myserver:1234`
|
|
41
|
+
#
|
|
42
|
+
# @return [String]
|
|
43
|
+
attr_accessor :syslog_url
|
|
44
|
+
|
|
36
45
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
37
46
|
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
38
47
|
#
|
|
@@ -56,6 +65,7 @@ module OCI
|
|
|
56
65
|
'display_name': :'displayName',
|
|
57
66
|
'config': :'config',
|
|
58
67
|
'subnet_ids': :'subnetIds',
|
|
68
|
+
'syslog_url': :'syslogUrl',
|
|
59
69
|
'freeform_tags': :'freeformTags',
|
|
60
70
|
'defined_tags': :'definedTags'
|
|
61
71
|
# rubocop:enable Style/SymbolLiteral
|
|
@@ -70,6 +80,7 @@ module OCI
|
|
|
70
80
|
'display_name': :'String',
|
|
71
81
|
'config': :'Hash<String, String>',
|
|
72
82
|
'subnet_ids': :'Array<String>',
|
|
83
|
+
'syslog_url': :'String',
|
|
73
84
|
'freeform_tags': :'Hash<String, String>',
|
|
74
85
|
'defined_tags': :'Hash<String, Hash<String, Object>>'
|
|
75
86
|
# rubocop:enable Style/SymbolLiteral
|
|
@@ -86,6 +97,7 @@ module OCI
|
|
|
86
97
|
# @option attributes [String] :display_name The value to assign to the {#display_name} property
|
|
87
98
|
# @option attributes [Hash<String, String>] :config The value to assign to the {#config} property
|
|
88
99
|
# @option attributes [Array<String>] :subnet_ids The value to assign to the {#subnet_ids} property
|
|
100
|
+
# @option attributes [String] :syslog_url The value to assign to the {#syslog_url} property
|
|
89
101
|
# @option attributes [Hash<String, String>] :freeform_tags The value to assign to the {#freeform_tags} property
|
|
90
102
|
# @option attributes [Hash<String, Hash<String, Object>>] :defined_tags The value to assign to the {#defined_tags} property
|
|
91
103
|
def initialize(attributes = {})
|
|
@@ -114,6 +126,12 @@ module OCI
|
|
|
114
126
|
|
|
115
127
|
self.subnet_ids = attributes[:'subnet_ids'] if attributes[:'subnet_ids']
|
|
116
128
|
|
|
129
|
+
self.syslog_url = attributes[:'syslogUrl'] if attributes[:'syslogUrl']
|
|
130
|
+
|
|
131
|
+
raise 'You cannot provide both :syslogUrl and :syslog_url' if attributes.key?(:'syslogUrl') && attributes.key?(:'syslog_url')
|
|
132
|
+
|
|
133
|
+
self.syslog_url = attributes[:'syslog_url'] if attributes[:'syslog_url']
|
|
134
|
+
|
|
117
135
|
self.freeform_tags = attributes[:'freeformTags'] if attributes[:'freeformTags']
|
|
118
136
|
|
|
119
137
|
raise 'You cannot provide both :freeformTags and :freeform_tags' if attributes.key?(:'freeformTags') && attributes.key?(:'freeform_tags')
|
|
@@ -142,6 +160,7 @@ module OCI
|
|
|
142
160
|
display_name == other.display_name &&
|
|
143
161
|
config == other.config &&
|
|
144
162
|
subnet_ids == other.subnet_ids &&
|
|
163
|
+
syslog_url == other.syslog_url &&
|
|
145
164
|
freeform_tags == other.freeform_tags &&
|
|
146
165
|
defined_tags == other.defined_tags
|
|
147
166
|
end
|
|
@@ -159,7 +178,7 @@ module OCI
|
|
|
159
178
|
# Calculates hash code according to all attributes.
|
|
160
179
|
# @return [Fixnum] Hash code
|
|
161
180
|
def hash
|
|
162
|
-
[compartment_id, display_name, config, subnet_ids, freeform_tags, defined_tags].hash
|
|
181
|
+
[compartment_id, display_name, config, subnet_ids, syslog_url, freeform_tags, defined_tags].hash
|
|
163
182
|
end
|
|
164
183
|
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
165
184
|
|
|
@@ -20,7 +20,7 @@ module OCI
|
|
|
20
20
|
LIFECYCLE_STATE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
|
|
21
21
|
].freeze
|
|
22
22
|
|
|
23
|
-
# The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the function.
|
|
23
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the function.
|
|
24
24
|
#
|
|
25
25
|
# @return [String]
|
|
26
26
|
attr_accessor :id
|
|
@@ -20,7 +20,7 @@ module OCI
|
|
|
20
20
|
LIFECYCLE_STATE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
|
|
21
21
|
].freeze
|
|
22
22
|
|
|
23
|
-
# The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the function.
|
|
23
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the function.
|
|
24
24
|
#
|
|
25
25
|
# @return [String]
|
|
26
26
|
attr_accessor :id
|
|
@@ -18,6 +18,15 @@ module OCI
|
|
|
18
18
|
# @return [Hash<String, String>]
|
|
19
19
|
attr_accessor :config
|
|
20
20
|
|
|
21
|
+
# A syslog URL to which to send all function logs. Supports tcp, udp, and tcp+tls.
|
|
22
|
+
# The syslog URL must be reachable from all of the subnets configured for the application.
|
|
23
|
+
# Note: If you enable the OCI Logging service for this application, the syslogUrl value is ignored. Function logs are sent to the OCI Logging service, and not to the syslog URL.
|
|
24
|
+
#
|
|
25
|
+
# Example: `tcp://logserver.myserver:1234`
|
|
26
|
+
#
|
|
27
|
+
# @return [String]
|
|
28
|
+
attr_accessor :syslog_url
|
|
29
|
+
|
|
21
30
|
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
22
31
|
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
23
32
|
#
|
|
@@ -38,6 +47,7 @@ module OCI
|
|
|
38
47
|
{
|
|
39
48
|
# rubocop:disable Style/SymbolLiteral
|
|
40
49
|
'config': :'config',
|
|
50
|
+
'syslog_url': :'syslogUrl',
|
|
41
51
|
'freeform_tags': :'freeformTags',
|
|
42
52
|
'defined_tags': :'definedTags'
|
|
43
53
|
# rubocop:enable Style/SymbolLiteral
|
|
@@ -49,6 +59,7 @@ module OCI
|
|
|
49
59
|
{
|
|
50
60
|
# rubocop:disable Style/SymbolLiteral
|
|
51
61
|
'config': :'Hash<String, String>',
|
|
62
|
+
'syslog_url': :'String',
|
|
52
63
|
'freeform_tags': :'Hash<String, String>',
|
|
53
64
|
'defined_tags': :'Hash<String, Hash<String, Object>>'
|
|
54
65
|
# rubocop:enable Style/SymbolLiteral
|
|
@@ -62,6 +73,7 @@ module OCI
|
|
|
62
73
|
# Initializes the object
|
|
63
74
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
64
75
|
# @option attributes [Hash<String, String>] :config The value to assign to the {#config} property
|
|
76
|
+
# @option attributes [String] :syslog_url The value to assign to the {#syslog_url} property
|
|
65
77
|
# @option attributes [Hash<String, String>] :freeform_tags The value to assign to the {#freeform_tags} property
|
|
66
78
|
# @option attributes [Hash<String, Hash<String, Object>>] :defined_tags The value to assign to the {#defined_tags} property
|
|
67
79
|
def initialize(attributes = {})
|
|
@@ -72,6 +84,12 @@ module OCI
|
|
|
72
84
|
|
|
73
85
|
self.config = attributes[:'config'] if attributes[:'config']
|
|
74
86
|
|
|
87
|
+
self.syslog_url = attributes[:'syslogUrl'] if attributes[:'syslogUrl']
|
|
88
|
+
|
|
89
|
+
raise 'You cannot provide both :syslogUrl and :syslog_url' if attributes.key?(:'syslogUrl') && attributes.key?(:'syslog_url')
|
|
90
|
+
|
|
91
|
+
self.syslog_url = attributes[:'syslog_url'] if attributes[:'syslog_url']
|
|
92
|
+
|
|
75
93
|
self.freeform_tags = attributes[:'freeformTags'] if attributes[:'freeformTags']
|
|
76
94
|
|
|
77
95
|
raise 'You cannot provide both :freeformTags and :freeform_tags' if attributes.key?(:'freeformTags') && attributes.key?(:'freeform_tags')
|
|
@@ -97,6 +115,7 @@ module OCI
|
|
|
97
115
|
|
|
98
116
|
self.class == other.class &&
|
|
99
117
|
config == other.config &&
|
|
118
|
+
syslog_url == other.syslog_url &&
|
|
100
119
|
freeform_tags == other.freeform_tags &&
|
|
101
120
|
defined_tags == other.defined_tags
|
|
102
121
|
end
|
|
@@ -114,7 +133,7 @@ module OCI
|
|
|
114
133
|
# Calculates hash code according to all attributes.
|
|
115
134
|
# @return [Fixnum] Hash code
|
|
116
135
|
def hash
|
|
117
|
-
[config, freeform_tags, defined_tags].hash
|
|
136
|
+
[config, syslog_url, freeform_tags, defined_tags].hash
|
|
118
137
|
end
|
|
119
138
|
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
120
139
|
|
|
@@ -22,6 +22,11 @@ require 'oci/identity/models/bulk_action_resource_type'
|
|
|
22
22
|
require 'oci/identity/models/bulk_action_resource_type_collection'
|
|
23
23
|
require 'oci/identity/models/bulk_delete_resources_details'
|
|
24
24
|
require 'oci/identity/models/bulk_delete_tags_details'
|
|
25
|
+
require 'oci/identity/models/bulk_edit_operation_details'
|
|
26
|
+
require 'oci/identity/models/bulk_edit_resource'
|
|
27
|
+
require 'oci/identity/models/bulk_edit_tags_details'
|
|
28
|
+
require 'oci/identity/models/bulk_edit_tags_resource_type'
|
|
29
|
+
require 'oci/identity/models/bulk_edit_tags_resource_type_collection'
|
|
25
30
|
require 'oci/identity/models/bulk_move_resources_details'
|
|
26
31
|
require 'oci/identity/models/change_tag_namespace_compartment_detail'
|
|
27
32
|
require 'oci/identity/models/compartment'
|
|
@@ -363,7 +363,7 @@ module OCI
|
|
|
363
363
|
|
|
364
364
|
|
|
365
365
|
# Deletes the specified tag key definitions. This operation triggers a process that removes the
|
|
366
|
-
# tags from all resources in your tenancy.
|
|
366
|
+
# tags from all resources in your tenancy. The tag key definitions must be within the same tag namespace.
|
|
367
367
|
#
|
|
368
368
|
# The following actions happen immediately:
|
|
369
369
|
# \u00A0
|
|
@@ -444,6 +444,80 @@ module OCI
|
|
|
444
444
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
445
445
|
|
|
446
446
|
|
|
447
|
+
# Edits the specified list of tag key definitions for the selected resources.
|
|
448
|
+
# This operation triggers a process that edits the tags on all selected resources. The possible actions are:
|
|
449
|
+
#
|
|
450
|
+
# * Add a defined tag when the tag does not already exist on the resource.
|
|
451
|
+
# * Update the value for a defined tag when the tag is present on the resource.
|
|
452
|
+
# * Add a defined tag when it does not already exist on the resource or update the value for a defined tag when the tag is present on the resource.
|
|
453
|
+
# * Remove a defined tag from a resource. The tag is removed from the resource regardless of the tag value.
|
|
454
|
+
#
|
|
455
|
+
# See {#bulk_edit_operation_details bulk_edit_operation_details} for more information.
|
|
456
|
+
#
|
|
457
|
+
# The edits can include a combination of operations and tag sets.
|
|
458
|
+
# However, multiple operations cannot apply to one key definition in the same request.
|
|
459
|
+
# For example, if one request adds `tag set-1` to a resource and sets a tag value to `tag set-2`,
|
|
460
|
+
# `tag set-1` and `tag set-2` cannot have any common tag definitions.
|
|
461
|
+
#
|
|
462
|
+
# @param [Hash] opts the optional parameters
|
|
463
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
464
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
465
|
+
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
466
|
+
# particular request, please provide the request ID.
|
|
467
|
+
#
|
|
468
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
469
|
+
# server error without risk of executing that same action again. Retry tokens expire after 24
|
|
470
|
+
# hours, but can be invalidated before then due to conflicting operations (e.g., if a resource
|
|
471
|
+
# has been deleted and purged from the system, then a retry of the original creation request
|
|
472
|
+
# may be rejected).
|
|
473
|
+
#
|
|
474
|
+
# @option opts [OCI::Identity::Models::BulkEditTagsDetails] :bulk_edit_tags_details The request object for bulk editing tags on resources in the compartment.
|
|
475
|
+
# @return [Response] A Response object with data of type nil
|
|
476
|
+
def bulk_edit_tags(opts = {})
|
|
477
|
+
logger.debug 'Calling operation IdentityClient#bulk_edit_tags.' if logger
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
path = '/tags/actions/bulkEdit'
|
|
481
|
+
operation_signing_strategy = :standard
|
|
482
|
+
|
|
483
|
+
# rubocop:disable Style/NegatedIf
|
|
484
|
+
# Query Params
|
|
485
|
+
query_params = {}
|
|
486
|
+
|
|
487
|
+
# Header Params
|
|
488
|
+
header_params = {}
|
|
489
|
+
header_params[:accept] = 'application/json'
|
|
490
|
+
header_params[:'content-type'] = 'application/json'
|
|
491
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
492
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
|
493
|
+
# rubocop:enable Style/NegatedIf
|
|
494
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
|
495
|
+
|
|
496
|
+
post_body = @api_client.object_to_http_body(opts[:bulk_edit_tags_details])
|
|
497
|
+
|
|
498
|
+
# rubocop:disable Metrics/BlockLength
|
|
499
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'IdentityClient#bulk_edit_tags') do
|
|
500
|
+
@api_client.call_api(
|
|
501
|
+
:POST,
|
|
502
|
+
path,
|
|
503
|
+
endpoint,
|
|
504
|
+
header_params: header_params,
|
|
505
|
+
query_params: query_params,
|
|
506
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
507
|
+
body: post_body
|
|
508
|
+
)
|
|
509
|
+
end
|
|
510
|
+
# rubocop:enable Metrics/BlockLength
|
|
511
|
+
end
|
|
512
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
513
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
514
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
515
|
+
|
|
516
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
517
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
518
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
519
|
+
|
|
520
|
+
|
|
447
521
|
# Moves multiple resources from one compartment to another. All resources must be in the same compartment.
|
|
448
522
|
# This API can only be invoked from the tenancy's [home region](https://docs.cloud.oracle.com/Content/Identity/Tasks/managingregions.htm#Home).
|
|
449
523
|
# To move resources, you must have the appropriate permissions to move the resource in both the source and target
|
|
@@ -816,7 +890,7 @@ module OCI
|
|
|
816
890
|
|
|
817
891
|
|
|
818
892
|
# Creates a new secret key for the specified user. Secret keys are used for authentication with the Object Storage Service's Amazon S3
|
|
819
|
-
# compatible API. For information, see
|
|
893
|
+
# compatible API. The secret key consists of an Access Key/Secret Key pair. For information, see
|
|
820
894
|
# [Managing User Credentials](https://docs.cloud.oracle.com/Content/Identity/Tasks/managingcredentials.htm).
|
|
821
895
|
#
|
|
822
896
|
# You must specify a *description* for the secret key (although it can be an empty string). It does not
|
|
@@ -4363,7 +4437,7 @@ module OCI
|
|
|
4363
4437
|
# @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
4364
4438
|
#
|
|
4365
4439
|
# @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
|
|
4366
|
-
#
|
|
4440
|
+
# (default to 20)
|
|
4367
4441
|
# @return [Response] A Response object with data of type {OCI::Identity::Models::BulkActionResourceTypeCollection BulkActionResourceTypeCollection}
|
|
4368
4442
|
def list_bulk_action_resource_types(bulk_action_type, opts = {})
|
|
4369
4443
|
logger.debug 'Calling operation IdentityClient#list_bulk_action_resource_types.' if logger
|
|
@@ -4415,6 +4489,61 @@ module OCI
|
|
|
4415
4489
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
4416
4490
|
|
|
4417
4491
|
|
|
4492
|
+
# Lists the resource types that support bulk tag editing.
|
|
4493
|
+
#
|
|
4494
|
+
# @param [Hash] opts the optional parameters
|
|
4495
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4496
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
4497
|
+
# @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
4498
|
+
#
|
|
4499
|
+
# @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
|
|
4500
|
+
# (default to 20)
|
|
4501
|
+
# @return [Response] A Response object with data of type {OCI::Identity::Models::BulkEditTagsResourceTypeCollection BulkEditTagsResourceTypeCollection}
|
|
4502
|
+
def list_bulk_edit_tags_resource_types(opts = {})
|
|
4503
|
+
logger.debug 'Calling operation IdentityClient#list_bulk_edit_tags_resource_types.' if logger
|
|
4504
|
+
|
|
4505
|
+
|
|
4506
|
+
path = '/tags/bulkEditResourceTypes'
|
|
4507
|
+
operation_signing_strategy = :standard
|
|
4508
|
+
|
|
4509
|
+
# rubocop:disable Style/NegatedIf
|
|
4510
|
+
# Query Params
|
|
4511
|
+
query_params = {}
|
|
4512
|
+
query_params[:page] = opts[:page] if opts[:page]
|
|
4513
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
|
4514
|
+
|
|
4515
|
+
# Header Params
|
|
4516
|
+
header_params = {}
|
|
4517
|
+
header_params[:accept] = 'application/json'
|
|
4518
|
+
header_params[:'content-type'] = 'application/json'
|
|
4519
|
+
# rubocop:enable Style/NegatedIf
|
|
4520
|
+
|
|
4521
|
+
post_body = nil
|
|
4522
|
+
|
|
4523
|
+
# rubocop:disable Metrics/BlockLength
|
|
4524
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'IdentityClient#list_bulk_edit_tags_resource_types') do
|
|
4525
|
+
@api_client.call_api(
|
|
4526
|
+
:GET,
|
|
4527
|
+
path,
|
|
4528
|
+
endpoint,
|
|
4529
|
+
header_params: header_params,
|
|
4530
|
+
query_params: query_params,
|
|
4531
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
4532
|
+
body: post_body,
|
|
4533
|
+
return_type: 'OCI::Identity::Models::BulkEditTagsResourceTypeCollection'
|
|
4534
|
+
)
|
|
4535
|
+
end
|
|
4536
|
+
# rubocop:enable Metrics/BlockLength
|
|
4537
|
+
end
|
|
4538
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
4539
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
4540
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
4541
|
+
|
|
4542
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
4543
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
4544
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
4545
|
+
|
|
4546
|
+
|
|
4418
4547
|
# Lists the compartments in a specified compartment. The members of the list
|
|
4419
4548
|
# returned depends on the values set for several parameters.
|
|
4420
4549
|
#
|
|
@@ -4442,7 +4571,7 @@ module OCI
|
|
|
4442
4571
|
# @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
4443
4572
|
#
|
|
4444
4573
|
# @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
|
|
4445
|
-
#
|
|
4574
|
+
# (default to 20)
|
|
4446
4575
|
# @option opts [String] :access_level Valid values are `ANY` and `ACCESSIBLE`. Default is `ANY`.
|
|
4447
4576
|
# Setting this to `ACCESSIBLE` returns only those compartments for which the
|
|
4448
4577
|
# user has INSPECT permissions directly or indirectly (permissions can be on a
|
|
@@ -4557,7 +4686,7 @@ module OCI
|
|
|
4557
4686
|
# @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
4558
4687
|
#
|
|
4559
4688
|
# @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
|
|
4560
|
-
#
|
|
4689
|
+
# (default to 20)
|
|
4561
4690
|
# @return [Response] A Response object with data of type Array<{OCI::Identity::Models::Tag Tag}>
|
|
4562
4691
|
def list_cost_tracking_tags(compartment_id, opts = {})
|
|
4563
4692
|
logger.debug 'Calling operation IdentityClient#list_cost_tracking_tags.' if logger
|
|
@@ -4673,7 +4802,7 @@ module OCI
|
|
|
4673
4802
|
# @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
4674
4803
|
#
|
|
4675
4804
|
# @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
|
|
4676
|
-
#
|
|
4805
|
+
# (default to 20)
|
|
4677
4806
|
# @option opts [String] :name A filter to only return resources that match the given name exactly.
|
|
4678
4807
|
#
|
|
4679
4808
|
# @option opts [String] :sort_by The field to sort by. You can provide one sort order (`sortOrder`). Default order for
|
|
@@ -4829,7 +4958,7 @@ module OCI
|
|
|
4829
4958
|
# @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
4830
4959
|
#
|
|
4831
4960
|
# @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
|
|
4832
|
-
#
|
|
4961
|
+
# (default to 20)
|
|
4833
4962
|
# @option opts [String] :name A filter to only return resources that match the given name exactly.
|
|
4834
4963
|
#
|
|
4835
4964
|
# @option opts [String] :sort_by The field to sort by. You can provide one sort order (`sortOrder`). Default order for
|
|
@@ -4920,7 +5049,7 @@ module OCI
|
|
|
4920
5049
|
# @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
4921
5050
|
#
|
|
4922
5051
|
# @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
|
|
4923
|
-
#
|
|
5052
|
+
# (default to 20)
|
|
4924
5053
|
# @option opts [String] :name A filter to only return resources that match the given name exactly.
|
|
4925
5054
|
#
|
|
4926
5055
|
# @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
|
|
@@ -4994,7 +5123,7 @@ module OCI
|
|
|
4994
5123
|
# @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
4995
5124
|
#
|
|
4996
5125
|
# @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
|
|
4997
|
-
#
|
|
5126
|
+
# (default to 20)
|
|
4998
5127
|
# @option opts [String] :name A filter to only return resources that match the given name exactly.
|
|
4999
5128
|
#
|
|
5000
5129
|
# @option opts [String] :sort_by The field to sort by. You can provide one sort order (`sortOrder`). Default order for
|
|
@@ -5091,7 +5220,7 @@ module OCI
|
|
|
5091
5220
|
# @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
5092
5221
|
#
|
|
5093
5222
|
# @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
|
|
5094
|
-
#
|
|
5223
|
+
# (default to 20)
|
|
5095
5224
|
# @return [Response] A Response object with data of type Array<{OCI::Identity::Models::IdpGroupMapping IdpGroupMapping}>
|
|
5096
5225
|
def list_idp_group_mappings(identity_provider_id, opts = {})
|
|
5097
5226
|
logger.debug 'Calling operation IdentityClient#list_idp_group_mappings.' if logger
|
|
@@ -5150,7 +5279,7 @@ module OCI
|
|
|
5150
5279
|
# @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
5151
5280
|
#
|
|
5152
5281
|
# @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
|
|
5153
|
-
#
|
|
5282
|
+
# (default to 20)
|
|
5154
5283
|
# @option opts [String] :sort_by The field to sort by. You can provide one sort order (`sortOrder`). Default order for
|
|
5155
5284
|
# TIMECREATED is descending. Default order for NAME is ascending. The NAME
|
|
5156
5285
|
# sort order is case sensitive.
|
|
@@ -5235,7 +5364,7 @@ module OCI
|
|
|
5235
5364
|
# @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
5236
5365
|
#
|
|
5237
5366
|
# @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
|
|
5238
|
-
#
|
|
5367
|
+
# (default to 20)
|
|
5239
5368
|
# @option opts [String] :name A filter to only return resources that match the given name exactly.
|
|
5240
5369
|
#
|
|
5241
5370
|
# @option opts [String] :sort_by The field to sort by. You can provide one sort order (`sortOrder`). Default order for
|
|
@@ -5327,7 +5456,7 @@ module OCI
|
|
|
5327
5456
|
# @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
5328
5457
|
#
|
|
5329
5458
|
# @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
|
|
5330
|
-
#
|
|
5459
|
+
# (default to 20)
|
|
5331
5460
|
# @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
|
|
5332
5461
|
#
|
|
5333
5462
|
# @return [Response] A Response object with data of type Array<{OCI::Identity::Models::OAuth2ClientCredentialSummary OAuth2ClientCredentialSummary}>
|
|
@@ -5397,7 +5526,7 @@ module OCI
|
|
|
5397
5526
|
# @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
5398
5527
|
#
|
|
5399
5528
|
# @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
|
|
5400
|
-
#
|
|
5529
|
+
# (default to 20)
|
|
5401
5530
|
# @option opts [String] :name A filter to only return resources that match the given name exactly.
|
|
5402
5531
|
#
|
|
5403
5532
|
# @option opts [String] :sort_by The field to sort by. You can provide one sort order (`sortOrder`). Default order for
|
|
@@ -5703,7 +5832,7 @@ module OCI
|
|
|
5703
5832
|
# @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
5704
5833
|
#
|
|
5705
5834
|
# @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
|
|
5706
|
-
#
|
|
5835
|
+
# (default to 20)
|
|
5707
5836
|
# @option opts [String] :id A filter to only return resources that match the specified OCID exactly.
|
|
5708
5837
|
#
|
|
5709
5838
|
# @option opts [String] :compartment_id The OCID of the compartment (remember that the tenancy is simply the root compartment).
|
|
@@ -5776,7 +5905,7 @@ module OCI
|
|
|
5776
5905
|
# @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
5777
5906
|
#
|
|
5778
5907
|
# @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
|
|
5779
|
-
#
|
|
5908
|
+
# (default to 20)
|
|
5780
5909
|
# @option opts [BOOLEAN] :include_subcompartments An optional boolean parameter indicating whether to retrieve all tag namespaces in subcompartments. If this
|
|
5781
5910
|
# parameter is not specified, only the tag namespaces defined in the specified compartment are retrieved.
|
|
5782
5911
|
#
|
|
@@ -5845,7 +5974,7 @@ module OCI
|
|
|
5845
5974
|
# @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
5846
5975
|
#
|
|
5847
5976
|
# @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
|
|
5848
|
-
#
|
|
5977
|
+
# (default to 20)
|
|
5849
5978
|
# @return [Response] A Response object with data of type Array<{OCI::Identity::Models::TaggingWorkRequestErrorSummary TaggingWorkRequestErrorSummary}>
|
|
5850
5979
|
def list_tagging_work_request_errors(work_request_id, opts = {})
|
|
5851
5980
|
logger.debug 'Calling operation IdentityClient#list_tagging_work_request_errors.' if logger
|
|
@@ -5903,7 +6032,7 @@ module OCI
|
|
|
5903
6032
|
# @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
5904
6033
|
#
|
|
5905
6034
|
# @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
|
|
5906
|
-
#
|
|
6035
|
+
# (default to 20)
|
|
5907
6036
|
# @return [Response] A Response object with data of type Array<{OCI::Identity::Models::TaggingWorkRequestLogSummary TaggingWorkRequestLogSummary}>
|
|
5908
6037
|
def list_tagging_work_request_logs(work_request_id, opts = {})
|
|
5909
6038
|
logger.debug 'Calling operation IdentityClient#list_tagging_work_request_logs.' if logger
|
|
@@ -5962,7 +6091,7 @@ module OCI
|
|
|
5962
6091
|
# @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
5963
6092
|
#
|
|
5964
6093
|
# @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
|
|
5965
|
-
#
|
|
6094
|
+
# (default to 20)
|
|
5966
6095
|
# @option opts [String] :resource_identifier The identifier of the resource the work request affects.
|
|
5967
6096
|
# @return [Response] A Response object with data of type Array<{OCI::Identity::Models::TaggingWorkRequestSummary TaggingWorkRequestSummary}>
|
|
5968
6097
|
def list_tagging_work_requests(compartment_id, opts = {})
|
|
@@ -6023,7 +6152,7 @@ module OCI
|
|
|
6023
6152
|
# @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
6024
6153
|
#
|
|
6025
6154
|
# @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
|
|
6026
|
-
#
|
|
6155
|
+
# (default to 20)
|
|
6027
6156
|
# @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
|
|
6028
6157
|
#
|
|
6029
6158
|
# @return [Response] A Response object with data of type Array<{OCI::Identity::Models::TagSummary TagSummary}>
|
|
@@ -6100,7 +6229,7 @@ module OCI
|
|
|
6100
6229
|
# @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
6101
6230
|
#
|
|
6102
6231
|
# @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
|
|
6103
|
-
#
|
|
6232
|
+
# (default to 20)
|
|
6104
6233
|
# @return [Response] A Response object with data of type Array<{OCI::Identity::Models::UserGroupMembership UserGroupMembership}>
|
|
6105
6234
|
def list_user_group_memberships(compartment_id, opts = {})
|
|
6106
6235
|
logger.debug 'Calling operation IdentityClient#list_user_group_memberships.' if logger
|
|
@@ -6163,7 +6292,7 @@ module OCI
|
|
|
6163
6292
|
# @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
6164
6293
|
#
|
|
6165
6294
|
# @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
|
|
6166
|
-
#
|
|
6295
|
+
# (default to 20)
|
|
6167
6296
|
# @option opts [String] :identity_provider_id The id of the identity provider.
|
|
6168
6297
|
#
|
|
6169
6298
|
# @option opts [String] :external_identifier The id of a user in the identity provider.
|
|
@@ -6262,7 +6391,7 @@ module OCI
|
|
|
6262
6391
|
# @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
6263
6392
|
#
|
|
6264
6393
|
# @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
|
|
6265
|
-
#
|
|
6394
|
+
# (default to 20)
|
|
6266
6395
|
# @option opts [String] :resource_identifier The identifier of the resource the work request affects.
|
|
6267
6396
|
# @return [Response] A Response object with data of type Array<{OCI::Identity::Models::WorkRequestSummary WorkRequestSummary}>
|
|
6268
6397
|
def list_work_requests(compartment_id, opts = {})
|