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
|
@@ -118,6 +118,14 @@ module OCI
|
|
|
118
118
|
# @return [String]
|
|
119
119
|
attr_accessor :path
|
|
120
120
|
|
|
121
|
+
# Expression for logical entities against which names of dataObjects will be matched.
|
|
122
|
+
# @return [String]
|
|
123
|
+
attr_accessor :expression
|
|
124
|
+
|
|
125
|
+
# Custom properties defined by users.
|
|
126
|
+
# @return [Array<OCI::DataCatalog::Models::FacetedSearchCustomProperty>]
|
|
127
|
+
attr_accessor :custom_properties
|
|
128
|
+
|
|
121
129
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
122
130
|
def self.attribute_map
|
|
123
131
|
{
|
|
@@ -147,7 +155,9 @@ module OCI
|
|
|
147
155
|
'parent_term_name': :'parentTermName',
|
|
148
156
|
'created_by_id': :'createdById',
|
|
149
157
|
'updated_by_id': :'updatedById',
|
|
150
|
-
'path': :'path'
|
|
158
|
+
'path': :'path',
|
|
159
|
+
'expression': :'expression',
|
|
160
|
+
'custom_properties': :'customProperties'
|
|
151
161
|
# rubocop:enable Style/SymbolLiteral
|
|
152
162
|
}
|
|
153
163
|
end
|
|
@@ -181,7 +191,9 @@ module OCI
|
|
|
181
191
|
'parent_term_name': :'String',
|
|
182
192
|
'created_by_id': :'String',
|
|
183
193
|
'updated_by_id': :'String',
|
|
184
|
-
'path': :'String'
|
|
194
|
+
'path': :'String',
|
|
195
|
+
'expression': :'String',
|
|
196
|
+
'custom_properties': :'Array<OCI::DataCatalog::Models::FacetedSearchCustomProperty>'
|
|
185
197
|
# rubocop:enable Style/SymbolLiteral
|
|
186
198
|
}
|
|
187
199
|
end
|
|
@@ -218,6 +230,8 @@ module OCI
|
|
|
218
230
|
# @option attributes [String] :created_by_id The value to assign to the {#created_by_id} property
|
|
219
231
|
# @option attributes [String] :updated_by_id The value to assign to the {#updated_by_id} property
|
|
220
232
|
# @option attributes [String] :path The value to assign to the {#path} property
|
|
233
|
+
# @option attributes [String] :expression The value to assign to the {#expression} property
|
|
234
|
+
# @option attributes [Array<OCI::DataCatalog::Models::FacetedSearchCustomProperty>] :custom_properties The value to assign to the {#custom_properties} property
|
|
221
235
|
def initialize(attributes = {})
|
|
222
236
|
return unless attributes.is_a?(Hash)
|
|
223
237
|
|
|
@@ -359,6 +373,14 @@ module OCI
|
|
|
359
373
|
self.updated_by_id = attributes[:'updated_by_id'] if attributes[:'updated_by_id']
|
|
360
374
|
|
|
361
375
|
self.path = attributes[:'path'] if attributes[:'path']
|
|
376
|
+
|
|
377
|
+
self.expression = attributes[:'expression'] if attributes[:'expression']
|
|
378
|
+
|
|
379
|
+
self.custom_properties = attributes[:'customProperties'] if attributes[:'customProperties']
|
|
380
|
+
|
|
381
|
+
raise 'You cannot provide both :customProperties and :custom_properties' if attributes.key?(:'customProperties') && attributes.key?(:'custom_properties')
|
|
382
|
+
|
|
383
|
+
self.custom_properties = attributes[:'custom_properties'] if attributes[:'custom_properties']
|
|
362
384
|
end
|
|
363
385
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
364
386
|
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
@@ -397,7 +419,9 @@ module OCI
|
|
|
397
419
|
parent_term_name == other.parent_term_name &&
|
|
398
420
|
created_by_id == other.created_by_id &&
|
|
399
421
|
updated_by_id == other.updated_by_id &&
|
|
400
|
-
path == other.path
|
|
422
|
+
path == other.path &&
|
|
423
|
+
expression == other.expression &&
|
|
424
|
+
custom_properties == other.custom_properties
|
|
401
425
|
end
|
|
402
426
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
403
427
|
|
|
@@ -413,7 +437,7 @@ module OCI
|
|
|
413
437
|
# Calculates hash code according to all attributes.
|
|
414
438
|
# @return [Fixnum] Hash code
|
|
415
439
|
def hash
|
|
416
|
-
[key, name, description, time_created, time_updated, tag_summary, term_summary, type_name, external_type_name, external_data_type, data_asset_key, data_asset_type, data_asset_name, folder_key, folder_type, folder_name, entitykey, entity_type, entity_name, glossary_key, glossary_name, parent_term_key, parent_term_name, created_by_id, updated_by_id, path].hash
|
|
440
|
+
[key, name, description, time_created, time_updated, tag_summary, term_summary, type_name, external_type_name, external_data_type, data_asset_key, data_asset_type, data_asset_name, folder_key, folder_type, folder_name, entitykey, entity_type, entity_name, glossary_key, glossary_name, parent_term_key, parent_term_name, created_by_id, updated_by_id, path, expression, custom_properties].hash
|
|
417
441
|
end
|
|
418
442
|
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
419
443
|
|
|
@@ -17,12 +17,22 @@ module OCI
|
|
|
17
17
|
# @return [Array<OCI::DataCatalog::Models::SearchResult>]
|
|
18
18
|
attr_accessor :items
|
|
19
19
|
|
|
20
|
+
# String that data objects are to be searched with.
|
|
21
|
+
# @return [String]
|
|
22
|
+
attr_accessor :query
|
|
23
|
+
|
|
24
|
+
# Aggregations/facets on properties of data objects.
|
|
25
|
+
# @return [Array<OCI::DataCatalog::Models::FacetedSearchAggregation>]
|
|
26
|
+
attr_accessor :faceted_search_aggregation
|
|
27
|
+
|
|
20
28
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
21
29
|
def self.attribute_map
|
|
22
30
|
{
|
|
23
31
|
# rubocop:disable Style/SymbolLiteral
|
|
24
32
|
'count': :'count',
|
|
25
|
-
'items': :'items'
|
|
33
|
+
'items': :'items',
|
|
34
|
+
'query': :'query',
|
|
35
|
+
'faceted_search_aggregation': :'facetedSearchAggregation'
|
|
26
36
|
# rubocop:enable Style/SymbolLiteral
|
|
27
37
|
}
|
|
28
38
|
end
|
|
@@ -32,7 +42,9 @@ module OCI
|
|
|
32
42
|
{
|
|
33
43
|
# rubocop:disable Style/SymbolLiteral
|
|
34
44
|
'count': :'Integer',
|
|
35
|
-
'items': :'Array<OCI::DataCatalog::Models::SearchResult>'
|
|
45
|
+
'items': :'Array<OCI::DataCatalog::Models::SearchResult>',
|
|
46
|
+
'query': :'String',
|
|
47
|
+
'faceted_search_aggregation': :'Array<OCI::DataCatalog::Models::FacetedSearchAggregation>'
|
|
36
48
|
# rubocop:enable Style/SymbolLiteral
|
|
37
49
|
}
|
|
38
50
|
end
|
|
@@ -45,6 +57,8 @@ module OCI
|
|
|
45
57
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
46
58
|
# @option attributes [Integer] :count The value to assign to the {#count} property
|
|
47
59
|
# @option attributes [Array<OCI::DataCatalog::Models::SearchResult>] :items The value to assign to the {#items} property
|
|
60
|
+
# @option attributes [String] :query The value to assign to the {#query} property
|
|
61
|
+
# @option attributes [Array<OCI::DataCatalog::Models::FacetedSearchAggregation>] :faceted_search_aggregation The value to assign to the {#faceted_search_aggregation} property
|
|
48
62
|
def initialize(attributes = {})
|
|
49
63
|
return unless attributes.is_a?(Hash)
|
|
50
64
|
|
|
@@ -54,6 +68,14 @@ module OCI
|
|
|
54
68
|
self.count = attributes[:'count'] if attributes[:'count']
|
|
55
69
|
|
|
56
70
|
self.items = attributes[:'items'] if attributes[:'items']
|
|
71
|
+
|
|
72
|
+
self.query = attributes[:'query'] if attributes[:'query']
|
|
73
|
+
|
|
74
|
+
self.faceted_search_aggregation = attributes[:'facetedSearchAggregation'] if attributes[:'facetedSearchAggregation']
|
|
75
|
+
|
|
76
|
+
raise 'You cannot provide both :facetedSearchAggregation and :faceted_search_aggregation' if attributes.key?(:'facetedSearchAggregation') && attributes.key?(:'faceted_search_aggregation')
|
|
77
|
+
|
|
78
|
+
self.faceted_search_aggregation = attributes[:'faceted_search_aggregation'] if attributes[:'faceted_search_aggregation']
|
|
57
79
|
end
|
|
58
80
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
59
81
|
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
@@ -68,7 +90,9 @@ module OCI
|
|
|
68
90
|
|
|
69
91
|
self.class == other.class &&
|
|
70
92
|
count == other.count &&
|
|
71
|
-
items == other.items
|
|
93
|
+
items == other.items &&
|
|
94
|
+
query == other.query &&
|
|
95
|
+
faceted_search_aggregation == other.faceted_search_aggregation
|
|
72
96
|
end
|
|
73
97
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
74
98
|
|
|
@@ -84,7 +108,7 @@ module OCI
|
|
|
84
108
|
# Calculates hash code according to all attributes.
|
|
85
109
|
# @return [Fixnum] Hash code
|
|
86
110
|
def hash
|
|
87
|
-
[count, items].hash
|
|
111
|
+
[count, items, query, faceted_search_aggregation].hash
|
|
88
112
|
end
|
|
89
113
|
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
90
114
|
|
|
@@ -104,6 +104,10 @@ module OCI
|
|
|
104
104
|
# @return [Array<OCI::DataCatalog::Models::TermAssociatedObject>]
|
|
105
105
|
attr_accessor :associated_objects
|
|
106
106
|
|
|
107
|
+
# The list of customized properties along with the values for this object
|
|
108
|
+
# @return [Array<OCI::DataCatalog::Models::CustomPropertyGetUsage>]
|
|
109
|
+
attr_accessor :custom_property_members
|
|
110
|
+
|
|
107
111
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
108
112
|
def self.attribute_map
|
|
109
113
|
{
|
|
@@ -124,7 +128,8 @@ module OCI
|
|
|
124
128
|
'workflow_status': :'workflowStatus',
|
|
125
129
|
'uri': :'uri',
|
|
126
130
|
'associated_object_count': :'associatedObjectCount',
|
|
127
|
-
'associated_objects': :'associatedObjects'
|
|
131
|
+
'associated_objects': :'associatedObjects',
|
|
132
|
+
'custom_property_members': :'customPropertyMembers'
|
|
128
133
|
# rubocop:enable Style/SymbolLiteral
|
|
129
134
|
}
|
|
130
135
|
end
|
|
@@ -149,7 +154,8 @@ module OCI
|
|
|
149
154
|
'workflow_status': :'String',
|
|
150
155
|
'uri': :'String',
|
|
151
156
|
'associated_object_count': :'Integer',
|
|
152
|
-
'associated_objects': :'Array<OCI::DataCatalog::Models::TermAssociatedObject>'
|
|
157
|
+
'associated_objects': :'Array<OCI::DataCatalog::Models::TermAssociatedObject>',
|
|
158
|
+
'custom_property_members': :'Array<OCI::DataCatalog::Models::CustomPropertyGetUsage>'
|
|
153
159
|
# rubocop:enable Style/SymbolLiteral
|
|
154
160
|
}
|
|
155
161
|
end
|
|
@@ -177,6 +183,7 @@ module OCI
|
|
|
177
183
|
# @option attributes [String] :uri The value to assign to the {#uri} property
|
|
178
184
|
# @option attributes [Integer] :associated_object_count The value to assign to the {#associated_object_count} property
|
|
179
185
|
# @option attributes [Array<OCI::DataCatalog::Models::TermAssociatedObject>] :associated_objects The value to assign to the {#associated_objects} property
|
|
186
|
+
# @option attributes [Array<OCI::DataCatalog::Models::CustomPropertyGetUsage>] :custom_property_members The value to assign to the {#custom_property_members} property
|
|
180
187
|
def initialize(attributes = {})
|
|
181
188
|
return unless attributes.is_a?(Hash)
|
|
182
189
|
|
|
@@ -266,6 +273,12 @@ module OCI
|
|
|
266
273
|
raise 'You cannot provide both :associatedObjects and :associated_objects' if attributes.key?(:'associatedObjects') && attributes.key?(:'associated_objects')
|
|
267
274
|
|
|
268
275
|
self.associated_objects = attributes[:'associated_objects'] if attributes[:'associated_objects']
|
|
276
|
+
|
|
277
|
+
self.custom_property_members = attributes[:'customPropertyMembers'] if attributes[:'customPropertyMembers']
|
|
278
|
+
|
|
279
|
+
raise 'You cannot provide both :customPropertyMembers and :custom_property_members' if attributes.key?(:'customPropertyMembers') && attributes.key?(:'custom_property_members')
|
|
280
|
+
|
|
281
|
+
self.custom_property_members = attributes[:'custom_property_members'] if attributes[:'custom_property_members']
|
|
269
282
|
end
|
|
270
283
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
271
284
|
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
@@ -321,7 +334,8 @@ module OCI
|
|
|
321
334
|
workflow_status == other.workflow_status &&
|
|
322
335
|
uri == other.uri &&
|
|
323
336
|
associated_object_count == other.associated_object_count &&
|
|
324
|
-
associated_objects == other.associated_objects
|
|
337
|
+
associated_objects == other.associated_objects &&
|
|
338
|
+
custom_property_members == other.custom_property_members
|
|
325
339
|
end
|
|
326
340
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
327
341
|
|
|
@@ -337,7 +351,7 @@ module OCI
|
|
|
337
351
|
# Calculates hash code according to all attributes.
|
|
338
352
|
# @return [Fixnum] Hash code
|
|
339
353
|
def hash
|
|
340
|
-
[key, display_name, description, glossary_key, parent_term_key, is_allowed_to_have_child_terms, path, lifecycle_state, time_created, time_updated, created_by_id, updated_by_id, owner, workflow_status, uri, associated_object_count, associated_objects].hash
|
|
354
|
+
[key, display_name, description, glossary_key, parent_term_key, is_allowed_to_have_child_terms, path, lifecycle_state, time_created, time_updated, created_by_id, updated_by_id, owner, workflow_status, uri, associated_object_count, associated_objects, custom_property_members].hash
|
|
341
355
|
end
|
|
342
356
|
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
343
357
|
|
|
@@ -89,6 +89,10 @@ module OCI
|
|
|
89
89
|
# @return [String]
|
|
90
90
|
attr_accessor :uri
|
|
91
91
|
|
|
92
|
+
# Custom properties associated with this Type.
|
|
93
|
+
# @return [Array<OCI::DataCatalog::Models::CustomPropertySummary>]
|
|
94
|
+
attr_accessor :custom_properties
|
|
95
|
+
|
|
92
96
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
93
97
|
def self.attribute_map
|
|
94
98
|
{
|
|
@@ -104,7 +108,8 @@ module OCI
|
|
|
104
108
|
'is_approved': :'isApproved',
|
|
105
109
|
'type_category': :'typeCategory',
|
|
106
110
|
'external_type_name': :'externalTypeName',
|
|
107
|
-
'uri': :'uri'
|
|
111
|
+
'uri': :'uri',
|
|
112
|
+
'custom_properties': :'customProperties'
|
|
108
113
|
# rubocop:enable Style/SymbolLiteral
|
|
109
114
|
}
|
|
110
115
|
end
|
|
@@ -124,7 +129,8 @@ module OCI
|
|
|
124
129
|
'is_approved': :'BOOLEAN',
|
|
125
130
|
'type_category': :'String',
|
|
126
131
|
'external_type_name': :'String',
|
|
127
|
-
'uri': :'String'
|
|
132
|
+
'uri': :'String',
|
|
133
|
+
'custom_properties': :'Array<OCI::DataCatalog::Models::CustomPropertySummary>'
|
|
128
134
|
# rubocop:enable Style/SymbolLiteral
|
|
129
135
|
}
|
|
130
136
|
end
|
|
@@ -147,6 +153,7 @@ module OCI
|
|
|
147
153
|
# @option attributes [String] :type_category The value to assign to the {#type_category} property
|
|
148
154
|
# @option attributes [String] :external_type_name The value to assign to the {#external_type_name} property
|
|
149
155
|
# @option attributes [String] :uri The value to assign to the {#uri} property
|
|
156
|
+
# @option attributes [Array<OCI::DataCatalog::Models::CustomPropertySummary>] :custom_properties The value to assign to the {#custom_properties} property
|
|
150
157
|
def initialize(attributes = {})
|
|
151
158
|
return unless attributes.is_a?(Hash)
|
|
152
159
|
|
|
@@ -204,6 +211,12 @@ module OCI
|
|
|
204
211
|
self.external_type_name = attributes[:'external_type_name'] if attributes[:'external_type_name']
|
|
205
212
|
|
|
206
213
|
self.uri = attributes[:'uri'] if attributes[:'uri']
|
|
214
|
+
|
|
215
|
+
self.custom_properties = attributes[:'customProperties'] if attributes[:'customProperties']
|
|
216
|
+
|
|
217
|
+
raise 'You cannot provide both :customProperties and :custom_properties' if attributes.key?(:'customProperties') && attributes.key?(:'custom_properties')
|
|
218
|
+
|
|
219
|
+
self.custom_properties = attributes[:'custom_properties'] if attributes[:'custom_properties']
|
|
207
220
|
end
|
|
208
221
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
209
222
|
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
@@ -241,7 +254,8 @@ module OCI
|
|
|
241
254
|
is_approved == other.is_approved &&
|
|
242
255
|
type_category == other.type_category &&
|
|
243
256
|
external_type_name == other.external_type_name &&
|
|
244
|
-
uri == other.uri
|
|
257
|
+
uri == other.uri &&
|
|
258
|
+
custom_properties == other.custom_properties
|
|
245
259
|
end
|
|
246
260
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
247
261
|
|
|
@@ -257,7 +271,7 @@ module OCI
|
|
|
257
271
|
# Calculates hash code according to all attributes.
|
|
258
272
|
# @return [Fixnum] Hash code
|
|
259
273
|
def hash
|
|
260
|
-
[key, name, description, catalog_id, properties, lifecycle_state, is_internal, is_tag, is_approved, type_category, external_type_name, uri].hash
|
|
274
|
+
[key, name, description, catalog_id, properties, lifecycle_state, is_internal, is_tag, is_approved, type_category, external_type_name, uri, custom_properties].hash
|
|
261
275
|
end
|
|
262
276
|
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
263
277
|
|
|
@@ -5,17 +5,17 @@ require 'date'
|
|
|
5
5
|
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
7
7
|
module OCI
|
|
8
|
-
#
|
|
9
|
-
class
|
|
10
|
-
#
|
|
11
|
-
# @return [Array<
|
|
12
|
-
attr_accessor :
|
|
8
|
+
# Array of custom property IDs for which we have to associate the custom property to the type
|
|
9
|
+
class DataCatalog::Models::TypeCustomPropertyDetails
|
|
10
|
+
# array of custom property Ids
|
|
11
|
+
# @return [Array<String>]
|
|
12
|
+
attr_accessor :custom_property_ids
|
|
13
13
|
|
|
14
14
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
15
15
|
def self.attribute_map
|
|
16
16
|
{
|
|
17
17
|
# rubocop:disable Style/SymbolLiteral
|
|
18
|
-
'
|
|
18
|
+
'custom_property_ids': :'customPropertyIds'
|
|
19
19
|
# rubocop:enable Style/SymbolLiteral
|
|
20
20
|
}
|
|
21
21
|
end
|
|
@@ -24,7 +24,7 @@ module OCI
|
|
|
24
24
|
def self.swagger_types
|
|
25
25
|
{
|
|
26
26
|
# rubocop:disable Style/SymbolLiteral
|
|
27
|
-
'
|
|
27
|
+
'custom_property_ids': :'Array<String>'
|
|
28
28
|
# rubocop:enable Style/SymbolLiteral
|
|
29
29
|
}
|
|
30
30
|
end
|
|
@@ -35,18 +35,18 @@ module OCI
|
|
|
35
35
|
|
|
36
36
|
# Initializes the object
|
|
37
37
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
38
|
-
# @option attributes [Array<
|
|
38
|
+
# @option attributes [Array<String>] :custom_property_ids The value to assign to the {#custom_property_ids} property
|
|
39
39
|
def initialize(attributes = {})
|
|
40
40
|
return unless attributes.is_a?(Hash)
|
|
41
41
|
|
|
42
42
|
# convert string to symbol for hash key
|
|
43
43
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
44
44
|
|
|
45
|
-
self.
|
|
45
|
+
self.custom_property_ids = attributes[:'customPropertyIds'] if attributes[:'customPropertyIds']
|
|
46
46
|
|
|
47
|
-
raise 'You cannot provide both :
|
|
47
|
+
raise 'You cannot provide both :customPropertyIds and :custom_property_ids' if attributes.key?(:'customPropertyIds') && attributes.key?(:'custom_property_ids')
|
|
48
48
|
|
|
49
|
-
self.
|
|
49
|
+
self.custom_property_ids = attributes[:'custom_property_ids'] if attributes[:'custom_property_ids']
|
|
50
50
|
end
|
|
51
51
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
52
52
|
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
@@ -60,7 +60,7 @@ module OCI
|
|
|
60
60
|
return true if equal?(other)
|
|
61
61
|
|
|
62
62
|
self.class == other.class &&
|
|
63
|
-
|
|
63
|
+
custom_property_ids == other.custom_property_ids
|
|
64
64
|
end
|
|
65
65
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
66
66
|
|
|
@@ -76,7 +76,7 @@ module OCI
|
|
|
76
76
|
# Calculates hash code according to all attributes.
|
|
77
77
|
# @return [Fixnum] Hash code
|
|
78
78
|
def hash
|
|
79
|
-
[
|
|
79
|
+
[custom_property_ids].hash
|
|
80
80
|
end
|
|
81
81
|
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
82
82
|
|
|
@@ -68,6 +68,10 @@ module OCI
|
|
|
68
68
|
# @return [String]
|
|
69
69
|
attr_accessor :external_parent_attribute_key
|
|
70
70
|
|
|
71
|
+
# The list of customized properties along with the values for this object
|
|
72
|
+
# @return [Array<OCI::DataCatalog::Models::CustomPropertySetUsage>]
|
|
73
|
+
attr_accessor :custom_property_members
|
|
74
|
+
|
|
71
75
|
# A map of maps that contains the properties which are specific to the attribute type. Each attribute type
|
|
72
76
|
# definition defines it's set of required and optional properties. The map keys are category names and the
|
|
73
77
|
# values are maps of property name to property value. Every property is contained inside of a category. Most
|
|
@@ -98,6 +102,7 @@ module OCI
|
|
|
98
102
|
'max_collection_count': :'maxCollectionCount',
|
|
99
103
|
'external_datatype_entity_key': :'externalDatatypeEntityKey',
|
|
100
104
|
'external_parent_attribute_key': :'externalParentAttributeKey',
|
|
105
|
+
'custom_property_members': :'customPropertyMembers',
|
|
101
106
|
'properties': :'properties'
|
|
102
107
|
# rubocop:enable Style/SymbolLiteral
|
|
103
108
|
}
|
|
@@ -121,6 +126,7 @@ module OCI
|
|
|
121
126
|
'max_collection_count': :'Integer',
|
|
122
127
|
'external_datatype_entity_key': :'String',
|
|
123
128
|
'external_parent_attribute_key': :'String',
|
|
129
|
+
'custom_property_members': :'Array<OCI::DataCatalog::Models::CustomPropertySetUsage>',
|
|
124
130
|
'properties': :'Hash<String, Hash<String, String>>'
|
|
125
131
|
# rubocop:enable Style/SymbolLiteral
|
|
126
132
|
}
|
|
@@ -146,6 +152,7 @@ module OCI
|
|
|
146
152
|
# @option attributes [Integer] :max_collection_count The value to assign to the {#max_collection_count} property
|
|
147
153
|
# @option attributes [String] :external_datatype_entity_key The value to assign to the {#external_datatype_entity_key} property
|
|
148
154
|
# @option attributes [String] :external_parent_attribute_key The value to assign to the {#external_parent_attribute_key} property
|
|
155
|
+
# @option attributes [Array<OCI::DataCatalog::Models::CustomPropertySetUsage>] :custom_property_members The value to assign to the {#custom_property_members} property
|
|
149
156
|
# @option attributes [Hash<String, Hash<String, String>>] :properties The value to assign to the {#properties} property
|
|
150
157
|
def initialize(attributes = {})
|
|
151
158
|
return unless attributes.is_a?(Hash)
|
|
@@ -217,6 +224,12 @@ module OCI
|
|
|
217
224
|
|
|
218
225
|
self.external_parent_attribute_key = attributes[:'external_parent_attribute_key'] if attributes[:'external_parent_attribute_key']
|
|
219
226
|
|
|
227
|
+
self.custom_property_members = attributes[:'customPropertyMembers'] if attributes[:'customPropertyMembers']
|
|
228
|
+
|
|
229
|
+
raise 'You cannot provide both :customPropertyMembers and :custom_property_members' if attributes.key?(:'customPropertyMembers') && attributes.key?(:'custom_property_members')
|
|
230
|
+
|
|
231
|
+
self.custom_property_members = attributes[:'custom_property_members'] if attributes[:'custom_property_members']
|
|
232
|
+
|
|
220
233
|
self.properties = attributes[:'properties'] if attributes[:'properties']
|
|
221
234
|
end
|
|
222
235
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
@@ -245,6 +258,7 @@ module OCI
|
|
|
245
258
|
max_collection_count == other.max_collection_count &&
|
|
246
259
|
external_datatype_entity_key == other.external_datatype_entity_key &&
|
|
247
260
|
external_parent_attribute_key == other.external_parent_attribute_key &&
|
|
261
|
+
custom_property_members == other.custom_property_members &&
|
|
248
262
|
properties == other.properties
|
|
249
263
|
end
|
|
250
264
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
@@ -261,7 +275,7 @@ module OCI
|
|
|
261
275
|
# Calculates hash code according to all attributes.
|
|
262
276
|
# @return [Fixnum] Hash code
|
|
263
277
|
def hash
|
|
264
|
-
[display_name, description, external_data_type, is_incremental_data, is_nullable, length, position, precision, scale, time_external, min_collection_count, max_collection_count, external_datatype_entity_key, external_parent_attribute_key, properties].hash
|
|
278
|
+
[display_name, description, external_data_type, is_incremental_data, is_nullable, length, position, precision, scale, time_external, min_collection_count, max_collection_count, external_datatype_entity_key, external_parent_attribute_key, custom_property_members, properties].hash
|
|
265
279
|
end
|
|
266
280
|
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
267
281
|
|
|
@@ -17,6 +17,10 @@ module OCI
|
|
|
17
17
|
# @return [String]
|
|
18
18
|
attr_accessor :display_name
|
|
19
19
|
|
|
20
|
+
# The list of customized properties along with the values for this object
|
|
21
|
+
# @return [Array<OCI::DataCatalog::Models::CustomPropertySetUsage>]
|
|
22
|
+
attr_accessor :custom_property_members
|
|
23
|
+
|
|
20
24
|
# A map of maps that contains the properties which are specific to the connection type. Each connection type
|
|
21
25
|
# definition defines it's set of required and optional properties. The map keys are category names and the
|
|
22
26
|
# values are maps of property name to property value. Every property is contained inside of a category. Most
|
|
@@ -51,6 +55,7 @@ module OCI
|
|
|
51
55
|
# rubocop:disable Style/SymbolLiteral
|
|
52
56
|
'description': :'description',
|
|
53
57
|
'display_name': :'displayName',
|
|
58
|
+
'custom_property_members': :'customPropertyMembers',
|
|
54
59
|
'properties': :'properties',
|
|
55
60
|
'enc_properties': :'encProperties',
|
|
56
61
|
'is_default': :'isDefault'
|
|
@@ -64,6 +69,7 @@ module OCI
|
|
|
64
69
|
# rubocop:disable Style/SymbolLiteral
|
|
65
70
|
'description': :'String',
|
|
66
71
|
'display_name': :'String',
|
|
72
|
+
'custom_property_members': :'Array<OCI::DataCatalog::Models::CustomPropertySetUsage>',
|
|
67
73
|
'properties': :'Hash<String, Hash<String, String>>',
|
|
68
74
|
'enc_properties': :'Hash<String, Hash<String, String>>',
|
|
69
75
|
'is_default': :'BOOLEAN'
|
|
@@ -79,6 +85,7 @@ module OCI
|
|
|
79
85
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
80
86
|
# @option attributes [String] :description The value to assign to the {#description} property
|
|
81
87
|
# @option attributes [String] :display_name The value to assign to the {#display_name} property
|
|
88
|
+
# @option attributes [Array<OCI::DataCatalog::Models::CustomPropertySetUsage>] :custom_property_members The value to assign to the {#custom_property_members} property
|
|
82
89
|
# @option attributes [Hash<String, Hash<String, String>>] :properties The value to assign to the {#properties} property
|
|
83
90
|
# @option attributes [Hash<String, Hash<String, String>>] :enc_properties The value to assign to the {#enc_properties} property
|
|
84
91
|
# @option attributes [BOOLEAN] :is_default The value to assign to the {#is_default} property
|
|
@@ -96,6 +103,12 @@ module OCI
|
|
|
96
103
|
|
|
97
104
|
self.display_name = attributes[:'display_name'] if attributes[:'display_name']
|
|
98
105
|
|
|
106
|
+
self.custom_property_members = attributes[:'customPropertyMembers'] if attributes[:'customPropertyMembers']
|
|
107
|
+
|
|
108
|
+
raise 'You cannot provide both :customPropertyMembers and :custom_property_members' if attributes.key?(:'customPropertyMembers') && attributes.key?(:'custom_property_members')
|
|
109
|
+
|
|
110
|
+
self.custom_property_members = attributes[:'custom_property_members'] if attributes[:'custom_property_members']
|
|
111
|
+
|
|
99
112
|
self.properties = attributes[:'properties'] if attributes[:'properties']
|
|
100
113
|
|
|
101
114
|
self.enc_properties = attributes[:'encProperties'] if attributes[:'encProperties']
|
|
@@ -124,6 +137,7 @@ module OCI
|
|
|
124
137
|
self.class == other.class &&
|
|
125
138
|
description == other.description &&
|
|
126
139
|
display_name == other.display_name &&
|
|
140
|
+
custom_property_members == other.custom_property_members &&
|
|
127
141
|
properties == other.properties &&
|
|
128
142
|
enc_properties == other.enc_properties &&
|
|
129
143
|
is_default == other.is_default
|
|
@@ -142,7 +156,7 @@ module OCI
|
|
|
142
156
|
# Calculates hash code according to all attributes.
|
|
143
157
|
# @return [Fixnum] Hash code
|
|
144
158
|
def hash
|
|
145
|
-
[description, display_name, properties, enc_properties, is_default].hash
|
|
159
|
+
[description, display_name, custom_property_members, properties, enc_properties, is_default].hash
|
|
146
160
|
end
|
|
147
161
|
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
148
162
|
|