pulumi-oci 2.13.0a1729198151__py3-none-any.whl → 2.13.0a1729613556__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. pulumi_oci/__init__.py +24 -19
  2. pulumi_oci/containerengine/_inputs.py +341 -0
  3. pulumi_oci/containerengine/cluster.py +64 -0
  4. pulumi_oci/containerengine/get_cluster.py +12 -1
  5. pulumi_oci/containerengine/outputs.py +582 -0
  6. pulumi_oci/core/_inputs.py +299 -37
  7. pulumi_oci/core/boot_volume.py +90 -5
  8. pulumi_oci/core/get_block_volume_replica.py +15 -1
  9. pulumi_oci/core/get_boot_volume.py +15 -4
  10. pulumi_oci/core/get_boot_volume_replica.py +15 -1
  11. pulumi_oci/core/get_volume.py +18 -4
  12. pulumi_oci/core/instance_configuration.py +4 -0
  13. pulumi_oci/core/outputs.py +573 -46
  14. pulumi_oci/core/volume.py +110 -12
  15. pulumi_oci/core/volume_backup_policy_assignment.py +68 -19
  16. pulumi_oci/core/volume_group.py +56 -5
  17. pulumi_oci/datasafe/__init__.py +1 -0
  18. pulumi_oci/datasafe/generate_on_prem_connector_configuration.py +271 -0
  19. pulumi_oci/desktops/_inputs.py +175 -13
  20. pulumi_oci/desktops/desktop_pool.py +67 -0
  21. pulumi_oci/desktops/get_desktop_pool.py +16 -1
  22. pulumi_oci/desktops/outputs.py +339 -18
  23. pulumi_oci/dns/__init__.py +2 -0
  24. pulumi_oci/dns/_inputs.py +1157 -12
  25. pulumi_oci/dns/action_create_zone_from_zone_file.py +42 -2
  26. pulumi_oci/dns/get_records.py +45 -13
  27. pulumi_oci/dns/get_resolver.py +8 -6
  28. pulumi_oci/dns/get_resolver_endpoint.py +8 -6
  29. pulumi_oci/dns/get_resolver_endpoints.py +2 -2
  30. pulumi_oci/dns/get_resolvers.py +12 -12
  31. pulumi_oci/dns/get_rrset.py +16 -16
  32. pulumi_oci/dns/get_rrsets.py +12 -10
  33. pulumi_oci/dns/get_view.py +8 -4
  34. pulumi_oci/dns/get_views.py +12 -12
  35. pulumi_oci/dns/get_zones.py +33 -13
  36. pulumi_oci/dns/outputs.py +1388 -79
  37. pulumi_oci/dns/record.py +12 -12
  38. pulumi_oci/dns/resolver.py +7 -7
  39. pulumi_oci/dns/resolver_endpoint.py +2 -2
  40. pulumi_oci/dns/rrset.py +50 -41
  41. pulumi_oci/dns/zone.py +176 -17
  42. pulumi_oci/dns/zone_promote_dnssec_key_version.py +328 -0
  43. pulumi_oci/dns/zone_stage_dnssec_key_version.py +318 -0
  44. pulumi_oci/goldengate/__init__.py +1 -0
  45. pulumi_oci/goldengate/_inputs.py +165 -0
  46. pulumi_oci/goldengate/connection.py +49 -35
  47. pulumi_oci/goldengate/database_registration.py +7 -7
  48. pulumi_oci/goldengate/deployment.py +79 -4
  49. pulumi_oci/goldengate/get_deployment.py +30 -2
  50. pulumi_oci/goldengate/get_deployment_environments.py +144 -0
  51. pulumi_oci/goldengate/outputs.py +409 -2
  52. pulumi_oci/pulumi-plugin.json +1 -1
  53. {pulumi_oci-2.13.0a1729198151.dist-info → pulumi_oci-2.13.0a1729613556.dist-info}/METADATA +1 -1
  54. {pulumi_oci-2.13.0a1729198151.dist-info → pulumi_oci-2.13.0a1729613556.dist-info}/RECORD +56 -61
  55. pulumi_oci/globallydistributeddatabase/__init__.py +0 -15
  56. pulumi_oci/globallydistributeddatabase/_inputs.py +0 -1289
  57. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +0 -323
  58. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +0 -191
  59. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +0 -660
  60. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +0 -191
  61. pulumi_oci/globallydistributeddatabase/outputs.py +0 -2063
  62. pulumi_oci/globallydistributeddatabase/private_endpoint.py +0 -747
  63. pulumi_oci/globallydistributeddatabase/sharded_database.py +0 -1821
  64. {pulumi_oci-2.13.0a1729198151.dist-info → pulumi_oci-2.13.0a1729613556.dist-info}/WHEEL +0 -0
  65. {pulumi_oci-2.13.0a1729198151.dist-info → pulumi_oci-2.13.0a1729613556.dist-info}/top_level.txt +0 -0
@@ -102,6 +102,8 @@ class _ActionCreateZoneFromZoneFileState:
102
102
  compartment_id: Optional[pulumi.Input[str]] = None,
103
103
  create_zone_from_zone_file_details: Optional[pulumi.Input[str]] = None,
104
104
  defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
105
+ dnssec_configs: Optional[pulumi.Input[Sequence[pulumi.Input['ActionCreateZoneFromZoneFileDnssecConfigArgs']]]] = None,
106
+ dnssec_state: Optional[pulumi.Input[str]] = None,
105
107
  external_downstreams: Optional[pulumi.Input[Sequence[pulumi.Input['ActionCreateZoneFromZoneFileExternalDownstreamArgs']]]] = None,
106
108
  external_masters: Optional[pulumi.Input[Sequence[pulumi.Input['ActionCreateZoneFromZoneFileExternalMasterArgs']]]] = None,
107
109
  freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
@@ -148,6 +150,10 @@ class _ActionCreateZoneFromZoneFileState:
148
150
  pulumi.set(__self__, "create_zone_from_zone_file_details", create_zone_from_zone_file_details)
149
151
  if defined_tags is not None:
150
152
  pulumi.set(__self__, "defined_tags", defined_tags)
153
+ if dnssec_configs is not None:
154
+ pulumi.set(__self__, "dnssec_configs", dnssec_configs)
155
+ if dnssec_state is not None:
156
+ pulumi.set(__self__, "dnssec_state", dnssec_state)
151
157
  if external_downstreams is not None:
152
158
  pulumi.set(__self__, "external_downstreams", external_downstreams)
153
159
  if external_masters is not None:
@@ -215,6 +221,24 @@ class _ActionCreateZoneFromZoneFileState:
215
221
  def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
216
222
  pulumi.set(self, "defined_tags", value)
217
223
 
224
+ @property
225
+ @pulumi.getter(name="dnssecConfigs")
226
+ def dnssec_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ActionCreateZoneFromZoneFileDnssecConfigArgs']]]]:
227
+ return pulumi.get(self, "dnssec_configs")
228
+
229
+ @dnssec_configs.setter
230
+ def dnssec_configs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ActionCreateZoneFromZoneFileDnssecConfigArgs']]]]):
231
+ pulumi.set(self, "dnssec_configs", value)
232
+
233
+ @property
234
+ @pulumi.getter(name="dnssecState")
235
+ def dnssec_state(self) -> Optional[pulumi.Input[str]]:
236
+ return pulumi.get(self, "dnssec_state")
237
+
238
+ @dnssec_state.setter
239
+ def dnssec_state(self, value: Optional[pulumi.Input[str]]):
240
+ pulumi.set(self, "dnssec_state", value)
241
+
218
242
  @property
219
243
  @pulumi.getter(name="externalDownstreams")
220
244
  def external_downstreams(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ActionCreateZoneFromZoneFileExternalDownstreamArgs']]]]:
@@ -413,7 +437,7 @@ class ActionCreateZoneFromZoneFile(pulumi.CustomResource):
413
437
  """
414
438
  This resource provides the Action Create Zone From Zone File resource in Oracle Cloud Infrastructure DNS service.
415
439
 
416
- Creates a new zone from a zone file in the specified compartment.
440
+ Creates a new zone from a zone file in the specified compartment. Not supported for private zones.
417
441
 
418
442
  After the zone has been created, it should be further managed by importing it to an `Dns.Zone` resource.
419
443
 
@@ -458,7 +482,7 @@ class ActionCreateZoneFromZoneFile(pulumi.CustomResource):
458
482
  """
459
483
  This resource provides the Action Create Zone From Zone File resource in Oracle Cloud Infrastructure DNS service.
460
484
 
461
- Creates a new zone from a zone file in the specified compartment.
485
+ Creates a new zone from a zone file in the specified compartment. Not supported for private zones.
462
486
 
463
487
  After the zone has been created, it should be further managed by importing it to an `Dns.Zone` resource.
464
488
 
@@ -520,6 +544,8 @@ class ActionCreateZoneFromZoneFile(pulumi.CustomResource):
520
544
  __props__.__dict__["scope"] = scope
521
545
  __props__.__dict__["view_id"] = view_id
522
546
  __props__.__dict__["defined_tags"] = None
547
+ __props__.__dict__["dnssec_configs"] = None
548
+ __props__.__dict__["dnssec_state"] = None
523
549
  __props__.__dict__["external_downstreams"] = None
524
550
  __props__.__dict__["external_masters"] = None
525
551
  __props__.__dict__["freeform_tags"] = None
@@ -546,6 +572,8 @@ class ActionCreateZoneFromZoneFile(pulumi.CustomResource):
546
572
  compartment_id: Optional[pulumi.Input[str]] = None,
547
573
  create_zone_from_zone_file_details: Optional[pulumi.Input[str]] = None,
548
574
  defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
575
+ dnssec_configs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ActionCreateZoneFromZoneFileDnssecConfigArgs', 'ActionCreateZoneFromZoneFileDnssecConfigArgsDict']]]]] = None,
576
+ dnssec_state: Optional[pulumi.Input[str]] = None,
549
577
  external_downstreams: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ActionCreateZoneFromZoneFileExternalDownstreamArgs', 'ActionCreateZoneFromZoneFileExternalDownstreamArgsDict']]]]] = None,
550
578
  external_masters: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ActionCreateZoneFromZoneFileExternalMasterArgs', 'ActionCreateZoneFromZoneFileExternalMasterArgsDict']]]]] = None,
551
579
  freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
@@ -598,6 +626,8 @@ class ActionCreateZoneFromZoneFile(pulumi.CustomResource):
598
626
  __props__.__dict__["compartment_id"] = compartment_id
599
627
  __props__.__dict__["create_zone_from_zone_file_details"] = create_zone_from_zone_file_details
600
628
  __props__.__dict__["defined_tags"] = defined_tags
629
+ __props__.__dict__["dnssec_configs"] = dnssec_configs
630
+ __props__.__dict__["dnssec_state"] = dnssec_state
601
631
  __props__.__dict__["external_downstreams"] = external_downstreams
602
632
  __props__.__dict__["external_masters"] = external_masters
603
633
  __props__.__dict__["freeform_tags"] = freeform_tags
@@ -639,6 +669,16 @@ class ActionCreateZoneFromZoneFile(pulumi.CustomResource):
639
669
  """
640
670
  return pulumi.get(self, "defined_tags")
641
671
 
672
+ @property
673
+ @pulumi.getter(name="dnssecConfigs")
674
+ def dnssec_configs(self) -> pulumi.Output[Sequence['outputs.ActionCreateZoneFromZoneFileDnssecConfig']]:
675
+ return pulumi.get(self, "dnssec_configs")
676
+
677
+ @property
678
+ @pulumi.getter(name="dnssecState")
679
+ def dnssec_state(self) -> pulumi.Output[str]:
680
+ return pulumi.get(self, "dnssec_state")
681
+
642
682
  @property
643
683
  @pulumi.getter(name="externalDownstreams")
644
684
  def external_downstreams(self) -> pulumi.Output[Sequence['outputs.ActionCreateZoneFromZoneFileExternalDownstream']]:
@@ -106,7 +106,7 @@ class GetRecordsResult:
106
106
  @pulumi.getter
107
107
  def rtype(self) -> Optional[str]:
108
108
  """
109
- The canonical name for the record's type, such as A or CNAME. For more information, see [Resource Record (RR) TYPEs](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4).
109
+ The type of DNS record, such as A or CNAME. For more information, see [Resource Record (RR) TYPEs](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4).
110
110
  """
111
111
  return pulumi.get(self, "rtype")
112
112
 
@@ -169,14 +169,30 @@ def get_records(compartment_id: Optional[str] = None,
169
169
 
170
170
  This data source provides the list of Records in Oracle Cloud Infrastructure DNS service.
171
171
 
172
- Gets all records in the specified zone. The results are sorted by `domain` in alphabetical order by default.
173
- For more information about records, see [Resource Record (RR) TYPEs](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4).
174
- For private zones, the scope query parameter is required with a value of `PRIVATE`. When the zone name is
175
- provided as a path parameter and `PRIVATE` is used for the scope query parameter then the viewId query
176
- parameter is required.
172
+ Gets all records in the specified zone.
177
173
 
174
+ The results are sorted by `domain` in alphabetical order by default. For more information about records,
175
+ see [Resource Record (RR) TYPEs](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4).
176
+ When the zone name is provided as a path parameter and `PRIVATE` is used for the scope query parameter
177
+ then the viewId query parameter is required.
178
178
 
179
- :param str compartment_id: The OCID of the compartment the resource belongs to.
179
+ ## Example Usage
180
+
181
+ ```python
182
+ import pulumi
183
+ import pulumi_oci as oci
184
+
185
+ test_records = oci.Dns.get_records(zone_name_or_id=test_zone_name_or["id"],
186
+ domain=record_domain,
187
+ domain_contains=record_domain_contains,
188
+ rtype=record_rtype,
189
+ zone_version=record_zone_version)
190
+ ```
191
+
192
+
193
+ :param str compartment_id: The OCID of the compartment the zone belongs to.
194
+
195
+ This parameter is deprecated and should be omitted.
180
196
  :param str domain: Search by domain. Will match any record whose domain (case-insensitive) equals the provided value.
181
197
  :param str domain_contains: Search by domain. Will match any record whose domain (case-insensitive) contains the provided value.
182
198
  :param str rtype: Search by record type. Will match any record whose [type](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4) (case-insensitive) equals the provided value.
@@ -225,14 +241,30 @@ def get_records_output(compartment_id: Optional[pulumi.Input[Optional[str]]] = N
225
241
 
226
242
  This data source provides the list of Records in Oracle Cloud Infrastructure DNS service.
227
243
 
228
- Gets all records in the specified zone. The results are sorted by `domain` in alphabetical order by default.
229
- For more information about records, see [Resource Record (RR) TYPEs](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4).
230
- For private zones, the scope query parameter is required with a value of `PRIVATE`. When the zone name is
231
- provided as a path parameter and `PRIVATE` is used for the scope query parameter then the viewId query
232
- parameter is required.
244
+ Gets all records in the specified zone.
245
+
246
+ The results are sorted by `domain` in alphabetical order by default. For more information about records,
247
+ see [Resource Record (RR) TYPEs](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4).
248
+ When the zone name is provided as a path parameter and `PRIVATE` is used for the scope query parameter
249
+ then the viewId query parameter is required.
250
+
251
+ ## Example Usage
252
+
253
+ ```python
254
+ import pulumi
255
+ import pulumi_oci as oci
256
+
257
+ test_records = oci.Dns.get_records(zone_name_or_id=test_zone_name_or["id"],
258
+ domain=record_domain,
259
+ domain_contains=record_domain_contains,
260
+ rtype=record_rtype,
261
+ zone_version=record_zone_version)
262
+ ```
233
263
 
234
264
 
235
- :param str compartment_id: The OCID of the compartment the resource belongs to.
265
+ :param str compartment_id: The OCID of the compartment the zone belongs to.
266
+
267
+ This parameter is deprecated and should be omitted.
236
268
  :param str domain: Search by domain. Will match any record whose domain (case-insensitive) equals the provided value.
237
269
  :param str domain_contains: Search by domain. Will match any record whose domain (case-insensitive) contains the provided value.
238
270
  :param str rtype: Search by record type. Will match any record whose [type](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4) (case-insensitive) equals the provided value.
@@ -242,9 +242,10 @@ def get_resolver(resolver_id: Optional[str] = None,
242
242
  """
243
243
  This data source provides details about a specific Resolver resource in Oracle Cloud Infrastructure DNS service.
244
244
 
245
- Gets information about a specific resolver. Note that attempting to get a
246
- resolver in the DELETED lifecycleState will result in a `404` response to be
247
- consistent with other operations of the API. Requires a `PRIVATE` scope query parameter.
245
+ Gets information about a specific resolver.
246
+
247
+ Note that attempting to get a resolver in the DELETED lifecycleState will result in a `404`
248
+ response to be consistent with other operations of the API.
248
249
 
249
250
  ## Example Usage
250
251
 
@@ -290,9 +291,10 @@ def get_resolver_output(resolver_id: Optional[pulumi.Input[str]] = None,
290
291
  """
291
292
  This data source provides details about a specific Resolver resource in Oracle Cloud Infrastructure DNS service.
292
293
 
293
- Gets information about a specific resolver. Note that attempting to get a
294
- resolver in the DELETED lifecycleState will result in a `404` response to be
295
- consistent with other operations of the API. Requires a `PRIVATE` scope query parameter.
294
+ Gets information about a specific resolver.
295
+
296
+ Note that attempting to get a resolver in the DELETED lifecycleState will result in a `404`
297
+ response to be consistent with other operations of the API.
296
298
 
297
299
  ## Example Usage
298
300
 
@@ -236,9 +236,10 @@ def get_resolver_endpoint(resolver_endpoint_name: Optional[str] = None,
236
236
  """
237
237
  This data source provides details about a specific Resolver Endpoint resource in Oracle Cloud Infrastructure DNS service.
238
238
 
239
- Gets information about a specific resolver endpoint. Note that attempting to get a resolver endpoint
240
- in the DELETED lifecycle state will result in a `404` response to be consistent with other operations of the
241
- API. Requires a `PRIVATE` scope query parameter.
239
+ Gets information about a specific resolver endpoint.
240
+
241
+ Note that attempting to get a resolver endpoint in the DELETED lifecycle state will result
242
+ in a `404` response to be consistent with other operations of the API.
242
243
 
243
244
  ## Example Usage
244
245
 
@@ -288,9 +289,10 @@ def get_resolver_endpoint_output(resolver_endpoint_name: Optional[pulumi.Input[s
288
289
  """
289
290
  This data source provides details about a specific Resolver Endpoint resource in Oracle Cloud Infrastructure DNS service.
290
291
 
291
- Gets information about a specific resolver endpoint. Note that attempting to get a resolver endpoint
292
- in the DELETED lifecycle state will result in a `404` response to be consistent with other operations of the
293
- API. Requires a `PRIVATE` scope query parameter.
292
+ Gets information about a specific resolver endpoint.
293
+
294
+ Note that attempting to get a resolver endpoint in the DELETED lifecycle state will result
295
+ in a `404` response to be consistent with other operations of the API.
294
296
 
295
297
  ## Example Usage
296
298
 
@@ -126,7 +126,7 @@ def get_resolver_endpoints(filters: Optional[Sequence[Union['GetResolverEndpoint
126
126
  Gets a list of all endpoints within a resolver. The collection can be filtered by name or lifecycle state.
127
127
  It can be sorted on creation time or name both in ASC or DESC order. Note that when no lifecycleState
128
128
  query parameter is provided, the collection does not include resolver endpoints in the DELETED
129
- lifecycle state to be consistent with other operations of the API. Requires a `PRIVATE` scope query parameter.
129
+ lifecycle state to be consistent with other operations of the API.
130
130
 
131
131
  ## Example Usage
132
132
 
@@ -175,7 +175,7 @@ def get_resolver_endpoints_output(filters: Optional[pulumi.Input[Optional[Sequen
175
175
  Gets a list of all endpoints within a resolver. The collection can be filtered by name or lifecycle state.
176
176
  It can be sorted on creation time or name both in ASC or DESC order. Note that when no lifecycleState
177
177
  query parameter is provided, the collection does not include resolver endpoints in the DELETED
178
- lifecycle state to be consistent with other operations of the API. Requires a `PRIVATE` scope query parameter.
178
+ lifecycle state to be consistent with other operations of the API.
179
179
 
180
180
  ## Example Usage
181
181
 
@@ -127,12 +127,12 @@ def get_resolvers(compartment_id: Optional[str] = None,
127
127
  """
128
128
  This data source provides the list of Resolvers in Oracle Cloud Infrastructure DNS service.
129
129
 
130
- Gets a list of all resolvers within a compartment. The collection can
131
- be filtered by display name, id, or lifecycle state. It can be sorted
132
- on creation time or displayName both in ASC or DESC order. Note that
133
- when no lifecycleState query parameter is provided, the collection
134
- does not include resolvers in the DELETED lifecycleState to be consistent
135
- with other operations of the API. Requires a `PRIVATE` scope query parameter.
130
+ Gets a list of all resolvers within a compartment.
131
+
132
+ The collection can be filtered by display name, id, or lifecycle state. It can be sorted
133
+ on creation time or displayName both in ASC or DESC order. Note that when no lifecycleState
134
+ query parameter is provided, the collection does not include resolvers in the DELETED
135
+ lifecycleState to be consistent with other operations of the API.
136
136
 
137
137
  ## Example Usage
138
138
 
@@ -182,12 +182,12 @@ def get_resolvers_output(compartment_id: Optional[pulumi.Input[str]] = None,
182
182
  """
183
183
  This data source provides the list of Resolvers in Oracle Cloud Infrastructure DNS service.
184
184
 
185
- Gets a list of all resolvers within a compartment. The collection can
186
- be filtered by display name, id, or lifecycle state. It can be sorted
187
- on creation time or displayName both in ASC or DESC order. Note that
188
- when no lifecycleState query parameter is provided, the collection
189
- does not include resolvers in the DELETED lifecycleState to be consistent
190
- with other operations of the API. Requires a `PRIVATE` scope query parameter.
185
+ Gets a list of all resolvers within a compartment.
186
+
187
+ The collection can be filtered by display name, id, or lifecycle state. It can be sorted
188
+ on creation time or displayName both in ASC or DESC order. Note that when no lifecycleState
189
+ query parameter is provided, the collection does not include resolvers in the DELETED
190
+ lifecycleState to be consistent with other operations of the API.
191
191
 
192
192
  ## Example Usage
193
193
 
@@ -136,10 +136,10 @@ def get_rrset(compartment_id: Optional[str] = None,
136
136
  """
137
137
  This data source provides details about a specific Rrset resource in Oracle Cloud Infrastructure DNS service.
138
138
 
139
- Gets a list of all records in the specified RRSet. The results are sorted by `recordHash` by default. For
140
- private zones, the scope query parameter is required with a value of `PRIVATE`. When the zone name is
141
- provided as a path parameter and `PRIVATE` is used for the scope query parameter then the viewId query
142
- parameter is required.
139
+ Gets a list of all records in the specified RRSet.
140
+
141
+ The results are sorted by `recordHash` by default. When the zone name is provided as a path parameter
142
+ and `PRIVATE` is used for the scope query parameter then the viewId query parameter is required.
143
143
 
144
144
  ## Example Usage
145
145
 
@@ -150,18 +150,18 @@ def get_rrset(compartment_id: Optional[str] = None,
150
150
  test_rrset = oci.Dns.get_rrset(domain=rrset_domain,
151
151
  rtype=rrset_rtype,
152
152
  zone_name_or_id=test_zone["id"],
153
- compartment_id=compartment_id,
154
153
  scope=rrset_scope,
155
154
  view_id=test_view["id"])
156
155
  ```
157
156
 
158
157
 
159
- :param str compartment_id: The OCID of the compartment the resource belongs to.
158
+ :param str compartment_id: The OCID of the compartment the zone belongs to.
159
+
160
+ This parameter is deprecated and should be omitted.
160
161
  :param str domain: The target fully-qualified domain name (FQDN) within the target zone.
161
162
  :param str rtype: The type of the target RRSet within the target zone.
162
163
  :param str scope: Specifies to operate only on resources that have a matching DNS scope.
163
- This value will be null for zones in the global DNS and `PRIVATE` when listing private Rrsets.
164
- :param str view_id: The OCID of the view the resource is associated with.
164
+ :param str view_id: The OCID of the view the zone is associated with. Required when accessing a private zone by name.
165
165
  :param str zone_name_or_id: The name or OCID of the target zone.
166
166
  :param str zone_version: The version of the zone for which data is requested.
167
167
  """
@@ -197,10 +197,10 @@ def get_rrset_output(compartment_id: Optional[pulumi.Input[Optional[str]]] = Non
197
197
  """
198
198
  This data source provides details about a specific Rrset resource in Oracle Cloud Infrastructure DNS service.
199
199
 
200
- Gets a list of all records in the specified RRSet. The results are sorted by `recordHash` by default. For
201
- private zones, the scope query parameter is required with a value of `PRIVATE`. When the zone name is
202
- provided as a path parameter and `PRIVATE` is used for the scope query parameter then the viewId query
203
- parameter is required.
200
+ Gets a list of all records in the specified RRSet.
201
+
202
+ The results are sorted by `recordHash` by default. When the zone name is provided as a path parameter
203
+ and `PRIVATE` is used for the scope query parameter then the viewId query parameter is required.
204
204
 
205
205
  ## Example Usage
206
206
 
@@ -211,18 +211,18 @@ def get_rrset_output(compartment_id: Optional[pulumi.Input[Optional[str]]] = Non
211
211
  test_rrset = oci.Dns.get_rrset(domain=rrset_domain,
212
212
  rtype=rrset_rtype,
213
213
  zone_name_or_id=test_zone["id"],
214
- compartment_id=compartment_id,
215
214
  scope=rrset_scope,
216
215
  view_id=test_view["id"])
217
216
  ```
218
217
 
219
218
 
220
- :param str compartment_id: The OCID of the compartment the resource belongs to.
219
+ :param str compartment_id: The OCID of the compartment the zone belongs to.
220
+
221
+ This parameter is deprecated and should be omitted.
221
222
  :param str domain: The target fully-qualified domain name (FQDN) within the target zone.
222
223
  :param str rtype: The type of the target RRSet within the target zone.
223
224
  :param str scope: Specifies to operate only on resources that have a matching DNS scope.
224
- This value will be null for zones in the global DNS and `PRIVATE` when listing private Rrsets.
225
- :param str view_id: The OCID of the view the resource is associated with.
225
+ :param str view_id: The OCID of the view the zone is associated with. Required when accessing a private zone by name.
226
226
  :param str zone_name_or_id: The name or OCID of the target zone.
227
227
  :param str zone_version: The version of the zone for which data is requested.
228
228
  """
@@ -143,10 +143,11 @@ def get_rrsets(domain: Optional[str] = None,
143
143
  """
144
144
  This data source provides the list of RRsets in Oracle Cloud Infrastructure DNS service.
145
145
 
146
- Gets a list of all rrsets in the specified zone. You can optionally filter the results using the listed parameters.
147
- For private zones, the scope query parameter is required with a value of `PRIVATE`. When the zone name is
148
- provided as a path parameter and `PRIVATE` is used for the scope query parameter then the viewId query
149
- parameter is required.
146
+ Gets a list of all rrsets in the specified zone.
147
+
148
+ You can optionally filter the results using the listed parameters. When the zone name
149
+ is provided as a path parameter and `PRIVATE` is used for the scope query parameter then
150
+ the viewId parameter is required.
150
151
 
151
152
  ## Example Usage
152
153
 
@@ -167,7 +168,7 @@ def get_rrsets(domain: Optional[str] = None,
167
168
  :param str domain_contains: Matches any rrset whose fully-qualified domain name (FQDN) contains the provided value.
168
169
  :param str rtype: Search by record type. Will match any record whose [type](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4) (case-insensitive) equals the provided value.
169
170
  :param str scope: Specifies to operate only on resources that have a matching DNS scope.
170
- :param str view_id: The OCID of the view the resource is associated with.
171
+ :param str view_id: The OCID of the view the zone is associated with. Required when accessing a private zone by name.
171
172
  :param str zone_name_or_id: The name or OCID of the target zone.
172
173
  """
173
174
  __args__ = dict()
@@ -202,10 +203,11 @@ def get_rrsets_output(domain: Optional[pulumi.Input[Optional[str]]] = None,
202
203
  """
203
204
  This data source provides the list of RRsets in Oracle Cloud Infrastructure DNS service.
204
205
 
205
- Gets a list of all rrsets in the specified zone. You can optionally filter the results using the listed parameters.
206
- For private zones, the scope query parameter is required with a value of `PRIVATE`. When the zone name is
207
- provided as a path parameter and `PRIVATE` is used for the scope query parameter then the viewId query
208
- parameter is required.
206
+ Gets a list of all rrsets in the specified zone.
207
+
208
+ You can optionally filter the results using the listed parameters. When the zone name
209
+ is provided as a path parameter and `PRIVATE` is used for the scope query parameter then
210
+ the viewId parameter is required.
209
211
 
210
212
  ## Example Usage
211
213
 
@@ -226,7 +228,7 @@ def get_rrsets_output(domain: Optional[pulumi.Input[Optional[str]]] = None,
226
228
  :param str domain_contains: Matches any rrset whose fully-qualified domain name (FQDN) contains the provided value.
227
229
  :param str rtype: Search by record type. Will match any record whose [type](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4) (case-insensitive) equals the provided value.
228
230
  :param str scope: Specifies to operate only on resources that have a matching DNS scope.
229
- :param str view_id: The OCID of the view the resource is associated with.
231
+ :param str view_id: The OCID of the view the zone is associated with. Required when accessing a private zone by name.
230
232
  :param str zone_name_or_id: The name or OCID of the target zone.
231
233
  """
232
234
  __args__ = dict()
@@ -181,9 +181,11 @@ def get_view(scope: Optional[str] = None,
181
181
  """
182
182
  This data source provides details about a specific View resource in Oracle Cloud Infrastructure DNS service.
183
183
 
184
- Gets information about a specific view. Note that attempting to get a
184
+ Gets information about a specific view.
185
+
186
+ Note that attempting to get a
185
187
  view in the DELETED lifecycleState will result in a `404` response to be
186
- consistent with other operations of the API. Requires a `PRIVATE` scope query parameter.
188
+ consistent with other operations of the API.
187
189
 
188
190
  ## Example Usage
189
191
 
@@ -224,9 +226,11 @@ def get_view_output(scope: Optional[pulumi.Input[Optional[str]]] = None,
224
226
  """
225
227
  This data source provides details about a specific View resource in Oracle Cloud Infrastructure DNS service.
226
228
 
227
- Gets information about a specific view. Note that attempting to get a
229
+ Gets information about a specific view.
230
+
231
+ Note that attempting to get a
228
232
  view in the DELETED lifecycleState will result in a `404` response to be
229
- consistent with other operations of the API. Requires a `PRIVATE` scope query parameter.
233
+ consistent with other operations of the API.
230
234
 
231
235
  ## Example Usage
232
236
 
@@ -127,12 +127,12 @@ def get_views(compartment_id: Optional[str] = None,
127
127
  """
128
128
  This data source provides the list of Views in Oracle Cloud Infrastructure DNS service.
129
129
 
130
- Gets a list of all views within a compartment. The collection can
131
- be filtered by display name, id, or lifecycle state. It can be sorted
132
- on creation time or displayName both in ASC or DESC order. Note that
133
- when no lifecycleState query parameter is provided, the collection
134
- does not include views in the DELETED lifecycleState to be consistent
135
- with other operations of the API. Requires a `PRIVATE` scope query parameter.
130
+ Gets a list of all views within a compartment.
131
+
132
+ The collection can be filtered by display name, id, or lifecycle state. It can be sorted
133
+ on creation time or displayName both in ASC or DESC order. Note that when no lifecycleState
134
+ query parameter is provided, the collection does not include views in the DELETED
135
+ lifecycleState to be consistent with other operations of the API.
136
136
 
137
137
  ## Example Usage
138
138
 
@@ -182,12 +182,12 @@ def get_views_output(compartment_id: Optional[pulumi.Input[str]] = None,
182
182
  """
183
183
  This data source provides the list of Views in Oracle Cloud Infrastructure DNS service.
184
184
 
185
- Gets a list of all views within a compartment. The collection can
186
- be filtered by display name, id, or lifecycle state. It can be sorted
187
- on creation time or displayName both in ASC or DESC order. Note that
188
- when no lifecycleState query parameter is provided, the collection
189
- does not include views in the DELETED lifecycleState to be consistent
190
- with other operations of the API. Requires a `PRIVATE` scope query parameter.
185
+ Gets a list of all views within a compartment.
186
+
187
+ The collection can be filtered by display name, id, or lifecycle state. It can be sorted
188
+ on creation time or displayName both in ASC or DESC order. Note that when no lifecycleState
189
+ query parameter is provided, the collection does not include views in the DELETED
190
+ lifecycleState to be consistent with other operations of the API.
191
191
 
192
192
  ## Example Usage
193
193