oci 2.23.0 → 2.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +9 -1
- data/lib/oci/analytics/analytics.rb +5 -0
- data/lib/oci/analytics/analytics_client.rb +422 -52
- data/lib/oci/analytics/analytics_client_composite_operations.rb +188 -27
- data/lib/oci/analytics/models/analytics_instance.rb +32 -15
- data/lib/oci/analytics/models/analytics_instance_summary.rb +9 -8
- data/lib/oci/analytics/models/capacity.rb +2 -2
- data/lib/oci/analytics/models/change_analytics_instance_network_endpoint_details.rb +1 -1
- data/lib/oci/analytics/models/create_analytics_instance_details.rb +8 -6
- data/lib/oci/analytics/models/create_private_access_channel_details.rb +9 -9
- data/lib/oci/analytics/models/create_resource_group_details.rb +190 -0
- data/lib/oci/analytics/models/create_vanity_url_details.rb +5 -5
- data/lib/oci/analytics/models/feature_bundle.rb +1 -0
- data/lib/oci/analytics/models/instance_resource_group.rb +200 -0
- data/lib/oci/analytics/models/instance_resource_group_summary.rb +200 -0
- data/lib/oci/analytics/models/private_access_channel.rb +13 -13
- data/lib/oci/analytics/models/private_endpoint_details.rb +1 -1
- data/lib/oci/analytics/models/private_source_dns_zone.rb +3 -3
- data/lib/oci/analytics/models/private_source_scan_host.rb +4 -4
- data/lib/oci/analytics/models/public_endpoint_details.rb +1 -1
- data/lib/oci/analytics/models/resource_group_sort_by.rb +17 -0
- data/lib/oci/analytics/models/set_feature_bundle_details.rb +1 -0
- data/lib/oci/analytics/models/set_kms_key_details.rb +2 -2
- data/lib/oci/analytics/models/update_analytics_instance_details.rb +3 -3
- data/lib/oci/analytics/models/update_private_access_channel_details.rb +9 -9
- data/lib/oci/analytics/models/update_resource_group_details.rb +190 -0
- data/lib/oci/analytics/models/update_vanity_url_details.rb +4 -4
- data/lib/oci/analytics/models/vanity_url_details.rb +5 -5
- data/lib/oci/analytics/models/work_request.rb +4 -0
- data/lib/oci/analytics/models/work_request_action_result.rb +4 -1
- data/lib/oci/analytics/models/work_request_error.rb +2 -2
- data/lib/oci/analytics/models/work_request_log.rb +1 -1
- data/lib/oci/analytics/models/work_request_operation_type.rb +5 -1
- data/lib/oci/analytics/models/work_request_resource.rb +4 -1
- data/lib/oci/analytics/models/work_request_summary.rb +4 -0
- data/lib/oci/apiaccesscontrol/api_metadata_client.rb +8 -6
- data/lib/oci/apiaccesscontrol/apiaccesscontrol.rb +1 -0
- data/lib/oci/apiaccesscontrol/models/api_metadata.rb +12 -2
- data/lib/oci/apiaccesscontrol/models/api_metadata_by_entity_type_summary.rb +15 -1
- data/lib/oci/apiaccesscontrol/models/approver_detail.rb +15 -1
- data/lib/oci/apiaccesscontrol/models/approver_group_level.rb +169 -0
- data/lib/oci/apiaccesscontrol/models/create_privileged_api_control_details.rb +17 -3
- data/lib/oci/apiaccesscontrol/models/create_privileged_api_request_details.rb +1 -1
- data/lib/oci/apiaccesscontrol/models/privileged_api_control.rb +15 -2
- data/lib/oci/apiaccesscontrol/models/privileged_api_control_summary.rb +0 -1
- data/lib/oci/apiaccesscontrol/models/update_privileged_api_control_details.rb +16 -2
- data/lib/oci/apiaccesscontrol/privileged_api_control_client.rb +4 -3
- data/lib/oci/apiaccesscontrol/privileged_api_requests_client.rb +4 -3
- data/lib/oci/apiaccesscontrol/privileged_api_work_request_client.rb +4 -3
- data/lib/oci/core/core.rb +5 -0
- data/lib/oci/core/models/boot_volume_backup.rb +87 -4
- data/lib/oci/core/models/create_boot_volume_backup_details.rb +59 -4
- data/lib/oci/core/models/create_cross_connect_details.rb +50 -1
- data/lib/oci/core/models/create_cross_connect_group_details.rb +71 -4
- data/lib/oci/core/models/create_dedicated_vm_host_details.rb +21 -4
- data/lib/oci/core/models/create_virtual_circuit_details.rb +63 -4
- data/lib/oci/core/models/create_volume_backup_details.rb +59 -4
- data/lib/oci/core/models/create_volume_group_backup_details.rb +59 -4
- data/lib/oci/core/models/cross_connect.rb +43 -1
- data/lib/oci/core/models/cross_connect_group.rb +63 -4
- data/lib/oci/core/models/dedicated_vm_host.rb +18 -1
- data/lib/oci/core/models/dedicated_vm_host_instance_summary.rb +18 -1
- data/lib/oci/core/models/dedicated_vm_host_summary.rb +18 -1
- data/lib/oci/core/models/instances.rb +140 -0
- data/lib/oci/core/models/letter_of_authority.rb +31 -4
- data/lib/oci/core/models/loa_extension_data.rb +170 -0
- data/lib/oci/core/models/provider_remote_region_name.rb +174 -0
- data/lib/oci/core/models/retention_duration.rb +189 -0
- data/lib/oci/core/models/supported_capabilities.rb +21 -4
- data/lib/oci/core/models/update_boot_volume_backup_details.rb +59 -4
- data/lib/oci/core/models/update_cross_connect_details.rb +32 -4
- data/lib/oci/core/models/update_cross_connect_group_details.rb +49 -4
- data/lib/oci/core/models/update_cross_connect_letter_of_authority_details.rb +195 -0
- data/lib/oci/core/models/update_virtual_circuit_details.rb +30 -1
- data/lib/oci/core/models/update_volume_backup_details.rb +59 -4
- data/lib/oci/core/models/update_volume_group_backup_details.rb +59 -4
- data/lib/oci/core/models/virtual_circuit.rb +80 -1
- data/lib/oci/core/models/volume_backup.rb +87 -4
- data/lib/oci/core/models/volume_backup_schedule.rb +45 -4
- data/lib/oci/core/models/volume_group_backup.rb +73 -4
- data/lib/oci/core/virtual_network_client.rb +136 -2
- data/lib/oci/database/database.rb +13 -0
- data/lib/oci/database/database_client.rb +923 -111
- data/lib/oci/database/database_client_composite_operations.rb +283 -0
- data/lib/oci/database/models/basecc_vm_cluster.rb +713 -0
- data/lib/oci/database/models/basecc_vm_cluster_summary.rb +716 -0
- data/lib/oci/database/models/basecc_vm_cluster_update.rb +342 -0
- data/lib/oci/database/models/basecc_vm_cluster_update_details.rb +198 -0
- data/lib/oci/database/models/basecc_vm_cluster_update_history_entry.rb +318 -0
- data/lib/oci/database/models/basecc_vm_cluster_update_history_entry_summary.rb +321 -0
- data/lib/oci/database/models/basecc_vm_cluster_update_summary.rb +349 -0
- data/lib/oci/database/models/change_basecc_vm_cluster_compartment_details.rb +156 -0
- data/lib/oci/database/models/cloud_vm_cluster.rb +28 -1
- data/lib/oci/database/models/cloud_vm_cluster_summary.rb +28 -1
- data/lib/oci/database/models/create_basecc_vm_cluster_details.rb +506 -0
- data/lib/oci/database/models/create_database_software_image_details.rb +2 -1
- data/lib/oci/database/models/database_software_image.rb +1 -0
- data/lib/oci/database/models/database_software_image_summary.rb +1 -0
- data/lib/oci/database/models/exadata_live_image_version_details.rb +216 -0
- data/lib/oci/database/models/exadb_vm_cluster.rb +53 -4
- data/lib/oci/database/models/exadb_vm_cluster_summary.rb +53 -4
- data/lib/oci/database/models/register_exadb_vm_cluster_pkcs_details.rb +171 -0
- data/lib/oci/database/models/unregister_exadb_vm_cluster_pkcs_details.rb +171 -0
- data/lib/oci/database/models/update.rb +94 -1
- data/lib/oci/database/models/update_basecc_vm_cluster_details.rb +345 -0
- data/lib/oci/database/models/update_details.rb +33 -1
- data/lib/oci/database/models/update_history_entry.rb +39 -1
- data/lib/oci/database/models/update_history_entry_summary.rb +39 -1
- data/lib/oci/database/models/update_summary.rb +94 -1
- data/lib/oci/database/models/vm_cluster.rb +28 -1
- data/lib/oci/database/models/vm_cluster_summary.rb +28 -1
- data/lib/oci/database/models/vm_cluster_update.rb +94 -1
- data/lib/oci/database/models/vm_cluster_update_details.rb +33 -1
- data/lib/oci/database/models/vm_cluster_update_history_entry.rb +39 -1
- data/lib/oci/database/models/vm_cluster_update_history_entry_summary.rb +39 -1
- data/lib/oci/database/models/vm_cluster_update_summary.rb +94 -1
- data/lib/oci/file_storage/models/file_system.rb +37 -4
- data/lib/oci/file_storage/models/file_system_summary.rb +37 -4
- data/lib/oci/file_storage/models/snapshot.rb +19 -4
- data/lib/oci/file_storage/models/snapshot_summary.rb +19 -4
- data/lib/oci/generative_ai/models/create_dedicated_ai_cluster_details.rb +3 -0
- data/lib/oci/generative_ai/models/dedicated_ai_cluster.rb +2 -0
- data/lib/oci/golden_gate/golden_gate.rb +29 -0
- data/lib/oci/golden_gate/golden_gate_client.rb +185 -6
- data/lib/oci/golden_gate/models/ai_model_auth_details.rb +194 -0
- data/lib/oci/golden_gate/models/ai_model_auth_details_summary.rb +194 -0
- data/lib/oci/golden_gate/models/ai_model_auth_type.rb +13 -0
- data/lib/oci/golden_gate/models/ai_model_collection.rb +153 -0
- data/lib/oci/golden_gate/models/ai_model_connection.rb +350 -0
- data/lib/oci/golden_gate/models/ai_model_connection_summary.rb +333 -0
- data/lib/oci/golden_gate/models/ai_model_summary.rb +216 -0
- data/lib/oci/golden_gate/models/ai_provider_collection.rb +153 -0
- data/lib/oci/golden_gate/models/ai_provider_summary.rb +249 -0
- data/lib/oci/golden_gate/models/amazon_kinesis_connection.rb +1 -0
- data/lib/oci/golden_gate/models/amazon_kinesis_connection_summary.rb +1 -0
- data/lib/oci/golden_gate/models/amazon_s3_connection.rb +1 -1
- data/lib/oci/golden_gate/models/amazon_s3_connection_summary.rb +1 -1
- data/lib/oci/golden_gate/models/amazon_s3_iceberg_storage.rb +1 -0
- data/lib/oci/golden_gate/models/amazon_s3_iceberg_storage_summary.rb +1 -0
- data/lib/oci/golden_gate/models/api_key_ai_model_auth_details.rb +199 -0
- data/lib/oci/golden_gate/models/api_key_ai_model_auth_details_summary.rb +181 -0
- data/lib/oci/golden_gate/models/connection.rb +43 -6
- data/lib/oci/golden_gate/models/connection_assignment.rb +63 -1
- data/lib/oci/golden_gate/models/connection_assignment_summary.rb +64 -1
- data/lib/oci/golden_gate/models/connection_summary.rb +42 -6
- data/lib/oci/golden_gate/models/connection_type.rb +2 -1
- data/lib/oci/golden_gate/models/create_ai_model_auth_details.rb +187 -0
- data/lib/oci/golden_gate/models/create_ai_model_connection_details.rb +298 -0
- data/lib/oci/golden_gate/models/create_amazon_kinesis_connection_details.rb +4 -1
- data/lib/oci/golden_gate/models/create_amazon_redshift_connection_details.rb +3 -1
- data/lib/oci/golden_gate/models/create_amazon_s3_connection_details.rb +5 -3
- data/lib/oci/golden_gate/models/create_amazon_s3_iceberg_storage_details.rb +5 -2
- data/lib/oci/golden_gate/models/create_api_key_ai_model_auth_details.rb +199 -0
- data/lib/oci/golden_gate/models/create_azure_data_lake_storage_connection_details.rb +9 -3
- data/lib/oci/golden_gate/models/create_azure_data_lake_storage_iceberg_storage_details.rb +3 -1
- data/lib/oci/golden_gate/models/create_azure_synapse_connection_details.rb +3 -1
- data/lib/oci/golden_gate/models/create_connection_details.rb +43 -7
- data/lib/oci/golden_gate/models/create_database_registration_details.rb +6 -2
- data/lib/oci/golden_gate/models/create_databricks_connection_details.rb +6 -2
- data/lib/oci/golden_gate/models/create_db2_connection_details.rb +9 -3
- data/lib/oci/golden_gate/models/create_elasticsearch_connection_details.rb +3 -1
- data/lib/oci/golden_gate/models/create_golden_gate_connection_details.rb +3 -1
- data/lib/oci/golden_gate/models/create_google_big_query_connection_details.rb +3 -1
- data/lib/oci/golden_gate/models/create_google_cloud_storage_connection_details.rb +3 -1
- data/lib/oci/golden_gate/models/create_google_cloud_storage_iceberg_storage_details.rb +3 -1
- data/lib/oci/golden_gate/models/create_google_pub_sub_connection_details.rb +3 -1
- data/lib/oci/golden_gate/models/create_iceberg_connection_details.rb +1 -0
- data/lib/oci/golden_gate/models/create_iceberg_storage_details.rb +5 -1
- data/lib/oci/golden_gate/models/create_java_message_service_connection_details.rb +21 -7
- data/lib/oci/golden_gate/models/create_kafka_connection_details.rb +18 -6
- data/lib/oci/golden_gate/models/create_kafka_schema_registry_connection_details.rb +18 -6
- data/lib/oci/golden_gate/models/create_microsoft_fabric_connection_details.rb +3 -1
- data/lib/oci/golden_gate/models/create_microsoft_sqlserver_connection_details.rb +3 -1
- data/lib/oci/golden_gate/models/create_mongo_db_connection_details.rb +9 -3
- data/lib/oci/golden_gate/models/create_mysql_connection_details.rb +6 -2
- data/lib/oci/golden_gate/models/create_no_iceberg_storage_details.rb +148 -0
- data/lib/oci/golden_gate/models/create_oci_gen_ai_model_auth_details.rb +242 -0
- data/lib/oci/golden_gate/models/create_oci_object_storage_connection_details.rb +6 -2
- data/lib/oci/golden_gate/models/create_oci_object_storage_s3_api_iceberg_storage_details.rb +228 -0
- data/lib/oci/golden_gate/models/create_oracle_ai_data_platform_connection_details.rb +6 -2
- data/lib/oci/golden_gate/models/create_oracle_connection_details.rb +7 -3
- data/lib/oci/golden_gate/models/create_oracle_nosql_connection_details.rb +6 -2
- data/lib/oci/golden_gate/models/create_postgresql_connection_details.rb +6 -2
- data/lib/oci/golden_gate/models/create_redis_connection_details.rb +15 -5
- data/lib/oci/golden_gate/models/create_snowflake_connection_details.rb +9 -3
- data/lib/oci/golden_gate/models/deployment_type_summary.rb +1 -0
- data/lib/oci/golden_gate/models/iceberg_connection.rb +1 -0
- data/lib/oci/golden_gate/models/iceberg_connection_summary.rb +1 -0
- data/lib/oci/golden_gate/models/iceberg_storage.rb +4 -0
- data/lib/oci/golden_gate/models/iceberg_storage_summary.rb +4 -0
- data/lib/oci/golden_gate/models/iceberg_storage_type.rb +3 -1
- data/lib/oci/golden_gate/models/kafka_connection.rb +1 -0
- data/lib/oci/golden_gate/models/no_iceberg_storage.rb +148 -0
- data/lib/oci/golden_gate/models/no_iceberg_storage_summary.rb +148 -0
- data/lib/oci/golden_gate/models/oci_gen_ai_model_auth_details.rb +242 -0
- data/lib/oci/golden_gate/models/oci_gen_ai_model_auth_details_summary.rb +224 -0
- data/lib/oci/golden_gate/models/oci_object_storage_s3_api_iceberg_storage.rb +209 -0
- data/lib/oci/golden_gate/models/oci_object_storage_s3_api_iceberg_storage_summary.rb +209 -0
- data/lib/oci/golden_gate/models/oracle_connection.rb +4 -1
- data/lib/oci/golden_gate/models/oracle_connection_summary.rb +1 -1
- data/lib/oci/golden_gate/models/technology_type.rb +6 -1
- data/lib/oci/golden_gate/models/update_ai_model_auth_details.rb +187 -0
- data/lib/oci/golden_gate/models/update_ai_model_connection_details.rb +237 -0
- data/lib/oci/golden_gate/models/update_amazon_kinesis_connection_details.rb +4 -1
- data/lib/oci/golden_gate/models/update_amazon_redshift_connection_details.rb +3 -1
- data/lib/oci/golden_gate/models/update_amazon_s3_connection_details.rb +5 -3
- data/lib/oci/golden_gate/models/update_amazon_s3_iceberg_storage_details.rb +5 -2
- data/lib/oci/golden_gate/models/update_api_key_ai_model_auth_details.rb +199 -0
- data/lib/oci/golden_gate/models/update_azure_data_lake_storage_connection_details.rb +9 -3
- data/lib/oci/golden_gate/models/update_azure_data_lake_storage_iceberg_storage_details.rb +3 -1
- data/lib/oci/golden_gate/models/update_azure_synapse_connection_details.rb +3 -1
- data/lib/oci/golden_gate/models/update_connection_details.rb +43 -7
- data/lib/oci/golden_gate/models/update_database_registration_details.rb +6 -2
- data/lib/oci/golden_gate/models/update_databricks_connection_details.rb +6 -2
- data/lib/oci/golden_gate/models/update_db2_connection_details.rb +9 -3
- data/lib/oci/golden_gate/models/update_elasticsearch_connection_details.rb +3 -1
- data/lib/oci/golden_gate/models/update_golden_gate_connection_details.rb +3 -1
- data/lib/oci/golden_gate/models/update_google_big_query_connection_details.rb +3 -1
- data/lib/oci/golden_gate/models/update_google_cloud_storage_connection_details.rb +3 -1
- data/lib/oci/golden_gate/models/update_google_cloud_storage_iceberg_storage_details.rb +3 -1
- data/lib/oci/golden_gate/models/update_google_pub_sub_connection_details.rb +3 -1
- data/lib/oci/golden_gate/models/update_iceberg_storage_details.rb +5 -1
- data/lib/oci/golden_gate/models/update_java_message_service_connection_details.rb +21 -7
- data/lib/oci/golden_gate/models/update_kafka_connection_details.rb +18 -6
- data/lib/oci/golden_gate/models/update_kafka_schema_registry_connection_details.rb +18 -6
- data/lib/oci/golden_gate/models/update_microsoft_fabric_connection_details.rb +3 -1
- data/lib/oci/golden_gate/models/update_microsoft_sqlserver_connection_details.rb +3 -1
- data/lib/oci/golden_gate/models/update_mongo_db_connection_details.rb +9 -3
- data/lib/oci/golden_gate/models/update_mysql_connection_details.rb +6 -2
- data/lib/oci/golden_gate/models/update_no_iceberg_storage_details.rb +148 -0
- data/lib/oci/golden_gate/models/update_oci_gen_ai_model_auth_details.rb +242 -0
- data/lib/oci/golden_gate/models/update_oci_object_storage_connection_details.rb +6 -2
- data/lib/oci/golden_gate/models/update_oci_object_storage_s3_api_iceberg_storage_details.rb +228 -0
- data/lib/oci/golden_gate/models/update_oracle_ai_data_platform_connection_details.rb +6 -2
- data/lib/oci/golden_gate/models/update_oracle_connection_details.rb +7 -3
- data/lib/oci/golden_gate/models/update_oracle_nosql_connection_details.rb +6 -2
- data/lib/oci/golden_gate/models/update_postgresql_connection_details.rb +6 -2
- data/lib/oci/golden_gate/models/update_redis_connection_details.rb +15 -5
- data/lib/oci/golden_gate/models/update_snowflake_connection_details.rb +9 -3
- data/lib/oci/regions.rb +8 -1
- data/lib/oci/version.rb +1 -1
- metadata +55 -2
|
@@ -6,53 +6,53 @@ require 'date'
|
|
|
6
6
|
|
|
7
7
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
8
8
|
module OCI
|
|
9
|
-
# Analytics
|
|
9
|
+
# Analytics instance private access channel model.
|
|
10
10
|
#
|
|
11
11
|
class Analytics::Models::PrivateAccessChannel
|
|
12
|
-
# **[Required]** Private
|
|
12
|
+
# **[Required]** Private access channel unique identifier key.
|
|
13
13
|
#
|
|
14
14
|
# @return [String]
|
|
15
15
|
attr_accessor :key
|
|
16
16
|
|
|
17
|
-
# **[Required]** Display
|
|
17
|
+
# **[Required]** Display name of the private access channel.
|
|
18
18
|
#
|
|
19
19
|
# @return [String]
|
|
20
20
|
attr_accessor :display_name
|
|
21
21
|
|
|
22
|
-
# **[Required]** OCID of the customer VCN peered with private access channel.
|
|
22
|
+
# **[Required]** OCID of the customer VCN peered with the private access channel.
|
|
23
23
|
#
|
|
24
24
|
# @return [String]
|
|
25
25
|
attr_accessor :vcn_id
|
|
26
26
|
|
|
27
|
-
# **[Required]** OCID of the customer subnet connected to private access channel.
|
|
27
|
+
# **[Required]** OCID of the customer subnet connected to the private access channel.
|
|
28
28
|
#
|
|
29
29
|
# @return [String]
|
|
30
30
|
attr_accessor :subnet_id
|
|
31
31
|
|
|
32
|
-
# **[Required]** IP
|
|
32
|
+
# **[Required]** IP address of the private access channel.
|
|
33
33
|
#
|
|
34
34
|
# @return [String]
|
|
35
35
|
attr_accessor :ip_address
|
|
36
36
|
|
|
37
|
-
# **[Required]**
|
|
38
|
-
# for network traffic from the
|
|
37
|
+
# **[Required]** List of IP addresses from the customer subnet connected to the private access channel, used as a source IP by the private access channel
|
|
38
|
+
# for network traffic from the Analytics instance to the private sources.
|
|
39
39
|
#
|
|
40
40
|
# @return [Array<String>]
|
|
41
41
|
attr_accessor :egress_source_ip_addresses
|
|
42
42
|
|
|
43
|
-
# List of
|
|
44
|
-
#
|
|
45
|
-
#
|
|
43
|
+
# List of private source DNS zones registered with the private access channel. The
|
|
44
|
+
# datasource hostnames from these DNS zones / domains will be resolved in the peered VCN for access from the Analytics instance.
|
|
45
|
+
# Minimum 1 private source is required. Maximum 30 private source DNS zones can be registered.
|
|
46
46
|
#
|
|
47
47
|
# @return [Array<OCI::Analytics::Models::PrivateSourceDnsZone>]
|
|
48
48
|
attr_accessor :private_source_dns_zones
|
|
49
49
|
|
|
50
|
-
# List of
|
|
50
|
+
# List of private source database SCAN hosts registered with the private access channel for access from the Analytics instance.
|
|
51
51
|
#
|
|
52
52
|
# @return [Array<OCI::Analytics::Models::PrivateSourceScanHost>]
|
|
53
53
|
attr_accessor :private_source_scan_hosts
|
|
54
54
|
|
|
55
|
-
# Network Security Group OCIDs for
|
|
55
|
+
# Network Security Group OCIDs for the Analytics instance.
|
|
56
56
|
#
|
|
57
57
|
# @return [Array<String>]
|
|
58
58
|
attr_accessor :network_security_group_ids
|
|
@@ -20,7 +20,7 @@ module OCI
|
|
|
20
20
|
# @return [String]
|
|
21
21
|
attr_accessor :subnet_id
|
|
22
22
|
|
|
23
|
-
# Network Security Group OCIDs for
|
|
23
|
+
# Network Security Group OCIDs for the Analytics instance.
|
|
24
24
|
#
|
|
25
25
|
# @return [Array<String>]
|
|
26
26
|
attr_accessor :network_security_group_ids
|
|
@@ -6,15 +6,15 @@ require 'date'
|
|
|
6
6
|
|
|
7
7
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
8
8
|
module OCI
|
|
9
|
-
# Private source DNS
|
|
9
|
+
# Private source DNS zone model.
|
|
10
10
|
#
|
|
11
11
|
class Analytics::Models::PrivateSourceDnsZone
|
|
12
|
-
# **[Required]** Private
|
|
12
|
+
# **[Required]** Private source DNS zone. For example: example-vcn.oraclevcn.com, corp.example.com.
|
|
13
13
|
#
|
|
14
14
|
# @return [String]
|
|
15
15
|
attr_accessor :dns_zone
|
|
16
16
|
|
|
17
|
-
# Description of private source
|
|
17
|
+
# Description of the private source DNS zone.
|
|
18
18
|
#
|
|
19
19
|
# @return [String]
|
|
20
20
|
attr_accessor :description
|
|
@@ -6,20 +6,20 @@ require 'date'
|
|
|
6
6
|
|
|
7
7
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
8
8
|
module OCI
|
|
9
|
-
# Private source
|
|
9
|
+
# Private source SCAN hostname model.
|
|
10
10
|
#
|
|
11
11
|
class Analytics::Models::PrivateSourceScanHost
|
|
12
|
-
# **[Required]** Private
|
|
12
|
+
# **[Required]** Private source SCAN hostname. For example: db01-scan.corp.example.com, prd-db01-scan.mycompany.com.
|
|
13
13
|
#
|
|
14
14
|
# @return [String]
|
|
15
15
|
attr_accessor :scan_hostname
|
|
16
16
|
|
|
17
|
-
# **[Required]** Private
|
|
17
|
+
# **[Required]** Private source SCAN host port. This is the source port where the SCAN protocol connects (for example, 1521).
|
|
18
18
|
#
|
|
19
19
|
# @return [Integer]
|
|
20
20
|
attr_accessor :scan_port
|
|
21
21
|
|
|
22
|
-
# Description of private source
|
|
22
|
+
# Description of private source SCAN host zone.
|
|
23
23
|
#
|
|
24
24
|
# @return [String]
|
|
25
25
|
attr_accessor :description
|
|
@@ -26,7 +26,7 @@ module OCI
|
|
|
26
26
|
# @return [Array<OCI::Analytics::Models::VirtualCloudNetwork>]
|
|
27
27
|
attr_accessor :whitelisted_vcns
|
|
28
28
|
|
|
29
|
-
# Oracle Cloud
|
|
29
|
+
# Oracle Cloud services that are allowed to access this Analytics instance.
|
|
30
30
|
#
|
|
31
31
|
# @return [Array<String>]
|
|
32
32
|
attr_reader :whitelisted_services
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Copyright (c) 2016, 2026, 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
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20190331
|
|
5
|
+
|
|
6
|
+
module OCI
|
|
7
|
+
module Analytics::Models
|
|
8
|
+
RESOURCE_GROUP_SORT_BY_ENUM = [
|
|
9
|
+
RESOURCE_GROUP_SORT_BY_ID = 'id'.freeze,
|
|
10
|
+
RESOURCE_GROUP_SORT_BY_RESOURCE_NAME = 'resourceName'.freeze,
|
|
11
|
+
RESOURCE_GROUP_SORT_BY_DISPLAY_NAME = 'displayName'.freeze,
|
|
12
|
+
RESOURCE_GROUP_SORT_BY_DESCRIPTION = 'description'.freeze,
|
|
13
|
+
RESOURCE_GROUP_SORT_BY_CAPACITY = 'capacity'.freeze,
|
|
14
|
+
RESOURCE_GROUP_SORT_BY_STATUS = 'status'.freeze
|
|
15
|
+
].freeze
|
|
16
|
+
end
|
|
17
|
+
end
|
|
@@ -12,6 +12,7 @@ module OCI
|
|
|
12
12
|
FEATURE_BUNDLE_ENUM = [
|
|
13
13
|
FEATURE_BUNDLE_FAW_PAID = 'FAW_PAID'.freeze,
|
|
14
14
|
FEATURE_BUNDLE_FAW_FREE = 'FAW_FREE'.freeze,
|
|
15
|
+
FEATURE_BUNDLE_FDI_BASE = 'FDI_BASE'.freeze,
|
|
15
16
|
FEATURE_BUNDLE_EE_EMBEDDED = 'EE_EMBEDDED'.freeze,
|
|
16
17
|
FEATURE_BUNDLE_SE_EMBEDDED = 'SE_EMBEDDED'.freeze
|
|
17
18
|
].freeze
|
|
@@ -6,10 +6,10 @@ require 'date'
|
|
|
6
6
|
|
|
7
7
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
8
8
|
module OCI
|
|
9
|
-
# Input payload to reset the OCI
|
|
9
|
+
# Input payload to reset the OCI vault encryption key.
|
|
10
10
|
#
|
|
11
11
|
class Analytics::Models::SetKmsKeyDetails
|
|
12
|
-
# **[Required]** OCID of the OCI
|
|
12
|
+
# **[Required]** OCID of the OCI vault key encrypting the customer data stored in this Analytics instance. An empty value indicates the default Oracle-managed encryption (this API doesn't support null).
|
|
13
13
|
#
|
|
14
14
|
# @return [String]
|
|
15
15
|
attr_accessor :kms_key_id
|
|
@@ -6,8 +6,8 @@ require 'date'
|
|
|
6
6
|
|
|
7
7
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
8
8
|
module OCI
|
|
9
|
-
# Input payload to update an Analytics instance. Fields that
|
|
10
|
-
#
|
|
9
|
+
# Input payload to update an Analytics instance. Fields that aren't provided
|
|
10
|
+
# won't be updated.
|
|
11
11
|
#
|
|
12
12
|
class Analytics::Models::UpdateAnalyticsInstanceDetails
|
|
13
13
|
LICENSE_TYPE_ENUM = [
|
|
@@ -53,7 +53,7 @@ module OCI
|
|
|
53
53
|
# @return [Hash<String, String>]
|
|
54
54
|
attr_accessor :freeform_tags
|
|
55
55
|
|
|
56
|
-
# Analytics instance update
|
|
56
|
+
# The Analytics instance update cycle.
|
|
57
57
|
#
|
|
58
58
|
# @return [String]
|
|
59
59
|
attr_reader :update_channel
|
|
@@ -6,37 +6,37 @@ require 'date'
|
|
|
6
6
|
|
|
7
7
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
8
8
|
module OCI
|
|
9
|
-
# Input payload to update a
|
|
9
|
+
# Input payload to update a private access channel.
|
|
10
10
|
#
|
|
11
11
|
class Analytics::Models::UpdatePrivateAccessChannelDetails
|
|
12
|
-
# Display
|
|
12
|
+
# Display name of the private access channel.
|
|
13
13
|
#
|
|
14
14
|
# @return [String]
|
|
15
15
|
attr_accessor :display_name
|
|
16
16
|
|
|
17
|
-
# OCID of the customer VCN peered with private access channel.
|
|
17
|
+
# OCID of the customer VCN peered with the private access channel.
|
|
18
18
|
#
|
|
19
19
|
# @return [String]
|
|
20
20
|
attr_accessor :vcn_id
|
|
21
21
|
|
|
22
|
-
# OCID of the customer subnet connected to private access channel.
|
|
22
|
+
# OCID of the customer subnet connected to the private access channel.
|
|
23
23
|
#
|
|
24
24
|
# @return [String]
|
|
25
25
|
attr_accessor :subnet_id
|
|
26
26
|
|
|
27
|
-
# List of
|
|
28
|
-
#
|
|
29
|
-
#
|
|
27
|
+
# List of private source DNS zones registered with the private access channel. The
|
|
28
|
+
# datasource hostnames from these DNS zones / domains will be resolved in the peered VCN for access from the Analytics instance.
|
|
29
|
+
# Minimum 1 private source is required. Maximum 30 private source DNS zones can be registered.
|
|
30
30
|
#
|
|
31
31
|
# @return [Array<OCI::Analytics::Models::PrivateSourceDnsZone>]
|
|
32
32
|
attr_accessor :private_source_dns_zones
|
|
33
33
|
|
|
34
|
-
# List of
|
|
34
|
+
# List of private source database SCAN hosts registered with the private access channel for access from the Analytics instance.
|
|
35
35
|
#
|
|
36
36
|
# @return [Array<OCI::Analytics::Models::PrivateSourceScanHost>]
|
|
37
37
|
attr_accessor :private_source_scan_hosts
|
|
38
38
|
|
|
39
|
-
# Network Security Group OCIDs for
|
|
39
|
+
# Network Security Group OCIDs for the Analytics instance.
|
|
40
40
|
#
|
|
41
41
|
# @return [Array<String>]
|
|
42
42
|
attr_accessor :network_security_group_ids
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
# Copyright (c) 2016, 2026, 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
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20190331
|
|
5
|
+
require 'date'
|
|
6
|
+
|
|
7
|
+
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
8
|
+
module OCI
|
|
9
|
+
# Input payload to update a resource group.
|
|
10
|
+
#
|
|
11
|
+
class Analytics::Models::UpdateResourceGroupDetails
|
|
12
|
+
# **[Required]** Meaningful name of resource group for end user
|
|
13
|
+
# @return [String]
|
|
14
|
+
attr_accessor :resource_name
|
|
15
|
+
|
|
16
|
+
# Meaningful name of resource group for end user
|
|
17
|
+
# @return [String]
|
|
18
|
+
attr_accessor :display_name
|
|
19
|
+
|
|
20
|
+
# Optional description of the resource group
|
|
21
|
+
# @return [String]
|
|
22
|
+
attr_accessor :description
|
|
23
|
+
|
|
24
|
+
# **[Required]** The capacity (in OCPU's) to be allocated for this resource.
|
|
25
|
+
# @return [Integer]
|
|
26
|
+
attr_accessor :capacity
|
|
27
|
+
|
|
28
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
29
|
+
def self.attribute_map
|
|
30
|
+
{
|
|
31
|
+
# rubocop:disable Style/SymbolLiteral
|
|
32
|
+
'resource_name': :'resourceName',
|
|
33
|
+
'display_name': :'displayName',
|
|
34
|
+
'description': :'description',
|
|
35
|
+
'capacity': :'capacity'
|
|
36
|
+
# rubocop:enable Style/SymbolLiteral
|
|
37
|
+
}
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
# Attribute type mapping.
|
|
41
|
+
def self.swagger_types
|
|
42
|
+
{
|
|
43
|
+
# rubocop:disable Style/SymbolLiteral
|
|
44
|
+
'resource_name': :'String',
|
|
45
|
+
'display_name': :'String',
|
|
46
|
+
'description': :'String',
|
|
47
|
+
'capacity': :'Integer'
|
|
48
|
+
# rubocop:enable Style/SymbolLiteral
|
|
49
|
+
}
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
53
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
# Initializes the object
|
|
57
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
58
|
+
# @option attributes [String] :resource_name The value to assign to the {#resource_name} property
|
|
59
|
+
# @option attributes [String] :display_name The value to assign to the {#display_name} property
|
|
60
|
+
# @option attributes [String] :description The value to assign to the {#description} property
|
|
61
|
+
# @option attributes [Integer] :capacity The value to assign to the {#capacity} property
|
|
62
|
+
def initialize(attributes = {})
|
|
63
|
+
return unless attributes.is_a?(Hash)
|
|
64
|
+
|
|
65
|
+
# convert string to symbol for hash key
|
|
66
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
67
|
+
|
|
68
|
+
self.resource_name = attributes[:'resourceName'] if attributes[:'resourceName']
|
|
69
|
+
|
|
70
|
+
raise 'You cannot provide both :resourceName and :resource_name' if attributes.key?(:'resourceName') && attributes.key?(:'resource_name')
|
|
71
|
+
|
|
72
|
+
self.resource_name = attributes[:'resource_name'] if attributes[:'resource_name']
|
|
73
|
+
|
|
74
|
+
self.display_name = attributes[:'displayName'] if attributes[:'displayName']
|
|
75
|
+
|
|
76
|
+
raise 'You cannot provide both :displayName and :display_name' if attributes.key?(:'displayName') && attributes.key?(:'display_name')
|
|
77
|
+
|
|
78
|
+
self.display_name = attributes[:'display_name'] if attributes[:'display_name']
|
|
79
|
+
|
|
80
|
+
self.description = attributes[:'description'] if attributes[:'description']
|
|
81
|
+
|
|
82
|
+
self.capacity = attributes[:'capacity'] if attributes[:'capacity']
|
|
83
|
+
end
|
|
84
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
85
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
86
|
+
|
|
87
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
# Checks equality by comparing each attribute.
|
|
91
|
+
# @param [Object] other the other object to be compared
|
|
92
|
+
def ==(other)
|
|
93
|
+
return true if equal?(other)
|
|
94
|
+
|
|
95
|
+
self.class == other.class &&
|
|
96
|
+
resource_name == other.resource_name &&
|
|
97
|
+
display_name == other.display_name &&
|
|
98
|
+
description == other.description &&
|
|
99
|
+
capacity == other.capacity
|
|
100
|
+
end
|
|
101
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
102
|
+
|
|
103
|
+
# @see the `==` method
|
|
104
|
+
# @param [Object] other the other object to be compared
|
|
105
|
+
def eql?(other)
|
|
106
|
+
self == other
|
|
107
|
+
end
|
|
108
|
+
|
|
109
|
+
# rubocop:disable Metrics/AbcSize, Layout/EmptyLines
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
# Calculates hash code according to all attributes.
|
|
113
|
+
# @return [Fixnum] Hash code
|
|
114
|
+
def hash
|
|
115
|
+
[resource_name, display_name, description, capacity].hash
|
|
116
|
+
end
|
|
117
|
+
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
118
|
+
|
|
119
|
+
# rubocop:disable Metrics/AbcSize, Layout/EmptyLines
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
# Builds the object from hash
|
|
123
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
124
|
+
# @return [Object] Returns the model itself
|
|
125
|
+
def build_from_hash(attributes)
|
|
126
|
+
return nil unless attributes.is_a?(Hash)
|
|
127
|
+
|
|
128
|
+
self.class.swagger_types.each_pair do |key, type|
|
|
129
|
+
if type =~ /^Array<(.*)>/i
|
|
130
|
+
# check to ensure the input is an array given that the the attribute
|
|
131
|
+
# is documented as an array but the input is not
|
|
132
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
133
|
+
public_method("#{key}=").call(
|
|
134
|
+
attributes[self.class.attribute_map[key]]
|
|
135
|
+
.map { |v| OCI::Internal::Util.convert_to_type(Regexp.last_match(1), v) }
|
|
136
|
+
)
|
|
137
|
+
end
|
|
138
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
139
|
+
public_method("#{key}=").call(
|
|
140
|
+
OCI::Internal::Util.convert_to_type(type, attributes[self.class.attribute_map[key]])
|
|
141
|
+
)
|
|
142
|
+
end
|
|
143
|
+
# or else data not found in attributes(hash), not an issue as the data can be optional
|
|
144
|
+
end
|
|
145
|
+
|
|
146
|
+
self
|
|
147
|
+
end
|
|
148
|
+
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
149
|
+
|
|
150
|
+
# Returns the string representation of the object
|
|
151
|
+
# @return [String] String presentation of the object
|
|
152
|
+
def to_s
|
|
153
|
+
to_hash.to_s
|
|
154
|
+
end
|
|
155
|
+
|
|
156
|
+
# Returns the object in the form of hash
|
|
157
|
+
# @return [Hash] Returns the object in the form of hash
|
|
158
|
+
def to_hash
|
|
159
|
+
hash = {}
|
|
160
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
161
|
+
value = public_method(attr).call
|
|
162
|
+
next if value.nil? && !instance_variable_defined?("@#{attr}")
|
|
163
|
+
|
|
164
|
+
hash[param] = _to_hash(value)
|
|
165
|
+
end
|
|
166
|
+
hash
|
|
167
|
+
end
|
|
168
|
+
|
|
169
|
+
private
|
|
170
|
+
|
|
171
|
+
# Outputs non-array value in the form of hash
|
|
172
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
173
|
+
# @param [Object] value Any valid value
|
|
174
|
+
# @return [Hash] Returns the value in the form of hash
|
|
175
|
+
def _to_hash(value)
|
|
176
|
+
if value.is_a?(Array)
|
|
177
|
+
value.compact.map { |v| _to_hash(v) }
|
|
178
|
+
elsif value.is_a?(Hash)
|
|
179
|
+
{}.tap do |hash|
|
|
180
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
181
|
+
end
|
|
182
|
+
elsif value.respond_to? :to_hash
|
|
183
|
+
value.to_hash
|
|
184
|
+
else
|
|
185
|
+
value
|
|
186
|
+
end
|
|
187
|
+
end
|
|
188
|
+
end
|
|
189
|
+
end
|
|
190
|
+
# rubocop:enable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
@@ -6,15 +6,15 @@ require 'date'
|
|
|
6
6
|
|
|
7
7
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
8
8
|
module OCI
|
|
9
|
-
# Input payload to update a vanity
|
|
9
|
+
# Input payload to update a vanity URL.
|
|
10
10
|
#
|
|
11
11
|
class Analytics::Models::UpdateVanityUrlDetails
|
|
12
|
-
# Passphrase for the PEM
|
|
12
|
+
# Passphrase for the PEM private key (if any).
|
|
13
13
|
#
|
|
14
14
|
# @return [String]
|
|
15
15
|
attr_accessor :passphrase
|
|
16
16
|
|
|
17
|
-
# **[Required]** PEM
|
|
17
|
+
# **[Required]** PEM private key for HTTPS connections.
|
|
18
18
|
#
|
|
19
19
|
# @return [String]
|
|
20
20
|
attr_accessor :private_key
|
|
@@ -24,7 +24,7 @@ module OCI
|
|
|
24
24
|
# @return [String]
|
|
25
25
|
attr_accessor :public_certificate
|
|
26
26
|
|
|
27
|
-
# **[Required]** PEM CA
|
|
27
|
+
# **[Required]** PEM CA certificates for HTTPS connections. This may include multiple PEM certificates.
|
|
28
28
|
#
|
|
29
29
|
# @return [String]
|
|
30
30
|
attr_accessor :ca_certificate
|
|
@@ -6,25 +6,25 @@ require 'date'
|
|
|
6
6
|
|
|
7
7
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
8
8
|
module OCI
|
|
9
|
-
# Vanity
|
|
9
|
+
# Vanity URL configuration details.
|
|
10
10
|
#
|
|
11
11
|
class Analytics::Models::VanityUrlDetails
|
|
12
|
-
# The vanity
|
|
12
|
+
# The vanity URL unique identifier key.
|
|
13
13
|
#
|
|
14
14
|
# @return [String]
|
|
15
15
|
attr_accessor :key
|
|
16
16
|
|
|
17
|
-
# Description of the vanity
|
|
17
|
+
# Description of the vanity URL.
|
|
18
18
|
#
|
|
19
19
|
# @return [String]
|
|
20
20
|
attr_accessor :description
|
|
21
21
|
|
|
22
|
-
# List of
|
|
22
|
+
# List of URLs supported by this vanity URL definition (maximum of 3).
|
|
23
23
|
#
|
|
24
24
|
# @return [Array<String>]
|
|
25
25
|
attr_accessor :urls
|
|
26
26
|
|
|
27
|
-
# List of fully
|
|
27
|
+
# List of fully-qualified hostnames supported by this vanity URL definition (maximum of 3).
|
|
28
28
|
#
|
|
29
29
|
# @return [Array<String>]
|
|
30
30
|
attr_accessor :hosts
|
|
@@ -25,6 +25,10 @@ module OCI
|
|
|
25
25
|
OPERATION_TYPE_UPDATE_PRIVATE_ACCESS_CHANNEL = 'UPDATE_PRIVATE_ACCESS_CHANNEL'.freeze,
|
|
26
26
|
OPERATION_TYPE_DELETE_PRIVATE_ACCESS_CHANNEL = 'DELETE_PRIVATE_ACCESS_CHANNEL'.freeze,
|
|
27
27
|
OPERATION_TYPE_UPDATE_INSTANCE_ENCRYPTION_KEY = 'UPDATE_INSTANCE_ENCRYPTION_KEY'.freeze,
|
|
28
|
+
OPERATION_TYPE_CREATE_RESOURCE_GROUP = 'CREATE_RESOURCE_GROUP'.freeze,
|
|
29
|
+
OPERATION_TYPE_UPDATE_RESOURCE_GROUP = 'UPDATE_RESOURCE_GROUP'.freeze,
|
|
30
|
+
OPERATION_TYPE_DELETE_RESOURCE_GROUP = 'DELETE_RESOURCE_GROUP'.freeze,
|
|
31
|
+
OPERATION_TYPE_SET_FEATURE_SET = 'SET_FEATURE_SET'.freeze,
|
|
28
32
|
OPERATION_TYPE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
|
|
29
33
|
].freeze
|
|
30
34
|
|
|
@@ -19,7 +19,10 @@ module OCI
|
|
|
19
19
|
WORK_REQUEST_ACTION_RESULT_PRIVATE_ACCESS_CHANNEL_CREATED = 'PRIVATE_ACCESS_CHANNEL_CREATED'.freeze,
|
|
20
20
|
WORK_REQUEST_ACTION_RESULT_PRIVATE_ACCESS_CHANNEL_UPDATED = 'PRIVATE_ACCESS_CHANNEL_UPDATED'.freeze,
|
|
21
21
|
WORK_REQUEST_ACTION_RESULT_PRIVATE_ACCESS_CHANNEL_DELETED = 'PRIVATE_ACCESS_CHANNEL_DELETED'.freeze,
|
|
22
|
-
WORK_REQUEST_ACTION_RESULT_NONE = 'NONE'.freeze
|
|
22
|
+
WORK_REQUEST_ACTION_RESULT_NONE = 'NONE'.freeze,
|
|
23
|
+
WORK_REQUEST_ACTION_RESULT_RESOURCE_GROUP_CREATED = 'RESOURCE_GROUP_CREATED'.freeze,
|
|
24
|
+
WORK_REQUEST_ACTION_RESULT_RESOURCE_GROUP_UPDATED = 'RESOURCE_GROUP_UPDATED'.freeze,
|
|
25
|
+
WORK_REQUEST_ACTION_RESULT_RESOURCE_GROUP_DELETED = 'RESOURCE_GROUP_DELETED'.freeze
|
|
23
26
|
].freeze
|
|
24
27
|
end
|
|
25
28
|
end
|
|
@@ -10,7 +10,7 @@ module OCI
|
|
|
10
10
|
# Error encountered during the execution of a work request.
|
|
11
11
|
#
|
|
12
12
|
class Analytics::Models::WorkRequestError
|
|
13
|
-
# **[Required]** A short error code that defines the error,
|
|
13
|
+
# **[Required]** A short error code that defines the error, for programmatic parsing.
|
|
14
14
|
#
|
|
15
15
|
# @return [String]
|
|
16
16
|
attr_accessor :code
|
|
@@ -20,7 +20,7 @@ module OCI
|
|
|
20
20
|
# @return [String]
|
|
21
21
|
attr_accessor :message
|
|
22
22
|
|
|
23
|
-
# **[Required]** The date and time the error
|
|
23
|
+
# **[Required]** The date and time the error occurred, in the format defined by RFC3339.
|
|
24
24
|
#
|
|
25
25
|
# Example: `2016-08-25T21:10:29.600Z`
|
|
26
26
|
#
|
|
@@ -14,7 +14,7 @@ module OCI
|
|
|
14
14
|
# @return [String]
|
|
15
15
|
attr_accessor :message
|
|
16
16
|
|
|
17
|
-
# **[Required]** The date and time the log entry
|
|
17
|
+
# **[Required]** The date and time the log entry occurred, in the format defined by RFC3339.
|
|
18
18
|
#
|
|
19
19
|
# Example: `2016-08-25T21:10:29.600Z`
|
|
20
20
|
#
|
|
@@ -19,7 +19,11 @@ module OCI
|
|
|
19
19
|
WORK_REQUEST_OPERATION_TYPE_CREATE_PRIVATE_ACCESS_CHANNEL = 'CREATE_PRIVATE_ACCESS_CHANNEL'.freeze,
|
|
20
20
|
WORK_REQUEST_OPERATION_TYPE_UPDATE_PRIVATE_ACCESS_CHANNEL = 'UPDATE_PRIVATE_ACCESS_CHANNEL'.freeze,
|
|
21
21
|
WORK_REQUEST_OPERATION_TYPE_DELETE_PRIVATE_ACCESS_CHANNEL = 'DELETE_PRIVATE_ACCESS_CHANNEL'.freeze,
|
|
22
|
-
WORK_REQUEST_OPERATION_TYPE_UPDATE_INSTANCE_ENCRYPTION_KEY = 'UPDATE_INSTANCE_ENCRYPTION_KEY'.freeze
|
|
22
|
+
WORK_REQUEST_OPERATION_TYPE_UPDATE_INSTANCE_ENCRYPTION_KEY = 'UPDATE_INSTANCE_ENCRYPTION_KEY'.freeze,
|
|
23
|
+
WORK_REQUEST_OPERATION_TYPE_CREATE_RESOURCE_GROUP = 'CREATE_RESOURCE_GROUP'.freeze,
|
|
24
|
+
WORK_REQUEST_OPERATION_TYPE_UPDATE_RESOURCE_GROUP = 'UPDATE_RESOURCE_GROUP'.freeze,
|
|
25
|
+
WORK_REQUEST_OPERATION_TYPE_DELETE_RESOURCE_GROUP = 'DELETE_RESOURCE_GROUP'.freeze,
|
|
26
|
+
WORK_REQUEST_OPERATION_TYPE_SET_FEATURE_SET = 'SET_FEATURE_SET'.freeze
|
|
23
27
|
].freeze
|
|
24
28
|
end
|
|
25
29
|
end
|
|
@@ -24,6 +24,9 @@ module OCI
|
|
|
24
24
|
ACTION_RESULT_PRIVATE_ACCESS_CHANNEL_UPDATED = 'PRIVATE_ACCESS_CHANNEL_UPDATED'.freeze,
|
|
25
25
|
ACTION_RESULT_PRIVATE_ACCESS_CHANNEL_DELETED = 'PRIVATE_ACCESS_CHANNEL_DELETED'.freeze,
|
|
26
26
|
ACTION_RESULT_NONE = 'NONE'.freeze,
|
|
27
|
+
ACTION_RESULT_RESOURCE_GROUP_CREATED = 'RESOURCE_GROUP_CREATED'.freeze,
|
|
28
|
+
ACTION_RESULT_RESOURCE_GROUP_UPDATED = 'RESOURCE_GROUP_UPDATED'.freeze,
|
|
29
|
+
ACTION_RESULT_RESOURCE_GROUP_DELETED = 'RESOURCE_GROUP_DELETED'.freeze,
|
|
27
30
|
ACTION_RESULT_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
|
|
28
31
|
].freeze
|
|
29
32
|
|
|
@@ -32,7 +35,7 @@ module OCI
|
|
|
32
35
|
RESOURCE_TYPE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
|
|
33
36
|
].freeze
|
|
34
37
|
|
|
35
|
-
# **[Required]** The way
|
|
38
|
+
# **[Required]** The way this resource was affected by this work request.
|
|
36
39
|
#
|
|
37
40
|
# @return [String]
|
|
38
41
|
attr_reader :action_result
|
|
@@ -24,6 +24,10 @@ module OCI
|
|
|
24
24
|
OPERATION_TYPE_UPDATE_PRIVATE_ACCESS_CHANNEL = 'UPDATE_PRIVATE_ACCESS_CHANNEL'.freeze,
|
|
25
25
|
OPERATION_TYPE_DELETE_PRIVATE_ACCESS_CHANNEL = 'DELETE_PRIVATE_ACCESS_CHANNEL'.freeze,
|
|
26
26
|
OPERATION_TYPE_UPDATE_INSTANCE_ENCRYPTION_KEY = 'UPDATE_INSTANCE_ENCRYPTION_KEY'.freeze,
|
|
27
|
+
OPERATION_TYPE_CREATE_RESOURCE_GROUP = 'CREATE_RESOURCE_GROUP'.freeze,
|
|
28
|
+
OPERATION_TYPE_UPDATE_RESOURCE_GROUP = 'UPDATE_RESOURCE_GROUP'.freeze,
|
|
29
|
+
OPERATION_TYPE_DELETE_RESOURCE_GROUP = 'DELETE_RESOURCE_GROUP'.freeze,
|
|
30
|
+
OPERATION_TYPE_SET_FEATURE_SET = 'SET_FEATURE_SET'.freeze,
|
|
27
31
|
OPERATION_TYPE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
|
|
28
32
|
].freeze
|
|
29
33
|
|