pulumi-oci 1.39.0__py3-none-any.whl → 1.39.0a1717482940__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 (35) hide show
  1. pulumi_oci/__init__.py +0 -11
  2. pulumi_oci/database/__init__.py +0 -1
  3. pulumi_oci/database/_inputs.py +4 -44
  4. pulumi_oci/database/autonomous_database.py +14 -61
  5. pulumi_oci/database/cloud_autonomous_vm_cluster.py +7 -25
  6. pulumi_oci/database/get_autonomous_character_sets.py +0 -4
  7. pulumi_oci/database/get_autonomous_database.py +1 -14
  8. pulumi_oci/database/outputs.py +6 -102
  9. pulumi_oci/goldengate/_inputs.py +6 -219
  10. pulumi_oci/goldengate/connection.py +0 -334
  11. pulumi_oci/goldengate/connection_assignment.py +19 -68
  12. pulumi_oci/goldengate/deployment.py +7 -88
  13. pulumi_oci/goldengate/deployment_backup.py +3 -122
  14. pulumi_oci/goldengate/deployment_certificate.py +10 -59
  15. pulumi_oci/goldengate/get_connection.py +1 -80
  16. pulumi_oci/goldengate/get_connection_assignment.py +1 -11
  17. pulumi_oci/goldengate/get_deployment.py +2 -25
  18. pulumi_oci/goldengate/get_deployment_backup.py +1 -38
  19. pulumi_oci/goldengate/get_deployment_certificate.py +2 -12
  20. pulumi_oci/goldengate/get_deployment_certificates.py +0 -3
  21. pulumi_oci/goldengate/get_trail_files.py +2 -2
  22. pulumi_oci/goldengate/get_trail_sequences.py +2 -2
  23. pulumi_oci/goldengate/outputs.py +12 -720
  24. pulumi_oci/pulumi-plugin.json +1 -1
  25. {pulumi_oci-1.39.0.dist-info → pulumi_oci-1.39.0a1717482940.dist-info}/METADATA +1 -1
  26. {pulumi_oci-1.39.0.dist-info → pulumi_oci-1.39.0a1717482940.dist-info}/RECORD +28 -35
  27. pulumi_oci/database/get_autonomous_database_peers.py +0 -133
  28. pulumi_oci/demandsignal/__init__.py +0 -12
  29. pulumi_oci/demandsignal/_inputs.py +0 -267
  30. pulumi_oci/demandsignal/get_occ_demand_signal.py +0 -259
  31. pulumi_oci/demandsignal/get_occ_demand_signals.py +0 -183
  32. pulumi_oci/demandsignal/occ_demand_signal.py +0 -630
  33. pulumi_oci/demandsignal/outputs.py +0 -700
  34. {pulumi_oci-1.39.0.dist-info → pulumi_oci-1.39.0a1717482940.dist-info}/WHEEL +0 -0
  35. {pulumi_oci-1.39.0.dist-info → pulumi_oci-1.39.0a1717482940.dist-info}/top_level.txt +0 -0
@@ -14,11 +14,8 @@ __all__ = [
14
14
  'ConnectionAdditionalAttribute',
15
15
  'ConnectionBootstrapServer',
16
16
  'ConnectionIngressIp',
17
- 'ConnectionLock',
18
- 'DeploymentBackupLock',
19
17
  'DeploymentDeploymentDiagnosticData',
20
18
  'DeploymentIngressIp',
21
- 'DeploymentLock',
22
19
  'DeploymentMaintenanceConfiguration',
23
20
  'DeploymentMaintenanceWindow',
24
21
  'DeploymentOggData',
@@ -28,28 +25,23 @@ __all__ = [
28
25
  'GetConnectionAssignmentsFilterResult',
29
26
  'GetConnectionBootstrapServerResult',
30
27
  'GetConnectionIngressIpResult',
31
- 'GetConnectionLockResult',
32
28
  'GetConnectionsConnectionCollectionResult',
33
29
  'GetConnectionsConnectionCollectionItemResult',
34
30
  'GetConnectionsConnectionCollectionItemAdditionalAttributeResult',
35
31
  'GetConnectionsConnectionCollectionItemBootstrapServerResult',
36
32
  'GetConnectionsConnectionCollectionItemIngressIpResult',
37
- 'GetConnectionsConnectionCollectionItemLockResult',
38
33
  'GetConnectionsFilterResult',
39
34
  'GetDatabaseRegistrationsDatabaseRegistrationCollectionResult',
40
35
  'GetDatabaseRegistrationsDatabaseRegistrationCollectionItemResult',
41
36
  'GetDatabaseRegistrationsFilterResult',
42
- 'GetDeploymentBackupLockResult',
43
37
  'GetDeploymentBackupsDeploymentBackupCollectionResult',
44
38
  'GetDeploymentBackupsDeploymentBackupCollectionItemResult',
45
- 'GetDeploymentBackupsDeploymentBackupCollectionItemLockResult',
46
39
  'GetDeploymentBackupsFilterResult',
47
40
  'GetDeploymentCertificatesCertificateCollectionResult',
48
41
  'GetDeploymentCertificatesCertificateCollectionItemResult',
49
42
  'GetDeploymentCertificatesFilterResult',
50
43
  'GetDeploymentDeploymentDiagnosticDataResult',
51
44
  'GetDeploymentIngressIpResult',
52
- 'GetDeploymentLockResult',
53
45
  'GetDeploymentMaintenanceConfigurationResult',
54
46
  'GetDeploymentMaintenanceWindowResult',
55
47
  'GetDeploymentOggDataResult',
@@ -67,7 +59,6 @@ __all__ = [
67
59
  'GetDeploymentsDeploymentCollectionItemResult',
68
60
  'GetDeploymentsDeploymentCollectionItemDeploymentDiagnosticDataResult',
69
61
  'GetDeploymentsDeploymentCollectionItemIngressIpResult',
70
- 'GetDeploymentsDeploymentCollectionItemLockResult',
71
62
  'GetDeploymentsDeploymentCollectionItemMaintenanceConfigurationResult',
72
63
  'GetDeploymentsDeploymentCollectionItemMaintenanceWindowResult',
73
64
  'GetDeploymentsDeploymentCollectionItemOggDataResult',
@@ -215,152 +206,6 @@ class ConnectionIngressIp(dict):
215
206
  return pulumi.get(self, "ingress_ip")
216
207
 
217
208
 
218
- @pulumi.output_type
219
- class ConnectionLock(dict):
220
- @staticmethod
221
- def __key_warning(key: str):
222
- suggest = None
223
- if key == "relatedResourceId":
224
- suggest = "related_resource_id"
225
- elif key == "timeCreated":
226
- suggest = "time_created"
227
-
228
- if suggest:
229
- pulumi.log.warn(f"Key '{key}' not found in ConnectionLock. Access the value via the '{suggest}' property getter instead.")
230
-
231
- def __getitem__(self, key: str) -> Any:
232
- ConnectionLock.__key_warning(key)
233
- return super().__getitem__(key)
234
-
235
- def get(self, key: str, default = None) -> Any:
236
- ConnectionLock.__key_warning(key)
237
- return super().get(key, default)
238
-
239
- def __init__(__self__, *,
240
- type: str,
241
- message: Optional[str] = None,
242
- related_resource_id: Optional[str] = None,
243
- time_created: Optional[str] = None):
244
- """
245
- :param str type: Type of the lock.
246
- :param str message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
247
- :param str related_resource_id: The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
248
- :param str time_created: The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
249
- """
250
- pulumi.set(__self__, "type", type)
251
- if message is not None:
252
- pulumi.set(__self__, "message", message)
253
- if related_resource_id is not None:
254
- pulumi.set(__self__, "related_resource_id", related_resource_id)
255
- if time_created is not None:
256
- pulumi.set(__self__, "time_created", time_created)
257
-
258
- @property
259
- @pulumi.getter
260
- def type(self) -> str:
261
- """
262
- Type of the lock.
263
- """
264
- return pulumi.get(self, "type")
265
-
266
- @property
267
- @pulumi.getter
268
- def message(self) -> Optional[str]:
269
- """
270
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
271
- """
272
- return pulumi.get(self, "message")
273
-
274
- @property
275
- @pulumi.getter(name="relatedResourceId")
276
- def related_resource_id(self) -> Optional[str]:
277
- """
278
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
279
- """
280
- return pulumi.get(self, "related_resource_id")
281
-
282
- @property
283
- @pulumi.getter(name="timeCreated")
284
- def time_created(self) -> Optional[str]:
285
- """
286
- The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
287
- """
288
- return pulumi.get(self, "time_created")
289
-
290
-
291
- @pulumi.output_type
292
- class DeploymentBackupLock(dict):
293
- @staticmethod
294
- def __key_warning(key: str):
295
- suggest = None
296
- if key == "relatedResourceId":
297
- suggest = "related_resource_id"
298
- elif key == "timeCreated":
299
- suggest = "time_created"
300
-
301
- if suggest:
302
- pulumi.log.warn(f"Key '{key}' not found in DeploymentBackupLock. Access the value via the '{suggest}' property getter instead.")
303
-
304
- def __getitem__(self, key: str) -> Any:
305
- DeploymentBackupLock.__key_warning(key)
306
- return super().__getitem__(key)
307
-
308
- def get(self, key: str, default = None) -> Any:
309
- DeploymentBackupLock.__key_warning(key)
310
- return super().get(key, default)
311
-
312
- def __init__(__self__, *,
313
- type: str,
314
- message: Optional[str] = None,
315
- related_resource_id: Optional[str] = None,
316
- time_created: Optional[str] = None):
317
- """
318
- :param str type: Type of the lock.
319
- :param str message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
320
- :param str related_resource_id: The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
321
- :param str time_created: The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
322
- """
323
- pulumi.set(__self__, "type", type)
324
- if message is not None:
325
- pulumi.set(__self__, "message", message)
326
- if related_resource_id is not None:
327
- pulumi.set(__self__, "related_resource_id", related_resource_id)
328
- if time_created is not None:
329
- pulumi.set(__self__, "time_created", time_created)
330
-
331
- @property
332
- @pulumi.getter
333
- def type(self) -> str:
334
- """
335
- Type of the lock.
336
- """
337
- return pulumi.get(self, "type")
338
-
339
- @property
340
- @pulumi.getter
341
- def message(self) -> Optional[str]:
342
- """
343
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
344
- """
345
- return pulumi.get(self, "message")
346
-
347
- @property
348
- @pulumi.getter(name="relatedResourceId")
349
- def related_resource_id(self) -> Optional[str]:
350
- """
351
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
352
- """
353
- return pulumi.get(self, "related_resource_id")
354
-
355
- @property
356
- @pulumi.getter(name="timeCreated")
357
- def time_created(self) -> Optional[str]:
358
- """
359
- The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
360
- """
361
- return pulumi.get(self, "time_created")
362
-
363
-
364
209
  @pulumi.output_type
365
210
  class DeploymentDeploymentDiagnosticData(dict):
366
211
  @staticmethod
@@ -497,79 +342,6 @@ class DeploymentIngressIp(dict):
497
342
  return pulumi.get(self, "ingress_ip")
498
343
 
499
344
 
500
- @pulumi.output_type
501
- class DeploymentLock(dict):
502
- @staticmethod
503
- def __key_warning(key: str):
504
- suggest = None
505
- if key == "relatedResourceId":
506
- suggest = "related_resource_id"
507
- elif key == "timeCreated":
508
- suggest = "time_created"
509
-
510
- if suggest:
511
- pulumi.log.warn(f"Key '{key}' not found in DeploymentLock. Access the value via the '{suggest}' property getter instead.")
512
-
513
- def __getitem__(self, key: str) -> Any:
514
- DeploymentLock.__key_warning(key)
515
- return super().__getitem__(key)
516
-
517
- def get(self, key: str, default = None) -> Any:
518
- DeploymentLock.__key_warning(key)
519
- return super().get(key, default)
520
-
521
- def __init__(__self__, *,
522
- type: str,
523
- message: Optional[str] = None,
524
- related_resource_id: Optional[str] = None,
525
- time_created: Optional[str] = None):
526
- """
527
- :param str type: Type of the lock.
528
- :param str message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
529
- :param str related_resource_id: The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
530
- :param str time_created: The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
531
- """
532
- pulumi.set(__self__, "type", type)
533
- if message is not None:
534
- pulumi.set(__self__, "message", message)
535
- if related_resource_id is not None:
536
- pulumi.set(__self__, "related_resource_id", related_resource_id)
537
- if time_created is not None:
538
- pulumi.set(__self__, "time_created", time_created)
539
-
540
- @property
541
- @pulumi.getter
542
- def type(self) -> str:
543
- """
544
- Type of the lock.
545
- """
546
- return pulumi.get(self, "type")
547
-
548
- @property
549
- @pulumi.getter
550
- def message(self) -> Optional[str]:
551
- """
552
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
553
- """
554
- return pulumi.get(self, "message")
555
-
556
- @property
557
- @pulumi.getter(name="relatedResourceId")
558
- def related_resource_id(self) -> Optional[str]:
559
- """
560
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
561
- """
562
- return pulumi.get(self, "related_resource_id")
563
-
564
- @property
565
- @pulumi.getter(name="timeCreated")
566
- def time_created(self) -> Optional[str]:
567
- """
568
- The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
569
- """
570
- return pulumi.get(self, "time_created")
571
-
572
-
573
345
  @pulumi.output_type
574
346
  class DeploymentMaintenanceConfiguration(dict):
575
347
  @staticmethod
@@ -753,11 +525,11 @@ class DeploymentOggData(dict):
753
525
  :param str deployment_name: The name given to the GoldenGate service deployment. The name must be 1 to 32 characters long, must contain only alphanumeric characters and must start with a letter.
754
526
  :param str admin_password: (Updatable) The password associated with the GoldenGate deployment console username. The password must be 8 to 30 characters long and must contain at least 1 uppercase, 1 lowercase, 1 numeric, and 1 special character. Special characters such as ‘$’, ‘^’, or ‘?’ are not allowed. This field will be deprecated and replaced by "passwordSecretId".
755
527
  :param str admin_username: (Updatable) The GoldenGate deployment console username.
756
- :param str certificate: (Updatable) The base64 encoded content of the PEM file containing the SSL certificate.
528
+ :param str certificate: (Updatable) A PEM-encoded SSL certificate.
757
529
  :param str credential_store: (Updatable) The type of credential store for OGG.
758
530
  :param str identity_domain_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Identity Domain when IAM credential store is used.
759
- :param str key: (Updatable) The base64 encoded content of the PEM file containing the private key.
760
- :param str ogg_version: Version of OGG
531
+ :param str key: (Updatable) A PEM-encoded private key.
532
+ :param str ogg_version: (Updatable) Version of ogg to use by deployment. By updating version you can upgrade your deployment to a newer version. Downgrade to older version is not supported.
761
533
  :param str password_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the deployment password is stored.
762
534
  """
763
535
  pulumi.set(__self__, "deployment_name", deployment_name)
@@ -806,7 +578,7 @@ class DeploymentOggData(dict):
806
578
  @pulumi.getter
807
579
  def certificate(self) -> Optional[str]:
808
580
  """
809
- (Updatable) The base64 encoded content of the PEM file containing the SSL certificate.
581
+ (Updatable) A PEM-encoded SSL certificate.
810
582
  """
811
583
  return pulumi.get(self, "certificate")
812
584
 
@@ -830,7 +602,7 @@ class DeploymentOggData(dict):
830
602
  @pulumi.getter
831
603
  def key(self) -> Optional[str]:
832
604
  """
833
- (Updatable) The base64 encoded content of the PEM file containing the private key.
605
+ (Updatable) A PEM-encoded private key.
834
606
  """
835
607
  return pulumi.get(self, "key")
836
608
 
@@ -838,7 +610,7 @@ class DeploymentOggData(dict):
838
610
  @pulumi.getter(name="oggVersion")
839
611
  def ogg_version(self) -> Optional[str]:
840
612
  """
841
- Version of OGG
613
+ (Updatable) Version of ogg to use by deployment. By updating version you can upgrade your deployment to a newer version. Downgrade to older version is not supported.
842
614
  """
843
615
  return pulumi.get(self, "ogg_version")
844
616
 
@@ -900,7 +672,6 @@ class GetConnectionAssignmentsConnectionAssignmentCollectionItemResult(dict):
900
672
  connection_id: str,
901
673
  deployment_id: str,
902
674
  id: str,
903
- is_lock_override: bool,
904
675
  state: str,
905
676
  time_created: str,
906
677
  time_updated: str):
@@ -919,7 +690,6 @@ class GetConnectionAssignmentsConnectionAssignmentCollectionItemResult(dict):
919
690
  pulumi.set(__self__, "connection_id", connection_id)
920
691
  pulumi.set(__self__, "deployment_id", deployment_id)
921
692
  pulumi.set(__self__, "id", id)
922
- pulumi.set(__self__, "is_lock_override", is_lock_override)
923
693
  pulumi.set(__self__, "state", state)
924
694
  pulumi.set(__self__, "time_created", time_created)
925
695
  pulumi.set(__self__, "time_updated", time_updated)
@@ -964,11 +734,6 @@ class GetConnectionAssignmentsConnectionAssignmentCollectionItemResult(dict):
964
734
  """
965
735
  return pulumi.get(self, "id")
966
736
 
967
- @property
968
- @pulumi.getter(name="isLockOverride")
969
- def is_lock_override(self) -> bool:
970
- return pulumi.get(self, "is_lock_override")
971
-
972
737
  @property
973
738
  @pulumi.getter
974
739
  def state(self) -> str:
@@ -1091,57 +856,6 @@ class GetConnectionIngressIpResult(dict):
1091
856
  return pulumi.get(self, "ingress_ip")
1092
857
 
1093
858
 
1094
- @pulumi.output_type
1095
- class GetConnectionLockResult(dict):
1096
- def __init__(__self__, *,
1097
- message: str,
1098
- related_resource_id: str,
1099
- time_created: str,
1100
- type: str):
1101
- """
1102
- :param str message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
1103
- :param str related_resource_id: The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
1104
- :param str time_created: The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
1105
- :param str type: Type of the lock.
1106
- """
1107
- pulumi.set(__self__, "message", message)
1108
- pulumi.set(__self__, "related_resource_id", related_resource_id)
1109
- pulumi.set(__self__, "time_created", time_created)
1110
- pulumi.set(__self__, "type", type)
1111
-
1112
- @property
1113
- @pulumi.getter
1114
- def message(self) -> str:
1115
- """
1116
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
1117
- """
1118
- return pulumi.get(self, "message")
1119
-
1120
- @property
1121
- @pulumi.getter(name="relatedResourceId")
1122
- def related_resource_id(self) -> str:
1123
- """
1124
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
1125
- """
1126
- return pulumi.get(self, "related_resource_id")
1127
-
1128
- @property
1129
- @pulumi.getter(name="timeCreated")
1130
- def time_created(self) -> str:
1131
- """
1132
- The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
1133
- """
1134
- return pulumi.get(self, "time_created")
1135
-
1136
- @property
1137
- @pulumi.getter
1138
- def type(self) -> str:
1139
- """
1140
- Type of the lock.
1141
- """
1142
- return pulumi.get(self, "type")
1143
-
1144
-
1145
859
  @pulumi.output_type
1146
860
  class GetConnectionsConnectionCollectionResult(dict):
1147
861
  def __init__(__self__, *,
@@ -1161,7 +875,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1161
875
  account_key: str,
1162
876
  account_name: str,
1163
877
  additional_attributes: Sequence['outputs.GetConnectionsConnectionCollectionItemAdditionalAttributeResult'],
1164
- authentication_mode: str,
1165
878
  authentication_type: str,
1166
879
  azure_tenant_id: str,
1167
880
  bootstrap_servers: Sequence['outputs.GetConnectionsConnectionCollectionItemBootstrapServerResult'],
@@ -1187,7 +900,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1187
900
  host: str,
1188
901
  id: str,
1189
902
  ingress_ips: Sequence['outputs.GetConnectionsConnectionCollectionItemIngressIpResult'],
1190
- is_lock_override: bool,
1191
903
  jndi_connection_factory: str,
1192
904
  jndi_initial_context_factory: str,
1193
905
  jndi_provider_url: str,
@@ -1197,7 +909,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1197
909
  key_store: str,
1198
910
  key_store_password: str,
1199
911
  lifecycle_details: str,
1200
- locks: Sequence['outputs.GetConnectionsConnectionCollectionItemLockResult'],
1201
912
  nsg_ids: Sequence[str],
1202
913
  password: str,
1203
914
  port: int,
@@ -1206,7 +917,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1206
917
  private_key_passphrase: str,
1207
918
  producer_properties: str,
1208
919
  public_key_fingerprint: str,
1209
- redis_cluster_id: str,
1210
920
  region: str,
1211
921
  routing_method: str,
1212
922
  sas_token: str,
@@ -1219,13 +929,10 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1219
929
  should_validate_server_certificate: bool,
1220
930
  ssl_ca: str,
1221
931
  ssl_cert: str,
1222
- ssl_client_keystash: str,
1223
- ssl_client_keystoredb: str,
1224
932
  ssl_crl: str,
1225
933
  ssl_key: str,
1226
934
  ssl_key_password: str,
1227
935
  ssl_mode: str,
1228
- ssl_server_certificate: str,
1229
936
  state: str,
1230
937
  stream_pool_id: str,
1231
938
  subnet_id: str,
@@ -1245,7 +952,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1245
952
  :param str access_key_id: Access key ID to access the Amazon S3 bucket. e.g.: "this-is-not-the-secret"
1246
953
  :param str account_name: Sets the Azure storage account name.
1247
954
  :param Sequence['GetConnectionsConnectionCollectionItemAdditionalAttributeArgs'] additional_attributes: An array of name-value pair attribute entries. Used as additional parameters in connection string.
1248
- :param str authentication_mode: Authentication mode. It can be provided at creation of Oracle Autonomous Database Serverless connections, when a databaseId is provided. The default value is MTLS.
1249
955
  :param str authentication_type: Used authentication mechanism to be provided for the following connection types:
1250
956
  * SNOWFLAKE, AZURE_DATA_LAKE_STORAGE, ELASTICSEARCH, KAFKA_SCHEMA_REGISTRY, REDIS
1251
957
  * JAVA_MESSAGE_SERVICE - If not provided, default is NONE. Optional until 2024-06-27, in the release after it will be made required.
@@ -1281,12 +987,10 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1281
987
  :param str jndi_security_principal: Specifies the identity of the principal (user) to be authenticated. e.g.: 'admin2'
1282
988
  :param str key_id: Refers to the customer's master key OCID. If provided, it references a key to manage secrets. Customers must add policies to permit GoldenGate to use this key.
1283
989
  :param str lifecycle_details: Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
1284
- :param Sequence['GetConnectionsConnectionCollectionItemLockArgs'] locks: Locks associated with this resource.
1285
990
  :param Sequence[str] nsg_ids: An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.
1286
991
  :param int port: The port of an endpoint usually specified for a connection.
1287
992
  :param str private_ip: Deprecated: this field will be removed in future versions. Either specify the private IP in the connectionString or host field, or make sure the host name is resolvable in the target VCN.
1288
993
  The private IP address of the connection's endpoint in the customer's VCN, typically a database endpoint or a big data endpoint (e.g. Kafka bootstrap server). In case the privateIp is provided, the subnetId must also be provided. In case the privateIp (and the subnetId) is not provided it is assumed the datasource is publicly accessible. In case the connection is accessible only privately, the lack of privateIp will result in not being able to access the connection.
1289
- :param str redis_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Redis cluster.
1290
994
  :param str region: The name of the region. e.g.: us-ashburn-1
1291
995
  :param str routing_method: Controls the network traffic direction to the target: SHARED_SERVICE_ENDPOINT: Traffic flows through the Goldengate Service's network to public hosts. Cannot be used for private targets. SHARED_DEPLOYMENT_ENDPOINT: Network traffic flows from the assigned deployment's private endpoint through the deployment's subnet. DEDICATED_ENDPOINT: A dedicated private endpoint is created in the target VCN subnet for the connection. The subnetId is required when DEDICATED_ENDPOINT networking is selected.
1292
996
  :param str security_protocol: Security Protocol to be provided for the following connection types:
@@ -1316,7 +1020,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1316
1020
  pulumi.set(__self__, "account_key", account_key)
1317
1021
  pulumi.set(__self__, "account_name", account_name)
1318
1022
  pulumi.set(__self__, "additional_attributes", additional_attributes)
1319
- pulumi.set(__self__, "authentication_mode", authentication_mode)
1320
1023
  pulumi.set(__self__, "authentication_type", authentication_type)
1321
1024
  pulumi.set(__self__, "azure_tenant_id", azure_tenant_id)
1322
1025
  pulumi.set(__self__, "bootstrap_servers", bootstrap_servers)
@@ -1342,7 +1045,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1342
1045
  pulumi.set(__self__, "host", host)
1343
1046
  pulumi.set(__self__, "id", id)
1344
1047
  pulumi.set(__self__, "ingress_ips", ingress_ips)
1345
- pulumi.set(__self__, "is_lock_override", is_lock_override)
1346
1048
  pulumi.set(__self__, "jndi_connection_factory", jndi_connection_factory)
1347
1049
  pulumi.set(__self__, "jndi_initial_context_factory", jndi_initial_context_factory)
1348
1050
  pulumi.set(__self__, "jndi_provider_url", jndi_provider_url)
@@ -1352,7 +1054,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1352
1054
  pulumi.set(__self__, "key_store", key_store)
1353
1055
  pulumi.set(__self__, "key_store_password", key_store_password)
1354
1056
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
1355
- pulumi.set(__self__, "locks", locks)
1356
1057
  pulumi.set(__self__, "nsg_ids", nsg_ids)
1357
1058
  pulumi.set(__self__, "password", password)
1358
1059
  pulumi.set(__self__, "port", port)
@@ -1361,7 +1062,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1361
1062
  pulumi.set(__self__, "private_key_passphrase", private_key_passphrase)
1362
1063
  pulumi.set(__self__, "producer_properties", producer_properties)
1363
1064
  pulumi.set(__self__, "public_key_fingerprint", public_key_fingerprint)
1364
- pulumi.set(__self__, "redis_cluster_id", redis_cluster_id)
1365
1065
  pulumi.set(__self__, "region", region)
1366
1066
  pulumi.set(__self__, "routing_method", routing_method)
1367
1067
  pulumi.set(__self__, "sas_token", sas_token)
@@ -1374,13 +1074,10 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1374
1074
  pulumi.set(__self__, "should_validate_server_certificate", should_validate_server_certificate)
1375
1075
  pulumi.set(__self__, "ssl_ca", ssl_ca)
1376
1076
  pulumi.set(__self__, "ssl_cert", ssl_cert)
1377
- pulumi.set(__self__, "ssl_client_keystash", ssl_client_keystash)
1378
- pulumi.set(__self__, "ssl_client_keystoredb", ssl_client_keystoredb)
1379
1077
  pulumi.set(__self__, "ssl_crl", ssl_crl)
1380
1078
  pulumi.set(__self__, "ssl_key", ssl_key)
1381
1079
  pulumi.set(__self__, "ssl_key_password", ssl_key_password)
1382
1080
  pulumi.set(__self__, "ssl_mode", ssl_mode)
1383
- pulumi.set(__self__, "ssl_server_certificate", ssl_server_certificate)
1384
1081
  pulumi.set(__self__, "state", state)
1385
1082
  pulumi.set(__self__, "stream_pool_id", stream_pool_id)
1386
1083
  pulumi.set(__self__, "subnet_id", subnet_id)
@@ -1426,14 +1123,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1426
1123
  """
1427
1124
  return pulumi.get(self, "additional_attributes")
1428
1125
 
1429
- @property
1430
- @pulumi.getter(name="authenticationMode")
1431
- def authentication_mode(self) -> str:
1432
- """
1433
- Authentication mode. It can be provided at creation of Oracle Autonomous Database Serverless connections, when a databaseId is provided. The default value is MTLS.
1434
- """
1435
- return pulumi.get(self, "authentication_mode")
1436
-
1437
1126
  @property
1438
1127
  @pulumi.getter(name="authenticationType")
1439
1128
  def authentication_type(self) -> str:
@@ -1630,11 +1319,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1630
1319
  """
1631
1320
  return pulumi.get(self, "ingress_ips")
1632
1321
 
1633
- @property
1634
- @pulumi.getter(name="isLockOverride")
1635
- def is_lock_override(self) -> bool:
1636
- return pulumi.get(self, "is_lock_override")
1637
-
1638
1322
  @property
1639
1323
  @pulumi.getter(name="jndiConnectionFactory")
1640
1324
  def jndi_connection_factory(self) -> str:
@@ -1698,14 +1382,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1698
1382
  """
1699
1383
  return pulumi.get(self, "lifecycle_details")
1700
1384
 
1701
- @property
1702
- @pulumi.getter
1703
- def locks(self) -> Sequence['outputs.GetConnectionsConnectionCollectionItemLockResult']:
1704
- """
1705
- Locks associated with this resource.
1706
- """
1707
- return pulumi.get(self, "locks")
1708
-
1709
1385
  @property
1710
1386
  @pulumi.getter(name="nsgIds")
1711
1387
  def nsg_ids(self) -> Sequence[str]:
@@ -1756,14 +1432,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1756
1432
  def public_key_fingerprint(self) -> str:
1757
1433
  return pulumi.get(self, "public_key_fingerprint")
1758
1434
 
1759
- @property
1760
- @pulumi.getter(name="redisClusterId")
1761
- def redis_cluster_id(self) -> str:
1762
- """
1763
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Redis cluster.
1764
- """
1765
- return pulumi.get(self, "redis_cluster_id")
1766
-
1767
1435
  @property
1768
1436
  @pulumi.getter
1769
1437
  def region(self) -> str:
@@ -1851,16 +1519,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1851
1519
  def ssl_cert(self) -> str:
1852
1520
  return pulumi.get(self, "ssl_cert")
1853
1521
 
1854
- @property
1855
- @pulumi.getter(name="sslClientKeystash")
1856
- def ssl_client_keystash(self) -> str:
1857
- return pulumi.get(self, "ssl_client_keystash")
1858
-
1859
- @property
1860
- @pulumi.getter(name="sslClientKeystoredb")
1861
- def ssl_client_keystoredb(self) -> str:
1862
- return pulumi.get(self, "ssl_client_keystoredb")
1863
-
1864
1522
  @property
1865
1523
  @pulumi.getter(name="sslCrl")
1866
1524
  def ssl_crl(self) -> str:
@@ -1884,11 +1542,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1884
1542
  """
1885
1543
  return pulumi.get(self, "ssl_mode")
1886
1544
 
1887
- @property
1888
- @pulumi.getter(name="sslServerCertificate")
1889
- def ssl_server_certificate(self) -> str:
1890
- return pulumi.get(self, "ssl_server_certificate")
1891
-
1892
1545
  @property
1893
1546
  @pulumi.getter
1894
1547
  def state(self) -> str:
@@ -2094,57 +1747,6 @@ class GetConnectionsConnectionCollectionItemIngressIpResult(dict):
2094
1747
  return pulumi.get(self, "ingress_ip")
2095
1748
 
2096
1749
 
2097
- @pulumi.output_type
2098
- class GetConnectionsConnectionCollectionItemLockResult(dict):
2099
- def __init__(__self__, *,
2100
- message: str,
2101
- related_resource_id: str,
2102
- time_created: str,
2103
- type: str):
2104
- """
2105
- :param str message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
2106
- :param str related_resource_id: The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
2107
- :param str time_created: The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
2108
- :param str type: Type of the lock.
2109
- """
2110
- pulumi.set(__self__, "message", message)
2111
- pulumi.set(__self__, "related_resource_id", related_resource_id)
2112
- pulumi.set(__self__, "time_created", time_created)
2113
- pulumi.set(__self__, "type", type)
2114
-
2115
- @property
2116
- @pulumi.getter
2117
- def message(self) -> str:
2118
- """
2119
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
2120
- """
2121
- return pulumi.get(self, "message")
2122
-
2123
- @property
2124
- @pulumi.getter(name="relatedResourceId")
2125
- def related_resource_id(self) -> str:
2126
- """
2127
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
2128
- """
2129
- return pulumi.get(self, "related_resource_id")
2130
-
2131
- @property
2132
- @pulumi.getter(name="timeCreated")
2133
- def time_created(self) -> str:
2134
- """
2135
- The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
2136
- """
2137
- return pulumi.get(self, "time_created")
2138
-
2139
- @property
2140
- @pulumi.getter
2141
- def type(self) -> str:
2142
- """
2143
- Type of the lock.
2144
- """
2145
- return pulumi.get(self, "type")
2146
-
2147
-
2148
1750
  @pulumi.output_type
2149
1751
  class GetConnectionsFilterResult(dict):
2150
1752
  def __init__(__self__, *,
@@ -2502,57 +2104,6 @@ class GetDatabaseRegistrationsFilterResult(dict):
2502
2104
  return pulumi.get(self, "regex")
2503
2105
 
2504
2106
 
2505
- @pulumi.output_type
2506
- class GetDeploymentBackupLockResult(dict):
2507
- def __init__(__self__, *,
2508
- message: str,
2509
- related_resource_id: str,
2510
- time_created: str,
2511
- type: str):
2512
- """
2513
- :param str message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
2514
- :param str related_resource_id: The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
2515
- :param str time_created: The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
2516
- :param str type: Type of the lock.
2517
- """
2518
- pulumi.set(__self__, "message", message)
2519
- pulumi.set(__self__, "related_resource_id", related_resource_id)
2520
- pulumi.set(__self__, "time_created", time_created)
2521
- pulumi.set(__self__, "type", type)
2522
-
2523
- @property
2524
- @pulumi.getter
2525
- def message(self) -> str:
2526
- """
2527
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
2528
- """
2529
- return pulumi.get(self, "message")
2530
-
2531
- @property
2532
- @pulumi.getter(name="relatedResourceId")
2533
- def related_resource_id(self) -> str:
2534
- """
2535
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
2536
- """
2537
- return pulumi.get(self, "related_resource_id")
2538
-
2539
- @property
2540
- @pulumi.getter(name="timeCreated")
2541
- def time_created(self) -> str:
2542
- """
2543
- The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
2544
- """
2545
- return pulumi.get(self, "time_created")
2546
-
2547
- @property
2548
- @pulumi.getter
2549
- def type(self) -> str:
2550
- """
2551
- Type of the lock.
2552
- """
2553
- return pulumi.get(self, "type")
2554
-
2555
-
2556
2107
  @pulumi.output_type
2557
2108
  class GetDeploymentBackupsDeploymentBackupCollectionResult(dict):
2558
2109
  def __init__(__self__, *,
@@ -2573,14 +2124,11 @@ class GetDeploymentBackupsDeploymentBackupCollectionItemResult(dict):
2573
2124
  compartment_id: str,
2574
2125
  defined_tags: Mapping[str, Any],
2575
2126
  deployment_id: str,
2576
- deployment_type: str,
2577
2127
  display_name: str,
2578
2128
  freeform_tags: Mapping[str, Any],
2579
2129
  id: str,
2580
2130
  is_automatic: bool,
2581
- is_lock_override: bool,
2582
2131
  lifecycle_details: str,
2583
- locks: Sequence['outputs.GetDeploymentBackupsDeploymentBackupCollectionItemLockResult'],
2584
2132
  namespace: str,
2585
2133
  object: str,
2586
2134
  ogg_version: str,
@@ -2597,13 +2145,11 @@ class GetDeploymentBackupsDeploymentBackupCollectionItemResult(dict):
2597
2145
  :param str compartment_id: The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
2598
2146
  :param Mapping[str, Any] defined_tags: Tags defined for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
2599
2147
  :param str deployment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the deployment in which to list resources.
2600
- :param str deployment_type: The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
2601
2148
  :param str display_name: A filter to return only the resources that match the entire 'displayName' given.
2602
2149
  :param Mapping[str, Any] freeform_tags: A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
2603
2150
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup being referenced.
2604
2151
  :param bool is_automatic: True if this object is automatically created
2605
2152
  :param str lifecycle_details: Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
2606
- :param Sequence['GetDeploymentBackupsDeploymentBackupCollectionItemLockArgs'] locks: Locks associated with this resource.
2607
2153
  :param str namespace: Name of namespace that serves as a container for all of your buckets
2608
2154
  :param str object: Name of the object to be uploaded to object storage
2609
2155
  :param str ogg_version: Version of OGG
@@ -2620,14 +2166,11 @@ class GetDeploymentBackupsDeploymentBackupCollectionItemResult(dict):
2620
2166
  pulumi.set(__self__, "compartment_id", compartment_id)
2621
2167
  pulumi.set(__self__, "defined_tags", defined_tags)
2622
2168
  pulumi.set(__self__, "deployment_id", deployment_id)
2623
- pulumi.set(__self__, "deployment_type", deployment_type)
2624
2169
  pulumi.set(__self__, "display_name", display_name)
2625
2170
  pulumi.set(__self__, "freeform_tags", freeform_tags)
2626
2171
  pulumi.set(__self__, "id", id)
2627
2172
  pulumi.set(__self__, "is_automatic", is_automatic)
2628
- pulumi.set(__self__, "is_lock_override", is_lock_override)
2629
2173
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
2630
- pulumi.set(__self__, "locks", locks)
2631
2174
  pulumi.set(__self__, "namespace", namespace)
2632
2175
  pulumi.set(__self__, "object", object)
2633
2176
  pulumi.set(__self__, "ogg_version", ogg_version)
@@ -2679,14 +2222,6 @@ class GetDeploymentBackupsDeploymentBackupCollectionItemResult(dict):
2679
2222
  """
2680
2223
  return pulumi.get(self, "deployment_id")
2681
2224
 
2682
- @property
2683
- @pulumi.getter(name="deploymentType")
2684
- def deployment_type(self) -> str:
2685
- """
2686
- The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
2687
- """
2688
- return pulumi.get(self, "deployment_type")
2689
-
2690
2225
  @property
2691
2226
  @pulumi.getter(name="displayName")
2692
2227
  def display_name(self) -> str:
@@ -2719,11 +2254,6 @@ class GetDeploymentBackupsDeploymentBackupCollectionItemResult(dict):
2719
2254
  """
2720
2255
  return pulumi.get(self, "is_automatic")
2721
2256
 
2722
- @property
2723
- @pulumi.getter(name="isLockOverride")
2724
- def is_lock_override(self) -> bool:
2725
- return pulumi.get(self, "is_lock_override")
2726
-
2727
2257
  @property
2728
2258
  @pulumi.getter(name="lifecycleDetails")
2729
2259
  def lifecycle_details(self) -> str:
@@ -2732,14 +2262,6 @@ class GetDeploymentBackupsDeploymentBackupCollectionItemResult(dict):
2732
2262
  """
2733
2263
  return pulumi.get(self, "lifecycle_details")
2734
2264
 
2735
- @property
2736
- @pulumi.getter
2737
- def locks(self) -> Sequence['outputs.GetDeploymentBackupsDeploymentBackupCollectionItemLockResult']:
2738
- """
2739
- Locks associated with this resource.
2740
- """
2741
- return pulumi.get(self, "locks")
2742
-
2743
2265
  @property
2744
2266
  @pulumi.getter
2745
2267
  def namespace(self) -> str:
@@ -2821,57 +2343,6 @@ class GetDeploymentBackupsDeploymentBackupCollectionItemResult(dict):
2821
2343
  return pulumi.get(self, "time_updated")
2822
2344
 
2823
2345
 
2824
- @pulumi.output_type
2825
- class GetDeploymentBackupsDeploymentBackupCollectionItemLockResult(dict):
2826
- def __init__(__self__, *,
2827
- message: str,
2828
- related_resource_id: str,
2829
- time_created: str,
2830
- type: str):
2831
- """
2832
- :param str message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
2833
- :param str related_resource_id: The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
2834
- :param str time_created: The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
2835
- :param str type: Type of the lock.
2836
- """
2837
- pulumi.set(__self__, "message", message)
2838
- pulumi.set(__self__, "related_resource_id", related_resource_id)
2839
- pulumi.set(__self__, "time_created", time_created)
2840
- pulumi.set(__self__, "type", type)
2841
-
2842
- @property
2843
- @pulumi.getter
2844
- def message(self) -> str:
2845
- """
2846
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
2847
- """
2848
- return pulumi.get(self, "message")
2849
-
2850
- @property
2851
- @pulumi.getter(name="relatedResourceId")
2852
- def related_resource_id(self) -> str:
2853
- """
2854
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
2855
- """
2856
- return pulumi.get(self, "related_resource_id")
2857
-
2858
- @property
2859
- @pulumi.getter(name="timeCreated")
2860
- def time_created(self) -> str:
2861
- """
2862
- The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
2863
- """
2864
- return pulumi.get(self, "time_created")
2865
-
2866
- @property
2867
- @pulumi.getter
2868
- def type(self) -> str:
2869
- """
2870
- Type of the lock.
2871
- """
2872
- return pulumi.get(self, "type")
2873
-
2874
-
2875
2346
  @pulumi.output_type
2876
2347
  class GetDeploymentBackupsFilterResult(dict):
2877
2348
  def __init__(__self__, *,
@@ -2918,7 +2389,6 @@ class GetDeploymentCertificatesCertificateCollectionItemResult(dict):
2918
2389
  certificate_content: str,
2919
2390
  deployment_id: str,
2920
2391
  is_ca: bool,
2921
- is_lock_override: bool,
2922
2392
  is_self_signed: bool,
2923
2393
  issuer: str,
2924
2394
  key: str,
@@ -2936,32 +2406,18 @@ class GetDeploymentCertificatesCertificateCollectionItemResult(dict):
2936
2406
  time_valid_to: str,
2937
2407
  version: str):
2938
2408
  """
2939
- :param str authority_key_id: The Certificate authority key id.
2940
- :param str certificate_content: The base64 encoded content of the PEM file containing the SSL certificate.
2941
2409
  :param str deployment_id: A unique Deployment identifier.
2942
- :param bool is_ca: Indicates if the certificate is ca.
2943
2410
  :param bool is_self_signed: Indicates if the certificate is self signed.
2944
- :param str issuer: The Certificate issuer.
2945
2411
  :param str key: The identifier key (unique name in the scope of the deployment) of the certificate being referenced. It must be 1 to 32 characters long, must contain only alphanumeric characters and must start with a letter.
2946
- :param str md5hash: The Certificate md5Hash.
2947
- :param str public_key: The Certificate public key.
2948
- :param str public_key_algorithm: The Certificate public key algorithm.
2949
- :param str public_key_size: The Certificate public key size.
2950
- :param str serial: The Certificate serial.
2951
- :param str sha1hash: The Certificate sha1 hash.
2952
2412
  :param str state: A filter to return only connections having the 'lifecycleState' given.
2953
2413
  :param str subject: The Certificate subject.
2954
- :param str subject_key_id: The Certificate subject key id.
2955
2414
  :param str time_created: The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
2956
- :param str time_valid_from: The time the certificate is valid from. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
2957
2415
  :param str time_valid_to: The time the certificate is valid to. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
2958
- :param str version: The Certificate version.
2959
2416
  """
2960
2417
  pulumi.set(__self__, "authority_key_id", authority_key_id)
2961
2418
  pulumi.set(__self__, "certificate_content", certificate_content)
2962
2419
  pulumi.set(__self__, "deployment_id", deployment_id)
2963
2420
  pulumi.set(__self__, "is_ca", is_ca)
2964
- pulumi.set(__self__, "is_lock_override", is_lock_override)
2965
2421
  pulumi.set(__self__, "is_self_signed", is_self_signed)
2966
2422
  pulumi.set(__self__, "issuer", issuer)
2967
2423
  pulumi.set(__self__, "key", key)
@@ -2982,17 +2438,11 @@ class GetDeploymentCertificatesCertificateCollectionItemResult(dict):
2982
2438
  @property
2983
2439
  @pulumi.getter(name="authorityKeyId")
2984
2440
  def authority_key_id(self) -> str:
2985
- """
2986
- The Certificate authority key id.
2987
- """
2988
2441
  return pulumi.get(self, "authority_key_id")
2989
2442
 
2990
2443
  @property
2991
2444
  @pulumi.getter(name="certificateContent")
2992
2445
  def certificate_content(self) -> str:
2993
- """
2994
- The base64 encoded content of the PEM file containing the SSL certificate.
2995
- """
2996
2446
  return pulumi.get(self, "certificate_content")
2997
2447
 
2998
2448
  @property
@@ -3006,16 +2456,8 @@ class GetDeploymentCertificatesCertificateCollectionItemResult(dict):
3006
2456
  @property
3007
2457
  @pulumi.getter(name="isCa")
3008
2458
  def is_ca(self) -> bool:
3009
- """
3010
- Indicates if the certificate is ca.
3011
- """
3012
2459
  return pulumi.get(self, "is_ca")
3013
2460
 
3014
- @property
3015
- @pulumi.getter(name="isLockOverride")
3016
- def is_lock_override(self) -> bool:
3017
- return pulumi.get(self, "is_lock_override")
3018
-
3019
2461
  @property
3020
2462
  @pulumi.getter(name="isSelfSigned")
3021
2463
  def is_self_signed(self) -> bool:
@@ -3027,9 +2469,6 @@ class GetDeploymentCertificatesCertificateCollectionItemResult(dict):
3027
2469
  @property
3028
2470
  @pulumi.getter
3029
2471
  def issuer(self) -> str:
3030
- """
3031
- The Certificate issuer.
3032
- """
3033
2472
  return pulumi.get(self, "issuer")
3034
2473
 
3035
2474
  @property
@@ -3043,49 +2482,31 @@ class GetDeploymentCertificatesCertificateCollectionItemResult(dict):
3043
2482
  @property
3044
2483
  @pulumi.getter
3045
2484
  def md5hash(self) -> str:
3046
- """
3047
- The Certificate md5Hash.
3048
- """
3049
2485
  return pulumi.get(self, "md5hash")
3050
2486
 
3051
2487
  @property
3052
2488
  @pulumi.getter(name="publicKey")
3053
2489
  def public_key(self) -> str:
3054
- """
3055
- The Certificate public key.
3056
- """
3057
2490
  return pulumi.get(self, "public_key")
3058
2491
 
3059
2492
  @property
3060
2493
  @pulumi.getter(name="publicKeyAlgorithm")
3061
2494
  def public_key_algorithm(self) -> str:
3062
- """
3063
- The Certificate public key algorithm.
3064
- """
3065
2495
  return pulumi.get(self, "public_key_algorithm")
3066
2496
 
3067
2497
  @property
3068
2498
  @pulumi.getter(name="publicKeySize")
3069
2499
  def public_key_size(self) -> str:
3070
- """
3071
- The Certificate public key size.
3072
- """
3073
2500
  return pulumi.get(self, "public_key_size")
3074
2501
 
3075
2502
  @property
3076
2503
  @pulumi.getter
3077
2504
  def serial(self) -> str:
3078
- """
3079
- The Certificate serial.
3080
- """
3081
2505
  return pulumi.get(self, "serial")
3082
2506
 
3083
2507
  @property
3084
2508
  @pulumi.getter
3085
2509
  def sha1hash(self) -> str:
3086
- """
3087
- The Certificate sha1 hash.
3088
- """
3089
2510
  return pulumi.get(self, "sha1hash")
3090
2511
 
3091
2512
  @property
@@ -3107,9 +2528,6 @@ class GetDeploymentCertificatesCertificateCollectionItemResult(dict):
3107
2528
  @property
3108
2529
  @pulumi.getter(name="subjectKeyId")
3109
2530
  def subject_key_id(self) -> str:
3110
- """
3111
- The Certificate subject key id.
3112
- """
3113
2531
  return pulumi.get(self, "subject_key_id")
3114
2532
 
3115
2533
  @property
@@ -3123,9 +2541,6 @@ class GetDeploymentCertificatesCertificateCollectionItemResult(dict):
3123
2541
  @property
3124
2542
  @pulumi.getter(name="timeValidFrom")
3125
2543
  def time_valid_from(self) -> str:
3126
- """
3127
- The time the certificate is valid from. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
3128
- """
3129
2544
  return pulumi.get(self, "time_valid_from")
3130
2545
 
3131
2546
  @property
@@ -3139,9 +2554,6 @@ class GetDeploymentCertificatesCertificateCollectionItemResult(dict):
3139
2554
  @property
3140
2555
  @pulumi.getter
3141
2556
  def version(self) -> str:
3142
- """
3143
- The Certificate version.
3144
- """
3145
2557
  return pulumi.get(self, "version")
3146
2558
 
3147
2559
 
@@ -3263,57 +2675,6 @@ class GetDeploymentIngressIpResult(dict):
3263
2675
  return pulumi.get(self, "ingress_ip")
3264
2676
 
3265
2677
 
3266
- @pulumi.output_type
3267
- class GetDeploymentLockResult(dict):
3268
- def __init__(__self__, *,
3269
- message: str,
3270
- related_resource_id: str,
3271
- time_created: str,
3272
- type: str):
3273
- """
3274
- :param str message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
3275
- :param str related_resource_id: The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
3276
- :param str time_created: The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
3277
- :param str type: Type of the lock.
3278
- """
3279
- pulumi.set(__self__, "message", message)
3280
- pulumi.set(__self__, "related_resource_id", related_resource_id)
3281
- pulumi.set(__self__, "time_created", time_created)
3282
- pulumi.set(__self__, "type", type)
3283
-
3284
- @property
3285
- @pulumi.getter
3286
- def message(self) -> str:
3287
- """
3288
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
3289
- """
3290
- return pulumi.get(self, "message")
3291
-
3292
- @property
3293
- @pulumi.getter(name="relatedResourceId")
3294
- def related_resource_id(self) -> str:
3295
- """
3296
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
3297
- """
3298
- return pulumi.get(self, "related_resource_id")
3299
-
3300
- @property
3301
- @pulumi.getter(name="timeCreated")
3302
- def time_created(self) -> str:
3303
- """
3304
- The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
3305
- """
3306
- return pulumi.get(self, "time_created")
3307
-
3308
- @property
3309
- @pulumi.getter
3310
- def type(self) -> str:
3311
- """
3312
- Type of the lock.
3313
- """
3314
- return pulumi.get(self, "type")
3315
-
3316
-
3317
2678
  @pulumi.output_type
3318
2679
  class GetDeploymentMaintenanceConfigurationResult(dict):
3319
2680
  def __init__(__self__, *,
@@ -3419,7 +2780,7 @@ class GetDeploymentOggDataResult(dict):
3419
2780
  password_secret_id: str):
3420
2781
  """
3421
2782
  :param str admin_username: The GoldenGate deployment console username.
3422
- :param str certificate: The base64 encoded content of the PEM file containing the SSL certificate.
2783
+ :param str certificate: A PEM-encoded SSL certificate.
3423
2784
  :param str credential_store: The type of credential store for OGG.
3424
2785
  :param str deployment_name: The name given to the GoldenGate service deployment. The name must be 1 to 32 characters long, must contain only alphanumeric characters and must start with a letter.
3425
2786
  :param str identity_domain_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Identity Domain when IAM credential store is used.
@@ -3453,7 +2814,7 @@ class GetDeploymentOggDataResult(dict):
3453
2814
  @pulumi.getter
3454
2815
  def certificate(self) -> str:
3455
2816
  """
3456
- The base64 encoded content of the PEM file containing the SSL certificate.
2817
+ A PEM-encoded SSL certificate.
3457
2818
  """
3458
2819
  return pulumi.get(self, "certificate")
3459
2820
 
@@ -4245,7 +3606,6 @@ class GetDeploymentsDeploymentCollectionItemResult(dict):
4245
3606
  is_auto_scaling_enabled: bool,
4246
3607
  is_healthy: bool,
4247
3608
  is_latest_version: bool,
4248
- is_lock_override: bool,
4249
3609
  is_public: bool,
4250
3610
  is_storage_utilization_limit_exceeded: bool,
4251
3611
  license_model: str,
@@ -4253,7 +3613,6 @@ class GetDeploymentsDeploymentCollectionItemResult(dict):
4253
3613
  lifecycle_sub_state: str,
4254
3614
  load_balancer_id: str,
4255
3615
  load_balancer_subnet_id: str,
4256
- locks: Sequence['outputs.GetDeploymentsDeploymentCollectionItemLockResult'],
4257
3616
  maintenance_configurations: Sequence['outputs.GetDeploymentsDeploymentCollectionItemMaintenanceConfigurationResult'],
4258
3617
  maintenance_windows: Sequence['outputs.GetDeploymentsDeploymentCollectionItemMaintenanceWindowResult'],
4259
3618
  next_maintenance_action_type: str,
@@ -4295,7 +3654,6 @@ class GetDeploymentsDeploymentCollectionItemResult(dict):
4295
3654
  :param str lifecycle_sub_state: A filter to return only the resources that match the 'lifecycleSubState' given.
4296
3655
  :param str load_balancer_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the loadbalancer in the customer's subnet. The loadbalancer of the public deployment created in the customer subnet.
4297
3656
  :param str load_balancer_subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatiblity this is an optional property for now, but it will become mandatory (for public deployments only) after October 1, 2024.
4298
- :param Sequence['GetDeploymentsDeploymentCollectionItemLockArgs'] locks: Locks associated with this resource.
4299
3657
  :param Sequence['GetDeploymentsDeploymentCollectionItemMaintenanceConfigurationArgs'] maintenance_configurations: Attributes for configuring automatic deployment maintenance.
4300
3658
  :param Sequence['GetDeploymentsDeploymentCollectionItemMaintenanceWindowArgs'] maintenance_windows: Defines the maintenance window, when automatic actions can be performed.
4301
3659
  :param str next_maintenance_action_type: Type of the next maintenance.
@@ -4306,7 +3664,7 @@ class GetDeploymentsDeploymentCollectionItemResult(dict):
4306
3664
  :param str public_ip_address: The public IP address representing the access point for the Deployment.
4307
3665
  :param str state: A filter to return only the resources that match the 'lifecycleState' given.
4308
3666
  :param str storage_utilization_in_bytes: The amount of storage being utilized (in bytes)
4309
- :param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet of the deployment's private endpoint. The subnet must be a private subnet. For backward compatibility, public subnets are allowed until May 31 2025, after which the private subnet will be enforced.
3667
+ :param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet of the deployment's private endpoint.
4310
3668
  :param Mapping[str, Any] system_tags: The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{orcl-cloud: {free-tier-retain: true}}`
4311
3669
  :param str time_created: The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
4312
3670
  :param str time_of_next_maintenance: The time of next maintenance schedule. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
@@ -4330,7 +3688,6 @@ class GetDeploymentsDeploymentCollectionItemResult(dict):
4330
3688
  pulumi.set(__self__, "is_auto_scaling_enabled", is_auto_scaling_enabled)
4331
3689
  pulumi.set(__self__, "is_healthy", is_healthy)
4332
3690
  pulumi.set(__self__, "is_latest_version", is_latest_version)
4333
- pulumi.set(__self__, "is_lock_override", is_lock_override)
4334
3691
  pulumi.set(__self__, "is_public", is_public)
4335
3692
  pulumi.set(__self__, "is_storage_utilization_limit_exceeded", is_storage_utilization_limit_exceeded)
4336
3693
  pulumi.set(__self__, "license_model", license_model)
@@ -4338,7 +3695,6 @@ class GetDeploymentsDeploymentCollectionItemResult(dict):
4338
3695
  pulumi.set(__self__, "lifecycle_sub_state", lifecycle_sub_state)
4339
3696
  pulumi.set(__self__, "load_balancer_id", load_balancer_id)
4340
3697
  pulumi.set(__self__, "load_balancer_subnet_id", load_balancer_subnet_id)
4341
- pulumi.set(__self__, "locks", locks)
4342
3698
  pulumi.set(__self__, "maintenance_configurations", maintenance_configurations)
4343
3699
  pulumi.set(__self__, "maintenance_windows", maintenance_windows)
4344
3700
  pulumi.set(__self__, "next_maintenance_action_type", next_maintenance_action_type)
@@ -4485,11 +3841,6 @@ class GetDeploymentsDeploymentCollectionItemResult(dict):
4485
3841
  """
4486
3842
  return pulumi.get(self, "is_latest_version")
4487
3843
 
4488
- @property
4489
- @pulumi.getter(name="isLockOverride")
4490
- def is_lock_override(self) -> bool:
4491
- return pulumi.get(self, "is_lock_override")
4492
-
4493
3844
  @property
4494
3845
  @pulumi.getter(name="isPublic")
4495
3846
  def is_public(self) -> bool:
@@ -4546,14 +3897,6 @@ class GetDeploymentsDeploymentCollectionItemResult(dict):
4546
3897
  """
4547
3898
  return pulumi.get(self, "load_balancer_subnet_id")
4548
3899
 
4549
- @property
4550
- @pulumi.getter
4551
- def locks(self) -> Sequence['outputs.GetDeploymentsDeploymentCollectionItemLockResult']:
4552
- """
4553
- Locks associated with this resource.
4554
- """
4555
- return pulumi.get(self, "locks")
4556
-
4557
3900
  @property
4558
3901
  @pulumi.getter(name="maintenanceConfigurations")
4559
3902
  def maintenance_configurations(self) -> Sequence['outputs.GetDeploymentsDeploymentCollectionItemMaintenanceConfigurationResult']:
@@ -4638,7 +3981,7 @@ class GetDeploymentsDeploymentCollectionItemResult(dict):
4638
3981
  @pulumi.getter(name="subnetId")
4639
3982
  def subnet_id(self) -> str:
4640
3983
  """
4641
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet of the deployment's private endpoint. The subnet must be a private subnet. For backward compatibility, public subnets are allowed until May 31 2025, after which the private subnet will be enforced.
3984
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet of the deployment's private endpoint.
4642
3985
  """
4643
3986
  return pulumi.get(self, "subnet_id")
4644
3987
 
@@ -4782,57 +4125,6 @@ class GetDeploymentsDeploymentCollectionItemIngressIpResult(dict):
4782
4125
  return pulumi.get(self, "ingress_ip")
4783
4126
 
4784
4127
 
4785
- @pulumi.output_type
4786
- class GetDeploymentsDeploymentCollectionItemLockResult(dict):
4787
- def __init__(__self__, *,
4788
- message: str,
4789
- related_resource_id: str,
4790
- time_created: str,
4791
- type: str):
4792
- """
4793
- :param str message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
4794
- :param str related_resource_id: The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
4795
- :param str time_created: The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
4796
- :param str type: Type of the lock.
4797
- """
4798
- pulumi.set(__self__, "message", message)
4799
- pulumi.set(__self__, "related_resource_id", related_resource_id)
4800
- pulumi.set(__self__, "time_created", time_created)
4801
- pulumi.set(__self__, "type", type)
4802
-
4803
- @property
4804
- @pulumi.getter
4805
- def message(self) -> str:
4806
- """
4807
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
4808
- """
4809
- return pulumi.get(self, "message")
4810
-
4811
- @property
4812
- @pulumi.getter(name="relatedResourceId")
4813
- def related_resource_id(self) -> str:
4814
- """
4815
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
4816
- """
4817
- return pulumi.get(self, "related_resource_id")
4818
-
4819
- @property
4820
- @pulumi.getter(name="timeCreated")
4821
- def time_created(self) -> str:
4822
- """
4823
- The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
4824
- """
4825
- return pulumi.get(self, "time_created")
4826
-
4827
- @property
4828
- @pulumi.getter
4829
- def type(self) -> str:
4830
- """
4831
- Type of the lock.
4832
- """
4833
- return pulumi.get(self, "type")
4834
-
4835
-
4836
4128
  @pulumi.output_type
4837
4129
  class GetDeploymentsDeploymentCollectionItemMaintenanceConfigurationResult(dict):
4838
4130
  def __init__(__self__, *,
@@ -4938,7 +4230,7 @@ class GetDeploymentsDeploymentCollectionItemOggDataResult(dict):
4938
4230
  password_secret_id: str):
4939
4231
  """
4940
4232
  :param str admin_username: The GoldenGate deployment console username.
4941
- :param str certificate: The base64 encoded content of the PEM file containing the SSL certificate.
4233
+ :param str certificate: A PEM-encoded SSL certificate.
4942
4234
  :param str credential_store: The type of credential store for OGG.
4943
4235
  :param str deployment_name: The name given to the GoldenGate service deployment. The name must be 1 to 32 characters long, must contain only alphanumeric characters and must start with a letter.
4944
4236
  :param str identity_domain_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Identity Domain when IAM credential store is used.
@@ -4972,7 +4264,7 @@ class GetDeploymentsDeploymentCollectionItemOggDataResult(dict):
4972
4264
  @pulumi.getter
4973
4265
  def certificate(self) -> str:
4974
4266
  """
4975
- The base64 encoded content of the PEM file containing the SSL certificate.
4267
+ A PEM-encoded SSL certificate.
4976
4268
  """
4977
4269
  return pulumi.get(self, "certificate")
4978
4270