oci 2.14.0 → 2.15.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 +7 -2
- data/lib/oci.rb +5 -0
- data/lib/oci/ai_anomaly_detection/ai_anomaly_detection.rb +76 -0
- data/lib/oci/ai_anomaly_detection/anomaly_detection_client.rb +2054 -0
- data/lib/oci/ai_anomaly_detection/anomaly_detection_client_composite_operations.rb +658 -0
- data/lib/oci/ai_anomaly_detection/models/action_type.rb +14 -0
- data/lib/oci/ai_anomaly_detection/models/ai_private_endpoint.rb +350 -0
- data/lib/oci/ai_anomaly_detection/models/ai_private_endpoint_collection.rb +150 -0
- data/lib/oci/ai_anomaly_detection/models/ai_private_endpoint_summary.rb +312 -0
- data/lib/oci/ai_anomaly_detection/models/anomaly.rb +210 -0
- data/lib/oci/ai_anomaly_detection/models/anomaly_detect_result.rb +154 -0
- data/lib/oci/ai_anomaly_detection/models/change_ai_private_endpoint_compartment_details.rb +154 -0
- data/lib/oci/ai_anomaly_detection/models/change_data_asset_compartment_details.rb +154 -0
- data/lib/oci/ai_anomaly_detection/models/change_model_compartment_details.rb +156 -0
- data/lib/oci/ai_anomaly_detection/models/change_project_compartment_details.rb +156 -0
- data/lib/oci/ai_anomaly_detection/models/create_ai_private_endpoint_details.rb +231 -0
- data/lib/oci/ai_anomaly_detection/models/create_data_asset_details.rb +253 -0
- data/lib/oci/ai_anomaly_detection/models/create_model_details.rb +238 -0
- data/lib/oci/ai_anomaly_detection/models/create_project_details.rb +211 -0
- data/lib/oci/ai_anomaly_detection/models/data_asset.rb +340 -0
- data/lib/oci/ai_anomaly_detection/models/data_asset_collection.rb +150 -0
- data/lib/oci/ai_anomaly_detection/models/data_asset_summary.rb +341 -0
- data/lib/oci/ai_anomaly_detection/models/data_item.rb +160 -0
- data/lib/oci/ai_anomaly_detection/models/data_source_details.rb +193 -0
- data/lib/oci/ai_anomaly_detection/models/data_source_details_atp.rb +302 -0
- data/lib/oci/ai_anomaly_detection/models/data_source_details_influx.rb +214 -0
- data/lib/oci/ai_anomaly_detection/models/data_source_details_object_storage.rb +186 -0
- data/lib/oci/ai_anomaly_detection/models/data_source_type.rb +12 -0
- data/lib/oci/ai_anomaly_detection/models/detect_anomalies_details.rb +202 -0
- data/lib/oci/ai_anomaly_detection/models/detection_result_item.rb +184 -0
- data/lib/oci/ai_anomaly_detection/models/embedded_detect_anomalies_request.rb +192 -0
- data/lib/oci/ai_anomaly_detection/models/influx_details.rb +191 -0
- data/lib/oci/ai_anomaly_detection/models/influx_details_v1v8.rb +176 -0
- data/lib/oci/ai_anomaly_detection/models/influx_details_v2v0.rb +176 -0
- data/lib/oci/ai_anomaly_detection/models/influx_version.rb +11 -0
- data/lib/oci/ai_anomaly_detection/models/inline_detect_anomalies_request.rb +179 -0
- data/lib/oci/ai_anomaly_detection/models/model.rb +358 -0
- data/lib/oci/ai_anomaly_detection/models/model_collection.rb +150 -0
- data/lib/oci/ai_anomaly_detection/models/model_summary.rb +305 -0
- data/lib/oci/ai_anomaly_detection/models/model_training_details.rb +186 -0
- data/lib/oci/ai_anomaly_detection/models/model_training_results.rb +215 -0
- data/lib/oci/ai_anomaly_detection/models/operation_status.rb +16 -0
- data/lib/oci/ai_anomaly_detection/models/operation_type.rb +16 -0
- data/lib/oci/ai_anomaly_detection/models/per_signal_details.rb +267 -0
- data/lib/oci/ai_anomaly_detection/models/project.rb +302 -0
- data/lib/oci/ai_anomaly_detection/models/project_collection.rb +150 -0
- data/lib/oci/ai_anomaly_detection/models/project_summary.rb +279 -0
- data/lib/oci/ai_anomaly_detection/models/row_reduction_details.rb +205 -0
- data/lib/oci/ai_anomaly_detection/models/sort_order.rb +11 -0
- data/lib/oci/ai_anomaly_detection/models/update_ai_private_endpoint_details.rb +202 -0
- data/lib/oci/ai_anomaly_detection/models/update_data_asset_details.rb +196 -0
- data/lib/oci/ai_anomaly_detection/models/update_model_details.rb +196 -0
- data/lib/oci/ai_anomaly_detection/models/update_project_details.rb +196 -0
- data/lib/oci/ai_anomaly_detection/models/work_request.rb +312 -0
- data/lib/oci/ai_anomaly_detection/models/work_request_error.rb +173 -0
- data/lib/oci/ai_anomaly_detection/models/work_request_error_collection.rb +150 -0
- data/lib/oci/ai_anomaly_detection/models/work_request_log_entry.rb +160 -0
- data/lib/oci/ai_anomaly_detection/models/work_request_log_entry_collection.rb +150 -0
- data/lib/oci/ai_anomaly_detection/models/work_request_resource.rb +219 -0
- data/lib/oci/ai_anomaly_detection/models/work_request_summary.rb +312 -0
- data/lib/oci/ai_anomaly_detection/models/work_request_summary_collection.rb +150 -0
- data/lib/oci/ai_anomaly_detection/util.rb +3 -0
- data/lib/oci/api_client.rb +4 -4
- data/lib/oci/application_migration/application_migration.rb +2 -0
- data/lib/oci/application_migration/models/authorization_details.rb +2 -1
- data/lib/oci/application_migration/models/import_manifest.rb +208 -0
- data/lib/oci/application_migration/models/import_source_details.rb +192 -0
- data/lib/oci/application_migration/models/source_details.rb +2 -0
- data/lib/oci/application_migration/models/source_summary.rb +1 -0
- data/lib/oci/application_migration/models/source_types.rb +2 -1
- data/lib/oci/artifacts/artifacts.rb +15 -0
- data/lib/oci/artifacts/artifacts_client.rb +1104 -147
- data/lib/oci/artifacts/artifacts_client_composite_operations.rb +211 -0
- data/lib/oci/artifacts/models/change_repository_compartment_details.rb +155 -0
- data/lib/oci/artifacts/models/container_repository.rb +18 -4
- data/lib/oci/artifacts/models/container_repository_summary.rb +18 -4
- data/lib/oci/artifacts/models/create_generic_repository_details.rb +169 -0
- data/lib/oci/artifacts/models/create_repository_details.rb +259 -0
- data/lib/oci/artifacts/models/generic_artifact.rb +337 -0
- data/lib/oci/artifacts/models/generic_artifact_collection.rb +150 -0
- data/lib/oci/artifacts/models/generic_artifact_summary.rb +316 -0
- data/lib/oci/artifacts/models/generic_repository.rb +181 -0
- data/lib/oci/artifacts/models/generic_repository_summary.rb +181 -0
- data/lib/oci/artifacts/models/repository.rb +338 -0
- data/lib/oci/{usage_api/models/schedule_report_collection.rb → artifacts/models/repository_collection.rb} +6 -6
- data/lib/oci/artifacts/models/repository_summary.rb +299 -0
- data/lib/oci/artifacts/models/update_generic_artifact_by_path_details.rb +176 -0
- data/lib/oci/artifacts/models/update_generic_artifact_details.rb +176 -0
- data/lib/oci/artifacts/models/update_generic_repository_details.rb +161 -0
- data/lib/oci/artifacts/models/update_repository_details.rb +230 -0
- data/lib/oci/bastion/bastion.rb +48 -0
- data/lib/oci/bastion/bastion_client.rb +1041 -0
- data/lib/oci/bastion/bastion_client_composite_operations.rb +311 -0
- data/lib/oci/bastion/models/action_type.rb +14 -0
- data/lib/oci/bastion/models/bastion.rb +434 -0
- data/lib/oci/bastion/models/bastion_lifecycle_state.rb +15 -0
- data/lib/oci/bastion/models/bastion_summary.rb +348 -0
- data/lib/oci/bastion/models/change_bastion_compartment_details.rb +154 -0
- data/lib/oci/bastion/models/create_bastion_details.rb +283 -0
- data/lib/oci/bastion/models/create_managed_ssh_session_target_resource_details.rb +194 -0
- data/lib/oci/bastion/models/create_port_forwarding_session_target_resource_details.rb +180 -0
- data/lib/oci/bastion/models/create_session_details.rb +238 -0
- data/lib/oci/bastion/models/create_session_target_resource_details.rb +198 -0
- data/lib/oci/bastion/models/managed_ssh_session_target_resource_details.rb +208 -0
- data/lib/oci/bastion/models/operation_status.rb +15 -0
- data/lib/oci/bastion/models/operation_type.rb +14 -0
- data/lib/oci/bastion/models/port_forwarding_session_target_resource_details.rb +194 -0
- data/lib/oci/bastion/models/public_key_details.rb +154 -0
- data/lib/oci/bastion/models/session.rb +393 -0
- data/lib/oci/bastion/models/session_lifecycle_state.rb +14 -0
- data/lib/oci/bastion/models/session_summary.rb +303 -0
- data/lib/oci/bastion/models/session_type.rb +11 -0
- data/lib/oci/bastion/models/sort_order.rb +11 -0
- data/lib/oci/bastion/models/target_resource_details.rb +205 -0
- data/lib/oci/bastion/models/update_bastion_details.rb +215 -0
- data/lib/oci/bastion/models/update_session_details.rb +154 -0
- data/lib/oci/bastion/models/work_request.rb +309 -0
- data/lib/oci/bastion/models/work_request_error.rb +173 -0
- data/lib/oci/bastion/models/work_request_log_entry.rb +160 -0
- data/lib/oci/bastion/models/work_request_resource.rb +219 -0
- data/lib/oci/bastion/models/work_request_summary.rb +309 -0
- data/lib/oci/bastion/util.rb +3 -0
- data/lib/oci/bds/bds_client.rb +70 -77
- data/lib/oci/bds/bds_client_composite_operations.rb +21 -21
- data/lib/oci/bds/models/add_auto_scaling_configuration_details.rb +5 -5
- data/lib/oci/bds/models/add_block_storage_details.rb +4 -4
- data/lib/oci/bds/models/add_cloud_sql_details.rb +4 -5
- data/lib/oci/bds/models/add_worker_nodes_details.rb +3 -3
- data/lib/oci/bds/models/auto_scale_policy.rb +3 -3
- data/lib/oci/bds/models/auto_scale_policy_metric_rule.rb +2 -2
- data/lib/oci/bds/models/auto_scale_policy_rule.rb +2 -2
- data/lib/oci/bds/models/auto_scaling_configuration.rb +7 -8
- data/lib/oci/bds/models/auto_scaling_configuration_summary.rb +7 -8
- data/lib/oci/bds/models/bds_instance.rb +17 -16
- data/lib/oci/bds/models/bds_instance_summary.rb +14 -14
- data/lib/oci/bds/models/change_bds_instance_compartment_details.rb +2 -2
- data/lib/oci/bds/models/change_shape_details.rb +1 -1
- data/lib/oci/bds/models/change_shape_nodes.rb +2 -2
- data/lib/oci/bds/models/cloud_sql_details.rb +3 -3
- data/lib/oci/bds/models/cluster_details.rb +26 -13
- data/lib/oci/bds/models/create_bds_instance_details.rb +11 -11
- data/lib/oci/bds/models/create_node_details.rb +6 -6
- data/lib/oci/bds/models/kerberos_details.rb +2 -2
- data/lib/oci/bds/models/metric_threshold_rule.rb +4 -4
- data/lib/oci/bds/models/network_config.rb +1 -1
- data/lib/oci/bds/models/node.rb +15 -15
- data/lib/oci/bds/models/remove_auto_scaling_configuration_details.rb +2 -2
- data/lib/oci/bds/models/remove_cloud_sql_details.rb +2 -2
- data/lib/oci/bds/models/restart_node_details.rb +2 -2
- data/lib/oci/bds/models/update_auto_scaling_configuration_details.rb +4 -4
- data/lib/oci/bds/models/update_bds_instance_details.rb +5 -5
- data/lib/oci/bds/models/work_request.rb +9 -14
- data/lib/oci/bds/models/work_request_error.rb +2 -3
- data/lib/oci/bds/models/work_request_log_entry.rb +1 -1
- data/lib/oci/bds/models/work_request_resource.rb +2 -5
- data/lib/oci/container_engine/container_engine.rb +2 -0
- data/lib/oci/container_engine/container_engine_client.rb +118 -0
- data/lib/oci/container_engine/container_engine_client_composite_operations.rb +50 -0
- data/lib/oci/container_engine/models/cluster_migrate_to_native_vcn_details.rb +169 -0
- data/lib/oci/container_engine/models/cluster_migrate_to_native_vcn_status.rb +187 -0
- data/lib/oci/container_engine/models/create_node_pool_node_config_details.rb +16 -1
- data/lib/oci/container_engine/models/node_pool_node_config_details.rb +16 -1
- data/lib/oci/container_engine/models/update_node_pool_node_config_details.rb +16 -1
- data/lib/oci/container_engine/models/work_request.rb +1 -0
- data/lib/oci/container_engine/models/work_request_operation_type.rb +1 -0
- data/lib/oci/container_engine/models/work_request_summary.rb +1 -0
- data/lib/oci/core/blockstorage_client.rb +70 -1
- data/lib/oci/core/blockstorage_client_composite_operations.rb +41 -0
- data/lib/oci/core/compute_client.rb +63 -0
- data/lib/oci/core/compute_client_composite_operations.rb +40 -0
- data/lib/oci/core/core.rb +4 -0
- data/lib/oci/core/models/attach_boot_volume_details.rb +35 -4
- data/lib/oci/core/models/attach_i_scsi_volume_details.rb +35 -4
- data/lib/oci/core/models/block_volume_replica.rb +1 -1
- data/lib/oci/core/models/boot_volume_attachment.rb +41 -4
- data/lib/oci/core/models/boot_volume_replica.rb +1 -1
- data/lib/oci/core/models/copy_volume_group_backup_details.rb +196 -0
- data/lib/oci/core/models/create_boot_volume_details.rb +1 -1
- data/lib/oci/core/models/create_dhcp_details.rb +32 -4
- data/lib/oci/core/models/create_vlan_details.rb +11 -3
- data/lib/oci/core/models/create_volume_details.rb +1 -1
- data/lib/oci/core/models/dhcp_options.rb +38 -4
- data/lib/oci/core/models/emulated_volume_attachment.rb +12 -4
- data/lib/oci/core/models/encryption_in_transit_type.rb +11 -0
- data/lib/oci/core/models/i_scsi_volume_attachment.rb +64 -4
- data/lib/oci/core/models/image.rb +18 -1
- data/lib/oci/core/models/instance_agent_features.rb +2 -2
- data/lib/oci/core/models/instance_configuration_instance_source_via_image_details.rb +1 -1
- data/lib/oci/core/models/instance_source_via_image_details.rb +1 -1
- data/lib/oci/core/models/launch_instance_availability_config_details.rb +2 -2
- data/lib/oci/core/models/multipath_device.rb +180 -0
- data/lib/oci/core/models/paravirtualized_volume_attachment.rb +12 -4
- data/lib/oci/core/models/update_dhcp_details.rb +32 -4
- data/lib/oci/core/models/update_instance_availability_config_details.rb +1 -1
- data/lib/oci/core/models/update_volume_attachment_details.rb +174 -0
- data/lib/oci/core/models/vlan.rb +2 -1
- data/lib/oci/core/models/volume_attachment.rb +58 -4
- data/lib/oci/core/virtual_network_client.rb +7 -5
- data/lib/oci/data_catalog/data_catalog.rb +11 -0
- data/lib/oci/data_catalog/data_catalog_client.rb +599 -7
- data/lib/oci/data_catalog/data_catalog_client_composite_operations.rb +188 -0
- data/lib/oci/data_catalog/models/attribute.rb +43 -1
- data/lib/oci/data_catalog/models/attribute_summary.rb +33 -4
- data/lib/oci/data_catalog/models/change_metastore_compartment_details.rb +154 -0
- data/lib/oci/data_catalog/models/create_custom_property_details.rb +17 -1
- data/lib/oci/data_catalog/models/create_job_definition_details.rb +2 -1
- data/lib/oci/data_catalog/models/create_job_execution_details.rb +2 -1
- data/lib/oci/data_catalog/models/create_metastore_details.rb +232 -0
- data/lib/oci/data_catalog/models/custom_property.rb +17 -1
- data/lib/oci/data_catalog/models/custom_property_get_usage.rb +17 -1
- data/lib/oci/data_catalog/models/custom_property_summary.rb +63 -4
- data/lib/oci/data_catalog/models/custom_property_type_usage.rb +20 -4
- data/lib/oci/data_catalog/models/data_asset.rb +16 -1
- data/lib/oci/data_catalog/models/data_asset_export_scope.rb +172 -0
- data/lib/oci/data_catalog/models/data_asset_import_export_type_filter.rb +11 -0
- data/lib/oci/data_catalog/models/entity.rb +30 -1
- data/lib/oci/data_catalog/models/export_data_asset_details.rb +154 -0
- data/lib/oci/data_catalog/models/folder.rb +44 -1
- data/lib/oci/data_catalog/models/folder_summary.rb +15 -1
- data/lib/oci/data_catalog/models/import_data_asset_details.rb +154 -0
- data/lib/oci/data_catalog/models/import_data_asset_job_result.rb +235 -0
- data/lib/oci/data_catalog/models/job.rb +1 -0
- data/lib/oci/data_catalog/models/job_definition.rb +1 -0
- data/lib/oci/data_catalog/models/job_definition_summary.rb +1 -0
- data/lib/oci/data_catalog/models/job_execution.rb +1 -0
- data/lib/oci/data_catalog/models/job_execution_summary.rb +1 -0
- data/lib/oci/data_catalog/models/job_summary.rb +1 -0
- data/lib/oci/data_catalog/models/job_type.rb +2 -1
- data/lib/oci/data_catalog/models/metastore.rb +325 -0
- data/lib/oci/data_catalog/models/metastore_summary.rb +292 -0
- data/lib/oci/data_catalog/models/object_relationship.rb +233 -0
- data/lib/oci/data_catalog/models/search_result.rb +15 -1
- data/lib/oci/data_catalog/models/type_custom_property_details.rb +20 -4
- data/lib/oci/data_catalog/models/update_custom_property_details.rb +17 -1
- data/lib/oci/data_catalog/models/update_metastore_details.rb +186 -0
- data/lib/oci/data_flow/data_flow_client.rb +3 -0
- data/lib/oci/data_flow/models/application.rb +16 -1
- data/lib/oci/data_flow/models/application_summary.rb +16 -1
- data/lib/oci/data_flow/models/create_application_details.rb +16 -1
- data/lib/oci/data_flow/models/create_run_details.rb +17 -1
- data/lib/oci/data_flow/models/run.rb +16 -1
- data/lib/oci/data_flow/models/update_application_details.rb +16 -1
- data/lib/oci/data_integration/data_integration.rb +52 -0
- data/lib/oci/data_integration/data_integration_client.rb +766 -24
- data/lib/oci/data_integration/models/abstract_format_attribute.rb +19 -4
- data/lib/oci/data_integration/models/abstract_read_attribute.rb +3 -0
- data/lib/oci/data_integration/models/abstract_write_attribute.rb +7 -0
- data/lib/oci/data_integration/models/auth_details.rb +213 -0
- data/lib/oci/data_integration/models/avro_format_attribute.rb +5 -1
- data/lib/oci/data_integration/models/bicc_read_attributes.rb +237 -0
- data/lib/oci/data_integration/models/config_parameter_value.rb +18 -4
- data/lib/oci/data_integration/models/connection.rb +4 -0
- data/lib/oci/data_integration/models/connection_details.rb +5 -1
- data/lib/oci/data_integration/models/connection_from_amazon_s3.rb +226 -0
- data/lib/oci/data_integration/models/connection_from_amazon_s3_details.rb +222 -0
- data/lib/oci/data_integration/models/connection_from_bicc.rb +236 -0
- data/lib/oci/data_integration/models/connection_from_bicc_details.rb +232 -0
- data/lib/oci/data_integration/models/connection_summary.rb +4 -0
- data/lib/oci/data_integration/models/connection_summary_from_amazon_s3.rb +227 -0
- data/lib/oci/data_integration/models/connection_summary_from_bicc.rb +223 -0
- data/lib/oci/data_integration/models/connector_attribute.rb +182 -0
- data/lib/oci/data_integration/models/create_connection_details.rb +5 -1
- data/lib/oci/data_integration/models/create_connection_from_amazon_s3.rb +210 -0
- data/lib/oci/data_integration/models/create_connection_from_bicc.rb +220 -0
- data/lib/oci/data_integration/models/create_data_asset_details.rb +5 -1
- data/lib/oci/data_integration/models/create_data_asset_from_adwc.rb +57 -1
- data/lib/oci/data_integration/models/create_data_asset_from_amazon_s3.rb +207 -0
- data/lib/oci/data_integration/models/create_data_asset_from_atp.rb +57 -1
- data/lib/oci/data_integration/models/create_data_asset_from_fusion_app.rb +211 -0
- data/lib/oci/data_integration/models/create_schedule_details.rb +272 -0
- data/lib/oci/data_integration/models/create_task_details.rb +7 -1
- data/lib/oci/data_integration/models/create_task_from_oci_dataflow_task.rb +213 -0
- data/lib/oci/data_integration/models/create_task_from_rest_task.rb +348 -0
- data/lib/oci/data_integration/models/create_task_from_sql_task.rb +246 -0
- data/lib/oci/data_integration/models/create_task_run_details.rb +15 -1
- data/lib/oci/data_integration/models/create_task_schedule_details.rb +476 -0
- data/lib/oci/data_integration/models/csv_format_attribute.rb +5 -15
- data/lib/oci/data_integration/models/data_asset.rb +4 -0
- data/lib/oci/data_integration/models/data_asset_from_amazon_s3.rb +223 -0
- data/lib/oci/data_integration/models/data_asset_from_fusion_app.rb +227 -0
- data/lib/oci/data_integration/models/data_asset_summary.rb +4 -0
- data/lib/oci/data_integration/models/data_asset_summary_from_amazon_s3.rb +219 -0
- data/lib/oci/data_integration/models/data_asset_summary_from_fusion_app.rb +223 -0
- data/lib/oci/data_integration/models/data_entity.rb +2 -0
- data/lib/oci/data_integration/models/data_entity_details.rb +3 -1
- data/lib/oci/data_integration/models/data_entity_from_data_store.rb +454 -0
- data/lib/oci/data_integration/models/data_entity_from_data_store_entity_details.rb +443 -0
- data/lib/oci/data_integration/models/data_entity_summary.rb +2 -0
- data/lib/oci/data_integration/models/data_entity_summary_from_data_store.rb +454 -0
- data/lib/oci/{usage_api/models/create_schedule_report_details.rb → data_integration/models/dataflow_application.rb} +20 -33
- data/lib/oci/data_integration/models/dependent_object_summary.rb +17 -4
- data/lib/oci/data_integration/models/enriched_entity.rb +31 -4
- data/lib/oci/data_integration/models/expression_operator.rb +250 -0
- data/lib/oci/data_integration/models/external_storage.rb +221 -0
- data/lib/oci/data_integration/models/json_format_attribute.rb +5 -1
- data/lib/oci/data_integration/models/lookup.rb +274 -0
- data/lib/oci/data_integration/models/native_shape_field.rb +3 -3
- data/lib/oci/data_integration/models/object_metadata.rb +17 -4
- data/lib/oci/data_integration/models/object_storage_write_attribute.rb +162 -0
- data/lib/oci/data_integration/models/object_storage_write_attributes.rb +164 -0
- data/lib/oci/data_integration/models/operator.rb +4 -1
- data/lib/oci/data_integration/models/oracle_adwc_write_attributes.rb +22 -12
- data/lib/oci/data_integration/models/oracle_atp_write_attributes.rb +22 -12
- data/lib/oci/data_integration/models/oracle_read_attributes.rb +13 -2
- data/lib/oci/data_integration/models/oracle_write_attributes.rb +13 -2
- data/lib/oci/data_integration/models/parameter.rb +4 -3
- data/lib/oci/data_integration/models/parent_reference.rb +18 -4
- data/lib/oci/data_integration/models/parquet_format_attribute.rb +162 -0
- data/lib/oci/data_integration/models/patch_change_summary.rb +3 -0
- data/lib/oci/data_integration/models/patch_object_metadata.rb +3 -0
- data/lib/oci/data_integration/models/published_object.rb +3 -0
- data/lib/oci/data_integration/models/published_object_summary.rb +3 -0
- data/lib/oci/data_integration/models/schedule_summary.rb +295 -0
- data/lib/oci/data_integration/models/schedule_summary_collection.rb +150 -0
- data/lib/oci/data_integration/models/script.rb +202 -0
- data/lib/oci/data_integration/models/shape_field.rb +3 -3
- data/lib/oci/data_integration/models/task.rb +23 -4
- data/lib/oci/data_integration/models/task_from_data_loader_task_details.rb +5 -1
- data/lib/oci/data_integration/models/task_from_integration_task_details.rb +5 -1
- data/lib/oci/data_integration/models/task_from_oci_dataflow_task_details.rb +225 -0
- data/lib/oci/data_integration/models/task_from_pipeline_task_details.rb +5 -1
- data/lib/oci/data_integration/models/task_from_rest_task_details.rb +379 -0
- data/lib/oci/data_integration/models/task_from_sql_task_details.rb +265 -0
- data/lib/oci/data_integration/models/task_operator.rb +3 -0
- data/lib/oci/data_integration/models/task_run.rb +62 -1
- data/lib/oci/data_integration/models/task_run_details.rb +3 -0
- data/lib/oci/data_integration/models/task_run_summary.rb +3 -0
- data/lib/oci/data_integration/models/task_schedule_summary.rb +532 -0
- data/lib/oci/data_integration/models/task_schedule_summary_collection.rb +150 -0
- data/lib/oci/data_integration/models/task_summary.rb +6 -0
- data/lib/oci/data_integration/models/task_summary_from_oci_dataflow_task.rb +221 -0
- data/lib/oci/data_integration/models/task_summary_from_rest_task.rb +356 -0
- data/lib/oci/data_integration/models/task_summary_from_sql_task.rb +254 -0
- data/lib/oci/data_integration/models/update_connection_details.rb +5 -1
- data/lib/oci/data_integration/models/update_connection_from_amazon_s3.rb +214 -0
- data/lib/oci/data_integration/models/update_connection_from_bicc.rb +224 -0
- data/lib/oci/data_integration/models/update_data_asset_details.rb +5 -1
- data/lib/oci/data_integration/models/update_data_asset_from_adwc.rb +57 -1
- data/lib/oci/data_integration/models/update_data_asset_from_amazon_s3.rb +198 -0
- data/lib/oci/data_integration/models/update_data_asset_from_atp.rb +57 -1
- data/lib/oci/data_integration/models/update_data_asset_from_fusion_app.rb +202 -0
- data/lib/oci/data_integration/models/update_schedule_details.rb +299 -0
- data/lib/oci/data_integration/models/update_task_details.rb +7 -1
- data/lib/oci/data_integration/models/update_task_from_oci_dataflow_task.rb +217 -0
- data/lib/oci/data_integration/models/update_task_from_rest_task.rb +366 -0
- data/lib/oci/data_integration/models/update_task_from_sql_task.rb +250 -0
- data/lib/oci/data_integration/models/update_task_run_details.rb +15 -1
- data/lib/oci/data_integration/models/update_task_schedule_details.rb +490 -0
- data/lib/oci/data_safe/data_safe.rb +18 -0
- data/lib/oci/data_safe/data_safe_client.rb +731 -17
- data/lib/oci/data_safe/data_safe_client_composite_operations.rb +247 -0
- data/lib/oci/{usage_api/models/update_schedule_report_details.rb → data_safe/models/activate_target_database_details.rb} +10 -14
- data/lib/oci/data_safe/models/autonomous_database_details.rb +166 -0
- data/lib/oci/data_safe/models/change_target_database_compartment_details.rb +154 -0
- data/lib/oci/data_safe/models/connection_option.rb +194 -0
- data/lib/oci/data_safe/models/create_target_database_details.rb +261 -0
- data/lib/oci/data_safe/models/credentials.rb +164 -0
- data/lib/oci/data_safe/models/data_safe_private_endpoint.rb +20 -4
- data/lib/oci/data_safe/models/data_safe_private_endpoint_summary.rb +54 -4
- data/lib/oci/data_safe/models/database_cloud_service_details.rb +194 -0
- data/lib/oci/data_safe/models/database_details.rb +231 -0
- data/lib/oci/data_safe/models/database_type.rb +12 -0
- data/lib/oci/data_safe/models/infrastructure_type.rb +13 -0
- data/lib/oci/data_safe/models/installed_database_details.rb +209 -0
- data/lib/oci/data_safe/models/on_prem_connector.rb +17 -1
- data/lib/oci/data_safe/models/on_prem_connector_summary.rb +17 -1
- data/lib/oci/data_safe/models/on_premise_connector.rb +162 -0
- data/lib/oci/data_safe/models/private_endpoint.rb +163 -0
- data/lib/oci/data_safe/models/service_list.rb +4 -0
- data/lib/oci/data_safe/models/target_database.rb +369 -0
- data/lib/oci/data_safe/models/target_database_lifecycle_state.rb +17 -0
- data/lib/oci/data_safe/models/target_database_summary.rb +359 -0
- data/lib/oci/data_safe/models/tls_config.rb +244 -0
- data/lib/oci/data_safe/models/update_target_database_details.rb +246 -0
- data/lib/oci/data_safe/models/work_request.rb +6 -0
- data/lib/oci/data_safe/models/work_request_summary.rb +6 -0
- data/lib/oci/data_science/data_science.rb +3 -0
- data/lib/oci/data_science/data_science_client.rb +16 -9
- data/lib/oci/data_science/data_science_client_composite_operations.rb +4 -4
- data/lib/oci/data_science/models/create_model_details.rb +60 -4
- data/lib/oci/data_science/models/create_model_provenance_details.rb +18 -4
- data/lib/oci/data_science/models/metadata.rb +197 -0
- data/lib/oci/data_science/models/model.rb +60 -4
- data/lib/oci/data_science/models/model_deployment.rb +1 -1
- data/lib/oci/data_science/models/model_provenance.rb +18 -4
- data/lib/oci/data_science/models/notebook_session_configuration_details.rb +17 -4
- data/lib/oci/data_science/models/notebook_session_shape_config_details.rb +169 -0
- data/lib/oci/data_science/models/notebook_session_shape_series.rb +13 -0
- data/lib/oci/data_science/models/notebook_session_shape_summary.rb +41 -4
- data/lib/oci/data_science/models/update_model_details.rb +32 -4
- data/lib/oci/data_science/models/update_model_provenance_details.rb +18 -4
- data/lib/oci/database/database.rb +17 -0
- data/lib/oci/database/database_client.rb +1228 -46
- data/lib/oci/database/database_client_composite_operations.rb +416 -0
- data/lib/oci/database/models/autonomous_container_database_dataguard_association.rb +2 -2
- data/lib/oci/database/models/autonomous_database.rb +213 -6
- data/lib/oci/database/models/autonomous_database_backup.rb +32 -4
- data/lib/oci/database/models/autonomous_database_backup_summary.rb +32 -4
- data/lib/oci/database/models/autonomous_database_dataguard_association.rb +2 -2
- data/lib/oci/{usage_api/models/schedule_report.rb → database/models/autonomous_database_key_history_entry.rb} +24 -36
- data/lib/oci/database/models/autonomous_database_standby_summary.rb +19 -4
- data/lib/oci/database/models/autonomous_database_summary.rb +213 -6
- data/lib/oci/database/models/cloud_exadata_infrastructure.rb +21 -4
- data/lib/oci/database/models/cloud_exadata_infrastructure_summary.rb +21 -4
- data/lib/oci/database/models/configure_autonomous_database_vault_key_details.rb +182 -0
- data/lib/oci/database/models/create_autonomous_database_base.rb +118 -7
- data/lib/oci/database/models/create_autonomous_database_clone_details.rb +21 -1
- data/lib/oci/database/models/create_autonomous_database_details.rb +24 -4
- data/lib/oci/database/models/create_autonomous_database_from_backup_details.rb +21 -1
- data/lib/oci/database/models/create_autonomous_database_from_backup_timestamp_details.rb +21 -1
- data/lib/oci/database/models/create_cloud_exadata_infrastructure_details.rb +18 -4
- data/lib/oci/database/models/create_cross_region_autonomous_database_data_guard_details.rb +283 -0
- data/lib/oci/database/models/create_database_software_image_details.rb +18 -4
- data/lib/oci/database/models/create_db_home_base.rb +18 -4
- data/lib/oci/database/models/create_db_home_with_db_system_id_details.rb +5 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_from_backup_details.rb +5 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_from_database_details.rb +5 -1
- data/lib/oci/database/models/create_db_home_with_vm_cluster_id_details.rb +5 -1
- data/lib/oci/database/models/create_db_home_with_vm_cluster_id_from_backup_details.rb +5 -1
- data/lib/oci/database/models/create_exadata_infrastructure_details.rb +29 -1
- data/lib/oci/database/models/create_pluggable_database_details.rb +233 -0
- data/lib/oci/database/models/create_refreshable_autonomous_database_clone_details.rb +21 -1
- data/lib/oci/database/models/customer_contact.rb +2 -2
- data/lib/oci/database/models/db_home_from_agent_resource_id.rb +380 -0
- data/lib/oci/database/models/db_node.rb +69 -1
- data/lib/oci/database/models/db_node_summary.rb +69 -1
- data/lib/oci/database/models/db_system_shape_summary.rb +72 -2
- data/lib/oci/database/models/exadata_infrastructure.rb +57 -1
- data/lib/oci/database/models/exadata_infrastructure_summary.rb +57 -1
- data/lib/oci/database/models/local_clone_pluggable_database_details.rb +185 -0
- data/lib/oci/database/models/maintenance_run.rb +4 -1
- data/lib/oci/database/models/maintenance_run_summary.rb +4 -1
- data/lib/oci/database/models/pluggable_database.rb +358 -0
- data/lib/oci/database/models/pluggable_database_connection_strings.rb +183 -0
- data/lib/oci/database/models/pluggable_database_summary.rb +361 -0
- data/lib/oci/database/models/remote_clone_pluggable_database_details.rb +213 -0
- data/lib/oci/database/models/scan_details.rb +1 -1
- data/lib/oci/database/models/update_autonomous_database_details.rb +64 -5
- data/lib/oci/database/models/update_cloud_exadata_infrastructure_details.rb +18 -4
- data/lib/oci/database/models/update_data_guard_association_details.rb +237 -0
- data/lib/oci/database/models/update_exadata_infrastructure_details.rb +15 -1
- data/lib/oci/database/models/update_external_macs_connector_details.rb +2 -1
- data/lib/oci/database/models/update_maintenance_run_details.rb +4 -1
- data/lib/oci/database/models/update_pluggable_database_details.rb +177 -0
- data/lib/oci/database/models/update_vm_cluster_details.rb +14 -1
- data/lib/oci/database/models/vm_cluster.rb +15 -2
- data/lib/oci/database/models/vm_cluster_summary.rb +15 -2
- data/lib/oci/database/models/vm_cluster_update.rb +346 -0
- data/lib/oci/database/models/vm_cluster_update_details.rb +183 -0
- data/lib/oci/database/models/vm_cluster_update_history_entry.rb +308 -0
- data/lib/oci/database/models/vm_cluster_update_history_entry_summary.rb +311 -0
- data/lib/oci/database/models/vm_cluster_update_summary.rb +349 -0
- data/lib/oci/database_management/database_management.rb +25 -0
- data/lib/oci/database_management/db_management_client.rb +1467 -97
- data/lib/oci/database_management/models/awr_db_collection.rb +175 -0
- data/lib/oci/database_management/models/awr_db_cpu_usage_collection.rb +217 -0
- data/lib/oci/database_management/models/awr_db_cpu_usage_summary.rb +164 -0
- data/lib/oci/database_management/models/awr_db_metric_collection.rb +175 -0
- data/lib/oci/database_management/models/awr_db_metric_summary.rb +202 -0
- data/lib/oci/database_management/models/awr_db_parameter_change_collection.rb +175 -0
- data/lib/oci/database_management/models/awr_db_parameter_change_summary.rb +255 -0
- data/lib/oci/database_management/models/awr_db_parameter_collection.rb +175 -0
- data/lib/oci/database_management/models/awr_db_parameter_summary.rb +238 -0
- data/lib/oci/database_management/models/awr_db_report.rb +205 -0
- data/lib/oci/database_management/models/awr_db_snapshot_collection.rb +175 -0
- data/lib/oci/database_management/models/awr_db_snapshot_range_collection.rb +175 -0
- data/lib/oci/database_management/models/awr_db_snapshot_range_summary.rb +331 -0
- data/lib/oci/database_management/models/awr_db_snapshot_summary.rb +244 -0
- data/lib/oci/database_management/models/awr_db_sql_report.rb +204 -0
- data/lib/oci/database_management/models/awr_db_summary.rb +334 -0
- data/lib/oci/database_management/models/awr_db_sysstat_collection.rb +175 -0
- data/lib/oci/database_management/models/awr_db_sysstat_summary.rb +216 -0
- data/lib/oci/database_management/models/awr_db_top_wait_event_collection.rb +175 -0
- data/lib/oci/database_management/models/awr_db_top_wait_event_summary.rb +178 -0
- data/lib/oci/database_management/models/awr_db_wait_event_bucket_collection.rb +189 -0
- data/lib/oci/database_management/models/awr_db_wait_event_bucket_summary.rb +160 -0
- data/lib/oci/database_management/models/awr_db_wait_event_collection.rb +175 -0
- data/lib/oci/database_management/models/awr_db_wait_event_summary.rb +223 -0
- data/lib/oci/database_management/models/awr_query_result.rb +254 -0
- data/lib/oci/devops/devops.rb +177 -0
- data/lib/oci/devops/devops_client.rb +2344 -0
- data/lib/oci/devops/devops_client_composite_operations.rb +974 -0
- data/lib/oci/devops/models/absolute_wait_criteria.rb +162 -0
- data/lib/oci/devops/models/absolute_wait_criteria_summary.rb +162 -0
- data/lib/oci/devops/models/action_type.rb +15 -0
- data/lib/oci/devops/models/approval_action.rb +184 -0
- data/lib/oci/devops/models/approval_policy.rb +189 -0
- data/lib/oci/devops/models/approve_deployment_details.rb +187 -0
- data/lib/oci/devops/models/automated_deploy_stage_rollback_policy.rb +145 -0
- data/lib/oci/devops/models/backend_set_ip_collection.rb +150 -0
- data/lib/oci/devops/models/cancel_deployment_details.rb +150 -0
- data/lib/oci/devops/models/change_project_compartment_details.rb +154 -0
- data/lib/oci/devops/models/compute_instance_group_blue_green_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/compute_instance_group_blue_green_traffic_shift_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/compute_instance_group_by_ids_selector.rb +162 -0
- data/lib/oci/devops/models/compute_instance_group_by_query_selector.rb +168 -0
- data/lib/oci/devops/models/compute_instance_group_canary_approval_deploy_stage_execution_progress.rb +189 -0
- data/lib/oci/devops/models/compute_instance_group_canary_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/compute_instance_group_canary_traffic_shift_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/compute_instance_group_deploy_environment.rb +210 -0
- data/lib/oci/devops/models/compute_instance_group_deploy_environment_summary.rb +210 -0
- data/lib/oci/devops/models/compute_instance_group_deploy_stage.rb +299 -0
- data/lib/oci/devops/models/compute_instance_group_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/compute_instance_group_deploy_stage_summary.rb +299 -0
- data/lib/oci/devops/models/compute_instance_group_failure_policy.rb +191 -0
- data/lib/oci/devops/models/compute_instance_group_failure_policy_by_count.rb +162 -0
- data/lib/oci/devops/models/compute_instance_group_failure_policy_by_percentage.rb +162 -0
- data/lib/oci/devops/models/compute_instance_group_linear_rollout_policy_by_count.rb +166 -0
- data/lib/oci/devops/models/compute_instance_group_linear_rollout_policy_by_percentage.rb +166 -0
- data/lib/oci/devops/models/compute_instance_group_rollout_policy.rb +207 -0
- data/lib/oci/devops/models/compute_instance_group_selector.rb +191 -0
- data/lib/oci/devops/models/compute_instance_group_selector_collection.rb +150 -0
- data/lib/oci/devops/models/count_based_approval_policy.rb +164 -0
- data/lib/oci/devops/models/create_compute_instance_group_deploy_environment_details.rb +182 -0
- data/lib/oci/devops/models/create_compute_instance_group_deploy_stage_details.rb +267 -0
- data/lib/oci/devops/models/create_deploy_artifact_details.rb +248 -0
- data/lib/oci/devops/models/create_deploy_environment_details.rb +238 -0
- data/lib/oci/devops/models/create_deploy_pipeline_deployment_details.rb +190 -0
- data/lib/oci/devops/models/create_deploy_pipeline_details.rb +219 -0
- data/lib/oci/devops/models/create_deploy_pipeline_redeployment_details.rb +178 -0
- data/lib/oci/devops/models/create_deploy_stage_details.rb +256 -0
- data/lib/oci/devops/models/create_deployment_details.rb +228 -0
- data/lib/oci/devops/models/create_function_deploy_environment_details.rb +182 -0
- data/lib/oci/devops/models/create_function_deploy_stage_details.rb +238 -0
- data/lib/oci/devops/models/create_invoke_function_deploy_stage_details.rb +228 -0
- data/lib/oci/devops/models/create_load_balancer_traffic_shift_deploy_stage_details.rb +255 -0
- data/lib/oci/devops/models/create_manual_approval_deploy_stage_details.rb +186 -0
- data/lib/oci/devops/models/create_oke_cluster_deploy_environment_details.rb +182 -0
- data/lib/oci/devops/models/create_oke_deploy_stage_details.rb +224 -0
- data/lib/oci/devops/models/create_project_details.rb +216 -0
- data/lib/oci/devops/models/create_single_deploy_stage_deployment_details.rb +204 -0
- data/lib/oci/devops/models/create_wait_deploy_stage_details.rb +186 -0
- data/lib/oci/devops/models/deploy_artifact.rb +407 -0
- data/lib/oci/devops/models/deploy_artifact_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_artifact_override_argument.rb +174 -0
- data/lib/oci/devops/models/deploy_artifact_override_argument_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_artifact_source.rb +193 -0
- data/lib/oci/devops/models/deploy_artifact_summary.rb +342 -0
- data/lib/oci/devops/models/deploy_environment.rb +376 -0
- data/lib/oci/devops/models/deploy_environment_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_environment_summary.rb +332 -0
- data/lib/oci/devops/models/deploy_pipeline.rb +365 -0
- data/lib/oci/{usage_api/models/saved_schedule_report.rb → devops/models/deploy_pipeline_artifact.rb} +27 -39
- data/lib/oci/devops/models/deploy_pipeline_artifact_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_pipeline_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_pipeline_deployment.rb +213 -0
- data/lib/oci/devops/models/deploy_pipeline_deployment_summary.rb +201 -0
- data/lib/oci/devops/models/deploy_pipeline_environment.rb +182 -0
- data/lib/oci/devops/models/deploy_pipeline_environment_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_pipeline_parameter.rb +174 -0
- data/lib/oci/devops/models/deploy_pipeline_parameter_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_pipeline_redeployment.rb +230 -0
- data/lib/oci/devops/models/deploy_pipeline_redeployment_summary.rb +218 -0
- data/lib/oci/devops/models/deploy_pipeline_stage.rb +168 -0
- data/lib/oci/devops/models/deploy_pipeline_stage_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_pipeline_summary.rb +299 -0
- data/lib/oci/devops/models/deploy_stage.rb +411 -0
- data/lib/oci/devops/models/deploy_stage_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_stage_execution_progress.rb +303 -0
- data/lib/oci/devops/models/deploy_stage_execution_progress_details.rb +192 -0
- data/lib/oci/devops/models/deploy_stage_execution_step.rb +211 -0
- data/lib/oci/{usage_api/models/schedule_report_summary.rb → devops/models/deploy_stage_predecessor.rb} +7 -20
- data/lib/oci/devops/models/deploy_stage_predecessor_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_stage_rollback_policy.rb +191 -0
- data/lib/oci/devops/models/deploy_stage_summary.rb +363 -0
- data/lib/oci/devops/models/deployment.rb +445 -0
- data/lib/oci/devops/models/deployment_argument.rb +160 -0
- data/lib/oci/devops/models/deployment_argument_collection.rb +150 -0
- data/lib/oci/devops/models/deployment_collection.rb +150 -0
- data/lib/oci/devops/models/deployment_execution_progress.rb +182 -0
- data/lib/oci/devops/models/deployment_summary.rb +363 -0
- data/lib/oci/devops/models/function_deploy_environment.rb +210 -0
- data/lib/oci/devops/models/function_deploy_environment_summary.rb +210 -0
- data/lib/oci/devops/models/function_deploy_stage.rb +270 -0
- data/lib/oci/devops/models/function_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/function_deploy_stage_summary.rb +270 -0
- data/lib/oci/devops/models/generic_deploy_artifact_source.rb +190 -0
- data/lib/oci/devops/models/inline_deploy_artifact_source.rb +162 -0
- data/lib/oci/devops/models/invoke_function_deploy_stage.rb +260 -0
- data/lib/oci/devops/models/invoke_function_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/invoke_function_deploy_stage_summary.rb +260 -0
- data/lib/oci/devops/models/load_balancer_config.rb +184 -0
- data/lib/oci/devops/models/load_balancer_traffic_shift_deploy_stage.rb +308 -0
- data/lib/oci/devops/models/load_balancer_traffic_shift_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/load_balancer_traffic_shift_deploy_stage_summary.rb +287 -0
- data/lib/oci/devops/models/load_balancer_traffic_shift_rollout_policy.rb +184 -0
- data/lib/oci/devops/models/manual_approval_deploy_stage.rb +218 -0
- data/lib/oci/devops/models/manual_approval_deploy_stage_execution_progress.rb +189 -0
- data/lib/oci/devops/models/manual_approval_deploy_stage_summary.rb +218 -0
- data/lib/oci/devops/models/no_deploy_stage_rollback_policy.rb +145 -0
- data/lib/oci/devops/models/notification_config.rb +154 -0
- data/lib/oci/devops/models/ocir_deploy_artifact_source.rb +176 -0
- data/lib/oci/devops/models/oke_cluster_deploy_environment.rb +210 -0
- data/lib/oci/devops/models/oke_cluster_deploy_environment_summary.rb +210 -0
- data/lib/oci/devops/models/oke_deploy_stage.rb +256 -0
- data/lib/oci/devops/models/oke_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/oke_deploy_stage_summary.rb +256 -0
- data/lib/oci/devops/models/operation_status.rb +15 -0
- data/lib/oci/devops/models/operation_type.rb +28 -0
- data/lib/oci/devops/models/project.rb +330 -0
- data/lib/oci/devops/models/project_collection.rb +150 -0
- data/lib/oci/devops/models/project_summary.rb +292 -0
- data/lib/oci/devops/models/run_pipeline_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/run_validation_test_on_compute_instance_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/single_deploy_stage_deployment.rb +230 -0
- data/lib/oci/devops/models/single_deploy_stage_deployment_summary.rb +218 -0
- data/lib/oci/devops/models/sort_order.rb +11 -0
- data/lib/oci/devops/models/update_compute_instance_group_deploy_environment_details.rb +177 -0
- data/lib/oci/devops/models/update_compute_instance_group_deploy_stage_details.rb +262 -0
- data/lib/oci/devops/models/update_deploy_artifact_details.rb +233 -0
- data/lib/oci/devops/models/update_deploy_environment_details.rb +224 -0
- data/lib/oci/devops/models/update_deploy_pipeline_deployment_details.rb +157 -0
- data/lib/oci/devops/models/update_deploy_pipeline_details.rb +205 -0
- data/lib/oci/devops/models/update_deploy_pipeline_redeployment_details.rb +157 -0
- data/lib/oci/devops/models/update_deploy_stage_details.rb +241 -0
- data/lib/oci/devops/models/update_deployment_details.rb +214 -0
- data/lib/oci/devops/models/update_function_deploy_environment_details.rb +178 -0
- data/lib/oci/devops/models/update_function_deploy_stage_details.rb +234 -0
- data/lib/oci/devops/models/update_invoke_function_deploy_stage_details.rb +224 -0
- data/lib/oci/devops/models/update_load_balancer_traffic_shift_deploy_stage_details.rb +247 -0
- data/lib/oci/devops/models/update_manual_approval_deploy_stage_details.rb +181 -0
- data/lib/oci/devops/models/update_oke_cluster_deploy_environment_details.rb +178 -0
- data/lib/oci/devops/models/update_oke_deploy_stage_details.rb +220 -0
- data/lib/oci/devops/models/update_project_details.rb +191 -0
- data/lib/oci/devops/models/update_single_deploy_stage_deployment_details.rb +157 -0
- data/lib/oci/devops/models/update_wait_deploy_stage_details.rb +181 -0
- data/lib/oci/devops/models/wait_criteria.rb +189 -0
- data/lib/oci/devops/models/wait_criteria_summary.rb +189 -0
- data/lib/oci/devops/models/wait_deploy_stage.rb +218 -0
- data/lib/oci/devops/models/wait_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/wait_deploy_stage_summary.rb +218 -0
- data/lib/oci/devops/models/work_request.rb +314 -0
- data/lib/oci/devops/models/work_request_collection.rb +150 -0
- data/lib/oci/devops/models/work_request_error.rb +171 -0
- data/lib/oci/devops/models/work_request_error_collection.rb +150 -0
- data/lib/oci/devops/models/work_request_log_entry.rb +160 -0
- data/lib/oci/devops/models/work_request_log_entry_collection.rb +150 -0
- data/lib/oci/devops/models/work_request_resource.rb +216 -0
- data/lib/oci/devops/models/work_request_summary.rb +314 -0
- data/lib/oci/devops/util.rb +3 -0
- data/lib/oci/dns/dns.rb +1 -1
- data/lib/oci/dns/dns_client.rb +306 -75
- data/lib/oci/dns/models/create_resolver_endpoint_details.rb +2 -2
- data/lib/oci/dns/models/create_resolver_vnic_endpoint_details.rb +5 -5
- data/lib/oci/dns/models/external_master.rb +1 -12
- data/lib/oci/dns/models/resolver.rb +4 -4
- data/lib/oci/dns/models/resolver_endpoint.rb +2 -2
- data/lib/oci/dns/models/resolver_endpoint_summary.rb +2 -2
- data/lib/oci/dns/models/resolver_forward_rule.rb +2 -2
- data/lib/oci/dns/models/resolver_forward_rule_details.rb +2 -2
- data/lib/oci/dns/models/resolver_rule.rb +2 -2
- data/lib/oci/dns/models/resolver_rule_details.rb +2 -2
- data/lib/oci/dns/models/resolver_summary.rb +4 -4
- data/lib/oci/dns/models/resolver_vnic_endpoint.rb +2 -1
- data/lib/oci/dns/models/tsig_key.rb +4 -0
- data/lib/oci/dns/models/tsig_key_summary.rb +4 -0
- data/lib/oci/dns/models/update_resolver_vnic_endpoint_details.rb +2 -1
- data/lib/oci/dns/models/zone.rb +20 -4
- data/lib/oci/dns/models/zone_summary.rb +1 -0
- data/lib/oci/dns/models/zone_transfer_server.rb +192 -0
- data/lib/oci/email/email.rb +23 -0
- data/lib/oci/email/email_client.rb +1139 -139
- data/lib/oci/email/email_client_composite_operations.rb +346 -0
- data/lib/oci/email/models/action_type.rb +14 -0
- data/lib/oci/email/models/change_email_domain_compartment_details.rb +156 -0
- data/lib/oci/email/models/create_dkim_details.rb +225 -0
- data/lib/oci/email/models/create_email_domain_details.rb +220 -0
- data/lib/oci/email/models/create_sender_details.rb +2 -0
- data/lib/oci/email/models/dkim.rb +399 -0
- data/lib/oci/email/models/dkim_collection.rb +150 -0
- data/lib/oci/email/models/dkim_summary.rb +307 -0
- data/lib/oci/email/models/email_domain.rb +333 -0
- data/lib/oci/email/models/email_domain_collection.rb +150 -0
- data/lib/oci/email/models/email_domain_summary.rb +291 -0
- data/lib/oci/email/models/operation_status.rb +15 -0
- data/lib/oci/email/models/operation_type.rb +17 -0
- data/lib/oci/email/models/sender.rb +21 -4
- data/lib/oci/email/models/sender_summary.rb +5 -3
- data/lib/oci/email/models/sort_order.rb +11 -0
- data/lib/oci/email/models/suppression.rb +77 -7
- data/lib/oci/email/models/suppression_summary.rb +3 -3
- data/lib/oci/email/models/update_dkim_details.rb +189 -0
- data/lib/oci/email/models/update_email_domain_details.rb +189 -0
- data/lib/oci/email/models/update_sender_details.rb +2 -0
- data/lib/oci/email/models/work_request.rb +312 -0
- data/lib/oci/email/models/work_request_error.rb +172 -0
- data/lib/oci/email/models/work_request_error_collection.rb +150 -0
- data/lib/oci/email/models/work_request_log_entry.rb +160 -0
- data/lib/oci/email/models/work_request_log_entry_collection.rb +150 -0
- data/lib/oci/email/models/work_request_resource.rb +219 -0
- data/lib/oci/email/models/work_request_summary.rb +312 -0
- data/lib/oci/email/models/work_request_summary_collection.rb +150 -0
- data/lib/oci/generic_artifacts_content/generic_artifacts_content.rb +20 -0
- data/lib/oci/generic_artifacts_content/generic_artifacts_content_client.rb +410 -0
- data/lib/oci/generic_artifacts_content/generic_artifacts_content_client_composite_operations.rb +25 -0
- data/lib/oci/generic_artifacts_content/models/generic_artifact.rb +337 -0
- data/lib/oci/generic_artifacts_content/util.rb +3 -0
- data/lib/oci/jms/java_management_service_client.rb +1520 -0
- data/lib/oci/jms/java_management_service_client_composite_operations.rb +273 -0
- data/lib/oci/jms/jms.rb +63 -0
- data/lib/oci/jms/models/action_type.rb +14 -0
- data/lib/oci/jms/models/application_sort_by.rb +15 -0
- data/lib/oci/jms/models/application_usage.rb +292 -0
- data/lib/oci/jms/models/application_usage_collection.rb +150 -0
- data/lib/oci/jms/models/change_fleet_compartment_details.rb +154 -0
- data/lib/oci/jms/models/create_fleet_details.rb +210 -0
- data/lib/oci/jms/models/fleet.rb +358 -0
- data/lib/oci/jms/models/fleet_agent_configuration.rb +214 -0
- data/lib/oci/jms/models/fleet_agent_os_configuration.rb +171 -0
- data/lib/oci/jms/models/fleet_collection.rb +150 -0
- data/lib/oci/jms/models/fleet_summary.rb +359 -0
- data/lib/oci/jms/models/installation_sort_by.rb +17 -0
- data/lib/oci/jms/models/installation_usage.rb +306 -0
- data/lib/oci/jms/models/installation_usage_collection.rb +150 -0
- data/lib/oci/jms/models/jre_sort_by.rb +17 -0
- data/lib/oci/jms/models/jre_usage.rb +276 -0
- data/lib/oci/jms/models/jre_usage_collection.rb +150 -0
- data/lib/oci/jms/models/lifecycle_state.rb +15 -0
- data/lib/oci/jms/models/managed_instance_sort_by.rb +14 -0
- data/lib/oci/jms/models/managed_instance_type.rb +10 -0
- data/lib/oci/jms/models/managed_instance_usage.rb +308 -0
- data/lib/oci/jms/models/managed_instance_usage_collection.rb +150 -0
- data/lib/oci/jms/models/operation_status.rb +15 -0
- data/lib/oci/jms/models/operation_type.rb +13 -0
- data/lib/oci/jms/models/request_summarized_application_usage_details.rb +362 -0
- data/lib/oci/jms/models/request_summarized_installation_usage_details.rb +335 -0
- data/lib/oci/jms/models/request_summarized_jre_usage_details.rb +321 -0
- data/lib/oci/jms/models/request_summarized_managed_instance_usage_details.rb +358 -0
- data/lib/oci/jms/models/sort_by.rb +11 -0
- data/lib/oci/jms/models/sort_order.rb +11 -0
- data/lib/oci/jms/models/summarize_application_usage_fields.rb +12 -0
- data/lib/oci/jms/models/summarize_installation_usage_fields.rb +11 -0
- data/lib/oci/jms/models/summarize_jre_usage_fields.rb +12 -0
- data/lib/oci/jms/models/summarize_managed_instance_usage_fields.rb +12 -0
- data/lib/oci/jms/models/update_fleet_agent_configuration_details.rb +196 -0
- data/lib/oci/jms/models/update_fleet_details.rb +196 -0
- data/lib/oci/jms/models/work_request.rb +306 -0
- data/lib/oci/jms/models/work_request_collection.rb +150 -0
- data/lib/oci/jms/models/work_request_error.rb +173 -0
- data/lib/oci/jms/models/work_request_error_collection.rb +150 -0
- data/lib/oci/jms/models/work_request_log_entry.rb +160 -0
- data/lib/oci/jms/models/work_request_log_entry_collection.rb +150 -0
- data/lib/oci/jms/models/work_request_resource.rb +219 -0
- data/lib/oci/jms/util.rb +3 -0
- data/lib/oci/limits/limits_client.rb +12 -12
- data/lib/oci/limits/models/limit_definition_summary.rb +22 -7
- data/lib/oci/limits/models/quota.rb +6 -6
- data/lib/oci/limits/models/quota_summary.rb +3 -3
- data/lib/oci/limits/models/resource_availability.rb +7 -7
- data/lib/oci/limits/models/service_summary.rb +1 -1
- data/lib/oci/limits/quotas_client.rb +9 -9
- data/lib/oci/log_analytics/log_analytics.rb +1 -0
- data/lib/oci/log_analytics/log_analytics_client.rb +60 -0
- data/lib/oci/log_analytics/models/abstract_command_descriptor.rb +2 -0
- data/lib/oci/log_analytics/models/compare_command_descriptor.rb +166 -0
- data/lib/oci/log_analytics/models/cron_schedule.rb +5 -1
- data/lib/oci/log_analytics/models/fixed_frequency_schedule.rb +5 -1
- data/lib/oci/log_analytics/models/namespace.rb +20 -4
- data/lib/oci/log_analytics/models/namespace_summary.rb +20 -4
- data/lib/oci/log_analytics/models/schedule.rb +20 -4
- data/lib/oci/log_analytics/models/scheduled_task.rb +54 -1
- data/lib/oci/log_analytics/models/scheduled_task_summary.rb +15 -1
- data/lib/oci/log_analytics/models/standard_task.rb +9 -1
- data/lib/oci/log_analytics/models/stream_action.rb +40 -4
- data/lib/oci/loggingingestion/logging_client.rb +1 -1
- data/lib/oci/loggingingestion/models/log_entry.rb +1 -1
- data/lib/oci/loggingingestion/models/log_entry_batch.rb +2 -2
- data/lib/oci/management_dashboard/dashx_apis_client.rb +16 -6
- data/lib/oci/management_dashboard/dashx_apis_client_composite_operations.rb +238 -0
- data/lib/oci/management_dashboard/management_dashboard.rb +1 -0
- data/lib/oci/management_dashboard/models/create_management_dashboard_details.rb +15 -1
- data/lib/oci/management_dashboard/models/create_management_saved_search_details.rb +15 -1
- data/lib/oci/management_dashboard/models/management_dashboard.rb +59 -2
- data/lib/oci/management_dashboard/models/management_dashboard_export_details.rb +4 -36
- data/lib/oci/management_dashboard/models/management_dashboard_for_import_export_details.rb +15 -1
- data/lib/oci/management_dashboard/models/management_dashboard_summary.rb +12 -2
- data/lib/oci/management_dashboard/models/management_dashboard_tile_details.rb +18 -4
- data/lib/oci/management_dashboard/models/management_saved_search.rb +47 -1
- data/lib/oci/management_dashboard/models/management_saved_search_for_import_details.rb +18 -4
- data/lib/oci/management_dashboard/models/management_saved_search_summary.rb +15 -1
- data/lib/oci/management_dashboard/models/update_management_dashboard_details.rb +15 -1
- data/lib/oci/management_dashboard/models/update_management_saved_search_details.rb +15 -1
- data/lib/oci/marketplace/account_client.rb +220 -0
- data/lib/oci/marketplace/account_client_composite_operations.rb +25 -0
- data/lib/oci/marketplace/marketplace.rb +8 -0
- data/lib/oci/marketplace/marketplace_client.rb +86 -24
- data/lib/oci/marketplace/marketplace_client_composite_operations.rb +4 -4
- data/lib/oci/marketplace/models/change_publication_compartment_details.rb +2 -2
- data/lib/oci/marketplace/models/create_image_publication_package.rb +2 -2
- data/lib/oci/marketplace/models/create_publication_details.rb +10 -8
- data/lib/oci/marketplace/models/create_publication_package.rb +4 -4
- data/lib/oci/marketplace/models/eula.rb +2 -2
- data/lib/oci/marketplace/models/free_text_search_details.rb +162 -0
- data/lib/oci/marketplace/models/image_publication_package.rb +3 -3
- data/lib/oci/marketplace/models/launch_eligibility.rb +178 -0
- data/lib/oci/marketplace/models/listing.rb +2 -2
- data/lib/oci/marketplace/models/listing_package_summary.rb +10 -1
- data/lib/oci/marketplace/models/listing_summary.rb +2 -2
- data/lib/oci/marketplace/models/matching_context_type_enum.rb +11 -0
- data/lib/oci/marketplace/models/operating_system.rb +2 -2
- data/lib/oci/marketplace/models/orchestration_publication_package.rb +3 -3
- data/lib/oci/marketplace/models/publication.rb +11 -11
- data/lib/oci/marketplace/models/publication_package.rb +3 -3
- data/lib/oci/marketplace/models/publication_package_summary.rb +1 -1
- data/lib/oci/marketplace/models/publication_summary.rb +9 -9
- data/lib/oci/marketplace/models/publisher_summary.rb +1 -1
- data/lib/oci/marketplace/models/search_details_type_enum.rb +11 -0
- data/lib/oci/marketplace/models/search_listings_details.rb +207 -0
- data/lib/oci/marketplace/models/structured_search_details.rb +162 -0
- data/lib/oci/marketplace/models/text_based_eula.rb +2 -2
- data/lib/oci/marketplace/models/third_party_paid_listing_eligibility.rb +210 -0
- data/lib/oci/marketplace/models/update_publication_details.rb +5 -5
- data/lib/oci/mysql/db_backups_client.rb +76 -0
- data/lib/oci/mysql/db_backups_client_composite_operations.rb +50 -0
- data/lib/oci/mysql/models/change_backup_compartment_details.rb +154 -0
- data/lib/oci/mysql/mysql.rb +1 -0
- data/lib/oci/oce/models/create_oce_instance_details.rb +3 -1
- data/lib/oci/oce/models/license_type.rb +3 -1
- data/lib/oci/oce/models/oce_instance.rb +19 -1
- data/lib/oci/oce/models/oce_instance_summary.rb +22 -4
- data/lib/oci/oce/models/update_oce_instance_details.rb +3 -1
- data/lib/oci/oce/oce_instance_client.rb +2 -0
- data/lib/oci/ocvp/models/create_esxi_host_details.rb +3 -1
- data/lib/oci/ocvp/models/create_sddc_details.rb +21 -2
- data/lib/oci/ocvp/models/downgrade_hcx_details.rb +154 -0
- data/lib/oci/ocvp/models/esxi_host.rb +2 -0
- data/lib/oci/ocvp/models/esxi_host_summary.rb +2 -0
- data/lib/oci/ocvp/models/hcx_license_status.rb +13 -0
- data/lib/oci/ocvp/models/hcx_license_summary.rb +201 -0
- data/lib/oci/ocvp/models/operation_types.rb +5 -1
- data/lib/oci/ocvp/models/sddc.rb +86 -2
- data/lib/oci/ocvp/models/supported_sku_summary.rb +2 -1
- data/lib/oci/ocvp/models/supported_sku_summary_collection.rb +3 -1
- data/lib/oci/ocvp/models/update_esxi_host_details.rb +3 -1
- data/lib/oci/ocvp/models/work_request.rb +4 -0
- data/lib/oci/ocvp/ocvp.rb +3 -0
- data/lib/oci/ocvp/sddc_client.rb +291 -2
- data/lib/oci/ocvp/sddc_client_composite_operations.rb +201 -0
- data/lib/oci/opsi/models/autonomous_database_configuration_summary.rb +198 -0
- data/lib/oci/opsi/models/create_enterprise_manager_bridge_details.rb +2 -2
- data/lib/oci/opsi/models/create_host_insight_details.rb +1 -1
- data/lib/oci/opsi/models/create_macs_managed_external_host_insight_details.rb +1 -1
- data/lib/oci/opsi/models/database_configuration_collection.rb +150 -0
- data/lib/oci/opsi/models/database_configuration_summary.rb +323 -0
- data/lib/oci/opsi/models/database_details.rb +1 -0
- data/lib/oci/opsi/models/database_insight.rb +1 -0
- data/lib/oci/opsi/models/database_insight_summary.rb +1 -0
- data/lib/oci/opsi/models/em_managed_external_database_configuration_summary.rb +222 -0
- data/lib/oci/opsi/models/enable_host_insight_details.rb +1 -1
- data/lib/oci/opsi/models/enable_macs_managed_external_host_insight_details.rb +1 -1
- data/lib/oci/opsi/models/enterprise_manager_bridge.rb +16 -1
- data/lib/oci/opsi/models/enterprise_manager_bridge_summary.rb +16 -1
- data/lib/oci/opsi/models/host_insight.rb +1 -0
- data/lib/oci/opsi/models/host_insight_summary.rb +1 -0
- data/lib/oci/opsi/models/lifecycle_state.rb +2 -1
- data/lib/oci/opsi/models/macs_managed_external_database_configuration_summary.rb +236 -0
- data/lib/oci/opsi/models/macs_managed_external_host_insight.rb +1 -1
- data/lib/oci/opsi/models/macs_managed_external_host_insight_summary.rb +1 -1
- data/lib/oci/opsi/models/summarize_database_insight_resource_forecast_trend_aggregation.rb +15 -1
- data/lib/oci/opsi/models/tablespace_usage_trend_aggregation.rb +1 -1
- data/lib/oci/opsi/operations_insights_client.rb +631 -25
- data/lib/oci/opsi/opsi.rb +5 -0
- data/lib/oci/regions.rb +3 -0
- data/lib/oci/secrets/secrets_client.rb +71 -1
- data/lib/oci/tenant_manager_control_plane/models/activate_order_details.rb +154 -0
- data/lib/oci/tenant_manager_control_plane/models/operation_type.rb +5 -1
- data/lib/oci/tenant_manager_control_plane/models/order.rb +206 -0
- data/lib/oci/{dns/models/tsig.rb → tenant_manager_control_plane/models/sku.rb} +22 -25
- data/lib/oci/tenant_manager_control_plane/models/subscription_info.rb +202 -0
- data/lib/oci/tenant_manager_control_plane/models/work_request.rb +4 -0
- data/lib/oci/tenant_manager_control_plane/models/work_request_summary.rb +4 -0
- data/lib/oci/tenant_manager_control_plane/orders_client.rb +225 -0
- data/lib/oci/tenant_manager_control_plane/orders_client_composite_operations.rb +76 -0
- data/lib/oci/tenant_manager_control_plane/tenant_manager_control_plane.rb +6 -0
- data/lib/oci/usage_api/models/cost_analysis_ui.rb +2 -2
- data/lib/oci/usage_api/models/create_custom_table_details.rb +10 -10
- data/lib/oci/usage_api/models/create_query_details.rb +1 -1
- data/lib/oci/usage_api/models/custom_table.rb +13 -13
- data/lib/oci/usage_api/models/custom_table_summary.rb +1 -1
- data/lib/oci/usage_api/models/dimension.rb +1 -1
- data/lib/oci/usage_api/models/forecast.rb +3 -3
- data/lib/oci/usage_api/models/query_definition.rb +1 -1
- data/lib/oci/usage_api/models/query_summary.rb +1 -1
- data/lib/oci/usage_api/models/report_query.rb +11 -5
- data/lib/oci/usage_api/models/request_summarized_usages_details.rb +11 -5
- data/lib/oci/usage_api/models/saved_custom_table.rb +6 -6
- data/lib/oci/usage_api/models/update_custom_table_details.rb +1 -1
- data/lib/oci/usage_api/models/update_query_details.rb +1 -1
- data/lib/oci/usage_api/models/usage_summary.rb +1 -1
- data/lib/oci/usage_api/usage_api.rb +0 -6
- data/lib/oci/usage_api/usageapi_client.rb +332 -1
- data/lib/oci/version.rb +1 -1
- metadata +512 -16
@@ -0,0 +1,48 @@
|
|
1
|
+
# Copyright (c) 2016, 2021, 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
|
+
module OCI
|
5
|
+
module Bastion
|
6
|
+
# Module containing models for requests made to, and responses received from,
|
7
|
+
# OCI Bastion services
|
8
|
+
module Models
|
9
|
+
end
|
10
|
+
end
|
11
|
+
end
|
12
|
+
|
13
|
+
# Require models
|
14
|
+
require 'oci/bastion/models/action_type'
|
15
|
+
require 'oci/bastion/models/bastion'
|
16
|
+
require 'oci/bastion/models/bastion_lifecycle_state'
|
17
|
+
require 'oci/bastion/models/bastion_summary'
|
18
|
+
require 'oci/bastion/models/change_bastion_compartment_details'
|
19
|
+
require 'oci/bastion/models/create_bastion_details'
|
20
|
+
require 'oci/bastion/models/create_managed_ssh_session_target_resource_details'
|
21
|
+
require 'oci/bastion/models/create_port_forwarding_session_target_resource_details'
|
22
|
+
require 'oci/bastion/models/create_session_details'
|
23
|
+
require 'oci/bastion/models/create_session_target_resource_details'
|
24
|
+
require 'oci/bastion/models/managed_ssh_session_target_resource_details'
|
25
|
+
require 'oci/bastion/models/operation_status'
|
26
|
+
require 'oci/bastion/models/operation_type'
|
27
|
+
require 'oci/bastion/models/port_forwarding_session_target_resource_details'
|
28
|
+
require 'oci/bastion/models/public_key_details'
|
29
|
+
require 'oci/bastion/models/session'
|
30
|
+
require 'oci/bastion/models/session_lifecycle_state'
|
31
|
+
require 'oci/bastion/models/session_summary'
|
32
|
+
require 'oci/bastion/models/session_type'
|
33
|
+
require 'oci/bastion/models/sort_order'
|
34
|
+
require 'oci/bastion/models/target_resource_details'
|
35
|
+
require 'oci/bastion/models/update_bastion_details'
|
36
|
+
require 'oci/bastion/models/update_session_details'
|
37
|
+
require 'oci/bastion/models/work_request'
|
38
|
+
require 'oci/bastion/models/work_request_error'
|
39
|
+
require 'oci/bastion/models/work_request_log_entry'
|
40
|
+
require 'oci/bastion/models/work_request_resource'
|
41
|
+
require 'oci/bastion/models/work_request_summary'
|
42
|
+
|
43
|
+
# Require generated clients
|
44
|
+
require 'oci/bastion/bastion_client'
|
45
|
+
require 'oci/bastion/bastion_client_composite_operations'
|
46
|
+
|
47
|
+
# Require service utilities
|
48
|
+
require 'oci/bastion/util'
|
@@ -0,0 +1,1041 @@
|
|
1
|
+
# Copyright (c) 2016, 2021, 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 'uri'
|
5
|
+
require 'logger'
|
6
|
+
|
7
|
+
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
8
|
+
module OCI
|
9
|
+
# Oracle Cloud Infrastructure Bastion provides restricted and time-limited access to target resources that don't have public endpoints. Through the configuration of a bastion, you can let authorized users connect from specific IP addresses to target resources by way of Secure Shell (SSH) sessions hosted on the bastion.
|
10
|
+
class Bastion::BastionClient
|
11
|
+
# Client used to make HTTP requests.
|
12
|
+
# @return [OCI::ApiClient]
|
13
|
+
attr_reader :api_client
|
14
|
+
|
15
|
+
# Fully qualified endpoint URL
|
16
|
+
# @return [String]
|
17
|
+
attr_reader :endpoint
|
18
|
+
|
19
|
+
# The default retry configuration to apply to all operations in this service client. This can be overridden
|
20
|
+
# on a per-operation basis. The default retry configuration value is `nil`, which means that an operation
|
21
|
+
# will not perform any retries
|
22
|
+
# @return [OCI::Retry::RetryConfig]
|
23
|
+
attr_reader :retry_config
|
24
|
+
|
25
|
+
# The region, which will usually correspond to a value in {OCI::Regions::REGION_ENUM}.
|
26
|
+
# @return [String]
|
27
|
+
attr_reader :region
|
28
|
+
|
29
|
+
# rubocop:disable Metrics/AbcSize, Metrics/CyclomaticComplexity, Layout/EmptyLines, Metrics/PerceivedComplexity
|
30
|
+
|
31
|
+
|
32
|
+
# Creates a new BastionClient.
|
33
|
+
# Notes:
|
34
|
+
# If a config is not specified, then the global OCI.config will be used.
|
35
|
+
#
|
36
|
+
# This client is not thread-safe
|
37
|
+
#
|
38
|
+
# Either a region or an endpoint must be specified. If an endpoint is specified, it will be used instead of the
|
39
|
+
# region. A region may be specified in the config or via or the region parameter. If specified in both, then the
|
40
|
+
# region parameter will be used.
|
41
|
+
# @param [Config] config A Config object.
|
42
|
+
# @param [String] region A region used to determine the service endpoint. This will usually
|
43
|
+
# correspond to a value in {OCI::Regions::REGION_ENUM}, but may be an arbitrary string.
|
44
|
+
# @param [String] endpoint The fully qualified endpoint URL
|
45
|
+
# @param [OCI::BaseSigner] signer A signer implementation which can be used by this client. If this is not provided then
|
46
|
+
# a signer will be constructed via the provided config. One use case of this parameter is instance principals authentication,
|
47
|
+
# so that the instance principals signer can be provided to the client
|
48
|
+
# @param [OCI::ApiClientProxySettings] proxy_settings If your environment requires you to use a proxy server for outgoing HTTP requests
|
49
|
+
# the details for the proxy can be provided in this parameter
|
50
|
+
# @param [OCI::Retry::RetryConfig] retry_config The retry configuration for this service client. This represents the default retry configuration to
|
51
|
+
# apply across all operations. This can be overridden on a per-operation basis. The default retry configuration value is `nil`, which means that an operation
|
52
|
+
# will not perform any retries
|
53
|
+
def initialize(config: nil, region: nil, endpoint: nil, signer: nil, proxy_settings: nil, retry_config: nil)
|
54
|
+
# If the signer is an InstancePrincipalsSecurityTokenSigner or SecurityTokenSigner and no config was supplied (they are self-sufficient signers)
|
55
|
+
# then create a dummy config to pass to the ApiClient constructor. If customers wish to create a client which uses instance principals
|
56
|
+
# and has config (either populated programmatically or loaded from a file), they must construct that config themselves and then
|
57
|
+
# pass it to this constructor.
|
58
|
+
#
|
59
|
+
# If there is no signer (or the signer is not an instance principals signer) and no config was supplied, this is not valid
|
60
|
+
# so try and load the config from the default file.
|
61
|
+
config = OCI::Config.validate_and_build_config_with_signer(config, signer)
|
62
|
+
|
63
|
+
signer = OCI::Signer.config_file_auth_builder(config) if signer.nil?
|
64
|
+
|
65
|
+
@api_client = OCI::ApiClient.new(config, signer, proxy_settings: proxy_settings)
|
66
|
+
@retry_config = retry_config
|
67
|
+
|
68
|
+
if endpoint
|
69
|
+
@endpoint = endpoint + '/20210331'
|
70
|
+
else
|
71
|
+
region ||= config.region
|
72
|
+
region ||= signer.region if signer.respond_to?(:region)
|
73
|
+
self.region = region
|
74
|
+
end
|
75
|
+
logger.info "BastionClient endpoint set to '#{@endpoint}'." if logger
|
76
|
+
end
|
77
|
+
# rubocop:enable Metrics/AbcSize, Metrics/CyclomaticComplexity, Layout/EmptyLines, Metrics/PerceivedComplexity
|
78
|
+
|
79
|
+
# Set the region that will be used to determine the service endpoint.
|
80
|
+
# This will usually correspond to a value in {OCI::Regions::REGION_ENUM},
|
81
|
+
# but may be an arbitrary string.
|
82
|
+
def region=(new_region)
|
83
|
+
@region = new_region
|
84
|
+
|
85
|
+
raise 'A region must be specified.' unless @region
|
86
|
+
|
87
|
+
@endpoint = OCI::Regions.get_service_endpoint_for_template(@region, 'https://bastion.{region}.oci.{secondLevelDomain}') + '/20210331'
|
88
|
+
logger.info "BastionClient endpoint set to '#{@endpoint} from region #{@region}'." if logger
|
89
|
+
end
|
90
|
+
|
91
|
+
# @return [Logger] The logger for this client. May be nil.
|
92
|
+
def logger
|
93
|
+
@api_client.config.logger
|
94
|
+
end
|
95
|
+
|
96
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
97
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
98
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
99
|
+
|
100
|
+
|
101
|
+
# Moves a bastion into a different compartment.
|
102
|
+
# @param [String] bastion_id The unique identifier (OCID) of the bastion.
|
103
|
+
# @param [OCI::Bastion::Models::ChangeBastionCompartmentDetails] change_bastion_compartment_details The compartment information to be updated.
|
104
|
+
# @param [Hash] opts the optional parameters
|
105
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
106
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
107
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
|
108
|
+
# for a resource, set the `if-match` parameter to the value of the
|
109
|
+
# etag from a previous GET or POST response for that resource.
|
110
|
+
# The resource will be updated or deleted only if the etag you
|
111
|
+
# provide matches the resource's current etag value.
|
112
|
+
#
|
113
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
114
|
+
# @return [Response] A Response object with data of type nil
|
115
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bastion/change_bastion_compartment.rb.html) to see an example of how to use change_bastion_compartment API.
|
116
|
+
def change_bastion_compartment(bastion_id, change_bastion_compartment_details, opts = {})
|
117
|
+
logger.debug 'Calling operation BastionClient#change_bastion_compartment.' if logger
|
118
|
+
|
119
|
+
raise "Missing the required parameter 'bastion_id' when calling change_bastion_compartment." if bastion_id.nil?
|
120
|
+
raise "Missing the required parameter 'change_bastion_compartment_details' when calling change_bastion_compartment." if change_bastion_compartment_details.nil?
|
121
|
+
raise "Parameter value for 'bastion_id' must not be blank" if OCI::Internal::Util.blank_string?(bastion_id)
|
122
|
+
|
123
|
+
path = '/bastions/{bastionId}/actions/changeCompartment'.sub('{bastionId}', bastion_id.to_s)
|
124
|
+
operation_signing_strategy = :standard
|
125
|
+
|
126
|
+
# rubocop:disable Style/NegatedIf
|
127
|
+
# Query Params
|
128
|
+
query_params = {}
|
129
|
+
|
130
|
+
# Header Params
|
131
|
+
header_params = {}
|
132
|
+
header_params[:accept] = 'application/json'
|
133
|
+
header_params[:'content-type'] = 'application/json'
|
134
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
135
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
136
|
+
# rubocop:enable Style/NegatedIf
|
137
|
+
|
138
|
+
post_body = @api_client.object_to_http_body(change_bastion_compartment_details)
|
139
|
+
|
140
|
+
# rubocop:disable Metrics/BlockLength
|
141
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'BastionClient#change_bastion_compartment') do
|
142
|
+
@api_client.call_api(
|
143
|
+
:POST,
|
144
|
+
path,
|
145
|
+
endpoint,
|
146
|
+
header_params: header_params,
|
147
|
+
query_params: query_params,
|
148
|
+
operation_signing_strategy: operation_signing_strategy,
|
149
|
+
body: post_body
|
150
|
+
)
|
151
|
+
end
|
152
|
+
# rubocop:enable Metrics/BlockLength
|
153
|
+
end
|
154
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
155
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
156
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
157
|
+
|
158
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
159
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
160
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
161
|
+
|
162
|
+
|
163
|
+
# Creates a new bastion. A bastion provides secured, public access to target resources in the cloud that you cannot otherwise reach from the internet. A bastion resides in a public subnet and establishes the network infrastructure needed to connect a user to a target resource in a private subnet.
|
164
|
+
#
|
165
|
+
# @param [OCI::Bastion::Models::CreateBastionDetails] create_bastion_details Details for the new bastion.
|
166
|
+
# @param [Hash] opts the optional parameters
|
167
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
168
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
169
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
|
170
|
+
# server error without risk of executing that same action again. Retry tokens expire after 24
|
171
|
+
# hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
172
|
+
# has been deleted and purged from the system, then a retry of the original creation request
|
173
|
+
# might be rejected.
|
174
|
+
#
|
175
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
176
|
+
# @return [Response] A Response object with data of type {OCI::Bastion::Models::Bastion Bastion}
|
177
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bastion/create_bastion.rb.html) to see an example of how to use create_bastion API.
|
178
|
+
def create_bastion(create_bastion_details, opts = {})
|
179
|
+
logger.debug 'Calling operation BastionClient#create_bastion.' if logger
|
180
|
+
|
181
|
+
raise "Missing the required parameter 'create_bastion_details' when calling create_bastion." if create_bastion_details.nil?
|
182
|
+
|
183
|
+
path = '/bastions'
|
184
|
+
operation_signing_strategy = :standard
|
185
|
+
|
186
|
+
# rubocop:disable Style/NegatedIf
|
187
|
+
# Query Params
|
188
|
+
query_params = {}
|
189
|
+
|
190
|
+
# Header Params
|
191
|
+
header_params = {}
|
192
|
+
header_params[:accept] = 'application/json'
|
193
|
+
header_params[:'content-type'] = 'application/json'
|
194
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
195
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
196
|
+
# rubocop:enable Style/NegatedIf
|
197
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
198
|
+
|
199
|
+
post_body = @api_client.object_to_http_body(create_bastion_details)
|
200
|
+
|
201
|
+
# rubocop:disable Metrics/BlockLength
|
202
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'BastionClient#create_bastion') do
|
203
|
+
@api_client.call_api(
|
204
|
+
:POST,
|
205
|
+
path,
|
206
|
+
endpoint,
|
207
|
+
header_params: header_params,
|
208
|
+
query_params: query_params,
|
209
|
+
operation_signing_strategy: operation_signing_strategy,
|
210
|
+
body: post_body,
|
211
|
+
return_type: 'OCI::Bastion::Models::Bastion'
|
212
|
+
)
|
213
|
+
end
|
214
|
+
# rubocop:enable Metrics/BlockLength
|
215
|
+
end
|
216
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
217
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
218
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
219
|
+
|
220
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
221
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
222
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
223
|
+
|
224
|
+
|
225
|
+
# Creates a new session in a bastion. A bastion session lets authorized users connect to a target resource for a predetermined amount of time. The Bastion service recognizes two types of sessions, managed SSH sessions and SSH port forwarding sessions. Managed SSH sessions require that the target resource has an OpenSSH server and the Oracle Cloud Agent both running.
|
226
|
+
#
|
227
|
+
# @param [OCI::Bastion::Models::CreateSessionDetails] create_session_details Details for the new session.
|
228
|
+
# @param [Hash] opts the optional parameters
|
229
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
230
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
231
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
|
232
|
+
# server error without risk of executing that same action again. Retry tokens expire after 24
|
233
|
+
# hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
234
|
+
# has been deleted and purged from the system, then a retry of the original creation request
|
235
|
+
# might be rejected.
|
236
|
+
#
|
237
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
238
|
+
# @return [Response] A Response object with data of type {OCI::Bastion::Models::Session Session}
|
239
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bastion/create_session.rb.html) to see an example of how to use create_session API.
|
240
|
+
def create_session(create_session_details, opts = {})
|
241
|
+
logger.debug 'Calling operation BastionClient#create_session.' if logger
|
242
|
+
|
243
|
+
raise "Missing the required parameter 'create_session_details' when calling create_session." if create_session_details.nil?
|
244
|
+
|
245
|
+
path = '/sessions'
|
246
|
+
operation_signing_strategy = :standard
|
247
|
+
|
248
|
+
# rubocop:disable Style/NegatedIf
|
249
|
+
# Query Params
|
250
|
+
query_params = {}
|
251
|
+
|
252
|
+
# Header Params
|
253
|
+
header_params = {}
|
254
|
+
header_params[:accept] = 'application/json'
|
255
|
+
header_params[:'content-type'] = 'application/json'
|
256
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
257
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
258
|
+
# rubocop:enable Style/NegatedIf
|
259
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
260
|
+
|
261
|
+
post_body = @api_client.object_to_http_body(create_session_details)
|
262
|
+
|
263
|
+
# rubocop:disable Metrics/BlockLength
|
264
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'BastionClient#create_session') do
|
265
|
+
@api_client.call_api(
|
266
|
+
:POST,
|
267
|
+
path,
|
268
|
+
endpoint,
|
269
|
+
header_params: header_params,
|
270
|
+
query_params: query_params,
|
271
|
+
operation_signing_strategy: operation_signing_strategy,
|
272
|
+
body: post_body,
|
273
|
+
return_type: 'OCI::Bastion::Models::Session'
|
274
|
+
)
|
275
|
+
end
|
276
|
+
# rubocop:enable Metrics/BlockLength
|
277
|
+
end
|
278
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
279
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
280
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
281
|
+
|
282
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
283
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
284
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
285
|
+
|
286
|
+
|
287
|
+
# Deletes a bastion identified by the bastion ID.
|
288
|
+
# @param [String] bastion_id The unique identifier (OCID) of the bastion.
|
289
|
+
# @param [Hash] opts the optional parameters
|
290
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
291
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
292
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
|
293
|
+
# for a resource, set the `if-match` parameter to the value of the
|
294
|
+
# etag from a previous GET or POST response for that resource.
|
295
|
+
# The resource will be updated or deleted only if the etag you
|
296
|
+
# provide matches the resource's current etag value.
|
297
|
+
#
|
298
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
299
|
+
# @return [Response] A Response object with data of type nil
|
300
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bastion/delete_bastion.rb.html) to see an example of how to use delete_bastion API.
|
301
|
+
def delete_bastion(bastion_id, opts = {})
|
302
|
+
logger.debug 'Calling operation BastionClient#delete_bastion.' if logger
|
303
|
+
|
304
|
+
raise "Missing the required parameter 'bastion_id' when calling delete_bastion." if bastion_id.nil?
|
305
|
+
raise "Parameter value for 'bastion_id' must not be blank" if OCI::Internal::Util.blank_string?(bastion_id)
|
306
|
+
|
307
|
+
path = '/bastions/{bastionId}'.sub('{bastionId}', bastion_id.to_s)
|
308
|
+
operation_signing_strategy = :standard
|
309
|
+
|
310
|
+
# rubocop:disable Style/NegatedIf
|
311
|
+
# Query Params
|
312
|
+
query_params = {}
|
313
|
+
|
314
|
+
# Header Params
|
315
|
+
header_params = {}
|
316
|
+
header_params[:accept] = 'application/json'
|
317
|
+
header_params[:'content-type'] = 'application/json'
|
318
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
319
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
320
|
+
# rubocop:enable Style/NegatedIf
|
321
|
+
|
322
|
+
post_body = nil
|
323
|
+
|
324
|
+
# rubocop:disable Metrics/BlockLength
|
325
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'BastionClient#delete_bastion') do
|
326
|
+
@api_client.call_api(
|
327
|
+
:DELETE,
|
328
|
+
path,
|
329
|
+
endpoint,
|
330
|
+
header_params: header_params,
|
331
|
+
query_params: query_params,
|
332
|
+
operation_signing_strategy: operation_signing_strategy,
|
333
|
+
body: post_body
|
334
|
+
)
|
335
|
+
end
|
336
|
+
# rubocop:enable Metrics/BlockLength
|
337
|
+
end
|
338
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
339
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
340
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
341
|
+
|
342
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
343
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
344
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
345
|
+
|
346
|
+
|
347
|
+
# Deletes a session identified by the session ID.
|
348
|
+
# @param [String] session_id The unique identifier (OCID) of the session.
|
349
|
+
# @param [Hash] opts the optional parameters
|
350
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
351
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
352
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
|
353
|
+
# for a resource, set the `if-match` parameter to the value of the
|
354
|
+
# etag from a previous GET or POST response for that resource.
|
355
|
+
# The resource will be updated or deleted only if the etag you
|
356
|
+
# provide matches the resource's current etag value.
|
357
|
+
#
|
358
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
359
|
+
# @return [Response] A Response object with data of type nil
|
360
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bastion/delete_session.rb.html) to see an example of how to use delete_session API.
|
361
|
+
def delete_session(session_id, opts = {})
|
362
|
+
logger.debug 'Calling operation BastionClient#delete_session.' if logger
|
363
|
+
|
364
|
+
raise "Missing the required parameter 'session_id' when calling delete_session." if session_id.nil?
|
365
|
+
raise "Parameter value for 'session_id' must not be blank" if OCI::Internal::Util.blank_string?(session_id)
|
366
|
+
|
367
|
+
path = '/sessions/{sessionId}'.sub('{sessionId}', session_id.to_s)
|
368
|
+
operation_signing_strategy = :standard
|
369
|
+
|
370
|
+
# rubocop:disable Style/NegatedIf
|
371
|
+
# Query Params
|
372
|
+
query_params = {}
|
373
|
+
|
374
|
+
# Header Params
|
375
|
+
header_params = {}
|
376
|
+
header_params[:accept] = 'application/json'
|
377
|
+
header_params[:'content-type'] = 'application/json'
|
378
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
379
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
380
|
+
# rubocop:enable Style/NegatedIf
|
381
|
+
|
382
|
+
post_body = nil
|
383
|
+
|
384
|
+
# rubocop:disable Metrics/BlockLength
|
385
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'BastionClient#delete_session') do
|
386
|
+
@api_client.call_api(
|
387
|
+
:DELETE,
|
388
|
+
path,
|
389
|
+
endpoint,
|
390
|
+
header_params: header_params,
|
391
|
+
query_params: query_params,
|
392
|
+
operation_signing_strategy: operation_signing_strategy,
|
393
|
+
body: post_body
|
394
|
+
)
|
395
|
+
end
|
396
|
+
# rubocop:enable Metrics/BlockLength
|
397
|
+
end
|
398
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
399
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
400
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
401
|
+
|
402
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
403
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
404
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
405
|
+
|
406
|
+
|
407
|
+
# Retrieves a bastion identified by the bastion ID. A bastion provides secured, public access to target resources in the cloud that you cannot otherwise reach from the internet.
|
408
|
+
# @param [String] bastion_id The unique identifier (OCID) of the bastion.
|
409
|
+
# @param [Hash] opts the optional parameters
|
410
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
411
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
412
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
413
|
+
# @return [Response] A Response object with data of type {OCI::Bastion::Models::Bastion Bastion}
|
414
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bastion/get_bastion.rb.html) to see an example of how to use get_bastion API.
|
415
|
+
def get_bastion(bastion_id, opts = {})
|
416
|
+
logger.debug 'Calling operation BastionClient#get_bastion.' if logger
|
417
|
+
|
418
|
+
raise "Missing the required parameter 'bastion_id' when calling get_bastion." if bastion_id.nil?
|
419
|
+
raise "Parameter value for 'bastion_id' must not be blank" if OCI::Internal::Util.blank_string?(bastion_id)
|
420
|
+
|
421
|
+
path = '/bastions/{bastionId}'.sub('{bastionId}', bastion_id.to_s)
|
422
|
+
operation_signing_strategy = :standard
|
423
|
+
|
424
|
+
# rubocop:disable Style/NegatedIf
|
425
|
+
# Query Params
|
426
|
+
query_params = {}
|
427
|
+
|
428
|
+
# Header Params
|
429
|
+
header_params = {}
|
430
|
+
header_params[:accept] = 'application/json'
|
431
|
+
header_params[:'content-type'] = 'application/json'
|
432
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
433
|
+
# rubocop:enable Style/NegatedIf
|
434
|
+
|
435
|
+
post_body = nil
|
436
|
+
|
437
|
+
# rubocop:disable Metrics/BlockLength
|
438
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'BastionClient#get_bastion') do
|
439
|
+
@api_client.call_api(
|
440
|
+
:GET,
|
441
|
+
path,
|
442
|
+
endpoint,
|
443
|
+
header_params: header_params,
|
444
|
+
query_params: query_params,
|
445
|
+
operation_signing_strategy: operation_signing_strategy,
|
446
|
+
body: post_body,
|
447
|
+
return_type: 'OCI::Bastion::Models::Bastion'
|
448
|
+
)
|
449
|
+
end
|
450
|
+
# rubocop:enable Metrics/BlockLength
|
451
|
+
end
|
452
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
453
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
454
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
455
|
+
|
456
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
457
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
458
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
459
|
+
|
460
|
+
|
461
|
+
# Retrieves a session identified by the session ID. A bastion session lets authorized users connect to a target resource for a predetermined amount of time.
|
462
|
+
# @param [String] session_id The unique identifier (OCID) of the session.
|
463
|
+
# @param [Hash] opts the optional parameters
|
464
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
465
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
466
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
467
|
+
# @return [Response] A Response object with data of type {OCI::Bastion::Models::Session Session}
|
468
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bastion/get_session.rb.html) to see an example of how to use get_session API.
|
469
|
+
def get_session(session_id, opts = {})
|
470
|
+
logger.debug 'Calling operation BastionClient#get_session.' if logger
|
471
|
+
|
472
|
+
raise "Missing the required parameter 'session_id' when calling get_session." if session_id.nil?
|
473
|
+
raise "Parameter value for 'session_id' must not be blank" if OCI::Internal::Util.blank_string?(session_id)
|
474
|
+
|
475
|
+
path = '/sessions/{sessionId}'.sub('{sessionId}', session_id.to_s)
|
476
|
+
operation_signing_strategy = :standard
|
477
|
+
|
478
|
+
# rubocop:disable Style/NegatedIf
|
479
|
+
# Query Params
|
480
|
+
query_params = {}
|
481
|
+
|
482
|
+
# Header Params
|
483
|
+
header_params = {}
|
484
|
+
header_params[:accept] = 'application/json'
|
485
|
+
header_params[:'content-type'] = 'application/json'
|
486
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
487
|
+
# rubocop:enable Style/NegatedIf
|
488
|
+
|
489
|
+
post_body = nil
|
490
|
+
|
491
|
+
# rubocop:disable Metrics/BlockLength
|
492
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'BastionClient#get_session') do
|
493
|
+
@api_client.call_api(
|
494
|
+
:GET,
|
495
|
+
path,
|
496
|
+
endpoint,
|
497
|
+
header_params: header_params,
|
498
|
+
query_params: query_params,
|
499
|
+
operation_signing_strategy: operation_signing_strategy,
|
500
|
+
body: post_body,
|
501
|
+
return_type: 'OCI::Bastion::Models::Session'
|
502
|
+
)
|
503
|
+
end
|
504
|
+
# rubocop:enable Metrics/BlockLength
|
505
|
+
end
|
506
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
507
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
508
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
509
|
+
|
510
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
511
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
512
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
513
|
+
|
514
|
+
|
515
|
+
# Gets the status of the work request with the given ID.
|
516
|
+
# @param [String] work_request_id The unique identifier (OCID) of the asynchronous request.
|
517
|
+
# @param [Hash] opts the optional parameters
|
518
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
519
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
520
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
521
|
+
# @return [Response] A Response object with data of type {OCI::Bastion::Models::WorkRequest WorkRequest}
|
522
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bastion/get_work_request.rb.html) to see an example of how to use get_work_request API.
|
523
|
+
def get_work_request(work_request_id, opts = {})
|
524
|
+
logger.debug 'Calling operation BastionClient#get_work_request.' if logger
|
525
|
+
|
526
|
+
raise "Missing the required parameter 'work_request_id' when calling get_work_request." if work_request_id.nil?
|
527
|
+
raise "Parameter value for 'work_request_id' must not be blank" if OCI::Internal::Util.blank_string?(work_request_id)
|
528
|
+
|
529
|
+
path = '/workRequests/{workRequestId}'.sub('{workRequestId}', work_request_id.to_s)
|
530
|
+
operation_signing_strategy = :standard
|
531
|
+
|
532
|
+
# rubocop:disable Style/NegatedIf
|
533
|
+
# Query Params
|
534
|
+
query_params = {}
|
535
|
+
|
536
|
+
# Header Params
|
537
|
+
header_params = {}
|
538
|
+
header_params[:accept] = 'application/json'
|
539
|
+
header_params[:'content-type'] = 'application/json'
|
540
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
541
|
+
# rubocop:enable Style/NegatedIf
|
542
|
+
|
543
|
+
post_body = nil
|
544
|
+
|
545
|
+
# rubocop:disable Metrics/BlockLength
|
546
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'BastionClient#get_work_request') do
|
547
|
+
@api_client.call_api(
|
548
|
+
:GET,
|
549
|
+
path,
|
550
|
+
endpoint,
|
551
|
+
header_params: header_params,
|
552
|
+
query_params: query_params,
|
553
|
+
operation_signing_strategy: operation_signing_strategy,
|
554
|
+
body: post_body,
|
555
|
+
return_type: 'OCI::Bastion::Models::WorkRequest'
|
556
|
+
)
|
557
|
+
end
|
558
|
+
# rubocop:enable Metrics/BlockLength
|
559
|
+
end
|
560
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
561
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
562
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
563
|
+
|
564
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
565
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
566
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
567
|
+
|
568
|
+
|
569
|
+
# Retrieves a list of BastionSummary objects in a compartment. Bastions provide secured, public access to target resources in the cloud that you cannot otherwise reach from the internet.
|
570
|
+
#
|
571
|
+
# @param [String] compartment_id The unique identifier (OCID) of the compartment in which to list resources.
|
572
|
+
# @param [Hash] opts the optional parameters
|
573
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
574
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
575
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
576
|
+
# @option opts [String] :bastion_lifecycle_state A filter to return only resources their lifecycleState matches the given lifecycleState.
|
577
|
+
# @option opts [String] :bastion_id The unique identifier (OCID) of the bastion in which to list resources.
|
578
|
+
# @option opts [String] :name A filter to return only resources that match the entire name given.
|
579
|
+
# @option opts [Integer] :limit The maximum number of items to return. (default to 10)
|
580
|
+
# @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
581
|
+
# @option opts [String] :sort_order The sort order to use, either 'asc' or 'desc'. (default to ASC)
|
582
|
+
# @option opts [String] :sort_by The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for name is ascending. If no value is specified timeCreated is default.
|
583
|
+
# (default to timeCreated)
|
584
|
+
# Allowed values are: timeCreated, name
|
585
|
+
# @return [Response] A Response object with data of type Array<{OCI::Bastion::Models::BastionSummary BastionSummary}>
|
586
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bastion/list_bastions.rb.html) to see an example of how to use list_bastions API.
|
587
|
+
def list_bastions(compartment_id, opts = {})
|
588
|
+
logger.debug 'Calling operation BastionClient#list_bastions.' if logger
|
589
|
+
|
590
|
+
raise "Missing the required parameter 'compartment_id' when calling list_bastions." if compartment_id.nil?
|
591
|
+
|
592
|
+
if opts[:bastion_lifecycle_state] && !OCI::Bastion::Models::BASTION_LIFECYCLE_STATE_ENUM.include?(opts[:bastion_lifecycle_state])
|
593
|
+
raise 'Invalid value for "bastion_lifecycle_state", must be one of the values in OCI::Bastion::Models::BASTION_LIFECYCLE_STATE_ENUM.'
|
594
|
+
end
|
595
|
+
|
596
|
+
if opts[:sort_order] && !OCI::Bastion::Models::SORT_ORDER_ENUM.include?(opts[:sort_order])
|
597
|
+
raise 'Invalid value for "sort_order", must be one of the values in OCI::Bastion::Models::SORT_ORDER_ENUM.'
|
598
|
+
end
|
599
|
+
|
600
|
+
if opts[:sort_by] && !%w[timeCreated name].include?(opts[:sort_by])
|
601
|
+
raise 'Invalid value for "sort_by", must be one of timeCreated, name.'
|
602
|
+
end
|
603
|
+
|
604
|
+
path = '/bastions'
|
605
|
+
operation_signing_strategy = :standard
|
606
|
+
|
607
|
+
# rubocop:disable Style/NegatedIf
|
608
|
+
# Query Params
|
609
|
+
query_params = {}
|
610
|
+
query_params[:compartmentId] = compartment_id
|
611
|
+
query_params[:bastionLifecycleState] = opts[:bastion_lifecycle_state] if opts[:bastion_lifecycle_state]
|
612
|
+
query_params[:bastionId] = opts[:bastion_id] if opts[:bastion_id]
|
613
|
+
query_params[:name] = opts[:name] if opts[:name]
|
614
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
615
|
+
query_params[:page] = opts[:page] if opts[:page]
|
616
|
+
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
617
|
+
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
618
|
+
|
619
|
+
# Header Params
|
620
|
+
header_params = {}
|
621
|
+
header_params[:accept] = 'application/json'
|
622
|
+
header_params[:'content-type'] = 'application/json'
|
623
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
624
|
+
# rubocop:enable Style/NegatedIf
|
625
|
+
|
626
|
+
post_body = nil
|
627
|
+
|
628
|
+
# rubocop:disable Metrics/BlockLength
|
629
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'BastionClient#list_bastions') do
|
630
|
+
@api_client.call_api(
|
631
|
+
:GET,
|
632
|
+
path,
|
633
|
+
endpoint,
|
634
|
+
header_params: header_params,
|
635
|
+
query_params: query_params,
|
636
|
+
operation_signing_strategy: operation_signing_strategy,
|
637
|
+
body: post_body,
|
638
|
+
return_type: 'Array<OCI::Bastion::Models::BastionSummary>'
|
639
|
+
)
|
640
|
+
end
|
641
|
+
# rubocop:enable Metrics/BlockLength
|
642
|
+
end
|
643
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
644
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
645
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
646
|
+
|
647
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
648
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
649
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
650
|
+
|
651
|
+
|
652
|
+
# Retrieves a list of SessionSummary objects for an existing bastion. Bastion sessions let authorized users connect to a target resource for a predetermined amount of time.
|
653
|
+
#
|
654
|
+
# @param [String] bastion_id The unique identifier (OCID) of the bastion in which to list sessions.
|
655
|
+
# @param [Hash] opts the optional parameters
|
656
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
657
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
658
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
659
|
+
# @option opts [String] :display_name A filter to return only resources that match the entire display name given.
|
660
|
+
# @option opts [String] :session_lifecycle_state A filter to return only resources their lifecycleState matches the given lifecycleState.
|
661
|
+
# @option opts [String] :session_id The unique identifier (OCID) of the session in which to list resources.
|
662
|
+
# @option opts [Integer] :limit The maximum number of items to return. (default to 10)
|
663
|
+
# @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
664
|
+
# @option opts [String] :sort_order The sort order to use, either 'asc' or 'desc'. (default to ASC)
|
665
|
+
# @option opts [String] :sort_by The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.
|
666
|
+
# (default to timeCreated)
|
667
|
+
# Allowed values are: timeCreated, displayName
|
668
|
+
# @return [Response] A Response object with data of type Array<{OCI::Bastion::Models::SessionSummary SessionSummary}>
|
669
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bastion/list_sessions.rb.html) to see an example of how to use list_sessions API.
|
670
|
+
def list_sessions(bastion_id, opts = {})
|
671
|
+
logger.debug 'Calling operation BastionClient#list_sessions.' if logger
|
672
|
+
|
673
|
+
raise "Missing the required parameter 'bastion_id' when calling list_sessions." if bastion_id.nil?
|
674
|
+
|
675
|
+
if opts[:session_lifecycle_state] && !OCI::Bastion::Models::SESSION_LIFECYCLE_STATE_ENUM.include?(opts[:session_lifecycle_state])
|
676
|
+
raise 'Invalid value for "session_lifecycle_state", must be one of the values in OCI::Bastion::Models::SESSION_LIFECYCLE_STATE_ENUM.'
|
677
|
+
end
|
678
|
+
|
679
|
+
if opts[:sort_order] && !OCI::Bastion::Models::SORT_ORDER_ENUM.include?(opts[:sort_order])
|
680
|
+
raise 'Invalid value for "sort_order", must be one of the values in OCI::Bastion::Models::SORT_ORDER_ENUM.'
|
681
|
+
end
|
682
|
+
|
683
|
+
if opts[:sort_by] && !%w[timeCreated displayName].include?(opts[:sort_by])
|
684
|
+
raise 'Invalid value for "sort_by", must be one of timeCreated, displayName.'
|
685
|
+
end
|
686
|
+
|
687
|
+
path = '/sessions'
|
688
|
+
operation_signing_strategy = :standard
|
689
|
+
|
690
|
+
# rubocop:disable Style/NegatedIf
|
691
|
+
# Query Params
|
692
|
+
query_params = {}
|
693
|
+
query_params[:bastionId] = bastion_id
|
694
|
+
query_params[:displayName] = opts[:display_name] if opts[:display_name]
|
695
|
+
query_params[:sessionLifecycleState] = opts[:session_lifecycle_state] if opts[:session_lifecycle_state]
|
696
|
+
query_params[:sessionId] = opts[:session_id] if opts[:session_id]
|
697
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
698
|
+
query_params[:page] = opts[:page] if opts[:page]
|
699
|
+
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
700
|
+
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
701
|
+
|
702
|
+
# Header Params
|
703
|
+
header_params = {}
|
704
|
+
header_params[:accept] = 'application/json'
|
705
|
+
header_params[:'content-type'] = 'application/json'
|
706
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
707
|
+
# rubocop:enable Style/NegatedIf
|
708
|
+
|
709
|
+
post_body = nil
|
710
|
+
|
711
|
+
# rubocop:disable Metrics/BlockLength
|
712
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'BastionClient#list_sessions') do
|
713
|
+
@api_client.call_api(
|
714
|
+
:GET,
|
715
|
+
path,
|
716
|
+
endpoint,
|
717
|
+
header_params: header_params,
|
718
|
+
query_params: query_params,
|
719
|
+
operation_signing_strategy: operation_signing_strategy,
|
720
|
+
body: post_body,
|
721
|
+
return_type: 'Array<OCI::Bastion::Models::SessionSummary>'
|
722
|
+
)
|
723
|
+
end
|
724
|
+
# rubocop:enable Metrics/BlockLength
|
725
|
+
end
|
726
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
727
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
728
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
729
|
+
|
730
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
731
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
732
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
733
|
+
|
734
|
+
|
735
|
+
# Return a (paginated) list of errors for a given work request.
|
736
|
+
#
|
737
|
+
# @param [String] work_request_id The unique identifier (OCID) of the asynchronous request.
|
738
|
+
# @param [Hash] opts the optional parameters
|
739
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
740
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
741
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
742
|
+
# @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
743
|
+
# @option opts [Integer] :limit The maximum number of items to return. (default to 10)
|
744
|
+
# @return [Response] A Response object with data of type Array<{OCI::Bastion::Models::WorkRequestError WorkRequestError}>
|
745
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bastion/list_work_request_errors.rb.html) to see an example of how to use list_work_request_errors API.
|
746
|
+
def list_work_request_errors(work_request_id, opts = {})
|
747
|
+
logger.debug 'Calling operation BastionClient#list_work_request_errors.' if logger
|
748
|
+
|
749
|
+
raise "Missing the required parameter 'work_request_id' when calling list_work_request_errors." if work_request_id.nil?
|
750
|
+
raise "Parameter value for 'work_request_id' must not be blank" if OCI::Internal::Util.blank_string?(work_request_id)
|
751
|
+
|
752
|
+
path = '/workRequests/{workRequestId}/errors'.sub('{workRequestId}', work_request_id.to_s)
|
753
|
+
operation_signing_strategy = :standard
|
754
|
+
|
755
|
+
# rubocop:disable Style/NegatedIf
|
756
|
+
# Query Params
|
757
|
+
query_params = {}
|
758
|
+
query_params[:page] = opts[:page] if opts[:page]
|
759
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
760
|
+
|
761
|
+
# Header Params
|
762
|
+
header_params = {}
|
763
|
+
header_params[:accept] = 'application/json'
|
764
|
+
header_params[:'content-type'] = 'application/json'
|
765
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
766
|
+
# rubocop:enable Style/NegatedIf
|
767
|
+
|
768
|
+
post_body = nil
|
769
|
+
|
770
|
+
# rubocop:disable Metrics/BlockLength
|
771
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'BastionClient#list_work_request_errors') do
|
772
|
+
@api_client.call_api(
|
773
|
+
:GET,
|
774
|
+
path,
|
775
|
+
endpoint,
|
776
|
+
header_params: header_params,
|
777
|
+
query_params: query_params,
|
778
|
+
operation_signing_strategy: operation_signing_strategy,
|
779
|
+
body: post_body,
|
780
|
+
return_type: 'Array<OCI::Bastion::Models::WorkRequestError>'
|
781
|
+
)
|
782
|
+
end
|
783
|
+
# rubocop:enable Metrics/BlockLength
|
784
|
+
end
|
785
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
786
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
787
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
788
|
+
|
789
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
790
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
791
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
792
|
+
|
793
|
+
|
794
|
+
# Return a (paginated) list of logs for a given work request.
|
795
|
+
#
|
796
|
+
# @param [String] work_request_id The unique identifier (OCID) of the asynchronous request.
|
797
|
+
# @param [Hash] opts the optional parameters
|
798
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
799
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
800
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
801
|
+
# @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
802
|
+
# @option opts [Integer] :limit The maximum number of items to return. (default to 10)
|
803
|
+
# @return [Response] A Response object with data of type Array<{OCI::Bastion::Models::WorkRequestLogEntry WorkRequestLogEntry}>
|
804
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bastion/list_work_request_logs.rb.html) to see an example of how to use list_work_request_logs API.
|
805
|
+
def list_work_request_logs(work_request_id, opts = {})
|
806
|
+
logger.debug 'Calling operation BastionClient#list_work_request_logs.' if logger
|
807
|
+
|
808
|
+
raise "Missing the required parameter 'work_request_id' when calling list_work_request_logs." if work_request_id.nil?
|
809
|
+
raise "Parameter value for 'work_request_id' must not be blank" if OCI::Internal::Util.blank_string?(work_request_id)
|
810
|
+
|
811
|
+
path = '/workRequests/{workRequestId}/logs'.sub('{workRequestId}', work_request_id.to_s)
|
812
|
+
operation_signing_strategy = :standard
|
813
|
+
|
814
|
+
# rubocop:disable Style/NegatedIf
|
815
|
+
# Query Params
|
816
|
+
query_params = {}
|
817
|
+
query_params[:page] = opts[:page] if opts[:page]
|
818
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
819
|
+
|
820
|
+
# Header Params
|
821
|
+
header_params = {}
|
822
|
+
header_params[:accept] = 'application/json'
|
823
|
+
header_params[:'content-type'] = 'application/json'
|
824
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
825
|
+
# rubocop:enable Style/NegatedIf
|
826
|
+
|
827
|
+
post_body = nil
|
828
|
+
|
829
|
+
# rubocop:disable Metrics/BlockLength
|
830
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'BastionClient#list_work_request_logs') do
|
831
|
+
@api_client.call_api(
|
832
|
+
:GET,
|
833
|
+
path,
|
834
|
+
endpoint,
|
835
|
+
header_params: header_params,
|
836
|
+
query_params: query_params,
|
837
|
+
operation_signing_strategy: operation_signing_strategy,
|
838
|
+
body: post_body,
|
839
|
+
return_type: 'Array<OCI::Bastion::Models::WorkRequestLogEntry>'
|
840
|
+
)
|
841
|
+
end
|
842
|
+
# rubocop:enable Metrics/BlockLength
|
843
|
+
end
|
844
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
845
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
846
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
847
|
+
|
848
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
849
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
850
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
851
|
+
|
852
|
+
|
853
|
+
# Lists the work requests in a compartment.
|
854
|
+
#
|
855
|
+
# @param [String] compartment_id The unique identifier (OCID) of the compartment in which to list resources.
|
856
|
+
# @param [Hash] opts the optional parameters
|
857
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
858
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
859
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
860
|
+
# @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
861
|
+
# @option opts [Integer] :limit The maximum number of items to return. (default to 10)
|
862
|
+
# @return [Response] A Response object with data of type Array<{OCI::Bastion::Models::WorkRequestSummary WorkRequestSummary}>
|
863
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bastion/list_work_requests.rb.html) to see an example of how to use list_work_requests API.
|
864
|
+
def list_work_requests(compartment_id, opts = {})
|
865
|
+
logger.debug 'Calling operation BastionClient#list_work_requests.' if logger
|
866
|
+
|
867
|
+
raise "Missing the required parameter 'compartment_id' when calling list_work_requests." if compartment_id.nil?
|
868
|
+
|
869
|
+
path = '/workRequests'
|
870
|
+
operation_signing_strategy = :standard
|
871
|
+
|
872
|
+
# rubocop:disable Style/NegatedIf
|
873
|
+
# Query Params
|
874
|
+
query_params = {}
|
875
|
+
query_params[:compartmentId] = compartment_id
|
876
|
+
query_params[:page] = opts[:page] if opts[:page]
|
877
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
878
|
+
|
879
|
+
# Header Params
|
880
|
+
header_params = {}
|
881
|
+
header_params[:accept] = 'application/json'
|
882
|
+
header_params[:'content-type'] = 'application/json'
|
883
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
884
|
+
# rubocop:enable Style/NegatedIf
|
885
|
+
|
886
|
+
post_body = nil
|
887
|
+
|
888
|
+
# rubocop:disable Metrics/BlockLength
|
889
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'BastionClient#list_work_requests') do
|
890
|
+
@api_client.call_api(
|
891
|
+
:GET,
|
892
|
+
path,
|
893
|
+
endpoint,
|
894
|
+
header_params: header_params,
|
895
|
+
query_params: query_params,
|
896
|
+
operation_signing_strategy: operation_signing_strategy,
|
897
|
+
body: post_body,
|
898
|
+
return_type: 'Array<OCI::Bastion::Models::WorkRequestSummary>'
|
899
|
+
)
|
900
|
+
end
|
901
|
+
# rubocop:enable Metrics/BlockLength
|
902
|
+
end
|
903
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
904
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
905
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
906
|
+
|
907
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
908
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
909
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
910
|
+
|
911
|
+
|
912
|
+
# Updates the bastion identified by the bastion ID. A bastion provides secured, public access to target resources in the cloud that you cannot otherwise reach from the internet.
|
913
|
+
# @param [String] bastion_id The unique identifier (OCID) of the bastion.
|
914
|
+
# @param [OCI::Bastion::Models::UpdateBastionDetails] update_bastion_details The bastion information to be updated.
|
915
|
+
# @param [Hash] opts the optional parameters
|
916
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
917
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
918
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
|
919
|
+
# for a resource, set the `if-match` parameter to the value of the
|
920
|
+
# etag from a previous GET or POST response for that resource.
|
921
|
+
# The resource will be updated or deleted only if the etag you
|
922
|
+
# provide matches the resource's current etag value.
|
923
|
+
#
|
924
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
925
|
+
# @return [Response] A Response object with data of type nil
|
926
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bastion/update_bastion.rb.html) to see an example of how to use update_bastion API.
|
927
|
+
def update_bastion(bastion_id, update_bastion_details, opts = {})
|
928
|
+
logger.debug 'Calling operation BastionClient#update_bastion.' if logger
|
929
|
+
|
930
|
+
raise "Missing the required parameter 'bastion_id' when calling update_bastion." if bastion_id.nil?
|
931
|
+
raise "Missing the required parameter 'update_bastion_details' when calling update_bastion." if update_bastion_details.nil?
|
932
|
+
raise "Parameter value for 'bastion_id' must not be blank" if OCI::Internal::Util.blank_string?(bastion_id)
|
933
|
+
|
934
|
+
path = '/bastions/{bastionId}'.sub('{bastionId}', bastion_id.to_s)
|
935
|
+
operation_signing_strategy = :standard
|
936
|
+
|
937
|
+
# rubocop:disable Style/NegatedIf
|
938
|
+
# Query Params
|
939
|
+
query_params = {}
|
940
|
+
|
941
|
+
# Header Params
|
942
|
+
header_params = {}
|
943
|
+
header_params[:accept] = 'application/json'
|
944
|
+
header_params[:'content-type'] = 'application/json'
|
945
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
946
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
947
|
+
# rubocop:enable Style/NegatedIf
|
948
|
+
|
949
|
+
post_body = @api_client.object_to_http_body(update_bastion_details)
|
950
|
+
|
951
|
+
# rubocop:disable Metrics/BlockLength
|
952
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'BastionClient#update_bastion') do
|
953
|
+
@api_client.call_api(
|
954
|
+
:PUT,
|
955
|
+
path,
|
956
|
+
endpoint,
|
957
|
+
header_params: header_params,
|
958
|
+
query_params: query_params,
|
959
|
+
operation_signing_strategy: operation_signing_strategy,
|
960
|
+
body: post_body
|
961
|
+
)
|
962
|
+
end
|
963
|
+
# rubocop:enable Metrics/BlockLength
|
964
|
+
end
|
965
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
966
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
967
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
968
|
+
|
969
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
970
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
971
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
972
|
+
|
973
|
+
|
974
|
+
# Updates the session identified by the session ID. A bastion session lets authorized users connect to a target resource for a predetermined amount of time.
|
975
|
+
# @param [String] session_id The unique identifier (OCID) of the session.
|
976
|
+
# @param [OCI::Bastion::Models::UpdateSessionDetails] update_session_details The session information to be updated.
|
977
|
+
# @param [Hash] opts the optional parameters
|
978
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
979
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
980
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
|
981
|
+
# for a resource, set the `if-match` parameter to the value of the
|
982
|
+
# etag from a previous GET or POST response for that resource.
|
983
|
+
# The resource will be updated or deleted only if the etag you
|
984
|
+
# provide matches the resource's current etag value.
|
985
|
+
#
|
986
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
987
|
+
# @return [Response] A Response object with data of type {OCI::Bastion::Models::Session Session}
|
988
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/bastion/update_session.rb.html) to see an example of how to use update_session API.
|
989
|
+
def update_session(session_id, update_session_details, opts = {})
|
990
|
+
logger.debug 'Calling operation BastionClient#update_session.' if logger
|
991
|
+
|
992
|
+
raise "Missing the required parameter 'session_id' when calling update_session." if session_id.nil?
|
993
|
+
raise "Missing the required parameter 'update_session_details' when calling update_session." if update_session_details.nil?
|
994
|
+
raise "Parameter value for 'session_id' must not be blank" if OCI::Internal::Util.blank_string?(session_id)
|
995
|
+
|
996
|
+
path = '/sessions/{sessionId}'.sub('{sessionId}', session_id.to_s)
|
997
|
+
operation_signing_strategy = :standard
|
998
|
+
|
999
|
+
# rubocop:disable Style/NegatedIf
|
1000
|
+
# Query Params
|
1001
|
+
query_params = {}
|
1002
|
+
|
1003
|
+
# Header Params
|
1004
|
+
header_params = {}
|
1005
|
+
header_params[:accept] = 'application/json'
|
1006
|
+
header_params[:'content-type'] = 'application/json'
|
1007
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
1008
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
1009
|
+
# rubocop:enable Style/NegatedIf
|
1010
|
+
|
1011
|
+
post_body = @api_client.object_to_http_body(update_session_details)
|
1012
|
+
|
1013
|
+
# rubocop:disable Metrics/BlockLength
|
1014
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'BastionClient#update_session') do
|
1015
|
+
@api_client.call_api(
|
1016
|
+
:PUT,
|
1017
|
+
path,
|
1018
|
+
endpoint,
|
1019
|
+
header_params: header_params,
|
1020
|
+
query_params: query_params,
|
1021
|
+
operation_signing_strategy: operation_signing_strategy,
|
1022
|
+
body: post_body,
|
1023
|
+
return_type: 'OCI::Bastion::Models::Session'
|
1024
|
+
)
|
1025
|
+
end
|
1026
|
+
# rubocop:enable Metrics/BlockLength
|
1027
|
+
end
|
1028
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
1029
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
1030
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
1031
|
+
|
1032
|
+
private
|
1033
|
+
|
1034
|
+
def applicable_retry_config(opts = {})
|
1035
|
+
return @retry_config unless opts.key?(:retry_config)
|
1036
|
+
|
1037
|
+
opts[:retry_config]
|
1038
|
+
end
|
1039
|
+
end
|
1040
|
+
end
|
1041
|
+
# rubocop:enable Lint/UnneededCopDisableDirective, Metrics/LineLength
|