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
@@ -10,8 +10,8 @@ module OCI
10
10
  DATABASE_EDITION_ENUM = [
11
11
  DATABASE_EDITION_STANDARD_EDITION = 'STANDARD_EDITION'.freeze,
12
12
  DATABASE_EDITION_ENTERPRISE_EDITION = 'ENTERPRISE_EDITION'.freeze,
13
- DATABASE_EDITION_ENTERPRISE_EDITION_EXTREME_PERFORMANCE = 'ENTERPRISE_EDITION_EXTREME_PERFORMANCE'.freeze,
14
- DATABASE_EDITION_ENTERPRISE_EDITION_HIGH_PERFORMANCE = 'ENTERPRISE_EDITION_HIGH_PERFORMANCE'.freeze
13
+ DATABASE_EDITION_ENTERPRISE_EDITION_HIGH_PERFORMANCE = 'ENTERPRISE_EDITION_HIGH_PERFORMANCE'.freeze,
14
+ DATABASE_EDITION_ENTERPRISE_EDITION_EXTREME_PERFORMANCE = 'ENTERPRISE_EDITION_EXTREME_PERFORMANCE'.freeze
15
15
  ].freeze
16
16
 
17
17
  DISK_REDUNDANCY_ENUM = [
@@ -24,8 +24,8 @@ module OCI
24
24
  LICENSE_MODEL_BRING_YOUR_OWN_LICENSE = 'BRING_YOUR_OWN_LICENSE'.freeze
25
25
  ].freeze
26
26
 
27
- # **[Required]** The Oracle Database Edition that applies to all the databases on the DB System.
28
- # Exadata DB Systems and 2-node RAC DB Systems require ENTERPRISE_EDITION_EXTREME_PERFORMANCE.
27
+ # **[Required]** The Oracle Database Edition that applies to all the databases on the DB system.
28
+ # Exadata DB systems and 2-node RAC DB systems require ENTERPRISE_EDITION_EXTREME_PERFORMANCE.
29
29
  #
30
30
  # @return [String]
31
31
  attr_reader :database_edition
@@ -34,14 +34,14 @@ module OCI
34
34
  # @return [OCI::Database::Models::CreateDbHomeFromBackupDetails]
35
35
  attr_accessor :db_home
36
36
 
37
- # The type of redundancy configured for the DB System.
38
- # Normal is 2-way redundancy, recommended for test and development systems.
39
- # High is 3-way redundancy, recommended for production systems.
37
+ # The type of redundancy configured for the DB system.
38
+ # NORMAL 2-way redundancy, recommended for test and development systems.
39
+ # HIGH is 3-way redundancy, recommended for production systems.
40
40
  #
41
41
  # @return [String]
42
42
  attr_reader :disk_redundancy
43
43
 
44
- # The Oracle license model that applies to all the databases on the DB System. The default is BRING_YOUR_OWN_LICENSE.
44
+ # The Oracle license model that applies to all the databases on the DB system. The default is LICENSE_INCLUDED.
45
45
  #
46
46
  # @return [String]
47
47
  attr_reader :license_model
@@ -5,7 +5,7 @@ require 'logger'
5
5
 
6
6
  # rubocop:disable Lint/UnneededCopDisableDirective
7
7
  module OCI
8
- # A Patch for a DB System or DB Home.
8
+ # A Patch for a DB system or DB Home.
9
9
  #
10
10
  # To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
11
11
  # talk to an administrator. If you're an administrator who needs to write policies to give users access,
@@ -40,7 +40,7 @@ module OCI
40
40
  # @return [String]
41
41
  attr_accessor :description
42
42
 
43
- # **[Required]** The OCID of the patch.
43
+ # **[Required]** The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the patch.
44
44
  # @return [String]
45
45
  attr_accessor :id
46
46
 
@@ -6,7 +6,7 @@ require 'date'
6
6
  module OCI
7
7
  # The details about what actions to perform and using what patch to the specified target.
8
8
  # This is part of an update request that is applied to a version field on the target such
9
- # as DB System, database home, etc.
9
+ # as DB system, database home, etc.
10
10
  #
11
11
  class Database::Models::PatchDetails # rubocop:disable Metrics/LineLength
12
12
  ACTION_ENUM = [
@@ -18,7 +18,7 @@ module OCI
18
18
  # @return [String]
19
19
  attr_reader :action
20
20
 
21
- # The OCID of the patch.
21
+ # The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the patch.
22
22
  # @return [String]
23
23
  attr_accessor :patch_id
24
24
 
@@ -24,7 +24,7 @@ module OCI
24
24
  # @return [String]
25
25
  attr_reader :action
26
26
 
27
- # **[Required]** The OCID of the patch history entry.
27
+ # **[Required]** The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the patch history entry.
28
28
  # @return [String]
29
29
  attr_accessor :id
30
30
 
@@ -38,7 +38,7 @@ module OCI
38
38
  # @return [String]
39
39
  attr_reader :lifecycle_state
40
40
 
41
- # **[Required]** The OCID of the patch.
41
+ # **[Required]** The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the patch.
42
42
  # @return [String]
43
43
  attr_accessor :patch_id
44
44
 
@@ -24,7 +24,7 @@ module OCI
24
24
  # @return [String]
25
25
  attr_reader :action
26
26
 
27
- # **[Required]** The OCID of the patch history entry.
27
+ # **[Required]** The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the patch history entry.
28
28
  # @return [String]
29
29
  attr_accessor :id
30
30
 
@@ -38,7 +38,7 @@ module OCI
38
38
  # @return [String]
39
39
  attr_reader :lifecycle_state
40
40
 
41
- # **[Required]** The OCID of the patch.
41
+ # **[Required]** The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the patch.
42
42
  # @return [String]
43
43
  attr_accessor :patch_id
44
44
 
@@ -5,7 +5,7 @@ require 'logger'
5
5
 
6
6
  # rubocop:disable Lint/UnneededCopDisableDirective
7
7
  module OCI
8
- # A Patch for a DB System or DB Home.
8
+ # A Patch for a DB system or DB Home.
9
9
  #
10
10
  # To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
11
11
  # talk to an administrator. If you're an administrator who needs to write policies to give users access,
@@ -40,7 +40,7 @@ module OCI
40
40
  # @return [String]
41
41
  attr_accessor :description
42
42
 
43
- # **[Required]** The OCID of the patch.
43
+ # **[Required]** The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the patch.
44
44
  # @return [String]
45
45
  attr_accessor :id
46
46
 
@@ -7,7 +7,7 @@ module OCI
7
7
  # The Data Guard association reinstate parameters.
8
8
  #
9
9
  class Database::Models::ReinstateDataGuardAssociationDetails # rubocop:disable Metrics/LineLength
10
- # **[Required]** The DB System administrator password.
10
+ # **[Required]** The DB system administrator password.
11
11
  # @return [String]
12
12
  attr_accessor :database_admin_password
13
13
 
@@ -7,7 +7,7 @@ module OCI
7
7
  # The Data Guard association switchover parameters.
8
8
  #
9
9
  class Database::Models::SwitchoverDataGuardAssociationDetails # rubocop:disable Metrics/LineLength
10
- # **[Required]** The DB System administrator password.
10
+ # **[Required]** The DB system administrator password.
11
11
  # @return [String]
12
12
  attr_accessor :database_admin_password
13
13
 
@@ -6,16 +6,18 @@ require 'date'
6
6
  module OCI
7
7
  # Details to update 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::UpdateAutonomousDataWarehouseDetails # rubocop:disable Metrics/LineLength
10
12
  # A strong password for Admin. The password must be between 12 and 60 characters long, and must contain at least 1 uppercase, 1 lowercase and 2 numeric characters. It cannot contain the double quote symbol (\"). It must be different than the last 4 passwords.
11
13
  # @return [String]
12
14
  attr_accessor :admin_password
13
15
 
14
- # The number of CPU Cores to be made available to the database.
16
+ # The number of CPU cores to be made available to the database.
15
17
  # @return [Integer]
16
18
  attr_accessor :cpu_core_count
17
19
 
18
- # Size, in TBs, of the data volume that will be attached to the database.
20
+ # Size, in terabytes, of the data volume that will be attached to the database.
19
21
  #
20
22
  # @return [Integer]
21
23
  attr_accessor :data_storage_size_in_tbs
@@ -6,16 +6,18 @@ require 'date'
6
6
  module OCI
7
7
  # Details to update 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::UpdateAutonomousDatabaseDetails # rubocop:disable Metrics/LineLength
10
12
  # A strong password for Admin. The password must be between 12 and 60 characters long, and must contain at least 1 uppercase, 1 lowercase and 2 numeric characters. It cannot contain the double quote symbol (\"). It must be different than the last 4 passwords.
11
13
  # @return [String]
12
14
  attr_accessor :admin_password
13
15
 
14
- # The number of CPU Cores to be made available to the database.
16
+ # The number of CPU cores to be made available to the database.
15
17
  # @return [Integer]
16
18
  attr_accessor :cpu_core_count
17
19
 
18
- # Size, in TBs, of the data volume that will be attached to the database.
20
+ # The size, in terabytes, of the data volume that will be attached to the database.
19
21
  #
20
22
  # @return [Integer]
21
23
  attr_accessor :data_storage_size_in_tbs
@@ -4,7 +4,10 @@ require 'date'
4
4
 
5
5
  # rubocop:disable Lint/UnneededCopDisableDirective
6
6
  module OCI
7
- # UpdateDatabaseDetails model.
7
+ # Details to update a database.
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::UpdateDatabaseDetails # rubocop:disable Metrics/LineLength
9
12
  # @return [OCI::Database::Models::DbBackupConfig]
10
13
  attr_accessor :db_backup_config
@@ -4,7 +4,7 @@ require 'date'
4
4
 
5
5
  # rubocop:disable Lint/UnneededCopDisableDirective
6
6
  module OCI
7
- # Describes the modification parameters for the DB Home.
7
+ # Describes the modification parameters for the database home.
8
8
  #
9
9
  class Database::Models::UpdateDbHomeDetails # rubocop:disable Metrics/LineLength
10
10
  # @return [OCI::Database::Models::PatchDetails]
@@ -4,14 +4,16 @@ require 'date'
4
4
 
5
5
  # rubocop:disable Lint/UnneededCopDisableDirective
6
6
  module OCI
7
- # Describes the modification parameters for the DB System.
7
+ # Describes the parameters for updating the DB system.
8
+ #
9
+ # **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
8
10
  #
9
11
  class Database::Models::UpdateDbSystemDetails # rubocop:disable Metrics/LineLength
10
- # The number of CPU Cores to be set on the DB System. Applicable only for non-VM based DB systems.
12
+ # The new number of CPU cores to set for the DB system. Not applicable for virtual machine DB systems.
11
13
  # @return [Integer]
12
14
  attr_accessor :cpu_core_count
13
15
 
14
- # Size, in GBs, to which the currently attached storage needs to be scaled up to for VM based DB system. This must be greater than current storage size. Note that the total storage size attached will be more than what is requested, to account for REDO/RECO space and software volume.
16
+ # The size, in gigabytes, to scale the attached storage up to for this virtual machine DB system. This value must be greater than current storage size. Note that the resulting total storage size attached will be greater than the amount requested to allow for REDO/RECO space and software volume. Applies only to virtual machine DB systems.
15
17
  #
16
18
  # @return [Integer]
17
19
  attr_accessor :data_storage_size_in_gbs
@@ -32,7 +34,7 @@ module OCI
32
34
  # @return [Hash<String, String>]
33
35
  attr_accessor :freeform_tags
34
36
 
35
- # The public key portion of the key pair to use for SSH access to the DB System. Multiple public keys can be provided. The length of the combined keys cannot exceed 10,000 characters.
37
+ # The public key portion of the key pair to use for SSH access to the DB system. Multiple public keys can be provided. The length of the combined keys cannot exceed 10,000 characters.
36
38
  # @return [Array<String>]
37
39
  attr_accessor :ssh_public_keys
38
40
 
@@ -1,5 +1,5 @@
1
1
  # Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
2
2
 
3
3
  module OCI
4
- VERSION = '2.3.5'.freeze
4
+ VERSION = '2.3.6'.freeze
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oci
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.5
4
+ version: 2.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oracle
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-22 00:00:00.000000000 Z
11
+ date: 2018-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -722,9 +722,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
722
722
  version: '0'
723
723
  requirements: []
724
724
  rubyforge_project:
725
- rubygems_version: 2.4.5.1
725
+ rubygems_version: 2.7.6
726
726
  signing_key:
727
727
  specification_version: 4
728
728
  summary: Oracle Cloud Infrastructure Ruby SDK
729
729
  test_files: []
730
- has_rdoc: