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
@@ -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::AutonomousDataWarehouseBackupSummary # 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
 
@@ -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::AutonomousDataWarehouseSummary # 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
 
@@ -7,6 +7,8 @@ require 'logger'
7
7
  module OCI
8
8
  # An Oracle Autonomous Database.
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::AutonomousDatabase # 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 Database 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::AutonomousDatabaseBackup # 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_database_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
 
@@ -8,6 +8,8 @@ module OCI
8
8
  # An Autonomous Database 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::AutonomousDatabaseBackupSummary # 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_database_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
 
@@ -7,6 +7,8 @@ require 'logger'
7
7
  module OCI
8
8
  # An Oracle Autonomous Database.
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::AutonomousDatabaseSummary # 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
 
@@ -5,9 +5,11 @@ require 'logger'
5
5
 
6
6
  # rubocop:disable Lint/UnneededCopDisableDirective
7
7
  module OCI
8
- # A database backup
8
+ # A database 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::Backup # rubocop:disable Metrics/LineLength
12
14
  LIFECYCLE_STATE_ENUM = [
13
15
  LIFECYCLE_STATE_CREATING = 'CREATING'.freeze,
@@ -25,33 +27,33 @@ module OCI
25
27
  TYPE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
26
28
  ].freeze
27
29
 
28
- # The name of the Availability Domain that the backup is located in.
30
+ # The name of the availability domain where the database backup is stored.
29
31
  # @return [String]
30
32
  attr_accessor :availability_domain
31
33
 
32
- # The OCID of the compartment.
34
+ # The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the compartment.
33
35
  # @return [String]
34
36
  attr_accessor :compartment_id
35
37
 
36
- # The Oracle Database Edition of the DbSystem on which the backup was taken.
38
+ # The Oracle Database edition of the DB system from which the database backup was taken.
37
39
  #
38
40
  # @return [String]
39
41
  attr_accessor :database_edition
40
42
 
41
- # The OCID of the database.
43
+ # The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the database.
42
44
  # @return [String]
43
45
  attr_accessor :database_id
44
46
 
45
- # Size of the database in mega-bytes at the time the backup was taken.
47
+ # Size of the database in megabytes (MB) at the time the backup was taken.
46
48
  #
47
49
  # @return [Integer]
48
50
  attr_accessor :db_data_size_in_mbs
49
51
 
50
- # The user-friendly name for the backup. It does not have to be unique.
52
+ # The user-friendly name for the backup. The name does not have to be unique.
51
53
  # @return [String]
52
54
  attr_accessor :display_name
53
55
 
54
- # The OCID of the backup.
56
+ # The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the backup.
55
57
  # @return [String]
56
58
  attr_accessor :id
57
59
 
@@ -67,7 +69,7 @@ module OCI
67
69
  # @return [DateTime]
68
70
  attr_accessor :time_ended
69
71
 
70
- # The date and time the backup starts.
72
+ # The date and time the backup started.
71
73
  # @return [DateTime]
72
74
  attr_accessor :time_started
73
75
 
@@ -5,9 +5,11 @@ require 'logger'
5
5
 
6
6
  # rubocop:disable Lint/UnneededCopDisableDirective
7
7
  module OCI
8
- # A database backup
8
+ # A database 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::BackupSummary # rubocop:disable Metrics/LineLength
12
14
  LIFECYCLE_STATE_ENUM = [
13
15
  LIFECYCLE_STATE_CREATING = 'CREATING'.freeze,
@@ -25,33 +27,33 @@ module OCI
25
27
  TYPE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
26
28
  ].freeze
27
29
 
28
- # The name of the Availability Domain that the backup is located in.
30
+ # The name of the availability domain where the database backup is stored.
29
31
  # @return [String]
30
32
  attr_accessor :availability_domain
31
33
 
32
- # The OCID of the compartment.
34
+ # The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the compartment.
33
35
  # @return [String]
34
36
  attr_accessor :compartment_id
35
37
 
36
- # The Oracle Database Edition of the DbSystem on which the backup was taken.
38
+ # The Oracle Database edition of the DB system from which the database backup was taken.
37
39
  #
38
40
  # @return [String]
39
41
  attr_accessor :database_edition
40
42
 
41
- # The OCID of the database.
43
+ # The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the database.
42
44
  # @return [String]
43
45
  attr_accessor :database_id
44
46
 
45
- # Size of the database in mega-bytes at the time the backup was taken.
47
+ # Size of the database in megabytes (MB) at the time the backup was taken.
46
48
  #
47
49
  # @return [Integer]
48
50
  attr_accessor :db_data_size_in_mbs
49
51
 
50
- # The user-friendly name for the backup. It does not have to be unique.
52
+ # The user-friendly name for the backup. The name does not have to be unique.
51
53
  # @return [String]
52
54
  attr_accessor :display_name
53
55
 
54
- # The OCID of the backup.
56
+ # The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the backup.
55
57
  # @return [String]
56
58
  attr_accessor :id
57
59
 
@@ -67,7 +69,7 @@ module OCI
67
69
  # @return [DateTime]
68
70
  attr_accessor :time_ended
69
71
 
70
- # The date and time the backup starts.
72
+ # The date and time the backup started.
71
73
  # @return [DateTime]
72
74
  attr_accessor :time_started
73
75
 
@@ -6,6 +6,8 @@ require 'date'
6
6
  module OCI
7
7
  # Details to create an Oracle Autonomous Data Warehouse backup.
8
8
  #
9
+ # **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
10
+ #
9
11
  class Database::Models::CreateAutonomousDataWarehouseBackupDetails # rubocop:disable Metrics/LineLength
10
12
  # **[Required]** The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the Autonomous Data Warehouse backup.
11
13
  # @return [String]
@@ -6,6 +6,8 @@ require 'date'
6
6
  module OCI
7
7
  # Details to create an Oracle Autonomous Data Warehouse.
8
8
  #
9
+ # **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
10
+ #
9
11
  class Database::Models::CreateAutonomousDataWarehouseDetails # rubocop:disable Metrics/LineLength
10
12
  LICENSE_MODEL_ENUM = [
11
13
  LICENSE_MODEL_LICENSE_INCLUDED = 'LICENSE_INCLUDED'.freeze,
@@ -16,7 +18,7 @@ module OCI
16
18
  # @return [String]
17
19
  attr_accessor :admin_password
18
20
 
19
- # **[Required]** The Oracle Cloud ID (OCID) of the compartment of the DB system.
21
+ # **[Required]** The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the compartment of the Autonomous Data Warehouse.
20
22
  # @return [String]
21
23
  attr_accessor :compartment_id
22
24
 
@@ -6,6 +6,8 @@ require 'date'
6
6
  module OCI
7
7
  # Details to create an Oracle Autonomous Database backup.
8
8
  #
9
+ # **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
10
+ #
9
11
  class Database::Models::CreateAutonomousDatabaseBackupDetails # rubocop:disable Metrics/LineLength
10
12
  # **[Required]** The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the Autonomous Database backup.
11
13
  # @return [String]
@@ -6,6 +6,8 @@ require 'date'
6
6
  module OCI
7
7
  # Details to create an Oracle Autonomous Database.
8
8
  #
9
+ # **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
10
+ #
9
11
  class Database::Models::CreateAutonomousDatabaseDetails # rubocop:disable Metrics/LineLength
10
12
  LICENSE_MODEL_ENUM = [
11
13
  LICENSE_MODEL_LICENSE_INCLUDED = 'LICENSE_INCLUDED'.freeze,
@@ -16,7 +18,7 @@ module OCI
16
18
  # @return [String]
17
19
  attr_accessor :admin_password
18
20
 
19
- # **[Required]** The Oracle Cloud ID (OCID) of the compartment of the DB system.
21
+ # **[Required]** The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the compartment of the autonomous database.
20
22
  # @return [String]
21
23
  attr_accessor :compartment_id
22
24
 
@@ -24,7 +26,7 @@ module OCI
24
26
  # @return [Integer]
25
27
  attr_accessor :cpu_core_count
26
28
 
27
- # **[Required]** Size, in terabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed.
29
+ # **[Required]** The size, in terabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed.
28
30
  #
29
31
  # @return [Integer]
30
32
  attr_accessor :data_storage_size_in_tbs
@@ -4,13 +4,16 @@ require 'date'
4
4
 
5
5
  # rubocop:disable Lint/UnneededCopDisableDirective
6
6
  module OCI
7
- # CreateBackupDetails model.
7
+ # Details for creating a database backup.
8
+ #
9
+ # **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
10
+ #
8
11
  class Database::Models::CreateBackupDetails # rubocop:disable Metrics/LineLength
9
- # **[Required]** The OCID of the database.
12
+ # **[Required]** The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the database.
10
13
  # @return [String]
11
14
  attr_accessor :database_id
12
15
 
13
- # **[Required]** The user-friendly name for the backup. It does not have to be unique.
16
+ # **[Required]** The user-friendly name for the backup. The name does not have to be unique.
14
17
  # @return [String]
15
18
  attr_accessor :display_name
16
19
 
@@ -7,7 +7,7 @@ require_relative 'create_data_guard_association_details'
7
7
  module OCI
8
8
  # The configuration details for creating a Data Guard association to an existing database.
9
9
  class Database::Models::CreateDataGuardAssociationToExistingDbSystemDetails < Database::Models::CreateDataGuardAssociationDetails # rubocop:disable Metrics/LineLength
10
- # The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the DB System to create the standby database on.
10
+ # The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the DB system to create the standby database on.
11
11
  #
12
12
  # @return [String]
13
13
  attr_accessor :peer_db_system_id
@@ -4,7 +4,10 @@ require 'date'
4
4
 
5
5
  # rubocop:disable Lint/UnneededCopDisableDirective
6
6
  module OCI
7
- # CreateDatabaseDetails model.
7
+ # Details for creating a database backup.
8
+ #
9
+ # **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
10
+ #
8
11
  class Database::Models::CreateDatabaseDetails # rubocop:disable Metrics/LineLength
9
12
  DB_WORKLOAD_ENUM = [
10
13
  DB_WORKLOAD_OLTP = 'OLTP'.freeze,
@@ -17,7 +20,7 @@ module OCI
17
20
 
18
21
  # The character set for the database. The default is AL32UTF8. Allowed values are:
19
22
  #
20
- # AL32UTF8, AR8ADOS710, AR8ADOS720, AR8APTEC715, AR8ARABICMACS, AR8ASMO8X, AR8ISO8859P6, AR8MSWIN1256, AR8MUSSAD768, AR8NAFITHA711, AR8NAFITHA721, AR8SAKHR706, AR8SAKHR707, AZ8ISO8859P9E, BG8MSWIN, BG8PC437S, BLT8CP921, BLT8ISO8859P13, BLT8MSWIN1257, BLT8PC775, BN8BSCII, CDN8PC863, CEL8ISO8859P14, CL8ISO8859P5, CL8ISOIR111, CL8KOI8R, CL8KOI8U, CL8MACCYRILLICS, CL8MSWIN1251, EE8ISO8859P2, EE8MACCES, EE8MACCROATIANS, EE8MSWIN1250, EE8PC852, EL8DEC, EL8ISO8859P7, EL8MACGREEKS, EL8MSWIN1253, EL8PC437S, EL8PC851, EL8PC869, ET8MSWIN923, HU8ABMOD, HU8CWI2, IN8ISCII, IS8PC861, IW8ISO8859P8, IW8MACHEBREWS, IW8MSWIN1255, IW8PC1507, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE, JA16VMS, KO16KSCCS, KO16MSWIN949, LA8ISO6937, LA8PASSPORT, LT8MSWIN921, LT8PC772, LT8PC774, LV8PC1117, LV8PC8LR, LV8RST104090, N8PC865, NE8ISO8859P10, NEE8ISO8859P4, RU8BESTA, RU8PC855, RU8PC866, SE8ISO8859P3, TH8MACTHAIS, TH8TISASCII, TR8DEC, TR8MACTURKISHS, TR8MSWIN1254, TR8PC857, US7ASCII, US8PC437, UTF8, VN8MSWIN1258, VN8VN3, WE8DEC, WE8DG, WE8ISO8859P15, WE8ISO8859P9, WE8MACROMAN8S, WE8MSWIN1252, WE8NCR4970, WE8NEXTSTEP, WE8PC850, WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5, ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS, ZHT32TRIS
23
+ # AL32UTF8, AR8ADOS710, AR8ADOS720, AR8APTEC715, AR8ARABICMACS, AR8ASMO8X, AR8ISO8859P6, AR8MSWIN1256, AR8MUSSAD768, AR8NAFITHA711, AR8NAFITHA721, AR8SAKHR706, AR8SAKHR707, AZ8ISO8859P9E, BG8MSWIN, BG8PC437S, BLT8CP921, BLT8ISO8859P13, BLT8MSWIN1257, BLT8PC775, BN8BSCII, CDN8PC863, CEL8ISO8859P14, CL8ISO8859P5, CL8ISOIR111, CL8KOI8R, CL8KOI8U, CL8MACCYRILLICS, CL8MSWIN1251, EE8ISO8859P2, EE8MACCES, EE8MACCROATIANS, EE8MSWIN1250, EE8PC852, EL8DEC, EL8ISO8859P7, EL8MACGREEKS, EL8MSWIN1253, EL8PC437S, EL8PC851, EL8PC869, ET8MSWIN923, HU8ABMOD, HU8CWI2, IN8ISCII, IS8PC861, IW8ISO8859P8, IW8MACHEBREWS, IW8MSWIN1255, IW8PC1507, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE, JA16VMS, KO16KSC5601, KO16KSCCS, KO16MSWIN949, LA8ISO6937, LA8PASSPORT, LT8MSWIN921, LT8PC772, LT8PC774, LV8PC1117, LV8PC8LR, LV8RST104090, N8PC865, NE8ISO8859P10, NEE8ISO8859P4, RU8BESTA, RU8PC855, RU8PC866, SE8ISO8859P3, TH8MACTHAIS, TH8TISASCII, TR8DEC, TR8MACTURKISHS, TR8MSWIN1254, TR8PC857, US7ASCII, US8PC437, UTF8, VN8MSWIN1258, VN8VN3, WE8DEC, WE8DG, WE8ISO8859P1, WE8ISO8859P15, WE8ISO8859P9, WE8MACROMAN8S, WE8MSWIN1252, WE8NCR4970, WE8NEXTSTEP, WE8PC850, WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5, ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS, ZHT32TRIS
21
24
  #
22
25
  # @return [String]
23
26
  attr_accessor :character_set
@@ -25,11 +28,11 @@ module OCI
25
28
  # @return [OCI::Database::Models::DbBackupConfig]
26
29
  attr_accessor :db_backup_config
27
30
 
28
- # **[Required]** The database name. It must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted.
31
+ # **[Required]** The database name. The name must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted.
29
32
  # @return [String]
30
33
  attr_accessor :db_name
31
34
 
32
- # Database workload type.
35
+ # The database workload type.
33
36
  # @return [String]
34
37
  attr_reader :db_workload
35
38
 
@@ -49,13 +52,13 @@ module OCI
49
52
  # @return [Hash<String, String>]
50
53
  attr_accessor :freeform_tags
51
54
 
52
- # National character set for the database. The default is AL16UTF16. Allowed values are:
55
+ # The national character set for the database. The default is AL16UTF16. Allowed values are:
53
56
  # AL16UTF16 or UTF8.
54
57
  #
55
58
  # @return [String]
56
59
  attr_accessor :ncharacter_set
57
60
 
58
- # Pluggable database name. It must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted. Pluggable database should not be same as database name.
61
+ # The name of the pluggable database. The name must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted. Pluggable database should not be same as database name.
59
62
  # @return [String]
60
63
  attr_accessor :pdb_name
61
64
 
@@ -10,7 +10,7 @@ module OCI
10
10
  # @return [String]
11
11
  attr_accessor :admin_password
12
12
 
13
- # **[Required]** The backup OCID.
13
+ # **[Required]** The backup [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
14
14
  # @return [String]
15
15
  attr_accessor :backup_id
16
16
 
@@ -4,13 +4,16 @@ require 'date'
4
4
 
5
5
  # rubocop:disable Lint/UnneededCopDisableDirective
6
6
  module OCI
7
- # CreateDbHomeDetails model.
7
+ # Details for creating a database home.
8
+ #
9
+ # **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
10
+ #
8
11
  class Database::Models::CreateDbHomeDetails # rubocop:disable Metrics/LineLength
9
12
  # This attribute is required.
10
13
  # @return [OCI::Database::Models::CreateDatabaseDetails]
11
14
  attr_accessor :database
12
15
 
13
- # **[Required]** A valid Oracle database version. To get a list of supported versions, use the {#list_db_versions list_db_versions} operation.
16
+ # **[Required]** A valid Oracle Database version. To get a list of supported versions, use the {#list_db_versions list_db_versions} operation.
14
17
  # @return [String]
15
18
  attr_accessor :db_version
16
19
 
@@ -4,7 +4,10 @@ require 'date'
4
4
 
5
5
  # rubocop:disable Lint/UnneededCopDisableDirective
6
6
  module OCI
7
- # CreateDbHomeFromBackupDetails model.
7
+ # Details for creating a database home if you are creating a database by restoring from a database backup.
8
+ #
9
+ # **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
10
+ #
8
11
  class Database::Models::CreateDbHomeFromBackupDetails # rubocop:disable Metrics/LineLength
9
12
  # This attribute is required.
10
13
  # @return [OCI::Database::Models::CreateDatabaseFromBackupDetails]
@@ -4,7 +4,10 @@ require 'date'
4
4
 
5
5
  # rubocop:disable Lint/UnneededCopDisableDirective
6
6
  module OCI
7
- # CreateDbHomeWithDbSystemIdBase model.
7
+ # Details for creating a database home.
8
+ #
9
+ # **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
10
+ #
8
11
  # This class has direct subclasses. If you are using this class as input to a service operations then you should favor using a subclass over the base class
9
12
  class Database::Models::CreateDbHomeWithDbSystemIdBase # rubocop:disable Metrics/LineLength
10
13
  SOURCE_ENUM = [
@@ -12,7 +15,7 @@ module OCI
12
15
  SOURCE_DB_BACKUP = 'DB_BACKUP'.freeze
13
16
  ].freeze
14
17
 
15
- # **[Required]** The OCID of the DB System.
18
+ # **[Required]** The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the DB system.
16
19
  # @return [String]
17
20
  attr_accessor :db_system_id
18
21
 
@@ -20,9 +23,7 @@ module OCI
20
23
  # @return [String]
21
24
  attr_accessor :display_name
22
25
 
23
- # Source of database:
24
- # NONE for creating a new database
25
- # DB_BACKUP for creating a new database by restoring a backup
26
+ # The source of database: NONE for creating a new database. DB_BACKUP for creating a new database by restoring from a database backup.
26
27
  #
27
28
  # @return [String]
28
29
  attr_reader :source