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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 5871f1e11e2fc66eee6c157ee4d8fed1d4ed94d1
4
- data.tar.gz: b2b42bc879420922bfc5818b7426cbb9cef1cc69
2
+ SHA256:
3
+ metadata.gz: fcdb9dbbfa46abca873eaddcb1ecdb94cda208360e0b7d32aba0729259511b4d
4
+ data.tar.gz: 77833cdd86269cff1c561d32f0bd31cbba54e74f35a98770c95026ea72131191
5
5
  SHA512:
6
- metadata.gz: 0ff4baf651bb4a6309f5a5aeba5cc5b529b3cb342a6044cee7e8ae6f924a96e78dbf1d060b8a192ddcd68ce666b9c1e03cdaeb479d244164754046d9efbd72f1
7
- data.tar.gz: 0a18846b6f009b003b5667bc81cbda85283cce6f1a2a89285714fe7497e4f7b82f3d67f7020dad6b89077ca171a107a7ab83a77c6698ef782ff8137f9c039976
6
+ metadata.gz: '087ee2da2120beb40f70e4858ceef7add326c234531bcbcce141c78742d716366ecd55e7dffd0dbdbd38a7669d2ec0f442802b9d19a1b4ac1064b20e65c5ea77'
7
+ data.tar.gz: 280fc7ecf03f0f7761a88a2d04812409a49a72b3aa45bd96c2775113a53c79160ac3c7ed42275b23833d8363cc2d35b77fcaa4524fc99a5684793ec3b05ec3ba
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Oracle Cloud Infrastructure Ruby SDK
2
- **Version 2.3.5**
2
+ **Version 2.3.6**
3
3
 
4
4
  This topic describes how to install, configure, and use the Oracle Cloud Infrastructure Ruby SDK.
5
5
 
@@ -230,11 +230,11 @@ module OCI
230
230
  # For general information about block volumes, see
231
231
  # [Overview of Block Volume Service](https://docs.us-phoenix-1.oraclecloud.com/Content/Block/Concepts/overview.htm).
232
232
  #
233
- # A volume and instance can be in separate compartments but must be in the same Availability Domain.
233
+ # A volume and instance can be in separate compartments but must be in the same availability domain.
234
234
  # For information about access control and compartments, see
235
235
  # [Overview of the IAM Service](https://docs.us-phoenix-1.oraclecloud.com/Content/Identity/Concepts/overview.htm). For information about
236
- # Availability Domains, see [Regions and Availability Domains](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/regions.htm).
237
- # To get a list of Availability Domains, use the `ListAvailabilityDomains` operation
236
+ # availability domains, see [Regions and Availability Domains](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/regions.htm).
237
+ # To get a list of availability domains, use the `ListAvailabilityDomains` operation
238
238
  # in the Identity and Access Management Service API.
239
239
  #
240
240
  # You may optionally specify a *display name* for the volume, which is simply a friendly name or
@@ -1442,9 +1442,9 @@ module OCI
1442
1442
  # sort order is case sensitive.
1443
1443
  #
1444
1444
  # **Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
1445
- # optionally filter by Availability Domain if the scope of the resource type is within a
1446
- # single Availability Domain. If you call one of these \"List\" operations without specifying
1447
- # an Availability Domain, the resources are grouped by Availability Domain, then sorted.
1445
+ # optionally filter by availability domain if the scope of the resource type is within a
1446
+ # single availability domain. If you call one of these \"List\" operations without specifying
1447
+ # an availability domain, the resources are grouped by availability domain, then sorted.
1448
1448
  #
1449
1449
  # Allowed values are: TIMECREATED, DISPLAYNAME
1450
1450
  # @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
@@ -1518,9 +1518,9 @@ module OCI
1518
1518
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1519
1519
 
1520
1520
 
1521
- # Lists the boot volumes in the specified compartment and Availability Domain.
1521
+ # Lists the boot volumes in the specified compartment and availability domain.
1522
1522
  #
1523
- # @param [String] availability_domain The name of the Availability Domain.
1523
+ # @param [String] availability_domain The name of the availability domain.
1524
1524
  #
1525
1525
  # Example: `Uocm:PHX-AD-1`
1526
1526
  #
@@ -1662,9 +1662,9 @@ module OCI
1662
1662
  # sort order is case sensitive.
1663
1663
  #
1664
1664
  # **Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
1665
- # optionally filter by Availability Domain if the scope of the resource type is within a
1666
- # single Availability Domain. If you call one of these \"List\" operations without specifying
1667
- # an Availability Domain, the resources are grouped by Availability Domain, then sorted.
1665
+ # optionally filter by availability domain if the scope of the resource type is within a
1666
+ # single availability domain. If you call one of these \"List\" operations without specifying
1667
+ # an availability domain, the resources are grouped by availability domain, then sorted.
1668
1668
  #
1669
1669
  # Allowed values are: TIMECREATED, DISPLAYNAME
1670
1670
  # @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
@@ -1759,9 +1759,9 @@ module OCI
1759
1759
  # sort order is case sensitive.
1760
1760
  #
1761
1761
  # **Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
1762
- # optionally filter by Availability Domain if the scope of the resource type is within a
1763
- # single Availability Domain. If you call one of these \"List\" operations without specifying
1764
- # an Availability Domain, the resources are grouped by Availability Domain, then sorted.
1762
+ # optionally filter by availability domain if the scope of the resource type is within a
1763
+ # single availability domain. If you call one of these \"List\" operations without specifying
1764
+ # an availability domain, the resources are grouped by availability domain, then sorted.
1765
1765
  #
1766
1766
  # Allowed values are: TIMECREATED, DISPLAYNAME
1767
1767
  # @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
@@ -1835,7 +1835,7 @@ module OCI
1835
1835
  # @param [Hash] opts the optional parameters
1836
1836
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1837
1837
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1838
- # @option opts [String] :availability_domain The name of the Availability Domain.
1838
+ # @option opts [String] :availability_domain The name of the availability domain.
1839
1839
  #
1840
1840
  # Example: `Uocm:PHX-AD-1`
1841
1841
  #
@@ -1852,9 +1852,9 @@ module OCI
1852
1852
  # sort order is case sensitive.
1853
1853
  #
1854
1854
  # **Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
1855
- # optionally filter by Availability Domain if the scope of the resource type is within a
1856
- # single Availability Domain. If you call one of these \"List\" operations without specifying
1857
- # an Availability Domain, the resources are grouped by Availability Domain, then sorted.
1855
+ # optionally filter by availability domain if the scope of the resource type is within a
1856
+ # single availability domain. If you call one of these \"List\" operations without specifying
1857
+ # an availability domain, the resources are grouped by availability domain, then sorted.
1858
1858
  #
1859
1859
  # Allowed values are: TIMECREATED, DISPLAYNAME
1860
1860
  # @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
@@ -1927,13 +1927,13 @@ module OCI
1927
1927
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1928
1928
 
1929
1929
 
1930
- # Lists the volumes in the specified compartment and Availability Domain.
1930
+ # Lists the volumes in the specified compartment and availability domain.
1931
1931
  #
1932
1932
  # @param [String] compartment_id The OCID of the compartment.
1933
1933
  # @param [Hash] opts the optional parameters
1934
1934
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1935
1935
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1936
- # @option opts [String] :availability_domain The name of the Availability Domain.
1936
+ # @option opts [String] :availability_domain The name of the availability domain.
1937
1937
  #
1938
1938
  # Example: `Uocm:PHX-AD-1`
1939
1939
  #
@@ -1950,9 +1950,9 @@ module OCI
1950
1950
  # sort order is case sensitive.
1951
1951
  #
1952
1952
  # **Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
1953
- # optionally filter by Availability Domain if the scope of the resource type is within a
1954
- # single Availability Domain. If you call one of these \"List\" operations without specifying
1955
- # an Availability Domain, the resources are grouped by Availability Domain, then sorted.
1953
+ # optionally filter by availability domain if the scope of the resource type is within a
1954
+ # single availability domain. If you call one of these \"List\" operations without specifying
1955
+ # an availability domain, the resources are grouped by availability domain, then sorted.
1956
1956
  #
1957
1957
  # Allowed values are: TIMECREATED, DISPLAYNAME
1958
1958
  # @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
@@ -1493,16 +1493,16 @@ module OCI
1493
1493
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1494
1494
 
1495
1495
 
1496
- # Creates a new instance in the specified compartment and the specified Availability Domain.
1496
+ # Creates a new instance in the specified compartment and the specified availability domain.
1497
1497
  # For general information about instances, see
1498
1498
  # [Overview of the Compute Service](https://docs.us-phoenix-1.oraclecloud.com/Content/Compute/Concepts/computeoverview.htm).
1499
1499
  #
1500
1500
  # For information about access control and compartments, see
1501
1501
  # [Overview of the IAM Service](https://docs.us-phoenix-1.oraclecloud.com/Content/Identity/Concepts/overview.htm).
1502
1502
  #
1503
- # For information about Availability Domains, see
1503
+ # For information about availability domains, see
1504
1504
  # [Regions and Availability Domains](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/regions.htm).
1505
- # To get a list of Availability Domains, use the `ListAvailabilityDomains` operation
1505
+ # To get a list of availability domains, use the `ListAvailabilityDomains` operation
1506
1506
  # in the Identity and Access Management Service API.
1507
1507
  #
1508
1508
  # All Oracle Cloud Infrastructure resources, including instances, get an Oracle-assigned,
@@ -1585,7 +1585,7 @@ module OCI
1585
1585
  # Lists the boot volume attachments in the specified compartment. You can filter the
1586
1586
  # list by specifying an instance OCID, boot volume OCID, or both.
1587
1587
  #
1588
- # @param [String] availability_domain The name of the Availability Domain.
1588
+ # @param [String] availability_domain The name of the availability domain.
1589
1589
  #
1590
1590
  # Example: `Uocm:PHX-AD-1`
1591
1591
  #
@@ -1659,7 +1659,7 @@ module OCI
1659
1659
  # @param [Hash] opts the optional parameters
1660
1660
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1661
1661
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1662
- # @option opts [String] :availability_domain The name of the Availability Domain.
1662
+ # @option opts [String] :availability_domain The name of the availability domain.
1663
1663
  #
1664
1664
  # Example: `Uocm:PHX-AD-1`
1665
1665
  #
@@ -1675,9 +1675,9 @@ module OCI
1675
1675
  # sort order is case sensitive.
1676
1676
  #
1677
1677
  # **Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
1678
- # optionally filter by Availability Domain if the scope of the resource type is within a
1679
- # single Availability Domain. If you call one of these \"List\" operations without specifying
1680
- # an Availability Domain, the resources are grouped by Availability Domain, then sorted.
1678
+ # optionally filter by availability domain if the scope of the resource type is within a
1679
+ # single availability domain. If you call one of these \"List\" operations without specifying
1680
+ # an availability domain, the resources are grouped by availability domain, then sorted.
1681
1681
  #
1682
1682
  # Allowed values are: TIMECREATED, DISPLAYNAME
1683
1683
  # @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
@@ -1785,9 +1785,9 @@ module OCI
1785
1785
  # sort order is case sensitive.
1786
1786
  #
1787
1787
  # **Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
1788
- # optionally filter by Availability Domain if the scope of the resource type is within a
1789
- # single Availability Domain. If you call one of these \"List\" operations without specifying
1790
- # an Availability Domain, the resources are grouped by Availability Domain, then sorted.
1788
+ # optionally filter by availability domain if the scope of the resource type is within a
1789
+ # single availability domain. If you call one of these \"List\" operations without specifying
1790
+ # an availability domain, the resources are grouped by availability domain, then sorted.
1791
1791
  #
1792
1792
  # Allowed values are: TIMECREATED, DISPLAYNAME
1793
1793
  # @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
@@ -1927,7 +1927,7 @@ module OCI
1927
1927
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1928
1928
 
1929
1929
 
1930
- # Lists the instances in the specified compartment and the specified Availability Domain.
1930
+ # Lists the instances in the specified compartment and the specified availability domain.
1931
1931
  # You can filter the results by specifying an instance name (the list will include all the identically-named
1932
1932
  # instances in the compartment).
1933
1933
  #
@@ -1935,7 +1935,7 @@ module OCI
1935
1935
  # @param [Hash] opts the optional parameters
1936
1936
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1937
1937
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1938
- # @option opts [String] :availability_domain The name of the Availability Domain.
1938
+ # @option opts [String] :availability_domain The name of the availability domain.
1939
1939
  #
1940
1940
  # Example: `Uocm:PHX-AD-1`
1941
1941
  #
@@ -1952,9 +1952,9 @@ module OCI
1952
1952
  # sort order is case sensitive.
1953
1953
  #
1954
1954
  # **Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
1955
- # optionally filter by Availability Domain if the scope of the resource type is within a
1956
- # single Availability Domain. If you call one of these \"List\" operations without specifying
1957
- # an Availability Domain, the resources are grouped by Availability Domain, then sorted.
1955
+ # optionally filter by availability domain if the scope of the resource type is within a
1956
+ # single availability domain. If you call one of these \"List\" operations without specifying
1957
+ # an availability domain, the resources are grouped by availability domain, then sorted.
1958
1958
  #
1959
1959
  # Allowed values are: TIMECREATED, DISPLAYNAME
1960
1960
  # @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
@@ -2035,7 +2035,7 @@ module OCI
2035
2035
  # @param [Hash] opts the optional parameters
2036
2036
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2037
2037
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2038
- # @option opts [String] :availability_domain The name of the Availability Domain.
2038
+ # @option opts [String] :availability_domain The name of the availability domain.
2039
2039
  #
2040
2040
  # Example: `Uocm:PHX-AD-1`
2041
2041
  #
@@ -2098,13 +2098,13 @@ module OCI
2098
2098
 
2099
2099
  # Lists the VNIC attachments in the specified compartment. A VNIC attachment
2100
2100
  # resides in the same compartment as the attached instance. The list can be
2101
- # filtered by instance, VNIC, or Availability Domain.
2101
+ # filtered by instance, VNIC, or availability domain.
2102
2102
  #
2103
2103
  # @param [String] compartment_id The OCID of the compartment.
2104
2104
  # @param [Hash] opts the optional parameters
2105
2105
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2106
2106
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2107
- # @option opts [String] :availability_domain The name of the Availability Domain.
2107
+ # @option opts [String] :availability_domain The name of the availability domain.
2108
2108
  #
2109
2109
  # Example: `Uocm:PHX-AD-1`
2110
2110
  #
@@ -2177,7 +2177,7 @@ module OCI
2177
2177
  # @param [Hash] opts the optional parameters
2178
2178
  # @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
2179
  # 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 [String] :availability_domain The name of the Availability Domain.
2180
+ # @option opts [String] :availability_domain The name of the availability domain.
2181
2181
  #
2182
2182
  # Example: `Uocm:PHX-AD-1`
2183
2183
  #
@@ -2431,7 +2431,12 @@ module OCI
2431
2431
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2432
2432
 
2433
2433
 
2434
- # Updates the display name of the specified instance. Avoid entering confidential information.
2434
+ # Updates certain fields on the specified instance. Fields that are not provided in the
2435
+ # request will not be updated. Avoid entering confidential information.
2436
+ #
2437
+ # Changes to metadata fields will be reflected in the instance metadata service (this may take
2438
+ # up to a minute).
2439
+ #
2435
2440
  # The OCID of the instance remains the same.
2436
2441
  #
2437
2442
  # @param [String] instance_id The OCID of the instance.
@@ -12,6 +12,9 @@ module OCI
12
12
  # talk to an administrator. If you're an administrator who needs to write policies to give users access, see
13
13
  # [Getting Started with Policies](https://docs.us-phoenix-1.oraclecloud.com/Content/Identity/Concepts/policygetstarted.htm).
14
14
  #
15
+ # **Warning:** Oracle recommends that you avoid using any confidential information when you
16
+ # supply string values using the API.
17
+ #
15
18
  class Core::Models::BootVolume # rubocop:disable Metrics/LineLength
16
19
  LIFECYCLE_STATE_ENUM = [
17
20
  LIFECYCLE_STATE_PROVISIONING = 'PROVISIONING'.freeze,
@@ -23,7 +26,7 @@ module OCI
23
26
  LIFECYCLE_STATE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
24
27
  ].freeze
25
28
 
26
- # **[Required]** The Availability Domain of the boot volume.
29
+ # **[Required]** The availability domain of the boot volume.
27
30
  #
28
31
  # Example: `Uocm:PHX-AD-1`
29
32
  #
@@ -83,7 +86,7 @@ module OCI
83
86
  # @return [Integer]
84
87
  attr_accessor :size_in_mbs
85
88
 
86
- # The boot volume source, either an existing boot volume in the same Availability Domain or a boot volume backup.
89
+ # The boot volume source, either an existing boot volume in the same availability domain or a boot volume backup.
87
90
  # If null, this means that the boot volume was created from an image.
88
91
  #
89
92
  # @return [OCI::Core::Models::BootVolumeSourceDetails]
@@ -7,6 +7,9 @@ require 'logger'
7
7
  module OCI
8
8
  # Represents an attachment between a boot volume and an instance.
9
9
  #
10
+ # **Warning:** Oracle recommends that you avoid using any confidential information when you
11
+ # supply string values using the API.
12
+ #
10
13
  class Core::Models::BootVolumeAttachment # rubocop:disable Metrics/LineLength
11
14
  LIFECYCLE_STATE_ENUM = [
12
15
  LIFECYCLE_STATE_ATTACHING = 'ATTACHING'.freeze,
@@ -16,7 +19,7 @@ module OCI
16
19
  LIFECYCLE_STATE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
17
20
  ].freeze
18
21
 
19
- # **[Required]** The Availability Domain of an instance.
22
+ # **[Required]** The availability domain of an instance.
20
23
  #
21
24
  # Example: `Uocm:PHX-AD-1`
22
25
  #
@@ -13,6 +13,9 @@ module OCI
13
13
  # who needs to write policies to give users access, see [Getting Started with
14
14
  # Policies](https://docs.us-phoenix-1.oraclecloud.com/Content/Identity/Concepts/policygetstarted.htm).
15
15
  #
16
+ # **Warning:** Oracle recommends that you avoid using any confidential information when you
17
+ # supply string values using the API.
18
+ #
16
19
  class Core::Models::BootVolumeBackup # rubocop:disable Metrics/LineLength
17
20
  LIFECYCLE_STATE_ENUM = [
18
21
  LIFECYCLE_STATE_CREATING = 'CREATING'.freeze,
@@ -9,6 +9,9 @@ module OCI
9
9
  # instance boots, such as kernel and BIOS messages, and is useful for checking the status of
10
10
  # the instance or diagnosing problems. The console data is minimally formatted ASCII text.
11
11
  #
12
+ # **Warning:** Oracle recommends that you avoid using any confidential information when you
13
+ # supply string values using the API.
14
+ #
12
15
  class Core::Models::ConsoleHistory # rubocop:disable Metrics/LineLength
13
16
  LIFECYCLE_STATE_ENUM = [
14
17
  LIFECYCLE_STATE_REQUESTED = 'REQUESTED'.freeze,
@@ -18,7 +21,7 @@ module OCI
18
21
  LIFECYCLE_STATE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
19
22
  ].freeze
20
23
 
21
- # **[Required]** The Availability Domain of an instance.
24
+ # **[Required]** The availability domain of an instance.
22
25
  #
23
26
  # Example: `Uocm:PHX-AD-1`
24
27
  #
@@ -5,7 +5,7 @@ require 'date'
5
5
  # rubocop:disable Lint/UnneededCopDisableDirective
6
6
  module OCI
7
7
  # An object you create when setting up an IPSec VPN between your on-premises network
8
- # and VCN. The `Cpe` is a virtual representation of your Customer-Premises Equipment,
8
+ # and VCN. The `Cpe` is a virtual representation of your customer-premises equipment,
9
9
  # which is the actual router on-premises at your site at your end of the IPSec VPN connection.
10
10
  # For more information,
11
11
  # see [Overview of the Networking Service](https://docs.us-phoenix-1.oraclecloud.com/Content/Network/Concepts/overview.htm).
@@ -14,6 +14,9 @@ module OCI
14
14
  # talk to an administrator. If you're an administrator who needs to write policies to give users access, see
15
15
  # [Getting Started with Policies](https://docs.us-phoenix-1.oraclecloud.com/Content/Identity/Concepts/policygetstarted.htm).
16
16
  #
17
+ # **Warning:** Oracle recommends that you avoid using any confidential information when you
18
+ # supply string values using the API.
19
+ #
17
20
  class Core::Models::Cpe # rubocop:disable Metrics/LineLength
18
21
  # **[Required]** The OCID of the compartment containing the CPE.
19
22
  # @return [String]
@@ -6,7 +6,7 @@ require 'date'
6
6
  module OCI
7
7
  # CreateBootVolumeDetails model.
8
8
  class Core::Models::CreateBootVolumeDetails # rubocop:disable Metrics/LineLength
9
- # **[Required]** The Availability Domain of the boot volume.
9
+ # **[Required]** The availability domain of the boot volume.
10
10
  #
11
11
  # Example: `Uocm:PHX-AD-1`
12
12
  #
@@ -50,7 +50,7 @@ module OCI
50
50
  # @return [Integer]
51
51
  attr_accessor :size_in_gbs
52
52
 
53
- # **[Required]** Specifies the boot volume source details for a new boot volume. The volume source is either another boot volume in the same Availability Domain or a boot volume backup.
53
+ # **[Required]** Specifies the boot volume source details for a new boot volume. The volume source is either another boot volume in the same availability domain or a boot volume backup.
54
54
  # This is a mandatory field for a boot volume.
55
55
  #
56
56
  # @return [OCI::Core::Models::BootVolumeSourceDetails]
@@ -6,7 +6,7 @@ require 'date'
6
6
  module OCI
7
7
  # CreateInternetGatewayDetails model.
8
8
  class Core::Models::CreateInternetGatewayDetails # rubocop:disable Metrics/LineLength
9
- # **[Required]** The OCID of the compartment to contain the Internet Gateway.
9
+ # **[Required]** The OCID of the compartment to contain the internet gateway.
10
10
  # @return [String]
11
11
  attr_accessor :compartment_id
12
12
 
@@ -35,7 +35,7 @@ module OCI
35
35
  # @return [BOOLEAN]
36
36
  attr_accessor :is_enabled
37
37
 
38
- # **[Required]** The OCID of the VCN the Internet Gateway is attached to.
38
+ # **[Required]** The OCID of the VCN the internet gateway is attached to.
39
39
  # @return [String]
40
40
  attr_accessor :vcn_id
41
41
 
@@ -6,7 +6,7 @@ require 'date'
6
6
  module OCI
7
7
  # CreateServiceGatewayDetails model.
8
8
  class Core::Models::CreateServiceGatewayDetails # rubocop:disable Metrics/LineLength
9
- # **[Required]** The [OCID] (https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the compartment to contain the Service Gateway.
9
+ # **[Required]** The [OCID] (https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the compartment to contain the service gateway.
10
10
  #
11
11
  # @return [String]
12
12
  attr_accessor :compartment_id
@@ -34,7 +34,7 @@ module OCI
34
34
  # @return [Hash<String, String>]
35
35
  attr_accessor :freeform_tags
36
36
 
37
- # **[Required]** List of the Service OCIDs. These are the Services which will be enabled on the Service Gateway. This list can be empty.
37
+ # **[Required]** List of the service OCIDs. These are the services that will be enabled on the service gateway. This list can be empty.
38
38
  # @return [Array<OCI::Core::Models::ServiceIdRequestDetails>]
39
39
  attr_accessor :services
40
40
 
@@ -6,7 +6,7 @@ require 'date'
6
6
  module OCI
7
7
  # CreateSubnetDetails model.
8
8
  class Core::Models::CreateSubnetDetails # rubocop:disable Metrics/LineLength
9
- # **[Required]** The Availability Domain to contain the subnet.
9
+ # **[Required]** The availability domain to contain the subnet.
10
10
  #
11
11
  # Example: `Uocm:PHX-AD-1`
12
12
  #
@@ -6,7 +6,7 @@ require 'date'
6
6
  module OCI
7
7
  # CreateVolumeDetails model.
8
8
  class Core::Models::CreateVolumeDetails # rubocop:disable Metrics/LineLength
9
- # **[Required]** The Availability Domain of the volume.
9
+ # **[Required]** The availability domain of the volume.
10
10
  #
11
11
  # Example: `Uocm:PHX-AD-1`
12
12
  #
@@ -56,7 +56,7 @@ module OCI
56
56
  # @return [Integer]
57
57
  attr_accessor :size_in_mbs
58
58
 
59
- # Specifies the volume source details for a new Block volume. The volume source is either another Block volume in the same Availability Domain or a Block volume backup.
59
+ # Specifies the volume source details for a new Block volume. The volume source is either another Block volume in the same availability domain or a Block volume backup.
60
60
  # This is an optional field. If not specified or set to null, the new Block volume will be empty.
61
61
  # When specified, the new Block volume will contain data from the source volume or backup.
62
62
  #