oci 2.16.0 → 2.17.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 +12 -2
- data/lib/oci/ai_vision/ai_service_vision_client.rb +1677 -0
- data/lib/oci/ai_vision/ai_service_vision_client_composite_operations.rb +399 -0
- data/lib/oci/ai_vision/ai_vision.rb +105 -0
- data/lib/oci/ai_vision/models/action_type.rb +15 -0
- data/lib/oci/ai_vision/models/analyze_document_details.rb +268 -0
- data/lib/oci/ai_vision/models/analyze_document_result.rb +286 -0
- data/lib/oci/ai_vision/models/analyze_image_details.rb +174 -0
- data/lib/oci/ai_vision/models/analyze_image_result.rb +243 -0
- data/lib/oci/ai_vision/models/bounding_polygon.rb +156 -0
- data/lib/oci/ai_vision/models/cell.rb +216 -0
- data/lib/oci/ai_vision/models/change_model_compartment_details.rb +156 -0
- data/lib/oci/ai_vision/models/change_project_compartment_details.rb +156 -0
- data/lib/oci/ai_vision/models/create_document_job_details.rb +304 -0
- data/lib/oci/ai_vision/models/create_image_job_details.rb +222 -0
- data/lib/oci/ai_vision/models/create_model_details.rb +325 -0
- data/lib/oci/ai_vision/models/create_project_details.rb +213 -0
- data/lib/oci/ai_vision/models/data_science_labeling_dataset.rb +162 -0
- data/lib/oci/ai_vision/models/dataset.rb +191 -0
- data/lib/oci/ai_vision/models/detected_document_type.rb +164 -0
- data/lib/oci/ai_vision/models/detected_language.rb +207 -0
- data/lib/oci/ai_vision/models/dimensions.rb +190 -0
- data/lib/oci/ai_vision/models/document_classification_feature.rb +176 -0
- data/lib/oci/ai_vision/models/document_details.rb +184 -0
- data/lib/oci/ai_vision/models/document_feature.rb +204 -0
- data/lib/oci/ai_vision/models/document_field.rb +216 -0
- data/lib/oci/ai_vision/models/document_job.rb +451 -0
- data/lib/oci/ai_vision/models/document_key_value_detection_feature.rb +145 -0
- data/lib/oci/ai_vision/models/document_language.rb +34 -0
- data/lib/oci/ai_vision/models/document_language_classification_feature.rb +162 -0
- data/lib/oci/ai_vision/models/document_metadata.rb +168 -0
- data/lib/oci/ai_vision/models/document_table_detection_feature.rb +145 -0
- data/lib/oci/ai_vision/models/document_text_detection_feature.rb +164 -0
- data/lib/oci/ai_vision/models/document_type.rb +19 -0
- data/lib/oci/ai_vision/models/field_label.rb +160 -0
- data/lib/oci/ai_vision/models/field_name.rb +187 -0
- data/lib/oci/ai_vision/models/field_value.rb +250 -0
- data/lib/oci/ai_vision/models/image_classification_feature.rb +176 -0
- data/lib/oci/ai_vision/models/image_details.rb +184 -0
- data/lib/oci/ai_vision/models/image_feature.rb +198 -0
- data/lib/oci/ai_vision/models/image_job.rb +358 -0
- data/lib/oci/ai_vision/models/image_object.rb +174 -0
- data/lib/oci/ai_vision/models/image_object_detection_feature.rb +176 -0
- data/lib/oci/ai_vision/models/image_text.rb +160 -0
- data/lib/oci/ai_vision/models/image_text_detection_feature.rb +201 -0
- data/lib/oci/ai_vision/models/inline_document_details.rb +158 -0
- data/lib/oci/ai_vision/models/inline_image_details.rb +158 -0
- data/lib/oci/ai_vision/models/input_location.rb +192 -0
- data/lib/oci/ai_vision/models/label.rb +160 -0
- data/lib/oci/ai_vision/models/line.rb +188 -0
- data/lib/oci/ai_vision/models/model.rb +547 -0
- data/lib/oci/ai_vision/models/model_collection.rb +150 -0
- data/lib/oci/ai_vision/models/model_summary.rb +384 -0
- data/lib/oci/ai_vision/models/normalized_vertex.rb +163 -0
- data/lib/oci/ai_vision/models/object_list_inline_input_location.rb +162 -0
- data/lib/oci/ai_vision/models/object_location.rb +182 -0
- data/lib/oci/ai_vision/models/object_storage_dataset.rb +190 -0
- data/lib/oci/ai_vision/models/object_storage_document_details.rb +190 -0
- data/lib/oci/ai_vision/models/object_storage_image_details.rb +190 -0
- data/lib/oci/ai_vision/models/ontology_class.rb +178 -0
- data/lib/oci/ai_vision/models/operation_status.rb +16 -0
- data/lib/oci/ai_vision/models/operation_type.rb +17 -0
- data/lib/oci/ai_vision/models/output_location.rb +178 -0
- data/lib/oci/ai_vision/models/page.rb +235 -0
- data/lib/oci/ai_vision/models/processing_error.rb +160 -0
- data/lib/oci/ai_vision/models/project.rb +316 -0
- data/lib/oci/ai_vision/models/project_collection.rb +150 -0
- data/lib/oci/ai_vision/models/project_summary.rb +283 -0
- data/lib/oci/ai_vision/models/sort_order.rb +11 -0
- data/lib/oci/ai_vision/models/table.rb +235 -0
- data/lib/oci/ai_vision/models/table_row.rb +150 -0
- data/lib/oci/ai_vision/models/update_model_details.rb +196 -0
- data/lib/oci/ai_vision/models/update_project_details.rb +196 -0
- data/lib/oci/ai_vision/models/value_array.rb +174 -0
- data/lib/oci/ai_vision/models/value_date.rb +174 -0
- data/lib/oci/ai_vision/models/value_integer.rb +174 -0
- data/lib/oci/ai_vision/models/value_number.rb +174 -0
- data/lib/oci/ai_vision/models/value_phone_number.rb +174 -0
- data/lib/oci/ai_vision/models/value_string.rb +174 -0
- data/lib/oci/ai_vision/models/value_time.rb +174 -0
- data/lib/oci/ai_vision/models/word.rb +174 -0
- data/lib/oci/ai_vision/models/work_request.rb +311 -0
- data/lib/oci/ai_vision/models/work_request_error.rb +173 -0
- data/lib/oci/ai_vision/models/work_request_error_collection.rb +150 -0
- data/lib/oci/ai_vision/models/work_request_log_entry.rb +160 -0
- data/lib/oci/ai_vision/models/work_request_log_entry_collection.rb +150 -0
- data/lib/oci/ai_vision/models/work_request_resource.rb +220 -0
- data/lib/oci/ai_vision/models/work_request_summary.rb +313 -0
- data/lib/oci/ai_vision/models/work_request_summary_collection.rb +150 -0
- data/lib/oci/ai_vision/util.rb +3 -0
- data/lib/oci/announcements_service/announcement_client.rb +26 -5
- data/lib/oci/announcements_service/announcement_subscription_client.rb +703 -0
- data/lib/oci/announcements_service/announcement_subscription_client_composite_operations.rb +144 -0
- data/lib/oci/announcements_service/announcements_preferences_client.rb +10 -3
- data/lib/oci/announcements_service/announcements_service.rb +14 -0
- data/lib/oci/announcements_service/models/announcement.rb +9 -1
- data/lib/oci/announcements_service/models/announcement_subscription.rb +348 -0
- data/lib/oci/announcements_service/models/announcement_subscription_collection.rb +150 -0
- data/lib/oci/announcements_service/models/announcement_subscription_summary.rb +299 -0
- data/lib/oci/announcements_service/models/announcement_summary.rb +12 -4
- data/lib/oci/announcements_service/models/base_announcement.rb +47 -4
- data/lib/oci/announcements_service/models/change_announcement_subscription_compartment_details.rb +156 -0
- data/lib/oci/announcements_service/models/create_announcement_subscription_details.rb +241 -0
- data/lib/oci/announcements_service/models/create_filter_group_details.rb +160 -0
- data/lib/oci/announcements_service/models/filter.rb +184 -0
- data/lib/oci/announcements_service/models/filter_group.rb +160 -0
- data/lib/oci/announcements_service/models/filter_group_details.rb +150 -0
- data/lib/oci/announcements_service/models/sort_order.rb +11 -0
- data/lib/oci/announcements_service/models/update_announcement_subscription_details.rb +211 -0
- data/lib/oci/announcements_service/models/update_filter_group_details.rb +150 -0
- data/lib/oci/apm_config/config_client.rb +31 -29
- data/lib/oci/apm_config/models/apdex.rb +20 -20
- data/lib/oci/apm_config/models/apdex_rules.rb +2 -2
- data/lib/oci/apm_config/models/apdex_rules_summary.rb +2 -2
- data/lib/oci/apm_config/models/config.rb +3 -3
- data/lib/oci/apm_config/models/config_collection.rb +1 -1
- data/lib/oci/apm_config/models/config_summary.rb +3 -3
- data/lib/oci/apm_config/models/create_apdex_rules_details.rb +2 -3
- data/lib/oci/apm_config/models/create_config_details.rb +3 -3
- data/lib/oci/apm_config/models/create_metric_group_details.rb +9 -6
- data/lib/oci/apm_config/models/create_span_filter_details.rb +2 -2
- data/lib/oci/apm_config/models/dimension.rb +3 -3
- data/lib/oci/apm_config/models/metric.rb +5 -5
- data/lib/oci/apm_config/models/metric_group.rb +9 -5
- data/lib/oci/apm_config/models/metric_group_summary.rb +9 -5
- data/lib/oci/apm_config/models/span_filter.rb +3 -3
- data/lib/oci/apm_config/models/span_filter_summary.rb +2 -2
- data/lib/oci/apm_config/models/update_apdex_rules_details.rb +1 -1
- data/lib/oci/apm_config/models/update_config_details.rb +2 -2
- data/lib/oci/apm_config/models/update_metric_group_details.rb +9 -5
- data/lib/oci/apm_config/models/update_span_filter_details.rb +2 -2
- data/lib/oci/apm_traces/apm_traces.rb +7 -0
- data/lib/oci/apm_traces/models/aggregated_snapshot.rb +167 -0
- data/lib/oci/apm_traces/models/aggregated_stack_trace.rb +165 -0
- data/lib/oci/apm_traces/models/query_details.rb +2 -2
- data/lib/oci/apm_traces/models/query_result_metadata_summary.rb +2 -2
- data/lib/oci/apm_traces/models/query_result_row.rb +6 -7
- data/lib/oci/apm_traces/models/query_result_row_type_summary.rb +1 -1
- data/lib/oci/apm_traces/models/query_results_grouped_by_summary.rb +2 -2
- data/lib/oci/apm_traces/models/query_results_ordered_by_summary.rb +2 -2
- data/lib/oci/apm_traces/models/quick_pick_summary.rb +3 -3
- data/lib/oci/apm_traces/models/snapshot_detail.rb +163 -0
- data/lib/oci/apm_traces/models/span.rb +4 -4
- data/lib/oci/apm_traces/models/span_log.rb +1 -1
- data/lib/oci/apm_traces/models/span_snapshot.rb +238 -0
- data/lib/oci/apm_traces/models/stack_trace_element.rb +212 -0
- data/lib/oci/apm_traces/models/tag.rb +1 -1
- data/lib/oci/apm_traces/models/thread_snapshot.rb +186 -0
- data/lib/oci/apm_traces/models/trace.rb +15 -16
- data/lib/oci/apm_traces/models/trace_service_summary.rb +3 -3
- data/lib/oci/apm_traces/models/trace_snapshot.rb +214 -0
- data/lib/oci/apm_traces/models/trace_span_summary.rb +16 -18
- data/lib/oci/apm_traces/query_client.rb +9 -89
- data/lib/oci/apm_traces/trace_client.rb +141 -8
- data/lib/oci/common.rb +33 -0
- data/lib/oci/container_engine/container_engine.rb +2 -0
- data/lib/oci/container_engine/models/cluster.rb +51 -1
- data/lib/oci/container_engine/models/cluster_create_options.rb +30 -4
- data/lib/oci/container_engine/models/cluster_summary.rb +51 -1
- data/lib/oci/container_engine/models/create_cluster_details.rb +35 -1
- data/lib/oci/container_engine/models/create_node_pool_details.rb +38 -4
- data/lib/oci/container_engine/models/create_node_pool_node_config_details.rb +35 -1
- data/lib/oci/container_engine/models/node.rb +51 -1
- data/lib/oci/container_engine/models/node_pool.rb +54 -4
- data/lib/oci/container_engine/models/node_pool_node_config_details.rb +35 -1
- data/lib/oci/container_engine/models/node_pool_placement_config_details.rb +18 -4
- data/lib/oci/container_engine/models/node_pool_summary.rb +54 -4
- data/lib/oci/container_engine/models/persistent_volume_config_details.rb +174 -0
- data/lib/oci/container_engine/models/service_lb_config_details.rb +174 -0
- data/lib/oci/container_engine/models/update_cluster_details.rb +35 -1
- data/lib/oci/container_engine/models/update_cluster_options_details.rb +30 -4
- data/lib/oci/container_engine/models/update_node_pool_details.rb +38 -4
- data/lib/oci/container_engine/models/update_node_pool_node_config_details.rb +35 -1
- data/lib/oci/dashboard_service/dashboard_client.rb +477 -0
- data/lib/oci/dashboard_service/dashboard_client_composite_operations.rb +144 -0
- data/lib/oci/dashboard_service/dashboard_group_client.rb +477 -0
- data/lib/oci/dashboard_service/dashboard_group_client_composite_operations.rb +144 -0
- data/lib/oci/dashboard_service/dashboard_service.rb +36 -0
- data/lib/oci/dashboard_service/models/create_dashboard_details.rb +247 -0
- data/lib/oci/dashboard_service/models/create_dashboard_group_details.rb +214 -0
- data/lib/oci/dashboard_service/models/create_v1_dashboard_details.rb +191 -0
- data/lib/oci/dashboard_service/models/dashboard.rb +377 -0
- data/lib/oci/dashboard_service/models/dashboard_collection.rb +150 -0
- data/lib/oci/dashboard_service/models/dashboard_group.rb +312 -0
- data/lib/oci/dashboard_service/models/dashboard_group_collection.rb +150 -0
- data/lib/oci/dashboard_service/models/dashboard_group_summary.rb +288 -0
- data/lib/oci/dashboard_service/models/dashboard_summary.rb +302 -0
- data/lib/oci/dashboard_service/models/sort_order.rb +11 -0
- data/lib/oci/dashboard_service/models/update_dashboard_details.rb +233 -0
- data/lib/oci/dashboard_service/models/update_dashboard_group_details.rb +200 -0
- data/lib/oci/dashboard_service/models/update_v1_dashboard_details.rb +187 -0
- data/lib/oci/dashboard_service/models/v1_dashboard.rb +215 -0
- data/lib/oci/dashboard_service/util.rb +3 -0
- data/lib/oci/data_integration/models/filter.rb +1 -0
- data/lib/oci/data_safe/data_safe.rb +239 -0
- data/lib/oci/data_safe/data_safe_client.rb +11900 -1705
- data/lib/oci/data_safe/data_safe_client_composite_operations.rb +3157 -156
- data/lib/oci/data_safe/models/alert.rb +535 -0
- data/lib/oci/data_safe/models/alert_aggregation_items.rb +201 -0
- data/lib/oci/data_safe/models/alert_analytics_collection.rb +150 -0
- data/lib/oci/data_safe/models/alert_collection.rb +150 -0
- data/lib/oci/data_safe/models/alert_lifecycle_state.rb +12 -0
- data/lib/oci/data_safe/models/alert_policy.rb +387 -0
- data/lib/oci/data_safe/models/alert_policy_collection.rb +150 -0
- data/lib/oci/data_safe/models/alert_policy_lifecycle_state.rb +15 -0
- data/lib/oci/data_safe/models/alert_policy_rule.rb +170 -0
- data/lib/oci/data_safe/models/alert_policy_rule_collection.rb +150 -0
- data/lib/oci/data_safe/models/alert_policy_rule_summary.rb +170 -0
- data/lib/oci/data_safe/models/alert_policy_summary.rb +368 -0
- data/lib/oci/data_safe/models/alert_policy_type.rb +12 -0
- data/lib/oci/data_safe/models/alert_severity.rb +14 -0
- data/lib/oci/data_safe/models/alert_status.rb +11 -0
- data/lib/oci/data_safe/models/alert_summary.rb +495 -0
- data/lib/oci/data_safe/models/alert_type.rb +12 -0
- data/lib/oci/data_safe/models/alerts_aggregation_dimension.rb +154 -0
- data/lib/oci/data_safe/models/apply_discovery_job_results_details.rb +154 -0
- data/lib/oci/data_safe/models/audit_archive_retrieval.rb +404 -0
- data/lib/oci/data_safe/models/audit_archive_retrieval_collection.rb +150 -0
- data/lib/oci/data_safe/models/audit_archive_retrieval_lifecycle_state.rb +15 -0
- data/lib/oci/data_safe/models/audit_archive_retrieval_summary.rb +386 -0
- data/lib/oci/data_safe/models/audit_conditions.rb +197 -0
- data/lib/oci/data_safe/models/audit_event_aggregation_dimensions.rb +352 -0
- data/lib/oci/data_safe/models/audit_event_aggregation_items.rb +215 -0
- data/lib/oci/data_safe/models/audit_event_analytics_collection.rb +150 -0
- data/lib/oci/data_safe/models/audit_event_collection.rb +150 -0
- data/lib/oci/data_safe/models/audit_event_summary.rb +719 -0
- data/lib/oci/data_safe/models/audit_policy.rb +410 -0
- data/lib/oci/data_safe/models/audit_policy_aggregation_items.rb +159 -0
- data/lib/oci/data_safe/models/audit_policy_analytic_collection.rb +150 -0
- data/lib/oci/data_safe/models/audit_policy_category.rb +15 -0
- data/lib/oci/data_safe/models/audit_policy_collection.rb +150 -0
- data/lib/oci/data_safe/models/audit_policy_dimensions.rb +186 -0
- data/lib/oci/data_safe/models/audit_policy_lifecycle_state.rb +16 -0
- data/lib/oci/data_safe/models/audit_policy_summary.rb +380 -0
- data/lib/oci/data_safe/models/audit_profile.rb +429 -0
- data/lib/oci/data_safe/models/audit_profile_aggregation_items.rb +159 -0
- data/lib/oci/data_safe/models/audit_profile_analytic_collection.rb +151 -0
- data/lib/oci/data_safe/models/audit_profile_collection.rb +150 -0
- data/lib/oci/data_safe/models/audit_profile_dimensions.rb +157 -0
- data/lib/oci/data_safe/models/audit_profile_lifecycle_state.rb +16 -0
- data/lib/oci/data_safe/models/audit_profile_summary.rb +400 -0
- data/lib/oci/data_safe/models/audit_specification.rb +367 -0
- data/lib/oci/data_safe/models/audit_trail.rb +447 -0
- data/lib/oci/data_safe/models/audit_trail_aggregation_items.rb +159 -0
- data/lib/oci/data_safe/models/audit_trail_analytic_collection.rb +151 -0
- data/lib/oci/data_safe/models/audit_trail_collection.rb +150 -0
- data/lib/oci/data_safe/models/audit_trail_dimensions.rb +212 -0
- data/lib/oci/data_safe/models/audit_trail_lifecycle_state.rb +15 -0
- data/lib/oci/data_safe/models/audit_trail_status.rb +17 -0
- data/lib/oci/data_safe/models/audit_trail_summary.rb +411 -0
- data/lib/oci/data_safe/models/available_audit_volume_collection.rb +150 -0
- data/lib/oci/data_safe/models/available_audit_volume_summary.rb +197 -0
- data/lib/oci/data_safe/models/calculate_audit_volume_available_details.rb +168 -0
- data/lib/oci/data_safe/models/calculate_audit_volume_collected_details.rb +168 -0
- data/lib/oci/data_safe/models/change_alert_compartment_details.rb +154 -0
- data/lib/oci/data_safe/models/change_alert_policy_compartment_details.rb +154 -0
- data/lib/oci/data_safe/models/change_audit_archive_retrieval_compartment_details.rb +156 -0
- data/lib/oci/data_safe/models/change_audit_policy_compartment_details.rb +154 -0
- data/lib/oci/data_safe/models/change_audit_profile_compartment_details.rb +155 -0
- data/lib/oci/data_safe/models/change_discovery_job_compartment_details.rb +154 -0
- data/lib/oci/data_safe/models/change_library_masking_format_compartment_details.rb +154 -0
- data/lib/oci/data_safe/models/change_masking_policy_compartment_details.rb +154 -0
- data/lib/oci/data_safe/models/change_report_compartment_details.rb +156 -0
- data/lib/oci/data_safe/models/change_report_definition_compartment_details.rb +156 -0
- data/lib/oci/data_safe/models/change_retention_details.rb +189 -0
- data/lib/oci/data_safe/models/change_sensitive_data_model_compartment_details.rb +154 -0
- data/lib/oci/data_safe/models/change_sensitive_type_compartment_details.rb +154 -0
- data/lib/oci/data_safe/models/change_target_alert_policy_association_compartment_details.rb +154 -0
- data/lib/oci/data_safe/models/collected_audit_volume_collection.rb +150 -0
- data/lib/oci/data_safe/models/collected_audit_volume_summary.rb +199 -0
- data/lib/oci/data_safe/models/column.rb +212 -0
- data/lib/oci/data_safe/models/column_filter.rb +234 -0
- data/lib/oci/data_safe/models/column_sorting.rb +182 -0
- data/lib/oci/data_safe/models/column_source_details.rb +191 -0
- data/lib/oci/data_safe/models/column_source_from_sdm_details.rb +162 -0
- data/lib/oci/data_safe/models/column_source_from_target_details.rb +162 -0
- data/lib/oci/data_safe/models/column_summary.rb +240 -0
- data/lib/oci/data_safe/models/compatible_formats_for_data_types.rb +161 -0
- data/lib/oci/data_safe/models/compatible_formats_for_sensitive_types.rb +154 -0
- data/lib/oci/data_safe/models/create_alert_policy_details.rb +267 -0
- data/lib/oci/data_safe/models/create_alert_policy_rule_details.rb +161 -0
- data/lib/oci/data_safe/models/create_audit_archive_retrieval_details.rb +254 -0
- data/lib/oci/data_safe/models/create_audit_policy_details.rb +226 -0
- data/lib/oci/data_safe/models/create_audit_profile_details.rb +243 -0
- data/lib/oci/data_safe/models/create_column_source_details.rb +184 -0
- data/lib/oci/data_safe/models/create_column_source_from_sdm_details.rb +162 -0
- data/lib/oci/data_safe/models/create_column_source_from_target_details.rb +162 -0
- data/lib/oci/data_safe/models/create_discovery_job_details.rb +350 -0
- data/lib/oci/data_safe/models/create_library_masking_format_details.rb +247 -0
- data/lib/oci/data_safe/models/create_masking_column_details.rb +312 -0
- data/lib/oci/data_safe/models/create_masking_policy_details.rb +371 -0
- data/lib/oci/data_safe/models/create_report_definition_details.rb +278 -0
- data/lib/oci/data_safe/models/create_sensitive_category_details.rb +173 -0
- data/lib/oci/data_safe/models/create_sensitive_column_details.rb +371 -0
- data/lib/oci/data_safe/models/create_sensitive_data_model_details.rb +359 -0
- data/lib/oci/data_safe/models/create_sensitive_type_details.rb +286 -0
- data/lib/oci/data_safe/models/create_sensitive_type_pattern_details.rb +250 -0
- data/lib/oci/data_safe/models/create_target_alert_policy_association_details.rb +257 -0
- data/lib/oci/data_safe/models/data_model_format.rb +10 -0
- data/lib/oci/data_safe/models/data_safe_configuration.rb +29 -1
- data/lib/oci/data_safe/models/delete_rows_format_entry.rb +157 -0
- data/lib/oci/data_safe/models/deterministic_encryption_date_format_entry.rb +201 -0
- data/lib/oci/data_safe/models/deterministic_encryption_format_entry.rb +193 -0
- data/lib/oci/data_safe/models/deterministic_substitution_format_entry.rb +205 -0
- data/lib/oci/data_safe/models/dimensions.rb +168 -0
- data/lib/oci/data_safe/models/discovery_analytics_collection.rb +150 -0
- data/lib/oci/data_safe/models/discovery_analytics_summary.rb +197 -0
- data/lib/oci/data_safe/models/discovery_job.rb +544 -0
- data/lib/oci/data_safe/models/discovery_job_collection.rb +150 -0
- data/lib/oci/data_safe/models/discovery_job_result.rb +506 -0
- data/lib/oci/data_safe/models/discovery_job_result_collection.rb +150 -0
- data/lib/oci/data_safe/models/discovery_job_result_summary.rb +406 -0
- data/lib/oci/data_safe/models/discovery_job_summary.rb +320 -0
- data/lib/oci/data_safe/models/discovery_lifecycle_state.rb +15 -0
- data/lib/oci/data_safe/models/download_discovery_report_details.rb +183 -0
- data/lib/oci/data_safe/models/download_masking_log_details.rb +154 -0
- data/lib/oci/data_safe/models/download_masking_policy_details.rb +168 -0
- data/lib/oci/data_safe/models/download_masking_report_details.rb +183 -0
- data/lib/oci/data_safe/models/download_security_assessment_report_details.rb +1 -0
- data/lib/oci/data_safe/models/download_sensitive_data_model_details.rb +168 -0
- data/lib/oci/data_safe/models/download_user_assessment_report_details.rb +1 -0
- data/lib/oci/data_safe/models/enable_conditions.rb +256 -0
- data/lib/oci/data_safe/models/fixed_number_format_entry.rb +168 -0
- data/lib/oci/data_safe/models/fixed_string_format_entry.rb +168 -0
- data/lib/oci/data_safe/models/format_entry.rb +243 -0
- data/lib/oci/data_safe/models/format_entry_type.rb +32 -0
- data/lib/oci/data_safe/models/format_summary.rb +170 -0
- data/lib/oci/data_safe/models/formats_for_data_type.rb +174 -0
- data/lib/oci/data_safe/models/formats_for_sensitive_type.rb +168 -0
- data/lib/oci/data_safe/models/generate_discovery_report_for_download_details.rb +183 -0
- data/lib/oci/data_safe/models/generate_masking_policy_for_download_details.rb +168 -0
- data/lib/oci/data_safe/models/generate_masking_report_for_download_details.rb +183 -0
- data/lib/oci/data_safe/models/generate_report_details.rb +263 -0
- data/lib/oci/data_safe/models/generate_security_assessment_report_details.rb +1 -0
- data/lib/oci/data_safe/models/generate_sensitive_data_model_for_download_details.rb +168 -0
- data/lib/oci/data_safe/models/generate_user_assessment_report_details.rb +1 -0
- data/lib/oci/data_safe/models/global_settings.rb +185 -0
- data/lib/oci/data_safe/models/library_masking_format.rb +354 -0
- data/lib/oci/data_safe/models/library_masking_format_collection.rb +150 -0
- data/lib/oci/data_safe/models/library_masking_format_entry.rb +171 -0
- data/lib/oci/data_safe/models/library_masking_format_source.rb +11 -0
- data/lib/oci/data_safe/models/library_masking_format_summary.rb +332 -0
- data/lib/oci/data_safe/models/mask_data_details.rb +274 -0
- data/lib/oci/data_safe/models/masked_column_collection.rb +150 -0
- data/lib/oci/data_safe/models/masked_column_summary.rb +296 -0
- data/lib/oci/data_safe/models/masking_analytics_collection.rb +150 -0
- data/lib/oci/data_safe/models/masking_analytics_dimensions.rb +168 -0
- data/lib/oci/data_safe/models/masking_analytics_summary.rb +199 -0
- data/lib/oci/data_safe/models/masking_column.rb +414 -0
- data/lib/oci/data_safe/models/masking_column_collection.rb +150 -0
- data/lib/oci/data_safe/models/masking_column_lifecycle_state.rb +15 -0
- data/lib/oci/data_safe/models/masking_column_summary.rb +410 -0
- data/lib/oci/data_safe/models/masking_format.rb +190 -0
- data/lib/oci/data_safe/models/masking_lifecycle_state.rb +16 -0
- data/lib/oci/data_safe/models/masking_policy.rb +448 -0
- data/lib/oci/data_safe/models/masking_policy_collection.rb +150 -0
- data/lib/oci/data_safe/models/masking_policy_summary.rb +304 -0
- data/lib/oci/data_safe/models/masking_report.rb +306 -0
- data/lib/oci/data_safe/models/masking_report_collection.rb +150 -0
- data/lib/oci/data_safe/models/masking_report_summary.rb +304 -0
- data/lib/oci/data_safe/models/modified_attributes.rb +170 -0
- data/lib/oci/data_safe/models/modify_global_settings_details.rb +184 -0
- data/lib/oci/data_safe/models/null_value_format_entry.rb +152 -0
- data/lib/oci/data_safe/models/object_type.rb +11 -0
- data/lib/oci/data_safe/models/patch_alert_policy_rule_details.rb +150 -0
- data/lib/oci/data_safe/models/patch_alerts_details.rb +150 -0
- data/lib/oci/data_safe/models/patch_discovery_job_result_details.rb +150 -0
- data/lib/oci/data_safe/models/patch_insert_instruction.rb +162 -0
- data/lib/oci/data_safe/models/patch_instruction.rb +192 -0
- data/lib/oci/data_safe/models/patch_masking_columns_details.rb +150 -0
- data/lib/oci/data_safe/models/patch_merge_instruction.rb +162 -0
- data/lib/oci/data_safe/models/patch_remove_instruction.rb +149 -0
- data/lib/oci/data_safe/models/patch_sensitive_column_details.rb +150 -0
- data/lib/oci/data_safe/models/policy_format.rb +10 -0
- data/lib/oci/data_safe/models/ppf_format_entry.rb +179 -0
- data/lib/oci/data_safe/models/preserve_original_data_format_entry.rb +153 -0
- data/lib/oci/data_safe/models/provision_audit_conditions.rb +199 -0
- data/lib/oci/data_safe/models/provision_audit_policy_details.rb +170 -0
- data/lib/oci/data_safe/models/random_date_format_entry.rb +189 -0
- data/lib/oci/data_safe/models/random_decimal_number_format_entry.rb +190 -0
- data/lib/oci/data_safe/models/random_digits_format_entry.rb +193 -0
- data/lib/oci/data_safe/models/random_list_format_entry.rb +173 -0
- data/lib/oci/data_safe/models/random_number_format_entry.rb +192 -0
- data/lib/oci/data_safe/models/random_string_format_entry.rb +192 -0
- data/lib/oci/data_safe/models/random_substitution_format_entry.rb +204 -0
- data/lib/oci/data_safe/models/regular_expression_format_entry.rb +189 -0
- data/lib/oci/data_safe/models/report.rb +333 -0
- data/lib/oci/data_safe/models/report_collection.rb +150 -0
- data/lib/oci/data_safe/models/report_definition.rb +474 -0
- data/lib/oci/data_safe/models/report_definition_collection.rb +150 -0
- data/lib/oci/data_safe/models/report_definition_data_source.rb +11 -0
- data/lib/oci/data_safe/models/report_definition_lifecycle_state.rb +14 -0
- data/lib/oci/data_safe/models/report_definition_summary.rb +378 -0
- data/lib/oci/data_safe/models/report_lifecycle_state.rb +11 -0
- data/lib/oci/data_safe/models/report_summary.rb +317 -0
- data/lib/oci/data_safe/models/role_summary.rb +238 -0
- data/lib/oci/data_safe/models/schema_summary.rb +168 -0
- data/lib/oci/data_safe/models/sensitive_category.rb +197 -0
- data/lib/oci/data_safe/models/sensitive_column.rb +559 -0
- data/lib/oci/data_safe/models/sensitive_column_collection.rb +150 -0
- data/lib/oci/data_safe/models/sensitive_column_lifecycle_state.rb +14 -0
- data/lib/oci/data_safe/models/sensitive_column_summary.rb +512 -0
- data/lib/oci/data_safe/models/sensitive_data_model.rb +438 -0
- data/lib/oci/data_safe/models/sensitive_data_model_collection.rb +150 -0
- data/lib/oci/data_safe/models/sensitive_data_model_summary.rb +320 -0
- data/lib/oci/data_safe/models/sensitive_type.rb +416 -0
- data/lib/oci/data_safe/models/sensitive_type_collection.rb +150 -0
- data/lib/oci/data_safe/models/sensitive_type_entity.rb +11 -0
- data/lib/oci/data_safe/models/sensitive_type_pattern.rb +292 -0
- data/lib/oci/data_safe/models/sensitive_type_source.rb +11 -0
- data/lib/oci/data_safe/models/sensitive_type_summary.rb +394 -0
- data/lib/oci/data_safe/models/service_list.rb +1 -0
- data/lib/oci/data_safe/models/shuffle_format_entry.rb +177 -0
- data/lib/oci/data_safe/models/sql_expression_format_entry.rb +176 -0
- data/lib/oci/data_safe/models/start_audit_trail_details.rb +172 -0
- data/lib/oci/data_safe/models/substring_format_entry.rb +187 -0
- data/lib/oci/data_safe/models/summary.rb +222 -0
- data/lib/oci/data_safe/models/table_summary.rb +168 -0
- data/lib/oci/data_safe/models/target_alert_policy_association.rb +348 -0
- data/lib/oci/data_safe/models/target_alert_policy_association_collection.rb +150 -0
- data/lib/oci/data_safe/models/target_alert_policy_association_summary.rb +332 -0
- data/lib/oci/data_safe/models/target_database.rb +15 -1
- data/lib/oci/data_safe/models/target_database_summary.rb +15 -1
- data/lib/oci/data_safe/models/truncate_table_format_entry.rb +154 -0
- data/lib/oci/data_safe/models/udf_format_entry.rb +173 -0
- data/lib/oci/data_safe/models/update_alert_details.rb +207 -0
- data/lib/oci/data_safe/models/update_alert_policy_rule_details.rb +160 -0
- data/lib/oci/data_safe/models/update_audit_archive_retrieval_details.rb +198 -0
- data/lib/oci/data_safe/models/update_audit_policy_details.rb +198 -0
- data/lib/oci/data_safe/models/update_audit_profile_details.rb +215 -0
- data/lib/oci/data_safe/models/update_audit_trail_details.rb +216 -0
- data/lib/oci/data_safe/models/update_column_source_details.rb +184 -0
- data/lib/oci/data_safe/models/update_column_source_sdm_details.rb +162 -0
- data/lib/oci/data_safe/models/update_column_source_target_details.rb +162 -0
- data/lib/oci/data_safe/models/update_library_masking_format_details.rb +228 -0
- data/lib/oci/data_safe/models/update_masking_column_details.rb +239 -0
- data/lib/oci/data_safe/models/update_masking_policy_details.rb +329 -0
- data/lib/oci/data_safe/models/update_report_definition_details.rb +250 -0
- data/lib/oci/data_safe/models/update_sensitive_category_details.rb +169 -0
- data/lib/oci/data_safe/models/update_sensitive_column_details.rb +280 -0
- data/lib/oci/data_safe/models/update_sensitive_data_model_details.rb +299 -0
- data/lib/oci/data_safe/models/update_sensitive_type_details.rb +272 -0
- data/lib/oci/data_safe/models/update_sensitive_type_pattern_details.rb +244 -0
- data/lib/oci/data_safe/models/update_target_alert_policy_association_details.rb +213 -0
- data/lib/oci/data_safe/models/work_request.rb +57 -0
- data/lib/oci/data_safe/models/work_request_summary.rb +56 -0
- data/lib/oci/data_science/data_science.rb +1 -0
- data/lib/oci/data_science/data_science_client.rb +71 -2
- data/lib/oci/data_science/data_science_client_composite_operations.rb +1 -1
- data/lib/oci/data_science/models/fast_launch_job_config_summary.rb +272 -0
- data/lib/oci/database/models/autonomous_database.rb +2 -1
- data/lib/oci/database/models/autonomous_database_summary.rb +2 -1
- data/lib/oci/database_management/database_management.rb +14 -0
- data/lib/oci/database_management/db_management_client.rb +544 -8
- data/lib/oci/database_management/models/add_data_files_details.rb +303 -0
- data/lib/oci/database_management/models/asm_property.rb +151 -0
- data/lib/oci/database_management/models/asm_property_collection.rb +150 -0
- data/lib/oci/database_management/models/asm_property_summary.rb +154 -0
- data/lib/oci/database_management/models/clone_sql_tuning_task_details.rb +4 -4
- data/lib/oci/database_management/models/consumer_group_privilege_collection.rb +2 -2
- data/lib/oci/database_management/models/consumer_group_privilege_summary.rb +4 -4
- data/lib/oci/database_management/models/create_tablespace_details.rb +508 -0
- data/lib/oci/database_management/models/data_access_container_collection.rb +2 -2
- data/lib/oci/database_management/models/data_access_container_summary.rb +2 -2
- data/lib/oci/database_management/models/drop_sql_tuning_task_details.rb +3 -3
- data/lib/oci/database_management/models/drop_tablespace_details.rb +199 -0
- data/lib/oci/database_management/models/execution_plan_stats_comparision.rb +1 -1
- data/lib/oci/database_management/models/object_privilege_collection.rb +2 -2
- data/lib/oci/database_management/models/object_privilege_summary.rb +9 -9
- data/lib/oci/database_management/models/proxied_for_user_collection.rb +2 -2
- data/lib/oci/database_management/models/proxied_for_user_summary.rb +4 -4
- data/lib/oci/database_management/models/proxy_user_collection.rb +2 -2
- data/lib/oci/database_management/models/proxy_user_summary.rb +4 -4
- data/lib/oci/database_management/models/remove_data_file_details.rb +197 -0
- data/lib/oci/database_management/models/resize_data_file_details.rb +272 -0
- data/lib/oci/database_management/models/role_collection.rb +2 -2
- data/lib/oci/database_management/models/role_summary.rb +9 -9
- data/lib/oci/database_management/models/sql_tuning_advisor_task_finding_collection.rb +1 -1
- data/lib/oci/database_management/models/sql_tuning_advisor_task_finding_summary.rb +19 -19
- data/lib/oci/database_management/models/sql_tuning_advisor_task_recommendation_summary.rb +6 -6
- data/lib/oci/database_management/models/sql_tuning_advisor_task_sql_execution_plan.rb +1 -1
- data/lib/oci/database_management/models/sql_tuning_advisor_task_summary.rb +13 -13
- data/lib/oci/database_management/models/sql_tuning_advisor_task_summary_finding_benefits.rb +21 -21
- data/lib/oci/database_management/models/sql_tuning_advisor_task_summary_finding_counts.rb +7 -7
- data/lib/oci/database_management/models/sql_tuning_advisor_task_summary_report_statement_counts.rb +5 -5
- data/lib/oci/database_management/models/sql_tuning_advisor_task_summary_report_statistics.rb +1 -1
- data/lib/oci/database_management/models/sql_tuning_advisor_task_summary_report_task_info.rb +9 -9
- data/lib/oci/database_management/models/sql_tuning_task_credential_details.rb +3 -3
- data/lib/oci/database_management/models/sql_tuning_task_password_credential_details.rb +1 -1
- data/lib/oci/database_management/models/sql_tuning_task_plan_stats.rb +2 -2
- data/lib/oci/database_management/models/sql_tuning_task_return.rb +3 -3
- data/lib/oci/database_management/models/sql_tuning_task_secret_credential_details.rb +1 -1
- data/lib/oci/database_management/models/sql_tuning_task_sql_detail.rb +1 -1
- data/lib/oci/database_management/models/sql_tuning_task_sql_execution_plan_step.rb +30 -30
- data/lib/oci/database_management/models/start_sql_tuning_task_details.rb +8 -8
- data/lib/oci/database_management/models/system_privilege_collection.rb +2 -2
- data/lib/oci/database_management/models/system_privilege_summary.rb +7 -7
- data/lib/oci/database_management/models/tablespace.rb +217 -81
- data/lib/oci/database_management/models/tablespace_admin_credential_details.rb +217 -0
- data/lib/oci/database_management/models/tablespace_admin_password_credential_details.rb +166 -0
- data/lib/oci/database_management/models/tablespace_admin_secret_credential_details.rb +173 -0
- data/lib/oci/database_management/models/tablespace_admin_status.rb +201 -0
- data/lib/oci/database_management/models/tablespace_storage_size.rb +178 -0
- data/lib/oci/database_management/models/tablespace_summary.rb +16 -1
- data/lib/oci/database_management/models/update_tablespace_details.rb +303 -0
- data/lib/oci/database_management/models/user.rb +15 -15
- data/lib/oci/database_management/models/user_collection.rb +1 -1
- data/lib/oci/database_management/models/user_summary.rb +3 -3
- data/lib/oci/database_management/sql_tuning_client.rb +24 -21
- data/lib/oci/loggingsearch/log_search_client.rb +4 -1
- data/lib/oci/marketplace/account_client.rb +1 -1
- data/lib/oci/marketplace/marketplace_client.rb +7 -4
- data/lib/oci/marketplace/models/free_text_search_details.rb +2 -1
- data/lib/oci/marketplace/models/listing_summary.rb +17 -1
- data/lib/oci/marketplace/models/search_listings_details.rb +4 -2
- data/lib/oci/marketplace/models/structured_search_details.rb +3 -1
- data/lib/oci/nosql/models/table_collection.rb +32 -4
- data/lib/oci/nosql/models/table_limits.rb +41 -4
- data/lib/oci/osp_gateway/invoice_service_client.rb +1 -1
- data/lib/oci/osp_gateway/models/authorize_subscription_payment_details.rb +174 -0
- data/lib/oci/osp_gateway/models/authorize_subscription_payment_receipt.rb +182 -0
- data/lib/oci/osp_gateway/models/{address.rb → bill_to_address.rb} +1 -1
- data/lib/oci/osp_gateway/models/billing_address.rb +274 -0
- data/lib/oci/osp_gateway/models/credit_card_payment_option.rb +153 -0
- data/lib/oci/osp_gateway/models/credit_card_type.rb +16 -0
- data/lib/oci/osp_gateway/models/invoice.rb +3 -3
- data/lib/oci/osp_gateway/models/merchant_defined_data.rb +168 -0
- data/lib/oci/osp_gateway/models/pay_subscription_details.rb +174 -0
- data/lib/oci/osp_gateway/models/pay_subscription_receipt.rb +182 -0
- data/lib/oci/osp_gateway/models/payment_detail.rb +1 -1
- data/lib/oci/osp_gateway/models/payment_gateway.rb +153 -0
- data/lib/oci/osp_gateway/models/payment_method.rb +11 -0
- data/lib/oci/osp_gateway/models/payment_option.rb +219 -0
- data/lib/oci/osp_gateway/models/paypal_payment_option.rb +153 -0
- data/lib/oci/osp_gateway/models/subscription.rb +456 -0
- data/lib/oci/osp_gateway/models/subscription_collection.rb +150 -0
- data/lib/oci/osp_gateway/models/subscription_summary.rb +459 -0
- data/lib/oci/osp_gateway/models/tax_info.rb +210 -0
- data/lib/oci/osp_gateway/models/update_subscription_details.rb +160 -0
- data/lib/oci/osp_gateway/osp_gateway.rb +19 -1
- data/lib/oci/osp_gateway/subscription_service_client.rb +481 -0
- data/lib/oci/osp_gateway/subscription_service_client_composite_operations.rb +25 -0
- data/lib/oci/regions_definitions.rb +9 -4
- data/lib/oci/threat_intelligence/models/data_attribution.rb +198 -0
- data/lib/oci/threat_intelligence/models/data_visibility.rb +187 -0
- data/lib/oci/threat_intelligence/models/entity_reference.rb +185 -0
- data/lib/oci/threat_intelligence/models/indicator.rb +320 -0
- data/lib/oci/threat_intelligence/models/indicator_attribute.rb +170 -0
- data/lib/oci/threat_intelligence/models/indicator_count_collection.rb +150 -0
- data/lib/oci/threat_intelligence/models/indicator_count_dimensions.rb +189 -0
- data/lib/oci/threat_intelligence/models/indicator_count_summary.rb +160 -0
- data/lib/oci/threat_intelligence/models/indicator_reference.rb +162 -0
- data/lib/oci/threat_intelligence/models/indicator_relationship.rb +174 -0
- data/lib/oci/threat_intelligence/models/indicator_source_summary.rb +150 -0
- data/lib/oci/threat_intelligence/models/indicator_summary.rb +294 -0
- data/lib/oci/threat_intelligence/models/indicator_summary_collection.rb +150 -0
- data/lib/oci/threat_intelligence/models/indicator_type.rb +16 -0
- data/lib/oci/threat_intelligence/models/lifecycle_state.rb +11 -0
- data/lib/oci/threat_intelligence/models/sort_order.rb +11 -0
- data/lib/oci/threat_intelligence/models/threat_type.rb +170 -0
- data/lib/oci/threat_intelligence/models/threat_type_summary.rb +160 -0
- data/lib/oci/threat_intelligence/models/threat_types_collection.rb +150 -0
- data/lib/oci/threat_intelligence/threat_intelligence.rb +38 -0
- data/lib/oci/threat_intelligence/threatintel_client.rb +375 -0
- data/lib/oci/threat_intelligence/threatintel_client_composite_operations.rb +25 -0
- data/lib/oci/threat_intelligence/util.rb +3 -0
- data/lib/oci/version.rb +1 -1
- data/lib/oci.rb +6 -23
- metadata +432 -3
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
# Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
3
|
+
|
|
4
|
+
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
5
|
+
module OCI
|
|
6
|
+
# This class provides a wrapper around {OCI::AnnouncementsService::AnnouncementSubscriptionClient} and offers convenience methods
|
|
7
|
+
# for operations that would otherwise need to be chained together. For example, instead of performing an action
|
|
8
|
+
# on a resource (e.g. launching an instance, creating a load balancer) and then using a waiter to wait for the resource
|
|
9
|
+
# to enter a given state, you can call a single method in this class to accomplish the same functionality
|
|
10
|
+
class AnnouncementsService::AnnouncementSubscriptionClientCompositeOperations
|
|
11
|
+
# The {OCI::AnnouncementsService::AnnouncementSubscriptionClient} used to communicate with the service_client
|
|
12
|
+
#
|
|
13
|
+
# @return [OCI::AnnouncementsService::AnnouncementSubscriptionClient]
|
|
14
|
+
attr_reader :service_client
|
|
15
|
+
|
|
16
|
+
# Initializes a new AnnouncementSubscriptionClientCompositeOperations
|
|
17
|
+
#
|
|
18
|
+
# @param [OCI::AnnouncementsService::AnnouncementSubscriptionClient] service_client The client used to communicate with the service.
|
|
19
|
+
# Defaults to a new service client created via {OCI::AnnouncementsService::AnnouncementSubscriptionClient#initialize} with no arguments
|
|
20
|
+
def initialize(service_client = OCI::AnnouncementsService::AnnouncementSubscriptionClient.new)
|
|
21
|
+
@service_client = service_client
|
|
22
|
+
end
|
|
23
|
+
|
|
24
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
25
|
+
# rubocop:disable Layout/EmptyLines
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# Calls {OCI::AnnouncementsService::AnnouncementSubscriptionClient#create_announcement_subscription} and then waits for the {OCI::AnnouncementsService::Models::AnnouncementSubscription} acted upon
|
|
29
|
+
# to enter the given state(s).
|
|
30
|
+
#
|
|
31
|
+
# @param [OCI::AnnouncementsService::Models::CreateAnnouncementSubscriptionDetails] create_announcement_subscription_details Details of the new announcement subscription.
|
|
32
|
+
# @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::AnnouncementsService::Models::AnnouncementSubscription#lifecycle_state}
|
|
33
|
+
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::AnnouncementsService::AnnouncementSubscriptionClient#create_announcement_subscription}
|
|
34
|
+
# @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
|
|
35
|
+
# * max_interval_seconds: The maximum interval between queries, in seconds.
|
|
36
|
+
# * max_wait_seconds The maximum time to wait, in seconds
|
|
37
|
+
#
|
|
38
|
+
# @return [OCI::Response] A {OCI::Response} object with data of type {OCI::AnnouncementsService::Models::AnnouncementSubscription}
|
|
39
|
+
def create_announcement_subscription_and_wait_for_state(create_announcement_subscription_details, wait_for_states = [], base_operation_opts = {}, waiter_opts = {})
|
|
40
|
+
operation_result = @service_client.create_announcement_subscription(create_announcement_subscription_details, base_operation_opts)
|
|
41
|
+
|
|
42
|
+
return operation_result if wait_for_states.empty?
|
|
43
|
+
|
|
44
|
+
lowered_wait_for_states = wait_for_states.map(&:downcase)
|
|
45
|
+
wait_for_resource_id = operation_result.data.id
|
|
46
|
+
|
|
47
|
+
begin
|
|
48
|
+
waiter_result = @service_client.get_announcement_subscription(wait_for_resource_id).wait_until(
|
|
49
|
+
eval_proc: ->(response) { response.data.respond_to?(:lifecycle_state) && lowered_wait_for_states.include?(response.data.lifecycle_state.downcase) },
|
|
50
|
+
max_interval_seconds: waiter_opts.key?(:max_interval_seconds) ? waiter_opts[:max_interval_seconds] : 30,
|
|
51
|
+
max_wait_seconds: waiter_opts.key?(:max_wait_seconds) ? waiter_opts[:max_wait_seconds] : 1200
|
|
52
|
+
)
|
|
53
|
+
result_to_return = waiter_result
|
|
54
|
+
|
|
55
|
+
return result_to_return
|
|
56
|
+
rescue StandardError
|
|
57
|
+
raise OCI::Errors::CompositeOperationError.new(partial_results: [operation_result])
|
|
58
|
+
end
|
|
59
|
+
end
|
|
60
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
61
|
+
# rubocop:enable Layout/EmptyLines
|
|
62
|
+
|
|
63
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
64
|
+
# rubocop:disable Layout/EmptyLines
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
# Calls {OCI::AnnouncementsService::AnnouncementSubscriptionClient#delete_announcement_subscription} and then waits for the {OCI::AnnouncementsService::Models::AnnouncementSubscription} acted upon
|
|
68
|
+
# to enter the given state(s).
|
|
69
|
+
#
|
|
70
|
+
# @param [String] announcement_subscription_id The OCID of the announcement subscription.
|
|
71
|
+
# @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::AnnouncementsService::Models::AnnouncementSubscription#lifecycle_state}
|
|
72
|
+
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::AnnouncementsService::AnnouncementSubscriptionClient#delete_announcement_subscription}
|
|
73
|
+
# @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
|
|
74
|
+
# * max_interval_seconds: The maximum interval between queries, in seconds.
|
|
75
|
+
# * max_wait_seconds The maximum time to wait, in seconds
|
|
76
|
+
#
|
|
77
|
+
# @return [OCI::Response] A {OCI::Response} object with data of type nil
|
|
78
|
+
def delete_announcement_subscription_and_wait_for_state(announcement_subscription_id, wait_for_states = [], base_operation_opts = {}, waiter_opts = {})
|
|
79
|
+
initial_get_result = @service_client.get_announcement_subscription(announcement_subscription_id)
|
|
80
|
+
operation_result = @service_client.delete_announcement_subscription(announcement_subscription_id, base_operation_opts)
|
|
81
|
+
|
|
82
|
+
return operation_result if wait_for_states.empty?
|
|
83
|
+
|
|
84
|
+
lowered_wait_for_states = wait_for_states.map(&:downcase)
|
|
85
|
+
|
|
86
|
+
begin
|
|
87
|
+
waiter_result = initial_get_result.wait_until(
|
|
88
|
+
eval_proc: ->(response) { response.data.respond_to?(:lifecycle_state) && lowered_wait_for_states.include?(response.data.lifecycle_state.downcase) },
|
|
89
|
+
max_interval_seconds: waiter_opts.key?(:max_interval_seconds) ? waiter_opts[:max_interval_seconds] : 30,
|
|
90
|
+
max_wait_seconds: waiter_opts.key?(:max_wait_seconds) ? waiter_opts[:max_wait_seconds] : 1200,
|
|
91
|
+
succeed_on_not_found: true
|
|
92
|
+
)
|
|
93
|
+
result_to_return = waiter_result
|
|
94
|
+
|
|
95
|
+
return result_to_return
|
|
96
|
+
rescue StandardError
|
|
97
|
+
raise OCI::Errors::CompositeOperationError.new(partial_results: [operation_result])
|
|
98
|
+
end
|
|
99
|
+
end
|
|
100
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
101
|
+
# rubocop:enable Layout/EmptyLines
|
|
102
|
+
|
|
103
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
104
|
+
# rubocop:disable Layout/EmptyLines
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
# Calls {OCI::AnnouncementsService::AnnouncementSubscriptionClient#update_announcement_subscription} and then waits for the {OCI::AnnouncementsService::Models::AnnouncementSubscription} acted upon
|
|
108
|
+
# to enter the given state(s).
|
|
109
|
+
#
|
|
110
|
+
# @param [String] announcement_subscription_id The OCID of the announcement subscription.
|
|
111
|
+
# @param [OCI::AnnouncementsService::Models::UpdateAnnouncementSubscriptionDetails] update_announcement_subscription_details The subscription information to update.
|
|
112
|
+
# @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::AnnouncementsService::Models::AnnouncementSubscription#lifecycle_state}
|
|
113
|
+
# @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::AnnouncementsService::AnnouncementSubscriptionClient#update_announcement_subscription}
|
|
114
|
+
# @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
|
|
115
|
+
# * max_interval_seconds: The maximum interval between queries, in seconds.
|
|
116
|
+
# * max_wait_seconds The maximum time to wait, in seconds
|
|
117
|
+
#
|
|
118
|
+
# @return [OCI::Response] A {OCI::Response} object with data of type {OCI::AnnouncementsService::Models::AnnouncementSubscription}
|
|
119
|
+
def update_announcement_subscription_and_wait_for_state(announcement_subscription_id, update_announcement_subscription_details, wait_for_states = [], base_operation_opts = {}, waiter_opts = {})
|
|
120
|
+
operation_result = @service_client.update_announcement_subscription(announcement_subscription_id, update_announcement_subscription_details, base_operation_opts)
|
|
121
|
+
|
|
122
|
+
return operation_result if wait_for_states.empty?
|
|
123
|
+
|
|
124
|
+
lowered_wait_for_states = wait_for_states.map(&:downcase)
|
|
125
|
+
wait_for_resource_id = operation_result.data.id
|
|
126
|
+
|
|
127
|
+
begin
|
|
128
|
+
waiter_result = @service_client.get_announcement_subscription(wait_for_resource_id).wait_until(
|
|
129
|
+
eval_proc: ->(response) { response.data.respond_to?(:lifecycle_state) && lowered_wait_for_states.include?(response.data.lifecycle_state.downcase) },
|
|
130
|
+
max_interval_seconds: waiter_opts.key?(:max_interval_seconds) ? waiter_opts[:max_interval_seconds] : 30,
|
|
131
|
+
max_wait_seconds: waiter_opts.key?(:max_wait_seconds) ? waiter_opts[:max_wait_seconds] : 1200
|
|
132
|
+
)
|
|
133
|
+
result_to_return = waiter_result
|
|
134
|
+
|
|
135
|
+
return result_to_return
|
|
136
|
+
rescue StandardError
|
|
137
|
+
raise OCI::Errors::CompositeOperationError.new(partial_results: [operation_result])
|
|
138
|
+
end
|
|
139
|
+
end
|
|
140
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/ParameterLists, Metrics/PerceivedComplexity
|
|
141
|
+
# rubocop:enable Layout/EmptyLines
|
|
142
|
+
end
|
|
143
|
+
end
|
|
144
|
+
# rubocop:enable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
@@ -84,7 +84,7 @@ module OCI
|
|
|
84
84
|
|
|
85
85
|
raise 'A region must be specified.' unless @region
|
|
86
86
|
|
|
87
|
-
@endpoint = OCI::Regions.get_service_endpoint_for_template(@region, 'https://announcements.{region}.{secondLevelDomain}') + '/20180904'
|
|
87
|
+
@endpoint = OCI::Regions.get_service_endpoint_for_template(@region, 'https://announcements.{region}.oci.{secondLevelDomain}') + '/20180904'
|
|
88
88
|
logger.info "AnnouncementsPreferencesClient endpoint set to '#{@endpoint} from region #{@region}'." if logger
|
|
89
89
|
end
|
|
90
90
|
|
|
@@ -100,6 +100,8 @@ module OCI
|
|
|
100
100
|
|
|
101
101
|
# Creates a request that specifies preferences for the tenancy regarding receiving announcements by email.
|
|
102
102
|
#
|
|
103
|
+
# This call is subject to an Announcements limit that applies to the total number of requests across all read or write operations. Announcements might throttle this call to reject an otherwise valid request when the total rate of operations exceeds 20 requests per second for a given user. The service might also throttle this call to reject an otherwise valid request when the total rate of operations exceeds 100 requests per second for a given tenancy.
|
|
104
|
+
#
|
|
103
105
|
# @param [OCI::AnnouncementsService::Models::CreateAnnouncementsPreferencesDetails] announcements_preference_details The object that contains details about tenancy preferences for receiving announcements by email.
|
|
104
106
|
# @param [Hash] opts the optional parameters
|
|
105
107
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -159,6 +161,8 @@ module OCI
|
|
|
159
161
|
|
|
160
162
|
# Gets the current preferences of the tenancy regarding receiving announcements by email.
|
|
161
163
|
#
|
|
164
|
+
# This call is subject to an Announcements limit that applies to the total number of requests across all read or write operations. Announcements might throttle this call to reject an otherwise valid request when the total rate of operations exceeds 20 requests per second for a given user. The service might also throttle this call to reject an otherwise valid request when the total rate of operations exceeds 100 requests per second for a given tenancy.
|
|
165
|
+
#
|
|
162
166
|
# @param [String] preference_id The ID of the preference.
|
|
163
167
|
# @param [Hash] opts the optional parameters
|
|
164
168
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -216,8 +220,9 @@ module OCI
|
|
|
216
220
|
|
|
217
221
|
# Gets the current preferences of the tenancy regarding receiving announcements by email.
|
|
218
222
|
#
|
|
219
|
-
#
|
|
220
|
-
#
|
|
223
|
+
# This call is subject to an Announcements limit that applies to the total number of requests across all read or write operations. Announcements might throttle this call to reject an otherwise valid request when the total rate of operations exceeds 20 requests per second for a given user. The service might also throttle this call to reject an otherwise valid request when the total rate of operations exceeds 100 requests per second for a given tenancy.
|
|
224
|
+
#
|
|
225
|
+
# @param [String] compartment_id The OCID of the compartment.
|
|
221
226
|
#
|
|
222
227
|
# @param [Hash] opts the optional parameters
|
|
223
228
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -279,6 +284,8 @@ module OCI
|
|
|
279
284
|
|
|
280
285
|
# Updates the preferences of the tenancy regarding receiving announcements by email.
|
|
281
286
|
#
|
|
287
|
+
# This call is subject to an Announcements limit that applies to the total number of requests across all read or write operations. Announcements might throttle this call to reject an otherwise valid request when the total rate of operations exceeds 20 requests per second for a given user. The service might also throttle this call to reject an otherwise valid request when the total rate of operations exceeds 100 requests per second for a given tenancy.
|
|
288
|
+
#
|
|
282
289
|
# @param [String] preference_id The ID of the preference.
|
|
283
290
|
# @param [OCI::AnnouncementsService::Models::UpdateAnnouncementsPreferencesDetails] announcements_preference_details The object that contains details about tenancy preferences for receiving announcements by email.
|
|
284
291
|
# @param [Hash] opts the optional parameters
|
|
@@ -13,6 +13,9 @@ end
|
|
|
13
13
|
# Require models
|
|
14
14
|
require 'oci/announcements_service/models/affected_resource'
|
|
15
15
|
require 'oci/announcements_service/models/announcement'
|
|
16
|
+
require 'oci/announcements_service/models/announcement_subscription'
|
|
17
|
+
require 'oci/announcements_service/models/announcement_subscription_collection'
|
|
18
|
+
require 'oci/announcements_service/models/announcement_subscription_summary'
|
|
16
19
|
require 'oci/announcements_service/models/announcement_summary'
|
|
17
20
|
require 'oci/announcements_service/models/announcement_user_status_details'
|
|
18
21
|
require 'oci/announcements_service/models/announcements_collection'
|
|
@@ -21,12 +24,23 @@ require 'oci/announcements_service/models/announcements_preferences_summary'
|
|
|
21
24
|
require 'oci/announcements_service/models/base_announcement'
|
|
22
25
|
require 'oci/announcements_service/models/base_announcements_preferences'
|
|
23
26
|
require 'oci/announcements_service/models/base_create_announcements_preferences_details'
|
|
27
|
+
require 'oci/announcements_service/models/change_announcement_subscription_compartment_details'
|
|
28
|
+
require 'oci/announcements_service/models/create_announcement_subscription_details'
|
|
24
29
|
require 'oci/announcements_service/models/create_announcements_preferences_details'
|
|
30
|
+
require 'oci/announcements_service/models/create_filter_group_details'
|
|
31
|
+
require 'oci/announcements_service/models/filter'
|
|
32
|
+
require 'oci/announcements_service/models/filter_group'
|
|
33
|
+
require 'oci/announcements_service/models/filter_group_details'
|
|
25
34
|
require 'oci/announcements_service/models/property'
|
|
35
|
+
require 'oci/announcements_service/models/sort_order'
|
|
36
|
+
require 'oci/announcements_service/models/update_announcement_subscription_details'
|
|
26
37
|
require 'oci/announcements_service/models/update_announcements_preferences_details'
|
|
38
|
+
require 'oci/announcements_service/models/update_filter_group_details'
|
|
27
39
|
|
|
28
40
|
# Require generated clients
|
|
29
41
|
require 'oci/announcements_service/announcement_client'
|
|
42
|
+
require 'oci/announcements_service/announcement_subscription_client'
|
|
43
|
+
require 'oci/announcements_service/announcement_subscription_client_composite_operations'
|
|
30
44
|
require 'oci/announcements_service/announcements_preferences_client'
|
|
31
45
|
|
|
32
46
|
# Require service utilities
|
|
@@ -48,6 +48,8 @@ module OCI
|
|
|
48
48
|
'is_banner': :'isBanner',
|
|
49
49
|
'time_created': :'timeCreated',
|
|
50
50
|
'time_updated': :'timeUpdated',
|
|
51
|
+
'environment_name': :'environmentName',
|
|
52
|
+
'platform_type': :'platformType',
|
|
51
53
|
'description': :'description',
|
|
52
54
|
'additional_information': :'additionalInformation',
|
|
53
55
|
'affected_resources': :'affectedResources'
|
|
@@ -76,6 +78,8 @@ module OCI
|
|
|
76
78
|
'is_banner': :'BOOLEAN',
|
|
77
79
|
'time_created': :'DateTime',
|
|
78
80
|
'time_updated': :'DateTime',
|
|
81
|
+
'environment_name': :'String',
|
|
82
|
+
'platform_type': :'String',
|
|
79
83
|
'description': :'String',
|
|
80
84
|
'additional_information': :'String',
|
|
81
85
|
'affected_resources': :'Array<OCI::AnnouncementsService::Models::AffectedResource>'
|
|
@@ -105,6 +109,8 @@ module OCI
|
|
|
105
109
|
# @option attributes [BOOLEAN] :is_banner The value to assign to the {OCI::AnnouncementsService::Models::BaseAnnouncement#is_banner #is_banner} proprety
|
|
106
110
|
# @option attributes [DateTime] :time_created The value to assign to the {OCI::AnnouncementsService::Models::BaseAnnouncement#time_created #time_created} proprety
|
|
107
111
|
# @option attributes [DateTime] :time_updated The value to assign to the {OCI::AnnouncementsService::Models::BaseAnnouncement#time_updated #time_updated} proprety
|
|
112
|
+
# @option attributes [String] :environment_name The value to assign to the {OCI::AnnouncementsService::Models::BaseAnnouncement#environment_name #environment_name} proprety
|
|
113
|
+
# @option attributes [String] :platform_type The value to assign to the {OCI::AnnouncementsService::Models::BaseAnnouncement#platform_type #platform_type} proprety
|
|
108
114
|
# @option attributes [String] :description The value to assign to the {#description} property
|
|
109
115
|
# @option attributes [String] :additional_information The value to assign to the {#additional_information} property
|
|
110
116
|
# @option attributes [Array<OCI::AnnouncementsService::Models::AffectedResource>] :affected_resources The value to assign to the {#affected_resources} property
|
|
@@ -161,6 +167,8 @@ module OCI
|
|
|
161
167
|
is_banner == other.is_banner &&
|
|
162
168
|
time_created == other.time_created &&
|
|
163
169
|
time_updated == other.time_updated &&
|
|
170
|
+
environment_name == other.environment_name &&
|
|
171
|
+
platform_type == other.platform_type &&
|
|
164
172
|
description == other.description &&
|
|
165
173
|
additional_information == other.additional_information &&
|
|
166
174
|
affected_resources == other.affected_resources
|
|
@@ -179,7 +187,7 @@ module OCI
|
|
|
179
187
|
# Calculates hash code according to all attributes.
|
|
180
188
|
# @return [Fixnum] Hash code
|
|
181
189
|
def hash
|
|
182
|
-
[id, type, reference_ticket_number, summary, time_one_title, time_one_type, time_one_value, time_two_title, time_two_type, time_two_value, services, affected_regions, announcement_type, lifecycle_state, is_banner, time_created, time_updated, description, additional_information, affected_resources].hash
|
|
190
|
+
[id, type, reference_ticket_number, summary, time_one_title, time_one_type, time_one_value, time_two_title, time_two_type, time_two_value, services, affected_regions, announcement_type, lifecycle_state, is_banner, time_created, time_updated, environment_name, platform_type, description, additional_information, affected_resources].hash
|
|
183
191
|
end
|
|
184
192
|
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
185
193
|
|
|
@@ -0,0 +1,348 @@
|
|
|
1
|
+
# Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
3
|
+
|
|
4
|
+
require 'date'
|
|
5
|
+
require 'logger'
|
|
6
|
+
|
|
7
|
+
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
8
|
+
module OCI
|
|
9
|
+
# A subscription with the Announcements service to receive selected announcements in the format and delivery mechanisms supported by a corresponding topic endpoint configured in the Oracle Cloud Infrastructure Notifications service.
|
|
10
|
+
#
|
|
11
|
+
class AnnouncementsService::Models::AnnouncementSubscription
|
|
12
|
+
LIFECYCLE_STATE_ENUM = [
|
|
13
|
+
LIFECYCLE_STATE_ACTIVE = 'ACTIVE'.freeze,
|
|
14
|
+
LIFECYCLE_STATE_DELETED = 'DELETED'.freeze,
|
|
15
|
+
LIFECYCLE_STATE_FAILED = 'FAILED'.freeze,
|
|
16
|
+
LIFECYCLE_STATE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
|
|
17
|
+
].freeze
|
|
18
|
+
|
|
19
|
+
# **[Required]** The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the announcement subscription.
|
|
20
|
+
# @return [String]
|
|
21
|
+
attr_accessor :id
|
|
22
|
+
|
|
23
|
+
# **[Required]** A user-friendly name for the announcement subscription. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
|
24
|
+
#
|
|
25
|
+
# @return [String]
|
|
26
|
+
attr_accessor :display_name
|
|
27
|
+
|
|
28
|
+
# A description of the announcement subscription. Avoid entering confidential information.
|
|
29
|
+
# @return [String]
|
|
30
|
+
attr_accessor :description
|
|
31
|
+
|
|
32
|
+
# **[Required]** The OCID of the compartment that contains the announcement subscription.
|
|
33
|
+
# @return [String]
|
|
34
|
+
attr_accessor :compartment_id
|
|
35
|
+
|
|
36
|
+
# **[Required]** The date and time that the announcement subscription was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
37
|
+
#
|
|
38
|
+
# @return [DateTime]
|
|
39
|
+
attr_accessor :time_created
|
|
40
|
+
|
|
41
|
+
# The date and time that the announcement subscription was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
42
|
+
#
|
|
43
|
+
# @return [DateTime]
|
|
44
|
+
attr_accessor :time_updated
|
|
45
|
+
|
|
46
|
+
# **[Required]** The current lifecycle state of the announcement subscription.
|
|
47
|
+
# @return [String]
|
|
48
|
+
attr_reader :lifecycle_state
|
|
49
|
+
|
|
50
|
+
# A message describing the current lifecycle state in more detail. For example, details might provide required or recommended actions for a resource in a Failed state.
|
|
51
|
+
#
|
|
52
|
+
# @return [String]
|
|
53
|
+
attr_accessor :lifecycle_details
|
|
54
|
+
|
|
55
|
+
# **[Required]** The OCID of the Notifications service topic that is the target for publishing announcements that match the configured announcement subscription.
|
|
56
|
+
#
|
|
57
|
+
# @return [String]
|
|
58
|
+
attr_accessor :ons_topic_id
|
|
59
|
+
|
|
60
|
+
# A list of filter groups for the announcement subscription. A filter group is a combination of multiple filters applied to announcements for matching purposes.
|
|
61
|
+
#
|
|
62
|
+
# @return [Hash<String, OCI::AnnouncementsService::Models::FilterGroup>]
|
|
63
|
+
attr_accessor :filter_groups
|
|
64
|
+
|
|
65
|
+
# **[Required]** Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
66
|
+
# Example: `{\"bar-key\": \"value\"}`
|
|
67
|
+
#
|
|
68
|
+
# @return [Hash<String, String>]
|
|
69
|
+
attr_accessor :freeform_tags
|
|
70
|
+
|
|
71
|
+
# **[Required]** Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
72
|
+
# Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
73
|
+
#
|
|
74
|
+
# @return [Hash<String, Hash<String, Object>>]
|
|
75
|
+
attr_accessor :defined_tags
|
|
76
|
+
|
|
77
|
+
# Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
78
|
+
# Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
|
79
|
+
#
|
|
80
|
+
# @return [Hash<String, Hash<String, Object>>]
|
|
81
|
+
attr_accessor :system_tags
|
|
82
|
+
|
|
83
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
84
|
+
def self.attribute_map
|
|
85
|
+
{
|
|
86
|
+
# rubocop:disable Style/SymbolLiteral
|
|
87
|
+
'id': :'id',
|
|
88
|
+
'display_name': :'displayName',
|
|
89
|
+
'description': :'description',
|
|
90
|
+
'compartment_id': :'compartmentId',
|
|
91
|
+
'time_created': :'timeCreated',
|
|
92
|
+
'time_updated': :'timeUpdated',
|
|
93
|
+
'lifecycle_state': :'lifecycleState',
|
|
94
|
+
'lifecycle_details': :'lifecycleDetails',
|
|
95
|
+
'ons_topic_id': :'onsTopicId',
|
|
96
|
+
'filter_groups': :'filterGroups',
|
|
97
|
+
'freeform_tags': :'freeformTags',
|
|
98
|
+
'defined_tags': :'definedTags',
|
|
99
|
+
'system_tags': :'systemTags'
|
|
100
|
+
# rubocop:enable Style/SymbolLiteral
|
|
101
|
+
}
|
|
102
|
+
end
|
|
103
|
+
|
|
104
|
+
# Attribute type mapping.
|
|
105
|
+
def self.swagger_types
|
|
106
|
+
{
|
|
107
|
+
# rubocop:disable Style/SymbolLiteral
|
|
108
|
+
'id': :'String',
|
|
109
|
+
'display_name': :'String',
|
|
110
|
+
'description': :'String',
|
|
111
|
+
'compartment_id': :'String',
|
|
112
|
+
'time_created': :'DateTime',
|
|
113
|
+
'time_updated': :'DateTime',
|
|
114
|
+
'lifecycle_state': :'String',
|
|
115
|
+
'lifecycle_details': :'String',
|
|
116
|
+
'ons_topic_id': :'String',
|
|
117
|
+
'filter_groups': :'Hash<String, OCI::AnnouncementsService::Models::FilterGroup>',
|
|
118
|
+
'freeform_tags': :'Hash<String, String>',
|
|
119
|
+
'defined_tags': :'Hash<String, Hash<String, Object>>',
|
|
120
|
+
'system_tags': :'Hash<String, Hash<String, Object>>'
|
|
121
|
+
# rubocop:enable Style/SymbolLiteral
|
|
122
|
+
}
|
|
123
|
+
end
|
|
124
|
+
|
|
125
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
126
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
# Initializes the object
|
|
130
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
131
|
+
# @option attributes [String] :id The value to assign to the {#id} property
|
|
132
|
+
# @option attributes [String] :display_name The value to assign to the {#display_name} property
|
|
133
|
+
# @option attributes [String] :description The value to assign to the {#description} property
|
|
134
|
+
# @option attributes [String] :compartment_id The value to assign to the {#compartment_id} property
|
|
135
|
+
# @option attributes [DateTime] :time_created The value to assign to the {#time_created} property
|
|
136
|
+
# @option attributes [DateTime] :time_updated The value to assign to the {#time_updated} property
|
|
137
|
+
# @option attributes [String] :lifecycle_state The value to assign to the {#lifecycle_state} property
|
|
138
|
+
# @option attributes [String] :lifecycle_details The value to assign to the {#lifecycle_details} property
|
|
139
|
+
# @option attributes [String] :ons_topic_id The value to assign to the {#ons_topic_id} property
|
|
140
|
+
# @option attributes [Hash<String, OCI::AnnouncementsService::Models::FilterGroup>] :filter_groups The value to assign to the {#filter_groups} property
|
|
141
|
+
# @option attributes [Hash<String, String>] :freeform_tags The value to assign to the {#freeform_tags} property
|
|
142
|
+
# @option attributes [Hash<String, Hash<String, Object>>] :defined_tags The value to assign to the {#defined_tags} property
|
|
143
|
+
# @option attributes [Hash<String, Hash<String, Object>>] :system_tags The value to assign to the {#system_tags} property
|
|
144
|
+
def initialize(attributes = {})
|
|
145
|
+
return unless attributes.is_a?(Hash)
|
|
146
|
+
|
|
147
|
+
# convert string to symbol for hash key
|
|
148
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
149
|
+
|
|
150
|
+
self.id = attributes[:'id'] if attributes[:'id']
|
|
151
|
+
|
|
152
|
+
self.display_name = attributes[:'displayName'] if attributes[:'displayName']
|
|
153
|
+
|
|
154
|
+
raise 'You cannot provide both :displayName and :display_name' if attributes.key?(:'displayName') && attributes.key?(:'display_name')
|
|
155
|
+
|
|
156
|
+
self.display_name = attributes[:'display_name'] if attributes[:'display_name']
|
|
157
|
+
|
|
158
|
+
self.description = attributes[:'description'] if attributes[:'description']
|
|
159
|
+
|
|
160
|
+
self.compartment_id = attributes[:'compartmentId'] if attributes[:'compartmentId']
|
|
161
|
+
|
|
162
|
+
raise 'You cannot provide both :compartmentId and :compartment_id' if attributes.key?(:'compartmentId') && attributes.key?(:'compartment_id')
|
|
163
|
+
|
|
164
|
+
self.compartment_id = attributes[:'compartment_id'] if attributes[:'compartment_id']
|
|
165
|
+
|
|
166
|
+
self.time_created = attributes[:'timeCreated'] if attributes[:'timeCreated']
|
|
167
|
+
|
|
168
|
+
raise 'You cannot provide both :timeCreated and :time_created' if attributes.key?(:'timeCreated') && attributes.key?(:'time_created')
|
|
169
|
+
|
|
170
|
+
self.time_created = attributes[:'time_created'] if attributes[:'time_created']
|
|
171
|
+
|
|
172
|
+
self.time_updated = attributes[:'timeUpdated'] if attributes[:'timeUpdated']
|
|
173
|
+
|
|
174
|
+
raise 'You cannot provide both :timeUpdated and :time_updated' if attributes.key?(:'timeUpdated') && attributes.key?(:'time_updated')
|
|
175
|
+
|
|
176
|
+
self.time_updated = attributes[:'time_updated'] if attributes[:'time_updated']
|
|
177
|
+
|
|
178
|
+
self.lifecycle_state = attributes[:'lifecycleState'] if attributes[:'lifecycleState']
|
|
179
|
+
|
|
180
|
+
raise 'You cannot provide both :lifecycleState and :lifecycle_state' if attributes.key?(:'lifecycleState') && attributes.key?(:'lifecycle_state')
|
|
181
|
+
|
|
182
|
+
self.lifecycle_state = attributes[:'lifecycle_state'] if attributes[:'lifecycle_state']
|
|
183
|
+
|
|
184
|
+
self.lifecycle_details = attributes[:'lifecycleDetails'] if attributes[:'lifecycleDetails']
|
|
185
|
+
|
|
186
|
+
raise 'You cannot provide both :lifecycleDetails and :lifecycle_details' if attributes.key?(:'lifecycleDetails') && attributes.key?(:'lifecycle_details')
|
|
187
|
+
|
|
188
|
+
self.lifecycle_details = attributes[:'lifecycle_details'] if attributes[:'lifecycle_details']
|
|
189
|
+
|
|
190
|
+
self.ons_topic_id = attributes[:'onsTopicId'] if attributes[:'onsTopicId']
|
|
191
|
+
|
|
192
|
+
raise 'You cannot provide both :onsTopicId and :ons_topic_id' if attributes.key?(:'onsTopicId') && attributes.key?(:'ons_topic_id')
|
|
193
|
+
|
|
194
|
+
self.ons_topic_id = attributes[:'ons_topic_id'] if attributes[:'ons_topic_id']
|
|
195
|
+
|
|
196
|
+
self.filter_groups = attributes[:'filterGroups'] if attributes[:'filterGroups']
|
|
197
|
+
|
|
198
|
+
raise 'You cannot provide both :filterGroups and :filter_groups' if attributes.key?(:'filterGroups') && attributes.key?(:'filter_groups')
|
|
199
|
+
|
|
200
|
+
self.filter_groups = attributes[:'filter_groups'] if attributes[:'filter_groups']
|
|
201
|
+
|
|
202
|
+
self.freeform_tags = attributes[:'freeformTags'] if attributes[:'freeformTags']
|
|
203
|
+
|
|
204
|
+
raise 'You cannot provide both :freeformTags and :freeform_tags' if attributes.key?(:'freeformTags') && attributes.key?(:'freeform_tags')
|
|
205
|
+
|
|
206
|
+
self.freeform_tags = attributes[:'freeform_tags'] if attributes[:'freeform_tags']
|
|
207
|
+
|
|
208
|
+
self.defined_tags = attributes[:'definedTags'] if attributes[:'definedTags']
|
|
209
|
+
|
|
210
|
+
raise 'You cannot provide both :definedTags and :defined_tags' if attributes.key?(:'definedTags') && attributes.key?(:'defined_tags')
|
|
211
|
+
|
|
212
|
+
self.defined_tags = attributes[:'defined_tags'] if attributes[:'defined_tags']
|
|
213
|
+
|
|
214
|
+
self.system_tags = attributes[:'systemTags'] if attributes[:'systemTags']
|
|
215
|
+
|
|
216
|
+
raise 'You cannot provide both :systemTags and :system_tags' if attributes.key?(:'systemTags') && attributes.key?(:'system_tags')
|
|
217
|
+
|
|
218
|
+
self.system_tags = attributes[:'system_tags'] if attributes[:'system_tags']
|
|
219
|
+
end
|
|
220
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
221
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
222
|
+
|
|
223
|
+
# Custom attribute writer method checking allowed values (enum).
|
|
224
|
+
# @param [Object] lifecycle_state Object to be assigned
|
|
225
|
+
def lifecycle_state=(lifecycle_state)
|
|
226
|
+
# rubocop:disable Style/ConditionalAssignment
|
|
227
|
+
if lifecycle_state && !LIFECYCLE_STATE_ENUM.include?(lifecycle_state)
|
|
228
|
+
OCI.logger.debug("Unknown value for 'lifecycle_state' [" + lifecycle_state + "]. Mapping to 'LIFECYCLE_STATE_UNKNOWN_ENUM_VALUE'") if OCI.logger
|
|
229
|
+
@lifecycle_state = LIFECYCLE_STATE_UNKNOWN_ENUM_VALUE
|
|
230
|
+
else
|
|
231
|
+
@lifecycle_state = lifecycle_state
|
|
232
|
+
end
|
|
233
|
+
# rubocop:enable Style/ConditionalAssignment
|
|
234
|
+
end
|
|
235
|
+
|
|
236
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
# Checks equality by comparing each attribute.
|
|
240
|
+
# @param [Object] other the other object to be compared
|
|
241
|
+
def ==(other)
|
|
242
|
+
return true if equal?(other)
|
|
243
|
+
|
|
244
|
+
self.class == other.class &&
|
|
245
|
+
id == other.id &&
|
|
246
|
+
display_name == other.display_name &&
|
|
247
|
+
description == other.description &&
|
|
248
|
+
compartment_id == other.compartment_id &&
|
|
249
|
+
time_created == other.time_created &&
|
|
250
|
+
time_updated == other.time_updated &&
|
|
251
|
+
lifecycle_state == other.lifecycle_state &&
|
|
252
|
+
lifecycle_details == other.lifecycle_details &&
|
|
253
|
+
ons_topic_id == other.ons_topic_id &&
|
|
254
|
+
filter_groups == other.filter_groups &&
|
|
255
|
+
freeform_tags == other.freeform_tags &&
|
|
256
|
+
defined_tags == other.defined_tags &&
|
|
257
|
+
system_tags == other.system_tags
|
|
258
|
+
end
|
|
259
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
260
|
+
|
|
261
|
+
# @see the `==` method
|
|
262
|
+
# @param [Object] other the other object to be compared
|
|
263
|
+
def eql?(other)
|
|
264
|
+
self == other
|
|
265
|
+
end
|
|
266
|
+
|
|
267
|
+
# rubocop:disable Metrics/AbcSize, Layout/EmptyLines
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
# Calculates hash code according to all attributes.
|
|
271
|
+
# @return [Fixnum] Hash code
|
|
272
|
+
def hash
|
|
273
|
+
[id, display_name, description, compartment_id, time_created, time_updated, lifecycle_state, lifecycle_details, ons_topic_id, filter_groups, freeform_tags, defined_tags, system_tags].hash
|
|
274
|
+
end
|
|
275
|
+
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
276
|
+
|
|
277
|
+
# rubocop:disable Metrics/AbcSize, Layout/EmptyLines
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
# Builds the object from hash
|
|
281
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
282
|
+
# @return [Object] Returns the model itself
|
|
283
|
+
def build_from_hash(attributes)
|
|
284
|
+
return nil unless attributes.is_a?(Hash)
|
|
285
|
+
|
|
286
|
+
self.class.swagger_types.each_pair do |key, type|
|
|
287
|
+
if type =~ /^Array<(.*)>/i
|
|
288
|
+
# check to ensure the input is an array given that the the attribute
|
|
289
|
+
# is documented as an array but the input is not
|
|
290
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
291
|
+
public_method("#{key}=").call(
|
|
292
|
+
attributes[self.class.attribute_map[key]]
|
|
293
|
+
.map { |v| OCI::Internal::Util.convert_to_type(Regexp.last_match(1), v) }
|
|
294
|
+
)
|
|
295
|
+
end
|
|
296
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
297
|
+
public_method("#{key}=").call(
|
|
298
|
+
OCI::Internal::Util.convert_to_type(type, attributes[self.class.attribute_map[key]])
|
|
299
|
+
)
|
|
300
|
+
end
|
|
301
|
+
# or else data not found in attributes(hash), not an issue as the data can be optional
|
|
302
|
+
end
|
|
303
|
+
|
|
304
|
+
self
|
|
305
|
+
end
|
|
306
|
+
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
307
|
+
|
|
308
|
+
# Returns the string representation of the object
|
|
309
|
+
# @return [String] String presentation of the object
|
|
310
|
+
def to_s
|
|
311
|
+
to_hash.to_s
|
|
312
|
+
end
|
|
313
|
+
|
|
314
|
+
# Returns the object in the form of hash
|
|
315
|
+
# @return [Hash] Returns the object in the form of hash
|
|
316
|
+
def to_hash
|
|
317
|
+
hash = {}
|
|
318
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
319
|
+
value = public_method(attr).call
|
|
320
|
+
next if value.nil? && !instance_variable_defined?("@#{attr}")
|
|
321
|
+
|
|
322
|
+
hash[param] = _to_hash(value)
|
|
323
|
+
end
|
|
324
|
+
hash
|
|
325
|
+
end
|
|
326
|
+
|
|
327
|
+
private
|
|
328
|
+
|
|
329
|
+
# Outputs non-array value in the form of hash
|
|
330
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
331
|
+
# @param [Object] value Any valid value
|
|
332
|
+
# @return [Hash] Returns the value in the form of hash
|
|
333
|
+
def _to_hash(value)
|
|
334
|
+
if value.is_a?(Array)
|
|
335
|
+
value.compact.map { |v| _to_hash(v) }
|
|
336
|
+
elsif value.is_a?(Hash)
|
|
337
|
+
{}.tap do |hash|
|
|
338
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
339
|
+
end
|
|
340
|
+
elsif value.respond_to? :to_hash
|
|
341
|
+
value.to_hash
|
|
342
|
+
else
|
|
343
|
+
value
|
|
344
|
+
end
|
|
345
|
+
end
|
|
346
|
+
end
|
|
347
|
+
end
|
|
348
|
+
# rubocop:enable Lint/UnneededCopDisableDirective, Metrics/LineLength
|