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
@@ -5,13 +5,16 @@ require 'logger'
5
5
 
6
6
  # rubocop:disable Lint/UnneededCopDisableDirective
7
7
  module OCI
8
- # A Virtual Cloud Network (VCN). For more information, see
8
+ # A virtual cloud network (VCN). For more information, see
9
9
  # [Overview of the Networking Service](https://docs.us-phoenix-1.oraclecloud.com/Content/Network/Concepts/overview.htm).
10
10
  #
11
11
  # To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
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::Vcn # rubocop:disable Metrics/LineLength
16
19
  LIFECYCLE_STATE_ENUM = [
17
20
  LIFECYCLE_STATE_PROVISIONING = 'PROVISIONING'.freeze,
@@ -25,6 +25,9 @@ module OCI
25
25
  # talk to an administrator. If you're an administrator who needs to write policies to give users access, see
26
26
  # [Getting Started with Policies](https://docs.us-phoenix-1.oraclecloud.com/Content/Identity/Concepts/policygetstarted.htm).
27
27
  #
28
+ # **Warning:** Oracle recommends that you avoid using any confidential information when you
29
+ # supply string values using the API.
30
+ #
28
31
  class Core::Models::VirtualCircuit # rubocop:disable Metrics/LineLength
29
32
  BGP_MANAGEMENT_ENUM = [
30
33
  BGP_MANAGEMENT_CUSTOMER_MANAGED = 'CUSTOMER_MANAGED'.freeze,
@@ -21,6 +21,9 @@ module OCI
21
21
  # talk to an administrator. If you're an administrator who needs to write policies to give users access, see
22
22
  # [Getting Started with Policies](https://docs.us-phoenix-1.oraclecloud.com/Content/Identity/Concepts/policygetstarted.htm).
23
23
  #
24
+ # **Warning:** Oracle recommends that you avoid using any confidential information when you
25
+ # supply string values using the API.
26
+ #
24
27
  class Core::Models::Vnic # rubocop:disable Metrics/LineLength
25
28
  LIFECYCLE_STATE_ENUM = [
26
29
  LIFECYCLE_STATE_PROVISIONING = 'PROVISIONING'.freeze,
@@ -30,7 +33,7 @@ module OCI
30
33
  LIFECYCLE_STATE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
31
34
  ].freeze
32
35
 
33
- # **[Required]** The VNIC's Availability Domain.
36
+ # **[Required]** The VNIC's availability domain.
34
37
  #
35
38
  # Example: `Uocm:PHX-AD-1`
36
39
  #
@@ -8,6 +8,9 @@ module OCI
8
8
  # Represents an attachment between a VNIC and an instance. For more information, see
9
9
  # [Virtual Network Interface Cards (VNICs)](https://docs.us-phoenix-1.oraclecloud.com/Content/Network/Tasks/managingVNICs.htm).
10
10
  #
11
+ # **Warning:** Oracle recommends that you avoid using any confidential information when you
12
+ # supply string values using the API.
13
+ #
11
14
  class Core::Models::VnicAttachment # rubocop:disable Metrics/LineLength
12
15
  LIFECYCLE_STATE_ENUM = [
13
16
  LIFECYCLE_STATE_ATTACHING = 'ATTACHING'.freeze,
@@ -17,7 +20,7 @@ module OCI
17
20
  LIFECYCLE_STATE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
18
21
  ].freeze
19
22
 
20
- # **[Required]** The Availability Domain of the instance.
23
+ # **[Required]** The availability domain of the instance.
21
24
  #
22
25
  # Example: `Uocm:PHX-AD-1`
23
26
  #
@@ -13,6 +13,9 @@ module OCI
13
13
  # talk to an administrator. If you're an administrator who needs to write policies to give users access, see
14
14
  # [Getting Started with 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::Volume # rubocop:disable Metrics/LineLength
17
20
  LIFECYCLE_STATE_ENUM = [
18
21
  LIFECYCLE_STATE_PROVISIONING = 'PROVISIONING'.freeze,
@@ -24,7 +27,7 @@ module OCI
24
27
  LIFECYCLE_STATE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
25
28
  ].freeze
26
29
 
27
- # **[Required]** The Availability Domain of the volume.
30
+ # **[Required]** The availability domain of the volume.
28
31
  #
29
32
  # Example: `Uocm:PHX-AD-1`
30
33
  #
@@ -78,7 +81,7 @@ module OCI
78
81
  # @return [Integer]
79
82
  attr_accessor :size_in_mbs
80
83
 
81
- # The volume source, either an existing volume in the same Availability Domain or a volume backup.
84
+ # The volume source, either an existing volume in the same availability domain or a volume backup.
82
85
  # If null, an empty volume is created.
83
86
  #
84
87
  # @return [OCI::Core::Models::VolumeSourceDetails]
@@ -12,6 +12,9 @@ module OCI
12
12
  # For general information about volume attachments, see
13
13
  # [Overview of Block Volume Storage](https://docs.us-phoenix-1.oraclecloud.com/Content/Block/Concepts/overview.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
  # 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
16
19
  class Core::Models::VolumeAttachment # rubocop:disable Metrics/LineLength
17
20
  LIFECYCLE_STATE_ENUM = [
@@ -26,7 +29,7 @@ module OCI
26
29
  # @return [String]
27
30
  attr_accessor :attachment_type
28
31
 
29
- # **[Required]** The Availability Domain of an instance.
32
+ # **[Required]** The availability domain of an instance.
30
33
  #
31
34
  # Example: `Uocm:PHX-AD-1`
32
35
  #
@@ -13,6 +13,9 @@ module OCI
13
13
  # talk to an administrator. If you're an administrator who needs to write policies to give users access, see
14
14
  # [Getting Started with 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::VolumeBackup # rubocop:disable Metrics/LineLength
17
20
  LIFECYCLE_STATE_ENUM = [
18
21
  LIFECYCLE_STATE_CREATING = 'CREATING'.freeze,
@@ -4,7 +4,13 @@ require 'date'
4
4
 
5
5
  # rubocop:disable Lint/UnneededCopDisableDirective
6
6
  module OCI
7
- # A policy for automatically creating volume backups according to a recurring schedule. Has a set of one or more schedules that control when and how backups are created.
7
+ # A policy for automatically creating volume backups according to a
8
+ # recurring schedule. Has a set of one or more schedules that control when and
9
+ # how backups are created.
10
+ #
11
+ # **Warning:** Oracle recommends that you avoid using any confidential information when you
12
+ # supply string values using the API.
13
+ #
8
14
  class Core::Models::VolumeBackupPolicy # rubocop:disable Metrics/LineLength
9
15
  # **[Required]** A user-friendly name for the volume backup policy. Does not have to be unique and it's changeable.
10
16
  # Avoid entering confidential information.
@@ -5,7 +5,12 @@ require 'logger'
5
5
 
6
6
  # rubocop:disable Lint/UnneededCopDisableDirective
7
7
  module OCI
8
- # Specifies a volume group which is a collection of volumes. For more information, see [Volume Groups](https://docs.us-phoenix-1.oraclecloud.com/Content/Block/Concepts/volumegroups.htm).
8
+ # Specifies a volume group which is a collection of
9
+ # volumes. For more information, see [Volume Groups](https://docs.us-phoenix-1.oraclecloud.com/Content/Block/Concepts/volumegroups.htm).
10
+ #
11
+ # **Warning:** Oracle recommends that you avoid using any confidential information when you
12
+ # supply string values using the API.
13
+ #
9
14
  class Core::Models::VolumeGroup # rubocop:disable Metrics/LineLength
10
15
  LIFECYCLE_STATE_ENUM = [
11
16
  LIFECYCLE_STATE_PROVISIONING = 'PROVISIONING'.freeze,
@@ -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::VolumeGroupBackup # rubocop:disable Metrics/LineLength
16
19
  LIFECYCLE_STATE_ENUM = [
17
20
  LIFECYCLE_STATE_CREATING = 'CREATING'.freeze,
@@ -111,7 +111,7 @@ module OCI
111
111
  # the *entire* list of services you want enabled on the service gateway.
112
112
  #
113
113
  # @param [String] service_gateway_id The service gateway's [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
114
- # @param [OCI::Core::Models::ServiceIdRequestDetails] attach_service_details ServiceId of Service to be attached to a Service Gateway.
114
+ # @param [OCI::Core::Models::ServiceIdRequestDetails] attach_service_details ServiceId of Service to be attached to a service gateway.
115
115
  # @param [Hash] opts the optional parameters
116
116
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
117
117
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -407,7 +407,7 @@ module OCI
407
407
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
408
408
 
409
409
 
410
- # Creates a new virtual Customer-Premises Equipment (CPE) object in the specified compartment. For
410
+ # Creates a new virtual customer-premises equipment (CPE) object in the specified compartment. For
411
411
  # more information, see [IPSec VPNs](https://docs.us-phoenix-1.oraclecloud.com/Content/Network/Tasks/managingIPsec.htm).
412
412
  #
413
413
  # For the purposes of access control, you must provide the OCID of the compartment where you want
@@ -700,7 +700,7 @@ module OCI
700
700
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
701
701
 
702
702
 
703
- # Creates a new Dynamic Routing Gateway (DRG) in the specified compartment. For more information,
703
+ # Creates a new dynamic routing gateway (DRG) in the specified compartment. For more information,
704
704
  # see [Dynamic Routing Gateways (DRGs)](https://docs.us-phoenix-1.oraclecloud.com/Content/Network/Tasks/managingDRGs.htm).
705
705
  #
706
706
  # For the purposes of access control, you must provide the OCID of the compartment where you want
@@ -839,29 +839,29 @@ module OCI
839
839
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
840
840
 
841
841
 
842
- # Creates a new Internet Gateway for the specified VCN. For more information, see
842
+ # Creates a new internet gateway for the specified VCN. For more information, see
843
843
  # [Access to the Internet](https://docs.us-phoenix-1.oraclecloud.com/Content/Network/Tasks/managingIGs.htm).
844
844
  #
845
845
  # For the purposes of access control, you must provide the OCID of the compartment where you want the Internet
846
- # Gateway to reside. Notice that the Internet Gateway doesn't have to be in the same compartment as the VCN or
846
+ # Gateway to reside. Notice that the internet gateway doesn't have to be in the same compartment as the VCN or
847
847
  # other Networking Service components. If you're not sure which compartment to use, put the Internet
848
848
  # Gateway in the same compartment with the VCN. For more information about compartments and access control, see
849
849
  # [Overview of the IAM Service](https://docs.us-phoenix-1.oraclecloud.com/Content/Identity/Concepts/overview.htm). For information about OCIDs, see
850
850
  # [Resource Identifiers](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
851
851
  #
852
- # You may optionally specify a *display name* for the Internet Gateway, otherwise a default is provided. It
852
+ # You may optionally specify a *display name* for the internet gateway, otherwise a default is provided. It
853
853
  # does not have to be unique, and you can change it. Avoid entering confidential information.
854
854
  #
855
- # For traffic to flow between a subnet and an Internet Gateway, you must create a route rule accordingly in
856
- # the subnet's route table (for example, 0.0.0.0/0 > Internet Gateway). See
855
+ # For traffic to flow between a subnet and an internet gateway, you must create a route rule accordingly in
856
+ # the subnet's route table (for example, 0.0.0.0/0 > internet gateway). See
857
857
  # {#update_route_table update_route_table}.
858
858
  #
859
- # You must specify whether the Internet Gateway is enabled when you create it. If it's disabled, that means no
859
+ # You must specify whether the internet gateway is enabled when you create it. If it's disabled, that means no
860
860
  # traffic will flow to/from the internet even if there's a route rule that enables that traffic. You can later
861
861
  # use {#update_internet_gateway update_internet_gateway} to easily disable/enable
862
862
  # the gateway without changing the route rule.
863
863
  #
864
- # @param [OCI::Core::Models::CreateInternetGatewayDetails] create_internet_gateway_details Details for creating a new Internet Gateway.
864
+ # @param [OCI::Core::Models::CreateInternetGatewayDetails] create_internet_gateway_details Details for creating a new internet gateway.
865
865
  # @param [Hash] opts the optional parameters
866
866
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
867
867
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -1128,7 +1128,7 @@ module OCI
1128
1128
  #
1129
1129
  # * **For an ephemeral public IP:** You must also specify a `privateIpId` with the OCID of
1130
1130
  # the primary private IP you want to assign the public IP to. The public IP is created in
1131
- # the same Availability Domain as the private IP. An ephemeral public IP must always be
1131
+ # the same availability domain as the private IP. An ephemeral public IP must always be
1132
1132
  # assigned to a private IP, and only to the *primary* private IP on a VNIC, not a secondary
1133
1133
  # private IP.
1134
1134
  #
@@ -1560,7 +1560,7 @@ module OCI
1560
1560
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1561
1561
 
1562
1562
 
1563
- # Creates a new Virtual Cloud Network (VCN). For more information, see
1563
+ # Creates a new virtual cloud network (VCN). For more information, see
1564
1564
  # [VCNs and Subnets](https://docs.us-phoenix-1.oraclecloud.com/Content/Network/Tasks/managingVCNs.htm).
1565
1565
  #
1566
1566
  # For the VCN you must specify a single, contiguous IPv4 CIDR block. Oracle recommends using one of the
@@ -1586,7 +1586,7 @@ module OCI
1586
1586
  # The OCID for each is returned in the response. You can't delete these default objects, but you can change their
1587
1587
  # contents (that is, change the route rules, security list rules, and so on).
1588
1588
  #
1589
- # The VCN and subnets you create are not accessible until you attach an Internet Gateway or set up an IPSec VPN
1589
+ # The VCN and subnets you create are not accessible until you attach an internet gateway or set up an IPSec VPN
1590
1590
  # or FastConnect. For more information, see
1591
1591
  # [Overview of the Networking Service](https://docs.us-phoenix-1.oraclecloud.com/Content/Network/Concepts/overview.htm).
1592
1592
  #
@@ -2076,13 +2076,13 @@ module OCI
2076
2076
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2077
2077
 
2078
2078
 
2079
- # Deletes the specified Internet Gateway. The Internet Gateway does not have to be disabled, but
2079
+ # Deletes the specified internet gateway. The internet gateway does not have to be disabled, but
2080
2080
  # there must not be a route table that lists it as a target.
2081
2081
  #
2082
2082
  # This is an asynchronous operation. The gateway's `lifecycleState` will change to TERMINATING temporarily
2083
2083
  # until the gateway is completely removed.
2084
2084
  #
2085
- # @param [String] ig_id The OCID of the Internet Gateway.
2085
+ # @param [String] ig_id The OCID of the internet gateway.
2086
2086
  # @param [Hash] opts the optional parameters
2087
2087
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2088
2088
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -2817,7 +2817,7 @@ module OCI
2817
2817
  # the individual services.
2818
2818
  #
2819
2819
  # @param [String] service_gateway_id The service gateway's [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm).
2820
- # @param [OCI::Core::Models::ServiceIdRequestDetails] detach_service_details ServiceId of Service to be detached from a Service Gateway.
2820
+ # @param [OCI::Core::Models::ServiceIdRequestDetails] detach_service_details ServiceId of Service to be detached from a service gateway.
2821
2821
  # @param [Hash] opts the optional parameters
2822
2822
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2823
2823
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -3354,8 +3354,8 @@ module OCI
3354
3354
  # rubocop:disable Lint/UnusedMethodArgument
3355
3355
 
3356
3356
 
3357
- # Gets the specified Internet Gateway's information.
3358
- # @param [String] ig_id The OCID of the Internet Gateway.
3357
+ # Gets the specified internet gateway's information.
3358
+ # @param [String] ig_id The OCID of the internet gateway.
3359
3359
  # @param [Hash] opts the optional parameters
3360
3360
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3361
3361
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
@@ -4400,7 +4400,7 @@ module OCI
4400
4400
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
4401
4401
 
4402
4402
 
4403
- # Lists the Customer-Premises Equipment objects (CPEs) in the specified compartment.
4403
+ # Lists the customer-premises equipment objects (CPEs) in the specified compartment.
4404
4404
  #
4405
4405
  # @param [String] compartment_id The OCID of the compartment.
4406
4406
  # @param [Hash] opts the optional parameters
@@ -4479,9 +4479,9 @@ module OCI
4479
4479
  # sort order is case sensitive.
4480
4480
  #
4481
4481
  # **Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
4482
- # optionally filter by Availability Domain if the scope of the resource type is within a
4483
- # single Availability Domain. If you call one of these \"List\" operations without specifying
4484
- # an Availability Domain, the resources are grouped by Availability Domain, then sorted.
4482
+ # optionally filter by availability domain if the scope of the resource type is within a
4483
+ # single availability domain. If you call one of these \"List\" operations without specifying
4484
+ # an availability domain, the resources are grouped by availability domain, then sorted.
4485
4485
  #
4486
4486
  # Allowed values are: TIMECREATED, DISPLAYNAME
4487
4487
  # @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
@@ -4636,9 +4636,9 @@ module OCI
4636
4636
  # sort order is case sensitive.
4637
4637
  #
4638
4638
  # **Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
4639
- # optionally filter by Availability Domain if the scope of the resource type is within a
4640
- # single Availability Domain. If you call one of these \"List\" operations without specifying
4641
- # an Availability Domain, the resources are grouped by Availability Domain, then sorted.
4639
+ # optionally filter by availability domain if the scope of the resource type is within a
4640
+ # single availability domain. If you call one of these \"List\" operations without specifying
4641
+ # an availability domain, the resources are grouped by availability domain, then sorted.
4642
4642
  #
4643
4643
  # Allowed values are: TIMECREATED, DISPLAYNAME
4644
4644
  # @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
@@ -4796,9 +4796,9 @@ module OCI
4796
4796
  # sort order is case sensitive.
4797
4797
  #
4798
4798
  # **Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
4799
- # optionally filter by Availability Domain if the scope of the resource type is within a
4800
- # single Availability Domain. If you call one of these \"List\" operations without specifying
4801
- # an Availability Domain, the resources are grouped by Availability Domain, then sorted.
4799
+ # optionally filter by availability domain if the scope of the resource type is within a
4800
+ # single availability domain. If you call one of these \"List\" operations without specifying
4801
+ # an availability domain, the resources are grouped by availability domain, then sorted.
4802
4802
  #
4803
4803
  # Allowed values are: TIMECREATED, DISPLAYNAME
4804
4804
  # @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
@@ -5127,7 +5127,7 @@ module OCI
5127
5127
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
5128
5128
 
5129
5129
 
5130
- # Lists the Internet Gateways in the specified VCN and the specified compartment.
5130
+ # Lists the internet gateways in the specified VCN and the specified compartment.
5131
5131
  #
5132
5132
  # @param [String] compartment_id The OCID of the compartment.
5133
5133
  # @param [String] vcn_id The OCID of the VCN.
@@ -5147,9 +5147,9 @@ module OCI
5147
5147
  # sort order is case sensitive.
5148
5148
  #
5149
5149
  # **Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
5150
- # optionally filter by Availability Domain if the scope of the resource type is within a
5151
- # single Availability Domain. If you call one of these \"List\" operations without specifying
5152
- # an Availability Domain, the resources are grouped by Availability Domain, then sorted.
5150
+ # optionally filter by availability domain if the scope of the resource type is within a
5151
+ # single availability domain. If you call one of these \"List\" operations without specifying
5152
+ # an availability domain, the resources are grouped by availability domain, then sorted.
5153
5153
  #
5154
5154
  # Allowed values are: TIMECREATED, DISPLAYNAME
5155
5155
  # @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
@@ -5438,15 +5438,15 @@ module OCI
5438
5438
  # `availabilityDomain` parameter empty.
5439
5439
  #
5440
5440
  # To list your ephemeral public IPs, set `scope` = `AVAILABILITY_DOMAIN`, and set the
5441
- # `availabilityDomain` parameter to the desired Availability Domain. An ephemeral public IP
5442
- # is always in the same Availability Domain and compartment as the private IP it's assigned to.
5441
+ # `availabilityDomain` parameter to the desired availability domain. An ephemeral public IP
5442
+ # is always in the same availability domain and compartment as the private IP it's assigned to.
5443
5443
  #
5444
- # @param [String] scope Whether the public IP is regional or specific to a particular Availability Domain.
5444
+ # @param [String] scope Whether the public IP is regional or specific to a particular availability domain.
5445
5445
  #
5446
5446
  # * `REGION`: The public IP exists within a region and can be assigned to a private IP
5447
- # in any Availability Domain in the region. Reserved public IPs have `scope` = `REGION`.
5447
+ # in any availability domain in the region. Reserved public IPs have `scope` = `REGION`.
5448
5448
  #
5449
- # * `AVAILABILITY_DOMAIN`: The public IP exists within the Availability Domain of the private IP
5449
+ # * `AVAILABILITY_DOMAIN`: The public IP exists within the availability domain of the private IP
5450
5450
  # it's assigned to, which is specified by the `availabilityDomain` property of the public IP object.
5451
5451
  # Ephemeral public IPs have `scope` = `AVAILABILITY_DOMAIN`.
5452
5452
  #
@@ -5461,7 +5461,7 @@ module OCI
5461
5461
  #
5462
5462
  # @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
5463
5463
  #
5464
- # @option opts [String] :availability_domain The name of the Availability Domain.
5464
+ # @option opts [String] :availability_domain The name of the availability domain.
5465
5465
  #
5466
5466
  # Example: `Uocm:PHX-AD-1`
5467
5467
  #
@@ -5604,9 +5604,9 @@ module OCI
5604
5604
  # sort order is case sensitive.
5605
5605
  #
5606
5606
  # **Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
5607
- # optionally filter by Availability Domain if the scope of the resource type is within a
5608
- # single Availability Domain. If you call one of these \"List\" operations without specifying
5609
- # an Availability Domain, the resources are grouped by Availability Domain, then sorted.
5607
+ # optionally filter by availability domain if the scope of the resource type is within a
5608
+ # single availability domain. If you call one of these \"List\" operations without specifying
5609
+ # an availability domain, the resources are grouped by availability domain, then sorted.
5610
5610
  #
5611
5611
  # Allowed values are: TIMECREATED, DISPLAYNAME
5612
5612
  # @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
@@ -5701,9 +5701,9 @@ module OCI
5701
5701
  # sort order is case sensitive.
5702
5702
  #
5703
5703
  # **Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
5704
- # optionally filter by Availability Domain if the scope of the resource type is within a
5705
- # single Availability Domain. If you call one of these \"List\" operations without specifying
5706
- # an Availability Domain, the resources are grouped by Availability Domain, then sorted.
5704
+ # optionally filter by availability domain if the scope of the resource type is within a
5705
+ # single availability domain. If you call one of these \"List\" operations without specifying
5706
+ # an availability domain, the resources are grouped by availability domain, then sorted.
5707
5707
  #
5708
5708
  # Allowed values are: TIMECREATED, DISPLAYNAME
5709
5709
  # @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
@@ -5797,9 +5797,9 @@ module OCI
5797
5797
  # sort order is case sensitive.
5798
5798
  #
5799
5799
  # **Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
5800
- # optionally filter by Availability Domain if the scope of the resource type is within a
5801
- # single Availability Domain. If you call one of these \"List\" operations without specifying
5802
- # an Availability Domain, the resources are grouped by Availability Domain, then sorted.
5800
+ # optionally filter by availability domain if the scope of the resource type is within a
5801
+ # single availability domain. If you call one of these \"List\" operations without specifying
5802
+ # an availability domain, the resources are grouped by availability domain, then sorted.
5803
5803
  #
5804
5804
  # Allowed values are: TIMECREATED, DISPLAYNAME
5805
5805
  # @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
@@ -5949,9 +5949,9 @@ module OCI
5949
5949
  # sort order is case sensitive.
5950
5950
  #
5951
5951
  # **Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
5952
- # optionally filter by Availability Domain if the scope of the resource type is within a
5953
- # single Availability Domain. If you call one of these \"List\" operations without specifying
5954
- # an Availability Domain, the resources are grouped by Availability Domain, then sorted.
5952
+ # optionally filter by availability domain if the scope of the resource type is within a
5953
+ # single availability domain. If you call one of these \"List\" operations without specifying
5954
+ # an availability domain, the resources are grouped by availability domain, then sorted.
5955
5955
  #
5956
5956
  # Allowed values are: TIMECREATED, DISPLAYNAME
5957
5957
  # @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
@@ -6026,7 +6026,7 @@ module OCI
6026
6026
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
6027
6027
 
6028
6028
 
6029
- # Lists the Virtual Cloud Networks (VCNs) in the specified compartment.
6029
+ # Lists the virtual cloud networks (VCNs) in the specified compartment.
6030
6030
  #
6031
6031
  # @param [String] compartment_id The OCID of the compartment.
6032
6032
  # @param [Hash] opts the optional parameters
@@ -6045,9 +6045,9 @@ module OCI
6045
6045
  # sort order is case sensitive.
6046
6046
  #
6047
6047
  # **Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
6048
- # optionally filter by Availability Domain if the scope of the resource type is within a
6049
- # single Availability Domain. If you call one of these \"List\" operations without specifying
6050
- # an Availability Domain, the resources are grouped by Availability Domain, then sorted.
6048
+ # optionally filter by availability domain if the scope of the resource type is within a
6049
+ # single availability domain. If you call one of these \"List\" operations without specifying
6050
+ # an availability domain, the resources are grouped by availability domain, then sorted.
6051
6051
  #
6052
6052
  # Allowed values are: TIMECREATED, DISPLAYNAME
6053
6053
  # @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
@@ -6260,9 +6260,9 @@ module OCI
6260
6260
  # sort order is case sensitive.
6261
6261
  #
6262
6262
  # **Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
6263
- # optionally filter by Availability Domain if the scope of the resource type is within a
6264
- # single Availability Domain. If you call one of these \"List\" operations without specifying
6265
- # an Availability Domain, the resources are grouped by Availability Domain, then sorted.
6263
+ # optionally filter by availability domain if the scope of the resource type is within a
6264
+ # single availability domain. If you call one of these \"List\" operations without specifying
6265
+ # an availability domain, the resources are grouped by availability domain, then sorted.
6266
6266
  #
6267
6267
  # Allowed values are: TIMECREATED, DISPLAYNAME
6268
6268
  # @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
@@ -6694,14 +6694,14 @@ module OCI
6694
6694
  # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
6695
6695
 
6696
6696
 
6697
- # Updates the specified Internet Gateway. You can disable/enable it, or change its display name
6697
+ # Updates the specified internet gateway. You can disable/enable it, or change its display name
6698
6698
  # or tags. Avoid entering confidential information.
6699
6699
  #
6700
6700
  # If the gateway is disabled, that means no traffic will flow to/from the internet even if there's
6701
6701
  # a route rule that enables that traffic.
6702
6702
  #
6703
- # @param [String] ig_id The OCID of the Internet Gateway.
6704
- # @param [OCI::Core::Models::UpdateInternetGatewayDetails] update_internet_gateway_details Details for updating the Internet Gateway.
6703
+ # @param [String] ig_id The OCID of the internet gateway.
6704
+ # @param [OCI::Core::Models::UpdateInternetGatewayDetails] update_internet_gateway_details Details for updating the internet gateway.
6705
6705
  # @param [Hash] opts the optional parameters
6706
6706
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
6707
6707
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry