oci 2.16.0 → 2.17.0
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -75,6 +75,20 @@ module OCI
|
|
75
75
|
# @return [OCI::ContainerEngine::Models::CreateNodePoolNodeConfigDetails]
|
76
76
|
attr_accessor :node_config_details
|
77
77
|
|
78
|
+
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
79
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
80
|
+
# Example: `{\"Department\": \"Finance\"}`
|
81
|
+
#
|
82
|
+
# @return [Hash<String, String>]
|
83
|
+
attr_accessor :freeform_tags
|
84
|
+
|
85
|
+
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
86
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
87
|
+
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
88
|
+
#
|
89
|
+
# @return [Hash<String, Hash<String, Object>>]
|
90
|
+
attr_accessor :defined_tags
|
91
|
+
|
78
92
|
# Attribute mapping from ruby-style variable name to JSON key.
|
79
93
|
def self.attribute_map
|
80
94
|
{
|
@@ -92,7 +106,9 @@ module OCI
|
|
92
106
|
'ssh_public_key': :'sshPublicKey',
|
93
107
|
'quantity_per_subnet': :'quantityPerSubnet',
|
94
108
|
'subnet_ids': :'subnetIds',
|
95
|
-
'node_config_details': :'nodeConfigDetails'
|
109
|
+
'node_config_details': :'nodeConfigDetails',
|
110
|
+
'freeform_tags': :'freeformTags',
|
111
|
+
'defined_tags': :'definedTags'
|
96
112
|
# rubocop:enable Style/SymbolLiteral
|
97
113
|
}
|
98
114
|
end
|
@@ -114,7 +130,9 @@ module OCI
|
|
114
130
|
'ssh_public_key': :'String',
|
115
131
|
'quantity_per_subnet': :'Integer',
|
116
132
|
'subnet_ids': :'Array<String>',
|
117
|
-
'node_config_details': :'OCI::ContainerEngine::Models::CreateNodePoolNodeConfigDetails'
|
133
|
+
'node_config_details': :'OCI::ContainerEngine::Models::CreateNodePoolNodeConfigDetails',
|
134
|
+
'freeform_tags': :'Hash<String, String>',
|
135
|
+
'defined_tags': :'Hash<String, Hash<String, Object>>'
|
118
136
|
# rubocop:enable Style/SymbolLiteral
|
119
137
|
}
|
120
138
|
end
|
@@ -139,6 +157,8 @@ module OCI
|
|
139
157
|
# @option attributes [Integer] :quantity_per_subnet The value to assign to the {#quantity_per_subnet} property
|
140
158
|
# @option attributes [Array<String>] :subnet_ids The value to assign to the {#subnet_ids} property
|
141
159
|
# @option attributes [OCI::ContainerEngine::Models::CreateNodePoolNodeConfigDetails] :node_config_details The value to assign to the {#node_config_details} property
|
160
|
+
# @option attributes [Hash<String, String>] :freeform_tags The value to assign to the {#freeform_tags} property
|
161
|
+
# @option attributes [Hash<String, Hash<String, Object>>] :defined_tags The value to assign to the {#defined_tags} property
|
142
162
|
def initialize(attributes = {})
|
143
163
|
return unless attributes.is_a?(Hash)
|
144
164
|
|
@@ -226,6 +246,18 @@ module OCI
|
|
226
246
|
raise 'You cannot provide both :nodeConfigDetails and :node_config_details' if attributes.key?(:'nodeConfigDetails') && attributes.key?(:'node_config_details')
|
227
247
|
|
228
248
|
self.node_config_details = attributes[:'node_config_details'] if attributes[:'node_config_details']
|
249
|
+
|
250
|
+
self.freeform_tags = attributes[:'freeformTags'] if attributes[:'freeformTags']
|
251
|
+
|
252
|
+
raise 'You cannot provide both :freeformTags and :freeform_tags' if attributes.key?(:'freeformTags') && attributes.key?(:'freeform_tags')
|
253
|
+
|
254
|
+
self.freeform_tags = attributes[:'freeform_tags'] if attributes[:'freeform_tags']
|
255
|
+
|
256
|
+
self.defined_tags = attributes[:'definedTags'] if attributes[:'definedTags']
|
257
|
+
|
258
|
+
raise 'You cannot provide both :definedTags and :defined_tags' if attributes.key?(:'definedTags') && attributes.key?(:'defined_tags')
|
259
|
+
|
260
|
+
self.defined_tags = attributes[:'defined_tags'] if attributes[:'defined_tags']
|
229
261
|
end
|
230
262
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
231
263
|
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
@@ -252,7 +284,9 @@ module OCI
|
|
252
284
|
ssh_public_key == other.ssh_public_key &&
|
253
285
|
quantity_per_subnet == other.quantity_per_subnet &&
|
254
286
|
subnet_ids == other.subnet_ids &&
|
255
|
-
node_config_details == other.node_config_details
|
287
|
+
node_config_details == other.node_config_details &&
|
288
|
+
freeform_tags == other.freeform_tags &&
|
289
|
+
defined_tags == other.defined_tags
|
256
290
|
end
|
257
291
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
258
292
|
|
@@ -268,7 +302,7 @@ module OCI
|
|
268
302
|
# Calculates hash code according to all attributes.
|
269
303
|
# @return [Fixnum] Hash code
|
270
304
|
def hash
|
271
|
-
[compartment_id, cluster_id, name, kubernetes_version, node_metadata, node_image_name, node_source_details, node_shape, node_shape_config, initial_node_labels, ssh_public_key, quantity_per_subnet, subnet_ids, node_config_details].hash
|
305
|
+
[compartment_id, cluster_id, name, kubernetes_version, node_metadata, node_image_name, node_source_details, node_shape, node_shape_config, initial_node_labels, ssh_public_key, quantity_per_subnet, subnet_ids, node_config_details, freeform_tags, defined_tags].hash
|
272
306
|
end
|
273
307
|
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
274
308
|
|
@@ -25,6 +25,20 @@ module OCI
|
|
25
25
|
# @return [BOOLEAN]
|
26
26
|
attr_accessor :is_pv_encryption_in_transit_enabled
|
27
27
|
|
28
|
+
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
29
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
30
|
+
# Example: `{\"Department\": \"Finance\"}`
|
31
|
+
#
|
32
|
+
# @return [Hash<String, String>]
|
33
|
+
attr_accessor :freeform_tags
|
34
|
+
|
35
|
+
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
36
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
37
|
+
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
38
|
+
#
|
39
|
+
# @return [Hash<String, Hash<String, Object>>]
|
40
|
+
attr_accessor :defined_tags
|
41
|
+
|
28
42
|
# **[Required]** The placement configurations for the node pool. Provide one placement
|
29
43
|
# configuration for each availability domain in which you intend to launch a node.
|
30
44
|
#
|
@@ -43,6 +57,8 @@ module OCI
|
|
43
57
|
'nsg_ids': :'nsgIds',
|
44
58
|
'kms_key_id': :'kmsKeyId',
|
45
59
|
'is_pv_encryption_in_transit_enabled': :'isPvEncryptionInTransitEnabled',
|
60
|
+
'freeform_tags': :'freeformTags',
|
61
|
+
'defined_tags': :'definedTags',
|
46
62
|
'placement_configs': :'placementConfigs'
|
47
63
|
# rubocop:enable Style/SymbolLiteral
|
48
64
|
}
|
@@ -56,6 +72,8 @@ module OCI
|
|
56
72
|
'nsg_ids': :'Array<String>',
|
57
73
|
'kms_key_id': :'String',
|
58
74
|
'is_pv_encryption_in_transit_enabled': :'BOOLEAN',
|
75
|
+
'freeform_tags': :'Hash<String, String>',
|
76
|
+
'defined_tags': :'Hash<String, Hash<String, Object>>',
|
59
77
|
'placement_configs': :'Array<OCI::ContainerEngine::Models::NodePoolPlacementConfigDetails>'
|
60
78
|
# rubocop:enable Style/SymbolLiteral
|
61
79
|
}
|
@@ -71,6 +89,8 @@ module OCI
|
|
71
89
|
# @option attributes [Array<String>] :nsg_ids The value to assign to the {#nsg_ids} property
|
72
90
|
# @option attributes [String] :kms_key_id The value to assign to the {#kms_key_id} property
|
73
91
|
# @option attributes [BOOLEAN] :is_pv_encryption_in_transit_enabled The value to assign to the {#is_pv_encryption_in_transit_enabled} property
|
92
|
+
# @option attributes [Hash<String, String>] :freeform_tags The value to assign to the {#freeform_tags} property
|
93
|
+
# @option attributes [Hash<String, Hash<String, Object>>] :defined_tags The value to assign to the {#defined_tags} property
|
74
94
|
# @option attributes [Array<OCI::ContainerEngine::Models::NodePoolPlacementConfigDetails>] :placement_configs The value to assign to the {#placement_configs} property
|
75
95
|
def initialize(attributes = {})
|
76
96
|
return unless attributes.is_a?(Hash)
|
@@ -100,6 +120,18 @@ module OCI
|
|
100
120
|
self.is_pv_encryption_in_transit_enabled = attributes[:'is_pv_encryption_in_transit_enabled'] unless attributes[:'is_pv_encryption_in_transit_enabled'].nil?
|
101
121
|
self.is_pv_encryption_in_transit_enabled = false if is_pv_encryption_in_transit_enabled.nil? && !attributes.key?(:'isPvEncryptionInTransitEnabled') && !attributes.key?(:'is_pv_encryption_in_transit_enabled') # rubocop:disable Style/StringLiterals
|
102
122
|
|
123
|
+
self.freeform_tags = attributes[:'freeformTags'] if attributes[:'freeformTags']
|
124
|
+
|
125
|
+
raise 'You cannot provide both :freeformTags and :freeform_tags' if attributes.key?(:'freeformTags') && attributes.key?(:'freeform_tags')
|
126
|
+
|
127
|
+
self.freeform_tags = attributes[:'freeform_tags'] if attributes[:'freeform_tags']
|
128
|
+
|
129
|
+
self.defined_tags = attributes[:'definedTags'] if attributes[:'definedTags']
|
130
|
+
|
131
|
+
raise 'You cannot provide both :definedTags and :defined_tags' if attributes.key?(:'definedTags') && attributes.key?(:'defined_tags')
|
132
|
+
|
133
|
+
self.defined_tags = attributes[:'defined_tags'] if attributes[:'defined_tags']
|
134
|
+
|
103
135
|
self.placement_configs = attributes[:'placementConfigs'] if attributes[:'placementConfigs']
|
104
136
|
|
105
137
|
raise 'You cannot provide both :placementConfigs and :placement_configs' if attributes.key?(:'placementConfigs') && attributes.key?(:'placement_configs')
|
@@ -122,6 +154,8 @@ module OCI
|
|
122
154
|
nsg_ids == other.nsg_ids &&
|
123
155
|
kms_key_id == other.kms_key_id &&
|
124
156
|
is_pv_encryption_in_transit_enabled == other.is_pv_encryption_in_transit_enabled &&
|
157
|
+
freeform_tags == other.freeform_tags &&
|
158
|
+
defined_tags == other.defined_tags &&
|
125
159
|
placement_configs == other.placement_configs
|
126
160
|
end
|
127
161
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
@@ -138,7 +172,7 @@ module OCI
|
|
138
172
|
# Calculates hash code according to all attributes.
|
139
173
|
# @return [Fixnum] Hash code
|
140
174
|
def hash
|
141
|
-
[size, nsg_ids, kms_key_id, is_pv_encryption_in_transit_enabled, placement_configs].hash
|
175
|
+
[size, nsg_ids, kms_key_id, is_pv_encryption_in_transit_enabled, freeform_tags, defined_tags, placement_configs].hash
|
142
176
|
end
|
143
177
|
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
144
178
|
|
@@ -59,6 +59,26 @@ module OCI
|
|
59
59
|
# @return [OCI::ContainerEngine::Models::NodeError]
|
60
60
|
attr_accessor :node_error
|
61
61
|
|
62
|
+
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
63
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
64
|
+
# Example: `{\"Department\": \"Finance\"}`
|
65
|
+
#
|
66
|
+
# @return [Hash<String, String>]
|
67
|
+
attr_accessor :freeform_tags
|
68
|
+
|
69
|
+
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
70
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
71
|
+
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
72
|
+
#
|
73
|
+
# @return [Hash<String, Hash<String, Object>>]
|
74
|
+
attr_accessor :defined_tags
|
75
|
+
|
76
|
+
# Usage of system tag keys. These predefined keys are scoped to namespaces.
|
77
|
+
# Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
78
|
+
#
|
79
|
+
# @return [Hash<String, Hash<String, Object>>]
|
80
|
+
attr_accessor :system_tags
|
81
|
+
|
62
82
|
# The state of the node.
|
63
83
|
# @return [String]
|
64
84
|
attr_reader :lifecycle_state
|
@@ -81,6 +101,9 @@ module OCI
|
|
81
101
|
'private_ip': :'privateIp',
|
82
102
|
'public_ip': :'publicIp',
|
83
103
|
'node_error': :'nodeError',
|
104
|
+
'freeform_tags': :'freeformTags',
|
105
|
+
'defined_tags': :'definedTags',
|
106
|
+
'system_tags': :'systemTags',
|
84
107
|
'lifecycle_state': :'lifecycleState',
|
85
108
|
'lifecycle_details': :'lifecycleDetails'
|
86
109
|
# rubocop:enable Style/SymbolLiteral
|
@@ -101,6 +124,9 @@ module OCI
|
|
101
124
|
'private_ip': :'String',
|
102
125
|
'public_ip': :'String',
|
103
126
|
'node_error': :'OCI::ContainerEngine::Models::NodeError',
|
127
|
+
'freeform_tags': :'Hash<String, String>',
|
128
|
+
'defined_tags': :'Hash<String, Hash<String, Object>>',
|
129
|
+
'system_tags': :'Hash<String, Hash<String, Object>>',
|
104
130
|
'lifecycle_state': :'String',
|
105
131
|
'lifecycle_details': :'String'
|
106
132
|
# rubocop:enable Style/SymbolLiteral
|
@@ -123,6 +149,9 @@ module OCI
|
|
123
149
|
# @option attributes [String] :private_ip The value to assign to the {#private_ip} property
|
124
150
|
# @option attributes [String] :public_ip The value to assign to the {#public_ip} property
|
125
151
|
# @option attributes [OCI::ContainerEngine::Models::NodeError] :node_error The value to assign to the {#node_error} property
|
152
|
+
# @option attributes [Hash<String, String>] :freeform_tags The value to assign to the {#freeform_tags} property
|
153
|
+
# @option attributes [Hash<String, Hash<String, Object>>] :defined_tags The value to assign to the {#defined_tags} property
|
154
|
+
# @option attributes [Hash<String, Hash<String, Object>>] :system_tags The value to assign to the {#system_tags} property
|
126
155
|
# @option attributes [String] :lifecycle_state The value to assign to the {#lifecycle_state} property
|
127
156
|
# @option attributes [String] :lifecycle_details The value to assign to the {#lifecycle_details} property
|
128
157
|
def initialize(attributes = {})
|
@@ -183,6 +212,24 @@ module OCI
|
|
183
212
|
|
184
213
|
self.node_error = attributes[:'node_error'] if attributes[:'node_error']
|
185
214
|
|
215
|
+
self.freeform_tags = attributes[:'freeformTags'] if attributes[:'freeformTags']
|
216
|
+
|
217
|
+
raise 'You cannot provide both :freeformTags and :freeform_tags' if attributes.key?(:'freeformTags') && attributes.key?(:'freeform_tags')
|
218
|
+
|
219
|
+
self.freeform_tags = attributes[:'freeform_tags'] if attributes[:'freeform_tags']
|
220
|
+
|
221
|
+
self.defined_tags = attributes[:'definedTags'] if attributes[:'definedTags']
|
222
|
+
|
223
|
+
raise 'You cannot provide both :definedTags and :defined_tags' if attributes.key?(:'definedTags') && attributes.key?(:'defined_tags')
|
224
|
+
|
225
|
+
self.defined_tags = attributes[:'defined_tags'] if attributes[:'defined_tags']
|
226
|
+
|
227
|
+
self.system_tags = attributes[:'systemTags'] if attributes[:'systemTags']
|
228
|
+
|
229
|
+
raise 'You cannot provide both :systemTags and :system_tags' if attributes.key?(:'systemTags') && attributes.key?(:'system_tags')
|
230
|
+
|
231
|
+
self.system_tags = attributes[:'system_tags'] if attributes[:'system_tags']
|
232
|
+
|
186
233
|
self.lifecycle_state = attributes[:'lifecycleState'] if attributes[:'lifecycleState']
|
187
234
|
|
188
235
|
raise 'You cannot provide both :lifecycleState and :lifecycle_state' if attributes.key?(:'lifecycleState') && attributes.key?(:'lifecycle_state')
|
@@ -230,6 +277,9 @@ module OCI
|
|
230
277
|
private_ip == other.private_ip &&
|
231
278
|
public_ip == other.public_ip &&
|
232
279
|
node_error == other.node_error &&
|
280
|
+
freeform_tags == other.freeform_tags &&
|
281
|
+
defined_tags == other.defined_tags &&
|
282
|
+
system_tags == other.system_tags &&
|
233
283
|
lifecycle_state == other.lifecycle_state &&
|
234
284
|
lifecycle_details == other.lifecycle_details
|
235
285
|
end
|
@@ -247,7 +297,7 @@ module OCI
|
|
247
297
|
# Calculates hash code according to all attributes.
|
248
298
|
# @return [Fixnum] Hash code
|
249
299
|
def hash
|
250
|
-
[id, name, kubernetes_version, availability_domain, subnet_id, node_pool_id, fault_domain, private_ip, public_ip, node_error, lifecycle_state, lifecycle_details].hash
|
300
|
+
[id, name, kubernetes_version, availability_domain, subnet_id, node_pool_id, fault_domain, private_ip, public_ip, node_error, freeform_tags, defined_tags, system_tags, lifecycle_state, lifecycle_details].hash
|
251
301
|
end
|
252
302
|
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
253
303
|
|
@@ -81,6 +81,26 @@ module OCI
|
|
81
81
|
# @return [OCI::ContainerEngine::Models::NodePoolNodeConfigDetails]
|
82
82
|
attr_accessor :node_config_details
|
83
83
|
|
84
|
+
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
85
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
86
|
+
# Example: `{\"Department\": \"Finance\"}`
|
87
|
+
#
|
88
|
+
# @return [Hash<String, String>]
|
89
|
+
attr_accessor :freeform_tags
|
90
|
+
|
91
|
+
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
92
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
93
|
+
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
94
|
+
#
|
95
|
+
# @return [Hash<String, Hash<String, Object>>]
|
96
|
+
attr_accessor :defined_tags
|
97
|
+
|
98
|
+
# Usage of system tag keys. These predefined keys are scoped to namespaces.
|
99
|
+
# Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
100
|
+
#
|
101
|
+
# @return [Hash<String, Hash<String, Object>>]
|
102
|
+
attr_accessor :system_tags
|
103
|
+
|
84
104
|
# Attribute mapping from ruby-style variable name to JSON key.
|
85
105
|
def self.attribute_map
|
86
106
|
{
|
@@ -102,7 +122,10 @@ module OCI
|
|
102
122
|
'quantity_per_subnet': :'quantityPerSubnet',
|
103
123
|
'subnet_ids': :'subnetIds',
|
104
124
|
'nodes': :'nodes',
|
105
|
-
'node_config_details': :'nodeConfigDetails'
|
125
|
+
'node_config_details': :'nodeConfigDetails',
|
126
|
+
'freeform_tags': :'freeformTags',
|
127
|
+
'defined_tags': :'definedTags',
|
128
|
+
'system_tags': :'systemTags'
|
106
129
|
# rubocop:enable Style/SymbolLiteral
|
107
130
|
}
|
108
131
|
end
|
@@ -128,7 +151,10 @@ module OCI
|
|
128
151
|
'quantity_per_subnet': :'Integer',
|
129
152
|
'subnet_ids': :'Array<String>',
|
130
153
|
'nodes': :'Array<OCI::ContainerEngine::Models::Node>',
|
131
|
-
'node_config_details': :'OCI::ContainerEngine::Models::NodePoolNodeConfigDetails'
|
154
|
+
'node_config_details': :'OCI::ContainerEngine::Models::NodePoolNodeConfigDetails',
|
155
|
+
'freeform_tags': :'Hash<String, String>',
|
156
|
+
'defined_tags': :'Hash<String, Hash<String, Object>>',
|
157
|
+
'system_tags': :'Hash<String, Hash<String, Object>>'
|
132
158
|
# rubocop:enable Style/SymbolLiteral
|
133
159
|
}
|
134
160
|
end
|
@@ -157,6 +183,9 @@ module OCI
|
|
157
183
|
# @option attributes [Array<String>] :subnet_ids The value to assign to the {#subnet_ids} property
|
158
184
|
# @option attributes [Array<OCI::ContainerEngine::Models::Node>] :nodes The value to assign to the {#nodes} property
|
159
185
|
# @option attributes [OCI::ContainerEngine::Models::NodePoolNodeConfigDetails] :node_config_details The value to assign to the {#node_config_details} property
|
186
|
+
# @option attributes [Hash<String, String>] :freeform_tags The value to assign to the {#freeform_tags} property
|
187
|
+
# @option attributes [Hash<String, Hash<String, Object>>] :defined_tags The value to assign to the {#defined_tags} property
|
188
|
+
# @option attributes [Hash<String, Hash<String, Object>>] :system_tags The value to assign to the {#system_tags} property
|
160
189
|
def initialize(attributes = {})
|
161
190
|
return unless attributes.is_a?(Hash)
|
162
191
|
|
@@ -258,6 +287,24 @@ module OCI
|
|
258
287
|
raise 'You cannot provide both :nodeConfigDetails and :node_config_details' if attributes.key?(:'nodeConfigDetails') && attributes.key?(:'node_config_details')
|
259
288
|
|
260
289
|
self.node_config_details = attributes[:'node_config_details'] if attributes[:'node_config_details']
|
290
|
+
|
291
|
+
self.freeform_tags = attributes[:'freeformTags'] if attributes[:'freeformTags']
|
292
|
+
|
293
|
+
raise 'You cannot provide both :freeformTags and :freeform_tags' if attributes.key?(:'freeformTags') && attributes.key?(:'freeform_tags')
|
294
|
+
|
295
|
+
self.freeform_tags = attributes[:'freeform_tags'] if attributes[:'freeform_tags']
|
296
|
+
|
297
|
+
self.defined_tags = attributes[:'definedTags'] if attributes[:'definedTags']
|
298
|
+
|
299
|
+
raise 'You cannot provide both :definedTags and :defined_tags' if attributes.key?(:'definedTags') && attributes.key?(:'defined_tags')
|
300
|
+
|
301
|
+
self.defined_tags = attributes[:'defined_tags'] if attributes[:'defined_tags']
|
302
|
+
|
303
|
+
self.system_tags = attributes[:'systemTags'] if attributes[:'systemTags']
|
304
|
+
|
305
|
+
raise 'You cannot provide both :systemTags and :system_tags' if attributes.key?(:'systemTags') && attributes.key?(:'system_tags')
|
306
|
+
|
307
|
+
self.system_tags = attributes[:'system_tags'] if attributes[:'system_tags']
|
261
308
|
end
|
262
309
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
263
310
|
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
@@ -288,7 +335,10 @@ module OCI
|
|
288
335
|
quantity_per_subnet == other.quantity_per_subnet &&
|
289
336
|
subnet_ids == other.subnet_ids &&
|
290
337
|
nodes == other.nodes &&
|
291
|
-
node_config_details == other.node_config_details
|
338
|
+
node_config_details == other.node_config_details &&
|
339
|
+
freeform_tags == other.freeform_tags &&
|
340
|
+
defined_tags == other.defined_tags &&
|
341
|
+
system_tags == other.system_tags
|
292
342
|
end
|
293
343
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
294
344
|
|
@@ -304,7 +354,7 @@ module OCI
|
|
304
354
|
# Calculates hash code according to all attributes.
|
305
355
|
# @return [Fixnum] Hash code
|
306
356
|
def hash
|
307
|
-
[id, compartment_id, cluster_id, name, kubernetes_version, node_metadata, node_image_id, node_image_name, node_shape_config, node_source, node_source_details, node_shape, initial_node_labels, ssh_public_key, quantity_per_subnet, subnet_ids, nodes, node_config_details].hash
|
357
|
+
[id, compartment_id, cluster_id, name, kubernetes_version, node_metadata, node_image_id, node_image_name, node_shape_config, node_source, node_source_details, node_shape, initial_node_labels, ssh_public_key, quantity_per_subnet, subnet_ids, nodes, node_config_details, freeform_tags, defined_tags, system_tags].hash
|
308
358
|
end
|
309
359
|
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
310
360
|
|
@@ -25,6 +25,20 @@ module OCI
|
|
25
25
|
# @return [BOOLEAN]
|
26
26
|
attr_accessor :is_pv_encryption_in_transit_enabled
|
27
27
|
|
28
|
+
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
29
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
30
|
+
# Example: `{\"Department\": \"Finance\"}`
|
31
|
+
#
|
32
|
+
# @return [Hash<String, String>]
|
33
|
+
attr_accessor :freeform_tags
|
34
|
+
|
35
|
+
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
36
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
37
|
+
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
38
|
+
#
|
39
|
+
# @return [Hash<String, Hash<String, Object>>]
|
40
|
+
attr_accessor :defined_tags
|
41
|
+
|
28
42
|
# The placement configurations for the node pool. Provide one placement
|
29
43
|
# configuration for each availability domain in which you intend to launch a node.
|
30
44
|
#
|
@@ -43,6 +57,8 @@ module OCI
|
|
43
57
|
'nsg_ids': :'nsgIds',
|
44
58
|
'kms_key_id': :'kmsKeyId',
|
45
59
|
'is_pv_encryption_in_transit_enabled': :'isPvEncryptionInTransitEnabled',
|
60
|
+
'freeform_tags': :'freeformTags',
|
61
|
+
'defined_tags': :'definedTags',
|
46
62
|
'placement_configs': :'placementConfigs'
|
47
63
|
# rubocop:enable Style/SymbolLiteral
|
48
64
|
}
|
@@ -56,6 +72,8 @@ module OCI
|
|
56
72
|
'nsg_ids': :'Array<String>',
|
57
73
|
'kms_key_id': :'String',
|
58
74
|
'is_pv_encryption_in_transit_enabled': :'BOOLEAN',
|
75
|
+
'freeform_tags': :'Hash<String, String>',
|
76
|
+
'defined_tags': :'Hash<String, Hash<String, Object>>',
|
59
77
|
'placement_configs': :'Array<OCI::ContainerEngine::Models::NodePoolPlacementConfigDetails>'
|
60
78
|
# rubocop:enable Style/SymbolLiteral
|
61
79
|
}
|
@@ -71,6 +89,8 @@ module OCI
|
|
71
89
|
# @option attributes [Array<String>] :nsg_ids The value to assign to the {#nsg_ids} property
|
72
90
|
# @option attributes [String] :kms_key_id The value to assign to the {#kms_key_id} property
|
73
91
|
# @option attributes [BOOLEAN] :is_pv_encryption_in_transit_enabled The value to assign to the {#is_pv_encryption_in_transit_enabled} property
|
92
|
+
# @option attributes [Hash<String, String>] :freeform_tags The value to assign to the {#freeform_tags} property
|
93
|
+
# @option attributes [Hash<String, Hash<String, Object>>] :defined_tags The value to assign to the {#defined_tags} property
|
74
94
|
# @option attributes [Array<OCI::ContainerEngine::Models::NodePoolPlacementConfigDetails>] :placement_configs The value to assign to the {#placement_configs} property
|
75
95
|
def initialize(attributes = {})
|
76
96
|
return unless attributes.is_a?(Hash)
|
@@ -100,6 +120,18 @@ module OCI
|
|
100
120
|
self.is_pv_encryption_in_transit_enabled = attributes[:'is_pv_encryption_in_transit_enabled'] unless attributes[:'is_pv_encryption_in_transit_enabled'].nil?
|
101
121
|
self.is_pv_encryption_in_transit_enabled = false if is_pv_encryption_in_transit_enabled.nil? && !attributes.key?(:'isPvEncryptionInTransitEnabled') && !attributes.key?(:'is_pv_encryption_in_transit_enabled') # rubocop:disable Style/StringLiterals
|
102
122
|
|
123
|
+
self.freeform_tags = attributes[:'freeformTags'] if attributes[:'freeformTags']
|
124
|
+
|
125
|
+
raise 'You cannot provide both :freeformTags and :freeform_tags' if attributes.key?(:'freeformTags') && attributes.key?(:'freeform_tags')
|
126
|
+
|
127
|
+
self.freeform_tags = attributes[:'freeform_tags'] if attributes[:'freeform_tags']
|
128
|
+
|
129
|
+
self.defined_tags = attributes[:'definedTags'] if attributes[:'definedTags']
|
130
|
+
|
131
|
+
raise 'You cannot provide both :definedTags and :defined_tags' if attributes.key?(:'definedTags') && attributes.key?(:'defined_tags')
|
132
|
+
|
133
|
+
self.defined_tags = attributes[:'defined_tags'] if attributes[:'defined_tags']
|
134
|
+
|
103
135
|
self.placement_configs = attributes[:'placementConfigs'] if attributes[:'placementConfigs']
|
104
136
|
|
105
137
|
raise 'You cannot provide both :placementConfigs and :placement_configs' if attributes.key?(:'placementConfigs') && attributes.key?(:'placement_configs')
|
@@ -122,6 +154,8 @@ module OCI
|
|
122
154
|
nsg_ids == other.nsg_ids &&
|
123
155
|
kms_key_id == other.kms_key_id &&
|
124
156
|
is_pv_encryption_in_transit_enabled == other.is_pv_encryption_in_transit_enabled &&
|
157
|
+
freeform_tags == other.freeform_tags &&
|
158
|
+
defined_tags == other.defined_tags &&
|
125
159
|
placement_configs == other.placement_configs
|
126
160
|
end
|
127
161
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
@@ -138,7 +172,7 @@ module OCI
|
|
138
172
|
# Calculates hash code according to all attributes.
|
139
173
|
# @return [Fixnum] Hash code
|
140
174
|
def hash
|
141
|
-
[size, nsg_ids, kms_key_id, is_pv_encryption_in_transit_enabled, placement_configs].hash
|
175
|
+
[size, nsg_ids, kms_key_id, is_pv_encryption_in_transit_enabled, freeform_tags, defined_tags, placement_configs].hash
|
142
176
|
end
|
143
177
|
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
144
178
|
|
@@ -17,12 +17,17 @@ module OCI
|
|
17
17
|
# @return [String]
|
18
18
|
attr_accessor :subnet_id
|
19
19
|
|
20
|
+
# The OCID of the compute capacity reservation in which to place the compute instance.
|
21
|
+
# @return [String]
|
22
|
+
attr_accessor :capacity_reservation_id
|
23
|
+
|
20
24
|
# Attribute mapping from ruby-style variable name to JSON key.
|
21
25
|
def self.attribute_map
|
22
26
|
{
|
23
27
|
# rubocop:disable Style/SymbolLiteral
|
24
28
|
'availability_domain': :'availabilityDomain',
|
25
|
-
'subnet_id': :'subnetId'
|
29
|
+
'subnet_id': :'subnetId',
|
30
|
+
'capacity_reservation_id': :'capacityReservationId'
|
26
31
|
# rubocop:enable Style/SymbolLiteral
|
27
32
|
}
|
28
33
|
end
|
@@ -32,7 +37,8 @@ module OCI
|
|
32
37
|
{
|
33
38
|
# rubocop:disable Style/SymbolLiteral
|
34
39
|
'availability_domain': :'String',
|
35
|
-
'subnet_id': :'String'
|
40
|
+
'subnet_id': :'String',
|
41
|
+
'capacity_reservation_id': :'String'
|
36
42
|
# rubocop:enable Style/SymbolLiteral
|
37
43
|
}
|
38
44
|
end
|
@@ -45,6 +51,7 @@ module OCI
|
|
45
51
|
# @param [Hash] attributes Model attributes in the form of hash
|
46
52
|
# @option attributes [String] :availability_domain The value to assign to the {#availability_domain} property
|
47
53
|
# @option attributes [String] :subnet_id The value to assign to the {#subnet_id} property
|
54
|
+
# @option attributes [String] :capacity_reservation_id The value to assign to the {#capacity_reservation_id} property
|
48
55
|
def initialize(attributes = {})
|
49
56
|
return unless attributes.is_a?(Hash)
|
50
57
|
|
@@ -62,6 +69,12 @@ module OCI
|
|
62
69
|
raise 'You cannot provide both :subnetId and :subnet_id' if attributes.key?(:'subnetId') && attributes.key?(:'subnet_id')
|
63
70
|
|
64
71
|
self.subnet_id = attributes[:'subnet_id'] if attributes[:'subnet_id']
|
72
|
+
|
73
|
+
self.capacity_reservation_id = attributes[:'capacityReservationId'] if attributes[:'capacityReservationId']
|
74
|
+
|
75
|
+
raise 'You cannot provide both :capacityReservationId and :capacity_reservation_id' if attributes.key?(:'capacityReservationId') && attributes.key?(:'capacity_reservation_id')
|
76
|
+
|
77
|
+
self.capacity_reservation_id = attributes[:'capacity_reservation_id'] if attributes[:'capacity_reservation_id']
|
65
78
|
end
|
66
79
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
67
80
|
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
@@ -76,7 +89,8 @@ module OCI
|
|
76
89
|
|
77
90
|
self.class == other.class &&
|
78
91
|
availability_domain == other.availability_domain &&
|
79
|
-
subnet_id == other.subnet_id
|
92
|
+
subnet_id == other.subnet_id &&
|
93
|
+
capacity_reservation_id == other.capacity_reservation_id
|
80
94
|
end
|
81
95
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
82
96
|
|
@@ -92,7 +106,7 @@ module OCI
|
|
92
106
|
# Calculates hash code according to all attributes.
|
93
107
|
# @return [Fixnum] Hash code
|
94
108
|
def hash
|
95
|
-
[availability_domain, subnet_id].hash
|
109
|
+
[availability_domain, subnet_id, capacity_reservation_id].hash
|
96
110
|
end
|
97
111
|
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
98
112
|
|
@@ -73,6 +73,26 @@ module OCI
|
|
73
73
|
# @return [OCI::ContainerEngine::Models::NodePoolNodeConfigDetails]
|
74
74
|
attr_accessor :node_config_details
|
75
75
|
|
76
|
+
# Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
77
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
78
|
+
# Example: `{\"Department\": \"Finance\"}`
|
79
|
+
#
|
80
|
+
# @return [Hash<String, String>]
|
81
|
+
attr_accessor :freeform_tags
|
82
|
+
|
83
|
+
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
84
|
+
# For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
85
|
+
# Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
86
|
+
#
|
87
|
+
# @return [Hash<String, Hash<String, Object>>]
|
88
|
+
attr_accessor :defined_tags
|
89
|
+
|
90
|
+
# Usage of system tag keys. These predefined keys are scoped to namespaces.
|
91
|
+
# Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
92
|
+
#
|
93
|
+
# @return [Hash<String, Hash<String, Object>>]
|
94
|
+
attr_accessor :system_tags
|
95
|
+
|
76
96
|
# Attribute mapping from ruby-style variable name to JSON key.
|
77
97
|
def self.attribute_map
|
78
98
|
{
|
@@ -92,7 +112,10 @@ module OCI
|
|
92
112
|
'ssh_public_key': :'sshPublicKey',
|
93
113
|
'quantity_per_subnet': :'quantityPerSubnet',
|
94
114
|
'subnet_ids': :'subnetIds',
|
95
|
-
'node_config_details': :'nodeConfigDetails'
|
115
|
+
'node_config_details': :'nodeConfigDetails',
|
116
|
+
'freeform_tags': :'freeformTags',
|
117
|
+
'defined_tags': :'definedTags',
|
118
|
+
'system_tags': :'systemTags'
|
96
119
|
# rubocop:enable Style/SymbolLiteral
|
97
120
|
}
|
98
121
|
end
|
@@ -116,7 +139,10 @@ module OCI
|
|
116
139
|
'ssh_public_key': :'String',
|
117
140
|
'quantity_per_subnet': :'Integer',
|
118
141
|
'subnet_ids': :'Array<String>',
|
119
|
-
'node_config_details': :'OCI::ContainerEngine::Models::NodePoolNodeConfigDetails'
|
142
|
+
'node_config_details': :'OCI::ContainerEngine::Models::NodePoolNodeConfigDetails',
|
143
|
+
'freeform_tags': :'Hash<String, String>',
|
144
|
+
'defined_tags': :'Hash<String, Hash<String, Object>>',
|
145
|
+
'system_tags': :'Hash<String, Hash<String, Object>>'
|
120
146
|
# rubocop:enable Style/SymbolLiteral
|
121
147
|
}
|
122
148
|
end
|
@@ -143,6 +169,9 @@ module OCI
|
|
143
169
|
# @option attributes [Integer] :quantity_per_subnet The value to assign to the {#quantity_per_subnet} property
|
144
170
|
# @option attributes [Array<String>] :subnet_ids The value to assign to the {#subnet_ids} property
|
145
171
|
# @option attributes [OCI::ContainerEngine::Models::NodePoolNodeConfigDetails] :node_config_details The value to assign to the {#node_config_details} property
|
172
|
+
# @option attributes [Hash<String, String>] :freeform_tags The value to assign to the {#freeform_tags} property
|
173
|
+
# @option attributes [Hash<String, Hash<String, Object>>] :defined_tags The value to assign to the {#defined_tags} property
|
174
|
+
# @option attributes [Hash<String, Hash<String, Object>>] :system_tags The value to assign to the {#system_tags} property
|
146
175
|
def initialize(attributes = {})
|
147
176
|
return unless attributes.is_a?(Hash)
|
148
177
|
|
@@ -236,6 +265,24 @@ module OCI
|
|
236
265
|
raise 'You cannot provide both :nodeConfigDetails and :node_config_details' if attributes.key?(:'nodeConfigDetails') && attributes.key?(:'node_config_details')
|
237
266
|
|
238
267
|
self.node_config_details = attributes[:'node_config_details'] if attributes[:'node_config_details']
|
268
|
+
|
269
|
+
self.freeform_tags = attributes[:'freeformTags'] if attributes[:'freeformTags']
|
270
|
+
|
271
|
+
raise 'You cannot provide both :freeformTags and :freeform_tags' if attributes.key?(:'freeformTags') && attributes.key?(:'freeform_tags')
|
272
|
+
|
273
|
+
self.freeform_tags = attributes[:'freeform_tags'] if attributes[:'freeform_tags']
|
274
|
+
|
275
|
+
self.defined_tags = attributes[:'definedTags'] if attributes[:'definedTags']
|
276
|
+
|
277
|
+
raise 'You cannot provide both :definedTags and :defined_tags' if attributes.key?(:'definedTags') && attributes.key?(:'defined_tags')
|
278
|
+
|
279
|
+
self.defined_tags = attributes[:'defined_tags'] if attributes[:'defined_tags']
|
280
|
+
|
281
|
+
self.system_tags = attributes[:'systemTags'] if attributes[:'systemTags']
|
282
|
+
|
283
|
+
raise 'You cannot provide both :systemTags and :system_tags' if attributes.key?(:'systemTags') && attributes.key?(:'system_tags')
|
284
|
+
|
285
|
+
self.system_tags = attributes[:'system_tags'] if attributes[:'system_tags']
|
239
286
|
end
|
240
287
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
241
288
|
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
@@ -264,7 +311,10 @@ module OCI
|
|
264
311
|
ssh_public_key == other.ssh_public_key &&
|
265
312
|
quantity_per_subnet == other.quantity_per_subnet &&
|
266
313
|
subnet_ids == other.subnet_ids &&
|
267
|
-
node_config_details == other.node_config_details
|
314
|
+
node_config_details == other.node_config_details &&
|
315
|
+
freeform_tags == other.freeform_tags &&
|
316
|
+
defined_tags == other.defined_tags &&
|
317
|
+
system_tags == other.system_tags
|
268
318
|
end
|
269
319
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
270
320
|
|
@@ -280,7 +330,7 @@ module OCI
|
|
280
330
|
# Calculates hash code according to all attributes.
|
281
331
|
# @return [Fixnum] Hash code
|
282
332
|
def hash
|
283
|
-
[id, compartment_id, cluster_id, name, kubernetes_version, node_image_id, node_image_name, node_shape_config, node_source, node_source_details, node_shape, initial_node_labels, ssh_public_key, quantity_per_subnet, subnet_ids, node_config_details].hash
|
333
|
+
[id, compartment_id, cluster_id, name, kubernetes_version, node_image_id, node_image_name, node_shape_config, node_source, node_source_details, node_shape, initial_node_labels, ssh_public_key, quantity_per_subnet, subnet_ids, node_config_details, freeform_tags, defined_tags, system_tags].hash
|
284
334
|
end
|
285
335
|
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
286
336
|
|