oci 2.3.5 → 2.3.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (101) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +1 -1
  3. data/lib/oci/core/blockstorage_client.rb +23 -23
  4. data/lib/oci/core/compute_client.rb +26 -21
  5. data/lib/oci/core/models/boot_volume.rb +5 -2
  6. data/lib/oci/core/models/boot_volume_attachment.rb +4 -1
  7. data/lib/oci/core/models/boot_volume_backup.rb +3 -0
  8. data/lib/oci/core/models/console_history.rb +4 -1
  9. data/lib/oci/core/models/cpe.rb +4 -1
  10. data/lib/oci/core/models/create_boot_volume_details.rb +2 -2
  11. data/lib/oci/core/models/create_internet_gateway_details.rb +2 -2
  12. data/lib/oci/core/models/create_service_gateway_details.rb +2 -2
  13. data/lib/oci/core/models/create_subnet_details.rb +1 -1
  14. data/lib/oci/core/models/create_volume_details.rb +2 -2
  15. data/lib/oci/core/models/create_volume_group_details.rb +2 -2
  16. data/lib/oci/core/models/cross_connect.rb +3 -0
  17. data/lib/oci/core/models/cross_connect_group.rb +3 -0
  18. data/lib/oci/core/models/dhcp_dns_option.rb +7 -6
  19. data/lib/oci/core/models/dhcp_options.rb +3 -0
  20. data/lib/oci/core/models/drg.rb +4 -1
  21. data/lib/oci/core/models/drg_attachment.rb +3 -0
  22. data/lib/oci/core/models/image.rb +3 -0
  23. data/lib/oci/core/models/instance.rb +15 -7
  24. data/lib/oci/core/models/internet_gateway.rb +9 -6
  25. data/lib/oci/core/models/ip_sec_connection.rb +3 -0
  26. data/lib/oci/core/models/launch_instance_details.rb +9 -5
  27. data/lib/oci/core/models/local_peering_gateway.rb +3 -0
  28. data/lib/oci/core/models/private_ip.rb +4 -1
  29. data/lib/oci/core/models/public_ip.rb +8 -5
  30. data/lib/oci/core/models/remote_peering_connection.rb +3 -0
  31. data/lib/oci/core/models/route_table.rb +3 -0
  32. data/lib/oci/core/models/security_list.rb +3 -0
  33. data/lib/oci/core/models/service_gateway.rb +3 -0
  34. data/lib/oci/core/models/subnet.rb +5 -2
  35. data/lib/oci/core/models/update_instance_details.rb +46 -4
  36. data/lib/oci/core/models/vcn.rb +4 -1
  37. data/lib/oci/core/models/virtual_circuit.rb +3 -0
  38. data/lib/oci/core/models/vnic.rb +4 -1
  39. data/lib/oci/core/models/vnic_attachment.rb +4 -1
  40. data/lib/oci/core/models/volume.rb +5 -2
  41. data/lib/oci/core/models/volume_attachment.rb +4 -1
  42. data/lib/oci/core/models/volume_backup.rb +3 -0
  43. data/lib/oci/core/models/volume_backup_policy.rb +7 -1
  44. data/lib/oci/core/models/volume_group.rb +6 -1
  45. data/lib/oci/core/models/volume_group_backup.rb +3 -0
  46. data/lib/oci/core/virtual_network_client.rb +60 -60
  47. data/lib/oci/core/virtual_network_client_composite_operations.rb +4 -4
  48. data/lib/oci/database/database_client.rb +56 -60
  49. data/lib/oci/database/database_client_composite_operations.rb +6 -6
  50. data/lib/oci/database/models/autonomous_data_warehouse.rb +3 -1
  51. data/lib/oci/database/models/autonomous_data_warehouse_backup.rb +3 -1
  52. data/lib/oci/database/models/autonomous_data_warehouse_backup_summary.rb +3 -1
  53. data/lib/oci/database/models/autonomous_data_warehouse_summary.rb +3 -1
  54. data/lib/oci/database/models/autonomous_database.rb +3 -1
  55. data/lib/oci/database/models/autonomous_database_backup.rb +3 -1
  56. data/lib/oci/database/models/autonomous_database_backup_summary.rb +3 -1
  57. data/lib/oci/database/models/autonomous_database_summary.rb +3 -1
  58. data/lib/oci/database/models/backup.rb +11 -9
  59. data/lib/oci/database/models/backup_summary.rb +11 -9
  60. data/lib/oci/database/models/create_autonomous_data_warehouse_backup_details.rb +2 -0
  61. data/lib/oci/database/models/create_autonomous_data_warehouse_details.rb +3 -1
  62. data/lib/oci/database/models/create_autonomous_database_backup_details.rb +2 -0
  63. data/lib/oci/database/models/create_autonomous_database_details.rb +4 -2
  64. data/lib/oci/database/models/create_backup_details.rb +6 -3
  65. data/lib/oci/database/models/create_data_guard_association_to_existing_db_system_details.rb +1 -1
  66. data/lib/oci/database/models/create_database_details.rb +9 -6
  67. data/lib/oci/database/models/create_database_from_backup_details.rb +1 -1
  68. data/lib/oci/database/models/create_db_home_details.rb +5 -2
  69. data/lib/oci/database/models/create_db_home_from_backup_details.rb +4 -1
  70. data/lib/oci/database/models/create_db_home_with_db_system_id_base.rb +6 -5
  71. data/lib/oci/database/models/create_db_home_with_db_system_id_details.rb +1 -1
  72. data/lib/oci/database/models/data_guard_association.rb +1 -1
  73. data/lib/oci/database/models/data_guard_association_summary.rb +1 -1
  74. data/lib/oci/database/models/database.rb +8 -6
  75. data/lib/oci/database/models/database_summary.rb +8 -6
  76. data/lib/oci/database/models/db_home.rb +11 -10
  77. data/lib/oci/database/models/db_home_summary.rb +11 -10
  78. data/lib/oci/database/models/db_node.rb +10 -8
  79. data/lib/oci/database/models/db_node_summary.rb +10 -8
  80. data/lib/oci/database/models/db_system.rb +46 -42
  81. data/lib/oci/database/models/db_system_shape_summary.rb +4 -4
  82. data/lib/oci/database/models/db_system_summary.rb +46 -42
  83. data/lib/oci/database/models/db_version_summary.rb +2 -2
  84. data/lib/oci/database/models/failover_data_guard_association_details.rb +1 -1
  85. data/lib/oci/database/models/launch_db_system_base.rb +38 -27
  86. data/lib/oci/database/models/launch_db_system_details.rb +6 -6
  87. data/lib/oci/database/models/launch_db_system_from_backup_details.rb +8 -8
  88. data/lib/oci/database/models/patch.rb +2 -2
  89. data/lib/oci/database/models/patch_details.rb +2 -2
  90. data/lib/oci/database/models/patch_history_entry.rb +2 -2
  91. data/lib/oci/database/models/patch_history_entry_summary.rb +2 -2
  92. data/lib/oci/database/models/patch_summary.rb +2 -2
  93. data/lib/oci/database/models/reinstate_data_guard_association_details.rb +1 -1
  94. data/lib/oci/database/models/switchover_data_guard_association_details.rb +1 -1
  95. data/lib/oci/database/models/update_autonomous_data_warehouse_details.rb +4 -2
  96. data/lib/oci/database/models/update_autonomous_database_details.rb +4 -2
  97. data/lib/oci/database/models/update_database_details.rb +4 -1
  98. data/lib/oci/database/models/update_db_home_details.rb +1 -1
  99. data/lib/oci/database/models/update_db_system_details.rb +6 -4
  100. data/lib/oci/version.rb +1 -1
  101. metadata +3 -4
@@ -222,7 +222,7 @@ module OCI
222
222
  # Calls {OCI::Core::VirtualNetworkClient#create_internet_gateway} and then waits for the {OCI::Core::Models::InternetGateway} acted upon
223
223
  # to enter the given state(s).
224
224
  #
225
- # @param [OCI::Core::Models::CreateInternetGatewayDetails] create_internet_gateway_details Details for creating a new Internet Gateway.
225
+ # @param [OCI::Core::Models::CreateInternetGatewayDetails] create_internet_gateway_details Details for creating a new internet gateway.
226
226
  # @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::Core::Models::InternetGateway#lifecycle_state}
227
227
  # @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::Core::VirtualNetworkClient#create_internet_gateway}
228
228
  # @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
@@ -851,7 +851,7 @@ module OCI
851
851
  # Calls {OCI::Core::VirtualNetworkClient#delete_internet_gateway} and then waits for the {OCI::Core::Models::InternetGateway} acted upon
852
852
  # to enter the given state(s).
853
853
  #
854
- # @param [String] ig_id The OCID of the Internet Gateway.
854
+ # @param [String] ig_id The OCID of the internet gateway.
855
855
  # @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::Core::Models::InternetGateway#lifecycle_state}
856
856
  # @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::Core::VirtualNetworkClient#delete_internet_gateway}
857
857
  # @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
@@ -1491,8 +1491,8 @@ module OCI
1491
1491
  # Calls {OCI::Core::VirtualNetworkClient#update_internet_gateway} and then waits for the {OCI::Core::Models::InternetGateway} acted upon
1492
1492
  # to enter the given state(s).
1493
1493
  #
1494
- # @param [String] ig_id The OCID of the Internet Gateway.
1495
- # @param [OCI::Core::Models::UpdateInternetGatewayDetails] update_internet_gateway_details Details for updating the Internet Gateway.
1494
+ # @param [String] ig_id The OCID of the internet gateway.
1495
+ # @param [OCI::Core::Models::UpdateInternetGatewayDetails] update_internet_gateway_details Details for updating the internet gateway.
1496
1496
  # @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::Core::Models::InternetGateway#lifecycle_state}
1497
1497
  # @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::Core::VirtualNetworkClient#update_internet_gateway}
1498
1498
  # @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
@@ -463,9 +463,9 @@ module OCI
463
463
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
464
464
 
465
465
 
466
- # Creates a new DB Home in the specified DB System based on the request parameters you provide.
466
+ # Creates a new database home in the specified DB system based on the request parameters you provide.
467
467
  #
468
- # @param [OCI::Database::Models::CreateDbHomeWithDbSystemIdBase] create_db_home_with_db_system_id_details Request to create a new DB Home.
468
+ # @param [OCI::Database::Models::CreateDbHomeWithDbSystemIdBase] create_db_home_with_db_system_id_details Request to create a new database home.
469
469
  # @param [Hash] opts the optional parameters
470
470
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
471
471
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -534,7 +534,7 @@ module OCI
534
534
  #
535
535
  # Note that the **stop** state has no effect on the resources you consume.
536
536
  # Billing continues for DB Nodes that you stop, and related resources continue
537
- # to apply against any relevant quotas. You must terminate the DB System
537
+ # to apply against any relevant quotas. You must terminate the DB system
538
538
  # ({#terminate_db_system terminate_db_system})
539
539
  # to remove its resources from billing and quotas.
540
540
  #
@@ -721,7 +721,7 @@ module OCI
721
721
 
722
722
 
723
723
  # Deletes a full backup. You cannot delete automatic backups using this API.
724
- # @param [String] backup_id The backup OCID.
724
+ # @param [String] backup_id The backup [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
725
725
  # @param [Hash] opts the optional parameters
726
726
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
727
727
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -775,7 +775,7 @@ module OCI
775
775
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
776
776
 
777
777
 
778
- # Deletes a DB Home. The DB Home and its database data are local to the DB System and will be lost when it is deleted. Oracle recommends that you back up any data in the DB System prior to deleting it.
778
+ # Deletes a DB Home. The DB Home and its database data are local to the DB system and will be lost when it is deleted. Oracle recommends that you back up any data in the DB system prior to deleting it.
779
779
  #
780
780
  # @param [String] db_home_id The database home [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
781
781
  # @param [Hash] opts the optional parameters
@@ -1115,7 +1115,7 @@ module OCI
1115
1115
 
1116
1116
 
1117
1117
  # Gets information about the specified backup.
1118
- # @param [String] backup_id The backup OCID.
1118
+ # @param [String] backup_id The backup [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
1119
1119
  # @param [Hash] opts the optional parameters
1120
1120
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1121
1121
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -1333,7 +1333,7 @@ module OCI
1333
1333
  # Gets information about a specified patch package.
1334
1334
  #
1335
1335
  # @param [String] db_home_id The database home [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
1336
- # @param [String] patch_id The OCID of the patch.
1336
+ # @param [String] patch_id The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the patch.
1337
1337
  # @param [Hash] opts the optional parameters
1338
1338
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1339
1339
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -1390,7 +1390,7 @@ module OCI
1390
1390
  # Gets the patch history details for the specified patchHistoryEntryId
1391
1391
  #
1392
1392
  # @param [String] db_home_id The database home [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
1393
- # @param [String] patch_history_entry_id The OCID of the patch history entry.
1393
+ # @param [String] patch_history_entry_id The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the patch history entry.
1394
1394
  # @param [Hash] opts the optional parameters
1395
1395
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1396
1396
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -1497,8 +1497,8 @@ module OCI
1497
1497
  # rubocop:disable Lint/UnusedMethodArgument
1498
1498
 
1499
1499
 
1500
- # Gets information about the specified DB System.
1501
- # @param [String] db_system_id The DB System [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
1500
+ # Gets information about the specified DB system.
1501
+ # @param [String] db_system_id The DB system [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
1502
1502
  # @param [Hash] opts the optional parameters
1503
1503
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1504
1504
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -1552,8 +1552,8 @@ module OCI
1552
1552
 
1553
1553
  # Gets information about a specified patch package.
1554
1554
  #
1555
- # @param [String] db_system_id The DB System [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
1556
- # @param [String] patch_id The OCID of the patch.
1555
+ # @param [String] db_system_id The DB system [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
1556
+ # @param [String] patch_id The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the patch.
1557
1557
  # @param [Hash] opts the optional parameters
1558
1558
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1559
1559
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -1609,8 +1609,8 @@ module OCI
1609
1609
 
1610
1610
  # Gets the patch history details for the specified patchHistoryEntryId.
1611
1611
  #
1612
- # @param [String] db_system_id The DB System [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
1613
- # @param [String] patch_history_entry_id The OCID of the patch history entry.
1612
+ # @param [String] db_system_id The DB system [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
1613
+ # @param [String] patch_history_entry_id The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the patch history entry.
1614
1614
  # @param [Hash] opts the optional parameters
1615
1615
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1616
1616
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -1663,18 +1663,14 @@ module OCI
1663
1663
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1664
1664
 
1665
1665
 
1666
- # Launches a new DB System in the specified compartment and Availability Domain. You'll specify a single Oracle
1667
- # Database Edition that applies to all the databases on that DB System. The selected edition cannot be changed.
1666
+ # Launches a new DB system in the specified compartment and availability domain. The Oracle
1667
+ # Database edition that you specify applies to all the databases on that DB system. The selected edition cannot be changed.
1668
1668
  #
1669
- # An initial database is created on the DB System based on the request parameters you provide and some default
1669
+ # An initial database is created on the DB system based on the request parameters you provide and some default
1670
1670
  # options. For more information,
1671
- # see [Default Options for the Initial Database](https://docs.us-phoenix-1.oraclecloud.com/Content/Database/Tasks/launchingDB.htm#Default_Options_for_the_Initial_Database).
1671
+ # see [Default Options for the Initial Database](https://docs.us-phoenix-1.oraclecloud.com/Content/Database/Tasks/launchingDB.htm#DefaultOptionsfortheInitialDatabase).
1672
1672
  #
1673
- # The DB System will include a command line interface (CLI) that you can use to create additional databases and
1674
- # manage existing databases. For more information, see the
1675
- # [Oracle Database CLI Reference](https://docs.us-phoenix-1.oraclecloud.com/Content/Database/References/odacli.htm#Oracle_Database_CLI_Reference).
1676
- #
1677
- # @param [OCI::Database::Models::LaunchDbSystemBase] launch_db_system_details Request to launch a DB System.
1673
+ # @param [OCI::Database::Models::LaunchDbSystemBase] launch_db_system_details Request to launch a DB system.
1678
1674
  # @param [Hash] opts the optional parameters
1679
1675
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1680
1676
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -1737,8 +1733,8 @@ module OCI
1737
1733
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1738
1734
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1739
1735
  # @option opts [String] :autonomous_data_warehouse_id The database [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
1740
- # @option opts [String] :compartment_id The compartment OCID.
1741
- # @option opts [Integer] :limit The maximum number of items to return.
1736
+ # @option opts [String] :compartment_id The compartment [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
1737
+ # @option opts [Integer] :limit The maximum number of items to return per page.
1742
1738
  # @option opts [String] :page The pagination token to continue listing from.
1743
1739
  # @option opts [String] :sort_by The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive.
1744
1740
  #
@@ -1819,7 +1815,7 @@ module OCI
1819
1815
  # @param [Hash] opts the optional parameters
1820
1816
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1821
1817
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1822
- # @option opts [Integer] :limit The maximum number of items to return.
1818
+ # @option opts [Integer] :limit The maximum number of items to return per page.
1823
1819
  # @option opts [String] :page The pagination token to continue listing from.
1824
1820
  # @option opts [String] :sort_by The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive.
1825
1821
  #
@@ -1900,8 +1896,8 @@ module OCI
1900
1896
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1901
1897
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1902
1898
  # @option opts [String] :autonomous_database_id The database [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
1903
- # @option opts [String] :compartment_id The compartment OCID.
1904
- # @option opts [Integer] :limit The maximum number of items to return.
1899
+ # @option opts [String] :compartment_id The compartment [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
1900
+ # @option opts [Integer] :limit The maximum number of items to return per page.
1905
1901
  # @option opts [String] :page The pagination token to continue listing from.
1906
1902
  # @option opts [String] :sort_by The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive.
1907
1903
  #
@@ -1982,7 +1978,7 @@ module OCI
1982
1978
  # @param [Hash] opts the optional parameters
1983
1979
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1984
1980
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1985
- # @option opts [Integer] :limit The maximum number of items to return.
1981
+ # @option opts [Integer] :limit The maximum number of items to return per page.
1986
1982
  # @option opts [String] :page The pagination token to continue listing from.
1987
1983
  # @option opts [String] :sort_by The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive.
1988
1984
  #
@@ -2062,9 +2058,9 @@ module OCI
2062
2058
  # @param [Hash] opts the optional parameters
2063
2059
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2064
2060
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2065
- # @option opts [String] :database_id The OCID of the database.
2066
- # @option opts [String] :compartment_id The compartment OCID.
2067
- # @option opts [Integer] :limit The maximum number of items to return.
2061
+ # @option opts [String] :database_id The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the database.
2062
+ # @option opts [String] :compartment_id The compartment [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
2063
+ # @option opts [Integer] :limit The maximum number of items to return per page.
2068
2064
  # @option opts [String] :page The pagination token to continue listing from.
2069
2065
  # @return [Response] A Response object with data of type Array<{OCI::Database::Models::BackupSummary BackupSummary}>
2070
2066
  def list_backups(opts = {})
@@ -2120,7 +2116,7 @@ module OCI
2120
2116
  # @param [Hash] opts the optional parameters
2121
2117
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2122
2118
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2123
- # @option opts [Integer] :limit The maximum number of items to return.
2119
+ # @option opts [Integer] :limit The maximum number of items to return per page.
2124
2120
  # @option opts [String] :page The pagination token to continue listing from.
2125
2121
  # @return [Response] A Response object with data of type Array<{OCI::Database::Models::DataGuardAssociationSummary DataGuardAssociationSummary}>
2126
2122
  def list_data_guard_associations(database_id, opts = {})
@@ -2177,7 +2173,7 @@ module OCI
2177
2173
  # @param [Hash] opts the optional parameters
2178
2174
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2179
2175
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2180
- # @option opts [Integer] :limit The maximum number of items to return.
2176
+ # @option opts [Integer] :limit The maximum number of items to return per page.
2181
2177
  # @option opts [String] :page The pagination token to continue listing from.
2182
2178
  # @return [Response] A Response object with data of type Array<{OCI::Database::Models::DatabaseSummary DatabaseSummary}>
2183
2179
  def list_databases(compartment_id, db_home_id, opts = {})
@@ -2235,7 +2231,7 @@ module OCI
2235
2231
  # @param [Hash] opts the optional parameters
2236
2232
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2237
2233
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2238
- # @option opts [Integer] :limit The maximum number of items to return.
2234
+ # @option opts [Integer] :limit The maximum number of items to return per page.
2239
2235
  # @option opts [String] :page The pagination token to continue listing from.
2240
2236
  # @return [Response] A Response object with data of type Array<{OCI::Database::Models::PatchHistoryEntrySummary PatchHistoryEntrySummary}>
2241
2237
  def list_db_home_patch_history_entries(db_home_id, opts = {})
@@ -2291,7 +2287,7 @@ module OCI
2291
2287
  # @param [Hash] opts the optional parameters
2292
2288
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2293
2289
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2294
- # @option opts [Integer] :limit The maximum number of items to return.
2290
+ # @option opts [Integer] :limit The maximum number of items to return per page.
2295
2291
  # @option opts [String] :page The pagination token to continue listing from.
2296
2292
  # @return [Response] A Response object with data of type Array<{OCI::Database::Models::PatchSummary PatchSummary}>
2297
2293
  def list_db_home_patches(db_home_id, opts = {})
@@ -2341,14 +2337,14 @@ module OCI
2341
2337
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2342
2338
 
2343
2339
 
2344
- # Gets a list of database homes in the specified DB System and compartment. A database home is a directory where Oracle database software is installed.
2340
+ # Gets a list of database homes in the specified DB system and compartment. A database home is a directory where Oracle database software is installed.
2345
2341
  #
2346
2342
  # @param [String] compartment_id The compartment [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
2347
- # @param [String] db_system_id The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the DB System.
2343
+ # @param [String] db_system_id The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the DB system.
2348
2344
  # @param [Hash] opts the optional parameters
2349
2345
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2350
2346
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2351
- # @option opts [Integer] :limit The maximum number of items to return.
2347
+ # @option opts [Integer] :limit The maximum number of items to return per page.
2352
2348
  # @option opts [String] :page The pagination token to continue listing from.
2353
2349
  # @return [Response] A Response object with data of type Array<{OCI::Database::Models::DbHomeSummary DbHomeSummary}>
2354
2350
  def list_db_homes(compartment_id, db_system_id, opts = {})
@@ -2400,14 +2396,14 @@ module OCI
2400
2396
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2401
2397
 
2402
2398
 
2403
- # Gets a list of database nodes in the specified DB System and compartment. A database node is a server running database software.
2399
+ # Gets a list of database nodes in the specified DB system and compartment. A database node is a server running database software.
2404
2400
  #
2405
2401
  # @param [String] compartment_id The compartment [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
2406
- # @param [String] db_system_id The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the DB System.
2402
+ # @param [String] db_system_id The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the DB system.
2407
2403
  # @param [Hash] opts the optional parameters
2408
2404
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2409
2405
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2410
- # @option opts [Integer] :limit The maximum number of items to return.
2406
+ # @option opts [Integer] :limit The maximum number of items to return per page.
2411
2407
  # @option opts [String] :page The pagination token to continue listing from.
2412
2408
  # @return [Response] A Response object with data of type Array<{OCI::Database::Models::DbNodeSummary DbNodeSummary}>
2413
2409
  def list_db_nodes(compartment_id, db_system_id, opts = {})
@@ -2459,13 +2455,13 @@ module OCI
2459
2455
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2460
2456
 
2461
2457
 
2462
- # Gets the history of the patch actions performed on the specified DB System.
2458
+ # Gets the history of the patch actions performed on the specified DB system.
2463
2459
  #
2464
- # @param [String] db_system_id The DB System [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
2460
+ # @param [String] db_system_id The DB system [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
2465
2461
  # @param [Hash] opts the optional parameters
2466
2462
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2467
2463
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2468
- # @option opts [Integer] :limit The maximum number of items to return.
2464
+ # @option opts [Integer] :limit The maximum number of items to return per page.
2469
2465
  # @option opts [String] :page The pagination token to continue listing from.
2470
2466
  # @return [Response] A Response object with data of type Array<{OCI::Database::Models::PatchHistoryEntrySummary PatchHistoryEntrySummary}>
2471
2467
  def list_db_system_patch_history_entries(db_system_id, opts = {})
@@ -2515,13 +2511,13 @@ module OCI
2515
2511
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2516
2512
 
2517
2513
 
2518
- # Lists the patches applicable to the requested DB System.
2514
+ # Lists the patches applicable to the requested DB system.
2519
2515
  #
2520
- # @param [String] db_system_id The DB System [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
2516
+ # @param [String] db_system_id The DB system [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
2521
2517
  # @param [Hash] opts the optional parameters
2522
2518
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2523
2519
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2524
- # @option opts [Integer] :limit The maximum number of items to return.
2520
+ # @option opts [Integer] :limit The maximum number of items to return per page.
2525
2521
  # @option opts [String] :page The pagination token to continue listing from.
2526
2522
  # @return [Response] A Response object with data of type Array<{OCI::Database::Models::PatchSummary PatchSummary}>
2527
2523
  def list_db_system_patches(db_system_id, opts = {})
@@ -2571,13 +2567,13 @@ module OCI
2571
2567
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2572
2568
 
2573
2569
 
2574
- # Gets a list of the shapes that can be used to launch a new DB System. The shape determines resources to allocate to the DB system - CPU cores and memory for VM shapes; CPU cores, memory and storage for non-VM (or bare metal) shapes.
2570
+ # Gets a list of the shapes that can be used to launch a new DB system. The shape determines resources to allocate to the DB system - CPU cores and memory for VM shapes; CPU cores, memory and storage for non-VM (or bare metal) shapes.
2575
2571
  # @param [String] availability_domain The name of the Availability Domain.
2576
2572
  # @param [String] compartment_id The compartment [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
2577
2573
  # @param [Hash] opts the optional parameters
2578
2574
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2579
2575
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2580
- # @option opts [Integer] :limit The maximum number of items to return.
2576
+ # @option opts [Integer] :limit The maximum number of items to return per page.
2581
2577
  # @option opts [String] :page The pagination token to continue listing from.
2582
2578
  # @return [Response] A Response object with data of type Array<{OCI::Database::Models::DbSystemShapeSummary DbSystemShapeSummary}>
2583
2579
  def list_db_system_shapes(availability_domain, compartment_id, opts = {})
@@ -2629,16 +2625,16 @@ module OCI
2629
2625
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2630
2626
 
2631
2627
 
2632
- # Gets a list of the DB Systems in the specified compartment. You can specify a backupId to list only the DB Systems that support creating a database using this backup in this compartment.
2628
+ # Gets a list of the DB systems in the specified compartment. You can specify a backupId to list only the DB systems that support creating a database using this backup in this compartment.
2633
2629
  #
2634
2630
  #
2635
2631
  # @param [String] compartment_id The compartment [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
2636
2632
  # @param [Hash] opts the optional parameters
2637
2633
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2638
2634
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2639
- # @option opts [Integer] :limit The maximum number of items to return.
2635
+ # @option opts [Integer] :limit The maximum number of items to return per page.
2640
2636
  # @option opts [String] :page The pagination token to continue listing from.
2641
- # @option opts [String] :backup_id The OCID of the backup. Specify a backupId to list only the DB Systems that support creating a database using this backup in this compartment.
2637
+ # @option opts [String] :backup_id The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the backup. Specify a backupId to list only the DB systems that support creating a database using this backup in this compartment.
2642
2638
  # @return [Response] A Response object with data of type Array<{OCI::Database::Models::DbSystemSummary DbSystemSummary}>
2643
2639
  def list_db_systems(compartment_id, opts = {})
2644
2640
  logger.debug 'Calling operation DatabaseClient#list_db_systems.' if logger
@@ -2693,10 +2689,10 @@ module OCI
2693
2689
  # @param [Hash] opts the optional parameters
2694
2690
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2695
2691
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2696
- # @option opts [Integer] :limit The maximum number of items to return.
2692
+ # @option opts [Integer] :limit The maximum number of items to return per page.
2697
2693
  # @option opts [String] :page The pagination token to continue listing from.
2698
2694
  # @option opts [String] :db_system_shape If provided, filters the results to the set of database versions which are supported for the given shape.
2699
- # @option opts [String] :db_system_id The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system.
2695
+ # @option opts [String] :db_system_id The DB system [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm). If provided, filters the results to the set of database versions which are supported for the DB system.
2700
2696
  # @return [Response] A Response object with data of type Array<{OCI::Database::Models::DbVersionSummary DbVersionSummary}>
2701
2697
  def list_db_versions(compartment_id, opts = {})
2702
2698
  logger.debug 'Calling operation DatabaseClient#list_db_versions.' if logger
@@ -3279,8 +3275,8 @@ module OCI
3279
3275
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
3280
3276
 
3281
3277
 
3282
- # Terminates a DB System and permanently deletes it and any databases running on it, and any storage volumes attached to it. The database data is local to the DB System and will be lost when the system is terminated. Oracle recommends that you back up any data in the DB System prior to terminating it.
3283
- # @param [String] db_system_id The DB System [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
3278
+ # Terminates a DB system and permanently deletes it and any databases running on it, and any storage volumes attached to it. The database data is local to the DB system and will be lost when the system is terminated. Oracle recommends that you back up any data in the DB system prior to terminating it.
3279
+ # @param [String] db_system_id The DB system [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
3284
3280
  # @param [Hash] opts the optional parameters
3285
3281
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3286
3282
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -3569,9 +3565,9 @@ module OCI
3569
3565
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
3570
3566
 
3571
3567
 
3572
- # Updates the properties of a DB System, such as the CPU core count.
3573
- # @param [String] db_system_id The DB System [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
3574
- # @param [OCI::Database::Models::UpdateDbSystemDetails] update_db_system_details Request to update the properties of a DB System.
3568
+ # Updates the properties of a DB system, such as the CPU core count.
3569
+ # @param [String] db_system_id The DB system [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
3570
+ # @param [OCI::Database::Models::UpdateDbSystemDetails] update_db_system_details Request to update the properties of a DB system.
3575
3571
  # @param [Hash] opts the optional parameters
3576
3572
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3577
3573
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -262,7 +262,7 @@ module OCI
262
262
  # Calls {OCI::Database::DatabaseClient#create_db_home} and then waits for the {OCI::Database::Models::DbHome} acted upon
263
263
  # to enter the given state(s).
264
264
  #
265
- # @param [OCI::Database::Models::CreateDbHomeWithDbSystemIdBase] create_db_home_with_db_system_id_details Request to create a new DB Home.
265
+ # @param [OCI::Database::Models::CreateDbHomeWithDbSystemIdBase] create_db_home_with_db_system_id_details Request to create a new database home.
266
266
  # @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::Database::Models::DbHome#lifecycle_state}
267
267
  # @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::Database::DatabaseClient#create_db_home}
268
268
  # @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
@@ -422,7 +422,7 @@ module OCI
422
422
  # Calls {OCI::Database::DatabaseClient#delete_backup} and then waits for the {OCI::Database::Models::Backup} acted upon
423
423
  # to enter the given state(s).
424
424
  #
425
- # @param [String] backup_id The backup OCID.
425
+ # @param [String] backup_id The backup [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
426
426
  # @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::Database::Models::Backup#lifecycle_state}
427
427
  # @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::Database::DatabaseClient#delete_backup}
428
428
  # @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
@@ -502,7 +502,7 @@ module OCI
502
502
  # Calls {OCI::Database::DatabaseClient#launch_db_system} and then waits for the {OCI::Database::Models::DbSystem} acted upon
503
503
  # to enter the given state(s).
504
504
  #
505
- # @param [OCI::Database::Models::LaunchDbSystemBase] launch_db_system_details Request to launch a DB System.
505
+ # @param [OCI::Database::Models::LaunchDbSystemBase] launch_db_system_details Request to launch a DB system.
506
506
  # @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::Database::Models::DbSystem#lifecycle_state}
507
507
  # @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::Database::DatabaseClient#launch_db_system}
508
508
  # @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
@@ -541,7 +541,7 @@ module OCI
541
541
  # Calls {OCI::Database::DatabaseClient#terminate_db_system} and then waits for the {OCI::Database::Models::DbSystem} acted upon
542
542
  # to enter the given state(s).
543
543
  #
544
- # @param [String] db_system_id The DB System [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
544
+ # @param [String] db_system_id The DB system [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
545
545
  # @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::Database::Models::DbSystem#lifecycle_state}
546
546
  # @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::Database::DatabaseClient#terminate_db_system}
547
547
  # @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
@@ -741,8 +741,8 @@ module OCI
741
741
  # Calls {OCI::Database::DatabaseClient#update_db_system} and then waits for the {OCI::Database::Models::DbSystem} acted upon
742
742
  # to enter the given state(s).
743
743
  #
744
- # @param [String] db_system_id The DB System [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
745
- # @param [OCI::Database::Models::UpdateDbSystemDetails] update_db_system_details Request to update the properties of a DB System.
744
+ # @param [String] db_system_id The DB system [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
745
+ # @param [OCI::Database::Models::UpdateDbSystemDetails] update_db_system_details Request to update the properties of a DB system.
746
746
  # @param [Array<String>] wait_for_states An array of states to wait on. These should be valid values for {OCI::Database::Models::DbSystem#lifecycle_state}
747
747
  # @param [Hash] base_operation_opts Any optional arguments accepted by {OCI::Database::DatabaseClient#update_db_system}
748
748
  # @param [Hash] waiter_opts Optional arguments for the waiter. Keys should be symbols, and the following keys are supported:
@@ -7,6 +7,8 @@ require 'logger'
7
7
  module OCI
8
8
  # An Oracle Autonomous Data Warehouse.
9
9
  #
10
+ # **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
11
+ #
10
12
  class Database::Models::AutonomousDataWarehouse # rubocop:disable Metrics/LineLength
11
13
  LICENSE_MODEL_ENUM = [
12
14
  LICENSE_MODEL_LICENSE_INCLUDED = 'LICENSE_INCLUDED'.freeze,
@@ -30,7 +32,7 @@ module OCI
30
32
  LIFECYCLE_STATE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
31
33
  ].freeze
32
34
 
33
- # **[Required]** The OCID of the compartment.
35
+ # **[Required]** The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the compartment.
34
36
  # @return [String]
35
37
  attr_accessor :compartment_id
36
38
 
@@ -8,6 +8,8 @@ module OCI
8
8
  # An Autonomous Data Warehouse backup.
9
9
  # To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to an administrator. If you're an administrator who needs to write policies to give users access, see [Getting Started with Policies](https://docs.us-phoenix-1.oraclecloud.com/Content/Identity/Concepts/policygetstarted.htm).
10
10
  #
11
+ # **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
12
+ #
11
13
  class Database::Models::AutonomousDataWarehouseBackup # rubocop:disable Metrics/LineLength
12
14
  LIFECYCLE_STATE_ENUM = [
13
15
  LIFECYCLE_STATE_CREATING = 'CREATING'.freeze,
@@ -28,7 +30,7 @@ module OCI
28
30
  # @return [String]
29
31
  attr_accessor :autonomous_data_warehouse_id
30
32
 
31
- # **[Required]** The OCID of the compartment.
33
+ # **[Required]** The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the compartment.
32
34
  # @return [String]
33
35
  attr_accessor :compartment_id
34
36