pulumi-oci 2.4.0a1721890421__py3-none-any.whl → 2.5.0__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 (141) hide show
  1. pulumi_oci/__init__.py +78 -32
  2. pulumi_oci/_utilities.py +2 -0
  3. pulumi_oci/apmsynthetics/_inputs.py +457 -1
  4. pulumi_oci/apmsynthetics/config.py +172 -7
  5. pulumi_oci/apmsynthetics/get_monitor.py +42 -3
  6. pulumi_oci/apmsynthetics/get_monitors.py +2 -2
  7. pulumi_oci/apmsynthetics/outputs.py +1129 -9
  8. pulumi_oci/bigdataservice/bds_instance.py +47 -0
  9. pulumi_oci/bigdataservice/get_bds_instance.py +11 -1
  10. pulumi_oci/bigdataservice/outputs.py +7 -0
  11. pulumi_oci/core/__init__.py +3 -0
  12. pulumi_oci/core/_inputs.py +48 -8
  13. pulumi_oci/core/get_instance_maintenance_event.py +414 -0
  14. pulumi_oci/core/get_instance_maintenance_events.py +250 -0
  15. pulumi_oci/core/instance_maintenance_event.py +1022 -0
  16. pulumi_oci/core/outputs.py +338 -8
  17. pulumi_oci/database/_inputs.py +16 -0
  18. pulumi_oci/database/autonomous_database.py +111 -9
  19. pulumi_oci/database/cloud_autonomous_vm_cluster.py +7 -25
  20. pulumi_oci/database/cloud_exadata_infrastructure.py +66 -17
  21. pulumi_oci/database/cloud_vm_cluster.py +49 -0
  22. pulumi_oci/database/database.py +0 -96
  23. pulumi_oci/database/get_autonomous_database.py +38 -1
  24. pulumi_oci/database/get_cloud_exadata_infrastructure.py +14 -1
  25. pulumi_oci/database/get_cloud_vm_cluster.py +14 -1
  26. pulumi_oci/database/get_key_store.py +11 -1
  27. pulumi_oci/database/key_store.py +34 -0
  28. pulumi_oci/database/outputs.py +115 -0
  29. pulumi_oci/databasemigration/_inputs.py +184 -0
  30. pulumi_oci/databasemigration/job.py +99 -24
  31. pulumi_oci/databasemigration/outputs.py +171 -0
  32. pulumi_oci/datasafe/__init__.py +3 -4
  33. pulumi_oci/datasafe/_inputs.py +185 -0
  34. pulumi_oci/datasafe/alert.py +56 -0
  35. pulumi_oci/datasafe/alert_policy.py +745 -0
  36. pulumi_oci/datasafe/alert_policy_rule.py +446 -0
  37. pulumi_oci/datasafe/discovery_mod.py +67 -38
  38. pulumi_oci/datasafe/get_alert.py +27 -1
  39. pulumi_oci/datasafe/get_alert_policy.py +26 -2
  40. pulumi_oci/datasafe/get_alert_policy_rule.py +94 -18
  41. pulumi_oci/datasafe/get_audit_events.py +2 -2
  42. pulumi_oci/datasafe/get_discovery_job.py +15 -1
  43. pulumi_oci/datasafe/get_report.py +15 -2
  44. pulumi_oci/datasafe/get_report_definition.py +15 -2
  45. pulumi_oci/datasafe/get_reports.py +43 -1
  46. pulumi_oci/datasafe/get_security_assessment.py +14 -1
  47. pulumi_oci/datasafe/get_security_assessment_finding.py +16 -3
  48. pulumi_oci/datasafe/get_security_assessment_findings.py +21 -3
  49. pulumi_oci/datasafe/get_sensitive_data_model.py +15 -1
  50. pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py +153 -0
  51. pulumi_oci/datasafe/get_target_alert_policy_association.py +15 -2
  52. pulumi_oci/datasafe/get_user_assessment.py +14 -1
  53. pulumi_oci/datasafe/outputs.py +761 -33
  54. pulumi_oci/datasafe/report.py +32 -4
  55. pulumi_oci/datasafe/report_definition.py +32 -4
  56. pulumi_oci/datasafe/security_assessment.py +49 -0
  57. pulumi_oci/datasafe/sensitive_data_model.py +60 -3
  58. pulumi_oci/datasafe/target_alert_policy_association.py +28 -0
  59. pulumi_oci/datasafe/unset_security_assessment_baseline.py +69 -16
  60. pulumi_oci/datasafe/unset_user_assessment_baseline.py +58 -5
  61. pulumi_oci/datasafe/user_assessment.py +49 -0
  62. pulumi_oci/fleetsoftwareupdate/__init__.py +15 -0
  63. pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
  64. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
  65. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
  66. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
  67. pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
  68. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
  69. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
  70. pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
  71. pulumi_oci/generativeai/get_dedicated_ai_cluster.py +3 -0
  72. pulumi_oci/generativeai/get_dedicated_ai_clusters.py +3 -0
  73. pulumi_oci/generativeai/get_endpoint.py +6 -9
  74. pulumi_oci/generativeai/get_endpoints.py +3 -3
  75. pulumi_oci/generativeai/get_model.py +36 -6
  76. pulumi_oci/generativeai/get_models.py +6 -0
  77. pulumi_oci/generativeai/outputs.py +228 -16
  78. pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
  79. pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
  80. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +300 -0
  81. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
  82. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
  83. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
  84. pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
  85. pulumi_oci/globallydistributeddatabase/private_endpoint.py +742 -0
  86. pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
  87. pulumi_oci/identity/__init__.py +3 -0
  88. pulumi_oci/identity/_inputs.py +1029 -0
  89. pulumi_oci/identity/domains_social_identity_provider.py +4628 -0
  90. pulumi_oci/identity/get_domains_social_identity_provider.py +664 -0
  91. pulumi_oci/identity/get_domains_social_identity_providers.py +276 -0
  92. pulumi_oci/identity/outputs.py +19544 -17378
  93. pulumi_oci/integration/_inputs.py +0 -2
  94. pulumi_oci/integration/get_integration_instance.py +0 -1
  95. pulumi_oci/integration/integration_instance.py +0 -27
  96. pulumi_oci/integration/outputs.py +4 -12
  97. pulumi_oci/networkfirewall/__init__.py +3 -0
  98. pulumi_oci/networkfirewall/_inputs.py +150 -0
  99. pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +227 -0
  100. pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +167 -0
  101. pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +605 -0
  102. pulumi_oci/networkfirewall/outputs.py +457 -0
  103. pulumi_oci/opsi/_inputs.py +8 -8
  104. pulumi_oci/opsi/database_insight.py +71 -15
  105. pulumi_oci/opsi/get_database_insight.py +29 -3
  106. pulumi_oci/opsi/get_database_insights.py +1 -1
  107. pulumi_oci/opsi/get_enterprise_manager_bridges.py +2 -2
  108. pulumi_oci/opsi/get_host_insight.py +1 -4
  109. pulumi_oci/opsi/get_host_insights.py +3 -3
  110. pulumi_oci/opsi/get_news_report.py +1 -1
  111. pulumi_oci/opsi/get_news_reports.py +3 -3
  112. pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
  113. pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
  114. pulumi_oci/opsi/get_operations_insights_warehouse.py +7 -7
  115. pulumi_oci/opsi/get_operations_insights_warehouse_user.py +2 -2
  116. pulumi_oci/opsi/get_operations_insights_warehouses.py +5 -5
  117. pulumi_oci/opsi/host_insight.py +6 -14
  118. pulumi_oci/opsi/news_report.py +2 -2
  119. pulumi_oci/opsi/operations_insights_private_endpoint.py +9 -9
  120. pulumi_oci/opsi/operations_insights_warehouse.py +17 -17
  121. pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +14 -14
  122. pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +7 -7
  123. pulumi_oci/opsi/operations_insights_warehouse_user.py +14 -14
  124. pulumi_oci/opsi/outputs.py +46 -24
  125. pulumi_oci/pulumi-plugin.json +1 -1
  126. pulumi_oci/redis/get_redis_cluster.py +1 -1
  127. pulumi_oci/redis/outputs.py +2 -2
  128. pulumi_oci/redis/redis_cluster.py +7 -7
  129. pulumi_oci/stackmonitoring/_inputs.py +2 -2
  130. pulumi_oci/stackmonitoring/baselineable_metric.py +76 -28
  131. pulumi_oci/stackmonitoring/get_baselineable_metric.py +14 -1
  132. pulumi_oci/stackmonitoring/get_baselineable_metrics.py +45 -5
  133. pulumi_oci/stackmonitoring/outputs.py +19 -8
  134. {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/METADATA +1 -1
  135. {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/RECORD +137 -111
  136. {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/WHEEL +1 -1
  137. pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
  138. pulumi_oci/datasafe/masking_report_management.py +0 -693
  139. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
  140. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
  141. {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/top_level.txt +0 -0
@@ -26,7 +26,8 @@ class CloudExadataInfrastructureArgs:
26
26
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
27
27
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
28
28
  maintenance_window: Optional[pulumi.Input['CloudExadataInfrastructureMaintenanceWindowArgs']] = None,
29
- storage_count: Optional[pulumi.Input[int]] = None):
29
+ storage_count: Optional[pulumi.Input[int]] = None,
30
+ subscription_id: Optional[pulumi.Input[str]] = None):
30
31
  """
31
32
  The set of arguments for constructing a CloudExadataInfrastructure resource.
32
33
  :param pulumi.Input[str] availability_domain: The availability domain where the cloud Exadata infrastructure is located.
@@ -40,6 +41,7 @@ class CloudExadataInfrastructureArgs:
40
41
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
41
42
  :param pulumi.Input['CloudExadataInfrastructureMaintenanceWindowArgs'] maintenance_window: (Updatable) The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
42
43
  :param pulumi.Input[int] storage_count: (Updatable) The number of storage servers for the cloud Exadata infrastructure.
44
+ :param pulumi.Input[str] subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
43
45
 
44
46
 
45
47
  ** IMPORTANT **
@@ -63,6 +65,8 @@ class CloudExadataInfrastructureArgs:
63
65
  pulumi.set(__self__, "maintenance_window", maintenance_window)
64
66
  if storage_count is not None:
65
67
  pulumi.set(__self__, "storage_count", storage_count)
68
+ if subscription_id is not None:
69
+ pulumi.set(__self__, "subscription_id", subscription_id)
66
70
 
67
71
  @property
68
72
  @pulumi.getter(name="availabilityDomain")
@@ -189,10 +193,6 @@ class CloudExadataInfrastructureArgs:
189
193
  def storage_count(self) -> Optional[pulumi.Input[int]]:
190
194
  """
191
195
  (Updatable) The number of storage servers for the cloud Exadata infrastructure.
192
-
193
-
194
- ** IMPORTANT **
195
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
196
196
  """
197
197
  return pulumi.get(self, "storage_count")
198
198
 
@@ -200,6 +200,22 @@ class CloudExadataInfrastructureArgs:
200
200
  def storage_count(self, value: Optional[pulumi.Input[int]]):
201
201
  pulumi.set(self, "storage_count", value)
202
202
 
203
+ @property
204
+ @pulumi.getter(name="subscriptionId")
205
+ def subscription_id(self) -> Optional[pulumi.Input[str]]:
206
+ """
207
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
208
+
209
+
210
+ ** IMPORTANT **
211
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
212
+ """
213
+ return pulumi.get(self, "subscription_id")
214
+
215
+ @subscription_id.setter
216
+ def subscription_id(self, value: Optional[pulumi.Input[str]]):
217
+ pulumi.set(self, "subscription_id", value)
218
+
203
219
 
204
220
  @pulumi.input_type
205
221
  class _CloudExadataInfrastructureState:
@@ -235,6 +251,7 @@ class _CloudExadataInfrastructureState:
235
251
  state: Optional[pulumi.Input[str]] = None,
236
252
  storage_count: Optional[pulumi.Input[int]] = None,
237
253
  storage_server_version: Optional[pulumi.Input[str]] = None,
254
+ subscription_id: Optional[pulumi.Input[str]] = None,
238
255
  system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
239
256
  time_created: Optional[pulumi.Input[str]] = None,
240
257
  total_storage_size_in_gbs: Optional[pulumi.Input[int]] = None):
@@ -270,11 +287,12 @@ class _CloudExadataInfrastructureState:
270
287
  :param pulumi.Input[str] shape: The shape of the cloud Exadata infrastructure resource.
271
288
  :param pulumi.Input[str] state: The current lifecycle state of the cloud Exadata infrastructure resource.
272
289
  :param pulumi.Input[int] storage_count: (Updatable) The number of storage servers for the cloud Exadata infrastructure.
290
+ :param pulumi.Input[str] storage_server_version: The software version of the storage servers (cells) in the cloud Exadata infrastructure. Example: 20.1.15
291
+ :param pulumi.Input[str] subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
273
292
 
274
293
 
275
294
  ** IMPORTANT **
276
295
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
277
- :param pulumi.Input[str] storage_server_version: The software version of the storage servers (cells) in the cloud Exadata infrastructure. Example: 20.1.15
278
296
  :param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
279
297
  :param pulumi.Input[str] time_created: The date and time the cloud Exadata infrastructure resource was created.
280
298
  :param pulumi.Input[int] total_storage_size_in_gbs: The total storage allocated to the cloud Exadata infrastructure resource, in gigabytes (GB).
@@ -341,6 +359,8 @@ class _CloudExadataInfrastructureState:
341
359
  pulumi.set(__self__, "storage_count", storage_count)
342
360
  if storage_server_version is not None:
343
361
  pulumi.set(__self__, "storage_server_version", storage_server_version)
362
+ if subscription_id is not None:
363
+ pulumi.set(__self__, "subscription_id", subscription_id)
344
364
  if system_tags is not None:
345
365
  pulumi.set(__self__, "system_tags", system_tags)
346
366
  if time_created is not None:
@@ -701,10 +721,6 @@ class _CloudExadataInfrastructureState:
701
721
  def storage_count(self) -> Optional[pulumi.Input[int]]:
702
722
  """
703
723
  (Updatable) The number of storage servers for the cloud Exadata infrastructure.
704
-
705
-
706
- ** IMPORTANT **
707
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
708
724
  """
709
725
  return pulumi.get(self, "storage_count")
710
726
 
@@ -724,6 +740,22 @@ class _CloudExadataInfrastructureState:
724
740
  def storage_server_version(self, value: Optional[pulumi.Input[str]]):
725
741
  pulumi.set(self, "storage_server_version", value)
726
742
 
743
+ @property
744
+ @pulumi.getter(name="subscriptionId")
745
+ def subscription_id(self) -> Optional[pulumi.Input[str]]:
746
+ """
747
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
748
+
749
+
750
+ ** IMPORTANT **
751
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
752
+ """
753
+ return pulumi.get(self, "subscription_id")
754
+
755
+ @subscription_id.setter
756
+ def subscription_id(self, value: Optional[pulumi.Input[str]]):
757
+ pulumi.set(self, "subscription_id", value)
758
+
727
759
  @property
728
760
  @pulumi.getter(name="systemTags")
729
761
  def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
@@ -777,6 +809,7 @@ class CloudExadataInfrastructure(pulumi.CustomResource):
777
809
  maintenance_window: Optional[pulumi.Input[pulumi.InputType['CloudExadataInfrastructureMaintenanceWindowArgs']]] = None,
778
810
  shape: Optional[pulumi.Input[str]] = None,
779
811
  storage_count: Optional[pulumi.Input[int]] = None,
812
+ subscription_id: Optional[pulumi.Input[str]] = None,
780
813
  __props__=None):
781
814
  """
782
815
  This resource provides the Cloud Exadata Infrastructure resource in Oracle Cloud Infrastructure Database service.
@@ -819,7 +852,8 @@ class CloudExadataInfrastructure(pulumi.CustomResource):
819
852
  preference=cloud_exadata_infrastructure_maintenance_window_preference,
820
853
  weeks_of_months=cloud_exadata_infrastructure_maintenance_window_weeks_of_month,
821
854
  ),
822
- storage_count=cloud_exadata_infrastructure_storage_count)
855
+ storage_count=cloud_exadata_infrastructure_storage_count,
856
+ subscription_id=tenant_subscription_id)
823
857
  ```
824
858
 
825
859
  ## Import
@@ -843,6 +877,7 @@ class CloudExadataInfrastructure(pulumi.CustomResource):
843
877
  :param pulumi.Input[pulumi.InputType['CloudExadataInfrastructureMaintenanceWindowArgs']] maintenance_window: (Updatable) The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
844
878
  :param pulumi.Input[str] shape: The shape of the cloud Exadata infrastructure resource.
845
879
  :param pulumi.Input[int] storage_count: (Updatable) The number of storage servers for the cloud Exadata infrastructure.
880
+ :param pulumi.Input[str] subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
846
881
 
847
882
 
848
883
  ** IMPORTANT **
@@ -895,7 +930,8 @@ class CloudExadataInfrastructure(pulumi.CustomResource):
895
930
  preference=cloud_exadata_infrastructure_maintenance_window_preference,
896
931
  weeks_of_months=cloud_exadata_infrastructure_maintenance_window_weeks_of_month,
897
932
  ),
898
- storage_count=cloud_exadata_infrastructure_storage_count)
933
+ storage_count=cloud_exadata_infrastructure_storage_count,
934
+ subscription_id=tenant_subscription_id)
899
935
  ```
900
936
 
901
937
  ## Import
@@ -932,6 +968,7 @@ class CloudExadataInfrastructure(pulumi.CustomResource):
932
968
  maintenance_window: Optional[pulumi.Input[pulumi.InputType['CloudExadataInfrastructureMaintenanceWindowArgs']]] = None,
933
969
  shape: Optional[pulumi.Input[str]] = None,
934
970
  storage_count: Optional[pulumi.Input[int]] = None,
971
+ subscription_id: Optional[pulumi.Input[str]] = None,
935
972
  __props__=None):
936
973
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
937
974
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -960,6 +997,7 @@ class CloudExadataInfrastructure(pulumi.CustomResource):
960
997
  raise TypeError("Missing required property 'shape'")
961
998
  __props__.__dict__["shape"] = shape
962
999
  __props__.__dict__["storage_count"] = storage_count
1000
+ __props__.__dict__["subscription_id"] = subscription_id
963
1001
  __props__.__dict__["activated_storage_count"] = None
964
1002
  __props__.__dict__["additional_storage_count"] = None
965
1003
  __props__.__dict__["available_storage_size_in_gbs"] = None
@@ -1024,6 +1062,7 @@ class CloudExadataInfrastructure(pulumi.CustomResource):
1024
1062
  state: Optional[pulumi.Input[str]] = None,
1025
1063
  storage_count: Optional[pulumi.Input[int]] = None,
1026
1064
  storage_server_version: Optional[pulumi.Input[str]] = None,
1065
+ subscription_id: Optional[pulumi.Input[str]] = None,
1027
1066
  system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
1028
1067
  time_created: Optional[pulumi.Input[str]] = None,
1029
1068
  total_storage_size_in_gbs: Optional[pulumi.Input[int]] = None) -> 'CloudExadataInfrastructure':
@@ -1064,11 +1103,12 @@ class CloudExadataInfrastructure(pulumi.CustomResource):
1064
1103
  :param pulumi.Input[str] shape: The shape of the cloud Exadata infrastructure resource.
1065
1104
  :param pulumi.Input[str] state: The current lifecycle state of the cloud Exadata infrastructure resource.
1066
1105
  :param pulumi.Input[int] storage_count: (Updatable) The number of storage servers for the cloud Exadata infrastructure.
1106
+ :param pulumi.Input[str] storage_server_version: The software version of the storage servers (cells) in the cloud Exadata infrastructure. Example: 20.1.15
1107
+ :param pulumi.Input[str] subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
1067
1108
 
1068
1109
 
1069
1110
  ** IMPORTANT **
1070
1111
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1071
- :param pulumi.Input[str] storage_server_version: The software version of the storage servers (cells) in the cloud Exadata infrastructure. Example: 20.1.15
1072
1112
  :param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
1073
1113
  :param pulumi.Input[str] time_created: The date and time the cloud Exadata infrastructure resource was created.
1074
1114
  :param pulumi.Input[int] total_storage_size_in_gbs: The total storage allocated to the cloud Exadata infrastructure resource, in gigabytes (GB).
@@ -1108,6 +1148,7 @@ class CloudExadataInfrastructure(pulumi.CustomResource):
1108
1148
  __props__.__dict__["state"] = state
1109
1149
  __props__.__dict__["storage_count"] = storage_count
1110
1150
  __props__.__dict__["storage_server_version"] = storage_server_version
1151
+ __props__.__dict__["subscription_id"] = subscription_id
1111
1152
  __props__.__dict__["system_tags"] = system_tags
1112
1153
  __props__.__dict__["time_created"] = time_created
1113
1154
  __props__.__dict__["total_storage_size_in_gbs"] = total_storage_size_in_gbs
@@ -1350,10 +1391,6 @@ class CloudExadataInfrastructure(pulumi.CustomResource):
1350
1391
  def storage_count(self) -> pulumi.Output[int]:
1351
1392
  """
1352
1393
  (Updatable) The number of storage servers for the cloud Exadata infrastructure.
1353
-
1354
-
1355
- ** IMPORTANT **
1356
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1357
1394
  """
1358
1395
  return pulumi.get(self, "storage_count")
1359
1396
 
@@ -1365,6 +1402,18 @@ class CloudExadataInfrastructure(pulumi.CustomResource):
1365
1402
  """
1366
1403
  return pulumi.get(self, "storage_server_version")
1367
1404
 
1405
+ @property
1406
+ @pulumi.getter(name="subscriptionId")
1407
+ def subscription_id(self) -> pulumi.Output[str]:
1408
+ """
1409
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
1410
+
1411
+
1412
+ ** IMPORTANT **
1413
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1414
+ """
1415
+ return pulumi.get(self, "subscription_id")
1416
+
1368
1417
  @property
1369
1418
  @pulumi.getter(name="systemTags")
1370
1419
  def system_tags(self) -> pulumi.Output[Mapping[str, Any]]:
@@ -46,6 +46,7 @@ class CloudVmClusterArgs:
46
46
  private_zone_id: Optional[pulumi.Input[str]] = None,
47
47
  scan_listener_port_tcp: Optional[pulumi.Input[int]] = None,
48
48
  scan_listener_port_tcp_ssl: Optional[pulumi.Input[int]] = None,
49
+ subscription_id: Optional[pulumi.Input[str]] = None,
49
50
  system_version: Optional[pulumi.Input[str]] = None,
50
51
  time_zone: Optional[pulumi.Input[str]] = None):
51
52
  """
@@ -91,6 +92,7 @@ class CloudVmClusterArgs:
91
92
  :param pulumi.Input[str] private_zone_id: The private zone id in which DNS records need to be created.
92
93
  :param pulumi.Input[int] scan_listener_port_tcp: The TCP Single Client Access Name (SCAN) port. The default port is 1521.
93
94
  :param pulumi.Input[int] scan_listener_port_tcp_ssl: The TCPS Single Client Access Name (SCAN) port. The default port is 2484.
95
+ :param pulumi.Input[str] subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
94
96
  :param pulumi.Input[str] system_version: Operating system version of the image.
95
97
  :param pulumi.Input[str] time_zone: The time zone to use for the cloud VM cluster. For details, see [Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
96
98
 
@@ -149,6 +151,8 @@ class CloudVmClusterArgs:
149
151
  pulumi.set(__self__, "scan_listener_port_tcp", scan_listener_port_tcp)
150
152
  if scan_listener_port_tcp_ssl is not None:
151
153
  pulumi.set(__self__, "scan_listener_port_tcp_ssl", scan_listener_port_tcp_ssl)
154
+ if subscription_id is not None:
155
+ pulumi.set(__self__, "subscription_id", subscription_id)
152
156
  if system_version is not None:
153
157
  pulumi.set(__self__, "system_version", system_version)
154
158
  if time_zone is not None:
@@ -523,6 +527,18 @@ class CloudVmClusterArgs:
523
527
  def scan_listener_port_tcp_ssl(self, value: Optional[pulumi.Input[int]]):
524
528
  pulumi.set(self, "scan_listener_port_tcp_ssl", value)
525
529
 
530
+ @property
531
+ @pulumi.getter(name="subscriptionId")
532
+ def subscription_id(self) -> Optional[pulumi.Input[str]]:
533
+ """
534
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
535
+ """
536
+ return pulumi.get(self, "subscription_id")
537
+
538
+ @subscription_id.setter
539
+ def subscription_id(self, value: Optional[pulumi.Input[str]]):
540
+ pulumi.set(self, "subscription_id", value)
541
+
526
542
  @property
527
543
  @pulumi.getter(name="systemVersion")
528
544
  def system_version(self) -> Optional[pulumi.Input[str]]:
@@ -598,6 +614,7 @@ class _CloudVmClusterState:
598
614
  state: Optional[pulumi.Input[str]] = None,
599
615
  storage_size_in_gbs: Optional[pulumi.Input[int]] = None,
600
616
  subnet_id: Optional[pulumi.Input[str]] = None,
617
+ subscription_id: Optional[pulumi.Input[str]] = None,
601
618
  system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
602
619
  system_version: Optional[pulumi.Input[str]] = None,
603
620
  time_created: Optional[pulumi.Input[str]] = None,
@@ -660,6 +677,7 @@ class _CloudVmClusterState:
660
677
  :param pulumi.Input[str] state: The current state of the cloud VM cluster.
661
678
  :param pulumi.Input[int] storage_size_in_gbs: The storage allocation for the disk group, in gigabytes (GB).
662
679
  :param pulumi.Input[str] subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet associated with the cloud VM cluster.
680
+ :param pulumi.Input[str] subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
663
681
  :param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
664
682
  :param pulumi.Input[str] system_version: Operating system version of the image.
665
683
  :param pulumi.Input[str] time_created: The date and time that the cloud VM cluster was created.
@@ -757,6 +775,8 @@ class _CloudVmClusterState:
757
775
  pulumi.set(__self__, "storage_size_in_gbs", storage_size_in_gbs)
758
776
  if subnet_id is not None:
759
777
  pulumi.set(__self__, "subnet_id", subnet_id)
778
+ if subscription_id is not None:
779
+ pulumi.set(__self__, "subscription_id", subscription_id)
760
780
  if system_tags is not None:
761
781
  pulumi.set(__self__, "system_tags", system_tags)
762
782
  if system_version is not None:
@@ -1295,6 +1315,18 @@ class _CloudVmClusterState:
1295
1315
  def subnet_id(self, value: Optional[pulumi.Input[str]]):
1296
1316
  pulumi.set(self, "subnet_id", value)
1297
1317
 
1318
+ @property
1319
+ @pulumi.getter(name="subscriptionId")
1320
+ def subscription_id(self) -> Optional[pulumi.Input[str]]:
1321
+ """
1322
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
1323
+ """
1324
+ return pulumi.get(self, "subscription_id")
1325
+
1326
+ @subscription_id.setter
1327
+ def subscription_id(self, value: Optional[pulumi.Input[str]]):
1328
+ pulumi.set(self, "subscription_id", value)
1329
+
1298
1330
  @property
1299
1331
  @pulumi.getter(name="systemTags")
1300
1332
  def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
@@ -1407,6 +1439,7 @@ class CloudVmCluster(pulumi.CustomResource):
1407
1439
  scan_listener_port_tcp_ssl: Optional[pulumi.Input[int]] = None,
1408
1440
  ssh_public_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1409
1441
  subnet_id: Optional[pulumi.Input[str]] = None,
1442
+ subscription_id: Optional[pulumi.Input[str]] = None,
1410
1443
  system_version: Optional[pulumi.Input[str]] = None,
1411
1444
  time_zone: Optional[pulumi.Input[str]] = None,
1412
1445
  __props__=None):
@@ -1460,6 +1493,7 @@ class CloudVmCluster(pulumi.CustomResource):
1460
1493
  private_zone_id=test_zone["id"],
1461
1494
  scan_listener_port_tcp=cloud_vm_cluster_scan_listener_port_tcp,
1462
1495
  scan_listener_port_tcp_ssl=cloud_vm_cluster_scan_listener_port_tcp_ssl,
1496
+ subscription_id=tenant_subscription_id,
1463
1497
  system_version=cloud_vm_cluster_system_version,
1464
1498
  time_zone=cloud_vm_cluster_time_zone)
1465
1499
  ```
@@ -1515,6 +1549,7 @@ class CloudVmCluster(pulumi.CustomResource):
1515
1549
  :param pulumi.Input[int] scan_listener_port_tcp_ssl: The TCPS Single Client Access Name (SCAN) port. The default port is 2484.
1516
1550
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ssh_public_keys: (Updatable) The public key portion of one or more key pairs used for SSH access to the cloud VM cluster.
1517
1551
  :param pulumi.Input[str] subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet associated with the cloud VM cluster.
1552
+ :param pulumi.Input[str] subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
1518
1553
  :param pulumi.Input[str] system_version: Operating system version of the image.
1519
1554
  :param pulumi.Input[str] time_zone: The time zone to use for the cloud VM cluster. For details, see [Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
1520
1555
 
@@ -1578,6 +1613,7 @@ class CloudVmCluster(pulumi.CustomResource):
1578
1613
  private_zone_id=test_zone["id"],
1579
1614
  scan_listener_port_tcp=cloud_vm_cluster_scan_listener_port_tcp,
1580
1615
  scan_listener_port_tcp_ssl=cloud_vm_cluster_scan_listener_port_tcp_ssl,
1616
+ subscription_id=tenant_subscription_id,
1581
1617
  system_version=cloud_vm_cluster_system_version,
1582
1618
  time_zone=cloud_vm_cluster_time_zone)
1583
1619
  ```
@@ -1635,6 +1671,7 @@ class CloudVmCluster(pulumi.CustomResource):
1635
1671
  scan_listener_port_tcp_ssl: Optional[pulumi.Input[int]] = None,
1636
1672
  ssh_public_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1637
1673
  subnet_id: Optional[pulumi.Input[str]] = None,
1674
+ subscription_id: Optional[pulumi.Input[str]] = None,
1638
1675
  system_version: Optional[pulumi.Input[str]] = None,
1639
1676
  time_zone: Optional[pulumi.Input[str]] = None,
1640
1677
  __props__=None):
@@ -1694,6 +1731,7 @@ class CloudVmCluster(pulumi.CustomResource):
1694
1731
  if subnet_id is None and not opts.urn:
1695
1732
  raise TypeError("Missing required property 'subnet_id'")
1696
1733
  __props__.__dict__["subnet_id"] = subnet_id
1734
+ __props__.__dict__["subscription_id"] = subscription_id
1697
1735
  __props__.__dict__["system_version"] = system_version
1698
1736
  __props__.__dict__["time_zone"] = time_zone
1699
1737
  __props__.__dict__["availability_domain"] = None
@@ -1766,6 +1804,7 @@ class CloudVmCluster(pulumi.CustomResource):
1766
1804
  state: Optional[pulumi.Input[str]] = None,
1767
1805
  storage_size_in_gbs: Optional[pulumi.Input[int]] = None,
1768
1806
  subnet_id: Optional[pulumi.Input[str]] = None,
1807
+ subscription_id: Optional[pulumi.Input[str]] = None,
1769
1808
  system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
1770
1809
  system_version: Optional[pulumi.Input[str]] = None,
1771
1810
  time_created: Optional[pulumi.Input[str]] = None,
@@ -1833,6 +1872,7 @@ class CloudVmCluster(pulumi.CustomResource):
1833
1872
  :param pulumi.Input[str] state: The current state of the cloud VM cluster.
1834
1873
  :param pulumi.Input[int] storage_size_in_gbs: The storage allocation for the disk group, in gigabytes (GB).
1835
1874
  :param pulumi.Input[str] subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet associated with the cloud VM cluster.
1875
+ :param pulumi.Input[str] subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
1836
1876
  :param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
1837
1877
  :param pulumi.Input[str] system_version: Operating system version of the image.
1838
1878
  :param pulumi.Input[str] time_created: The date and time that the cloud VM cluster was created.
@@ -1891,6 +1931,7 @@ class CloudVmCluster(pulumi.CustomResource):
1891
1931
  __props__.__dict__["state"] = state
1892
1932
  __props__.__dict__["storage_size_in_gbs"] = storage_size_in_gbs
1893
1933
  __props__.__dict__["subnet_id"] = subnet_id
1934
+ __props__.__dict__["subscription_id"] = subscription_id
1894
1935
  __props__.__dict__["system_tags"] = system_tags
1895
1936
  __props__.__dict__["system_version"] = system_version
1896
1937
  __props__.__dict__["time_created"] = time_created
@@ -2252,6 +2293,14 @@ class CloudVmCluster(pulumi.CustomResource):
2252
2293
  """
2253
2294
  return pulumi.get(self, "subnet_id")
2254
2295
 
2296
+ @property
2297
+ @pulumi.getter(name="subscriptionId")
2298
+ def subscription_id(self) -> pulumi.Output[str]:
2299
+ """
2300
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
2301
+ """
2302
+ return pulumi.get(self, "subscription_id")
2303
+
2255
2304
  @property
2256
2305
  @pulumi.getter(name="systemTags")
2257
2306
  def system_tags(self) -> pulumi.Output[Mapping[str, Any]]:
@@ -801,54 +801,6 @@ class Database(pulumi.CustomResource):
801
801
 
802
802
  **Important:** When `auto_backup_enabled` is not present in the configuration or set to true, the `auto_backup_window` and `auto_full_backup_window` will be ignored
803
803
 
804
- ## Example Usage
805
-
806
- ```python
807
- import pulumi
808
- import pulumi_oci as oci
809
-
810
- test_database = oci.database.Database("test_database",
811
- database=oci.database.DatabaseDatabaseArgs(
812
- admin_password=database_database_admin_password,
813
- db_name=database_database_db_name,
814
- backup_id=test_backup["id"],
815
- backup_tde_password=database_database_backup_tde_password,
816
- character_set=database_database_character_set,
817
- database_software_image_id=test_database_software_image["id"],
818
- db_backup_config=oci.database.DatabaseDatabaseDbBackupConfigArgs(
819
- auto_backup_enabled=database_database_db_backup_config_auto_backup_enabled,
820
- auto_backup_window=database_database_db_backup_config_auto_backup_window,
821
- auto_full_backup_day=database_database_db_backup_config_auto_full_backup_day,
822
- auto_full_backup_window=database_database_db_backup_config_auto_full_backup_window,
823
- backup_deletion_policy=database_database_db_backup_config_backup_deletion_policy,
824
- backup_destination_details=[oci.database.DatabaseDatabaseDbBackupConfigBackupDestinationDetailArgs(
825
- dbrs_policy_id=test_policy["id"],
826
- id=database_database_db_backup_config_backup_destination_details_id,
827
- type=database_database_db_backup_config_backup_destination_details_type,
828
- )],
829
- recovery_window_in_days=database_database_db_backup_config_recovery_window_in_days,
830
- run_immediate_full_backup=database_database_db_backup_config_run_immediate_full_backup,
831
- ),
832
- db_unique_name=database_database_db_unique_name,
833
- db_workload=database_database_db_workload,
834
- defined_tags=database_database_defined_tags,
835
- freeform_tags=database_database_freeform_tags,
836
- kms_key_id=test_key["id"],
837
- kms_key_version_id=test_key_version["id"],
838
- ncharacter_set=database_database_ncharacter_set,
839
- pdb_name=database_database_pdb_name,
840
- pluggable_databases=database_database_pluggable_databases,
841
- sid_prefix=database_database_sid_prefix,
842
- tde_wallet_password=database_database_tde_wallet_password,
843
- vault_id=test_vault["id"],
844
- ),
845
- db_home_id=test_db_home["id"],
846
- source=database_source,
847
- db_version=database_db_version,
848
- kms_key_id=test_key["id"],
849
- kms_key_version_id=test_key_version["id"])
850
- ```
851
-
852
804
  ## Import
853
805
 
854
806
  Databases can be imported using the `id`, e.g.
@@ -891,54 +843,6 @@ class Database(pulumi.CustomResource):
891
843
 
892
844
  **Important:** When `auto_backup_enabled` is not present in the configuration or set to true, the `auto_backup_window` and `auto_full_backup_window` will be ignored
893
845
 
894
- ## Example Usage
895
-
896
- ```python
897
- import pulumi
898
- import pulumi_oci as oci
899
-
900
- test_database = oci.database.Database("test_database",
901
- database=oci.database.DatabaseDatabaseArgs(
902
- admin_password=database_database_admin_password,
903
- db_name=database_database_db_name,
904
- backup_id=test_backup["id"],
905
- backup_tde_password=database_database_backup_tde_password,
906
- character_set=database_database_character_set,
907
- database_software_image_id=test_database_software_image["id"],
908
- db_backup_config=oci.database.DatabaseDatabaseDbBackupConfigArgs(
909
- auto_backup_enabled=database_database_db_backup_config_auto_backup_enabled,
910
- auto_backup_window=database_database_db_backup_config_auto_backup_window,
911
- auto_full_backup_day=database_database_db_backup_config_auto_full_backup_day,
912
- auto_full_backup_window=database_database_db_backup_config_auto_full_backup_window,
913
- backup_deletion_policy=database_database_db_backup_config_backup_deletion_policy,
914
- backup_destination_details=[oci.database.DatabaseDatabaseDbBackupConfigBackupDestinationDetailArgs(
915
- dbrs_policy_id=test_policy["id"],
916
- id=database_database_db_backup_config_backup_destination_details_id,
917
- type=database_database_db_backup_config_backup_destination_details_type,
918
- )],
919
- recovery_window_in_days=database_database_db_backup_config_recovery_window_in_days,
920
- run_immediate_full_backup=database_database_db_backup_config_run_immediate_full_backup,
921
- ),
922
- db_unique_name=database_database_db_unique_name,
923
- db_workload=database_database_db_workload,
924
- defined_tags=database_database_defined_tags,
925
- freeform_tags=database_database_freeform_tags,
926
- kms_key_id=test_key["id"],
927
- kms_key_version_id=test_key_version["id"],
928
- ncharacter_set=database_database_ncharacter_set,
929
- pdb_name=database_database_pdb_name,
930
- pluggable_databases=database_database_pluggable_databases,
931
- sid_prefix=database_database_sid_prefix,
932
- tde_wallet_password=database_database_tde_wallet_password,
933
- vault_id=test_vault["id"],
934
- ),
935
- db_home_id=test_db_home["id"],
936
- source=database_source,
937
- db_version=database_db_version,
938
- kms_key_id=test_key["id"],
939
- kms_key_version_id=test_key_version["id"])
940
- ```
941
-
942
846
  ## Import
943
847
 
944
848
  Databases can be imported using the `id`, e.g.
@@ -22,7 +22,7 @@ class GetAutonomousDatabaseResult:
22
22
  """
23
23
  A collection of values returned by getAutonomousDatabase.
24
24
  """
25
- def __init__(__self__, actual_used_data_storage_size_in_tbs=None, admin_password=None, allocated_storage_size_in_tbs=None, apex_details=None, are_primary_whitelisted_ips_used=None, auto_refresh_frequency_in_seconds=None, auto_refresh_point_lag_in_seconds=None, autonomous_container_database_id=None, autonomous_database_backup_id=None, autonomous_database_id=None, autonomous_maintenance_schedule_type=None, available_upgrade_versions=None, backup_configs=None, backup_retention_period_in_days=None, character_set=None, clone_type=None, compartment_id=None, compute_count=None, compute_model=None, connection_strings=None, connection_urls=None, cpu_core_count=None, customer_contacts=None, data_safe_status=None, data_storage_size_in_gb=None, data_storage_size_in_tbs=None, database_edition=None, database_management_status=None, dataguard_region_type=None, db_name=None, db_tools_details=None, db_version=None, db_workload=None, defined_tags=None, disaster_recovery_region_type=None, disaster_recovery_type=None, display_name=None, failed_data_recovery_in_seconds=None, freeform_tags=None, id=None, in_memory_area_in_gbs=None, in_memory_percentage=None, infrastructure_type=None, is_access_control_enabled=None, is_auto_scaling_enabled=None, is_auto_scaling_for_storage_enabled=None, is_data_guard_enabled=None, is_dedicated=None, is_dev_tier=None, is_free_tier=None, is_local_data_guard_enabled=None, is_mtls_connection_required=None, is_preview=None, is_preview_version_with_service_terms_accepted=None, is_reconnect_clone_enabled=None, is_refreshable_clone=None, is_remote_data_guard_enabled=None, is_replicate_automatic_backups=None, is_shrink_only=None, key_history_entries=None, key_store_id=None, key_store_wallet_name=None, kms_key_id=None, kms_key_lifecycle_details=None, kms_key_version_id=None, license_model=None, lifecycle_details=None, local_adg_auto_failover_max_data_loss_limit=None, local_disaster_recovery_type=None, local_standby_dbs=None, long_term_backup_schedules=None, max_cpu_core_count=None, memory_per_oracle_compute_unit_in_gbs=None, ncharacter_set=None, net_services_architecture=None, next_long_term_backup_time_stamp=None, nsg_ids=None, ocpu_count=None, open_mode=None, operations_insights_status=None, peer_db_ids=None, permission_level=None, private_endpoint=None, private_endpoint_ip=None, private_endpoint_label=None, provisionable_cpuses=None, public_connection_urls=None, public_endpoint=None, refreshable_mode=None, refreshable_status=None, remote_disaster_recovery_configurations=None, remote_disaster_recovery_type=None, resource_pool_leader_id=None, resource_pool_summaries=None, role=None, rotate_key_trigger=None, scheduled_operations=None, secret_id=None, secret_version_number=None, service_console_url=None, shrink_adb_trigger=None, source=None, source_id=None, standby_dbs=None, standby_whitelisted_ips=None, state=None, subnet_id=None, supported_regions_to_clone_tos=None, switchover_to=None, switchover_to_remote_peer_id=None, system_tags=None, time_created=None, time_data_guard_role_changed=None, time_deletion_of_free_autonomous_database=None, time_disaster_recovery_role_changed=None, time_local_data_guard_enabled=None, time_maintenance_begin=None, time_maintenance_end=None, time_of_auto_refresh_start=None, time_of_joining_resource_pool=None, time_of_last_failover=None, time_of_last_refresh=None, time_of_last_refresh_point=None, time_of_last_switchover=None, time_of_next_refresh=None, time_reclamation_of_free_autonomous_database=None, time_until_reconnect_clone_enabled=None, timestamp=None, total_backup_storage_size_in_gbs=None, use_latest_available_backup_time_stamp=None, used_data_storage_size_in_gbs=None, used_data_storage_size_in_tbs=None, vault_id=None, whitelisted_ips=None):
25
+ def __init__(__self__, actual_used_data_storage_size_in_tbs=None, admin_password=None, allocated_storage_size_in_tbs=None, apex_details=None, are_primary_whitelisted_ips_used=None, auto_refresh_frequency_in_seconds=None, auto_refresh_point_lag_in_seconds=None, autonomous_container_database_id=None, autonomous_database_backup_id=None, autonomous_database_id=None, autonomous_maintenance_schedule_type=None, available_upgrade_versions=None, backup_configs=None, backup_retention_period_in_days=None, byol_compute_count_limit=None, character_set=None, clone_type=None, cluster_placement_group_id=None, compartment_id=None, compute_count=None, compute_model=None, connection_strings=None, connection_urls=None, cpu_core_count=None, customer_contacts=None, data_safe_status=None, data_storage_size_in_gb=None, data_storage_size_in_tbs=None, database_edition=None, database_management_status=None, dataguard_region_type=None, db_name=None, db_tools_details=None, db_version=None, db_workload=None, defined_tags=None, disaster_recovery_region_type=None, disaster_recovery_type=None, display_name=None, failed_data_recovery_in_seconds=None, freeform_tags=None, id=None, in_memory_area_in_gbs=None, in_memory_percentage=None, infrastructure_type=None, is_access_control_enabled=None, is_auto_scaling_enabled=None, is_auto_scaling_for_storage_enabled=None, is_data_guard_enabled=None, is_dedicated=None, is_dev_tier=None, is_free_tier=None, is_local_data_guard_enabled=None, is_mtls_connection_required=None, is_preview=None, is_preview_version_with_service_terms_accepted=None, is_reconnect_clone_enabled=None, is_refreshable_clone=None, is_remote_data_guard_enabled=None, is_replicate_automatic_backups=None, is_shrink_only=None, key_history_entries=None, key_store_id=None, key_store_wallet_name=None, kms_key_id=None, kms_key_lifecycle_details=None, kms_key_version_id=None, license_model=None, lifecycle_details=None, local_adg_auto_failover_max_data_loss_limit=None, local_disaster_recovery_type=None, local_standby_dbs=None, long_term_backup_schedules=None, max_cpu_core_count=None, memory_per_oracle_compute_unit_in_gbs=None, ncharacter_set=None, net_services_architecture=None, next_long_term_backup_time_stamp=None, nsg_ids=None, ocpu_count=None, open_mode=None, operations_insights_status=None, peer_db_ids=None, permission_level=None, private_endpoint=None, private_endpoint_ip=None, private_endpoint_label=None, provisionable_cpuses=None, public_connection_urls=None, public_endpoint=None, refreshable_mode=None, refreshable_status=None, remote_disaster_recovery_configurations=None, remote_disaster_recovery_type=None, resource_pool_leader_id=None, resource_pool_summaries=None, role=None, rotate_key_trigger=None, scheduled_operations=None, secret_id=None, secret_version_number=None, service_console_url=None, shrink_adb_trigger=None, source=None, source_id=None, standby_dbs=None, standby_whitelisted_ips=None, state=None, subnet_id=None, subscription_id=None, supported_regions_to_clone_tos=None, switchover_to=None, switchover_to_remote_peer_id=None, system_tags=None, time_created=None, time_data_guard_role_changed=None, time_deletion_of_free_autonomous_database=None, time_disaster_recovery_role_changed=None, time_local_data_guard_enabled=None, time_maintenance_begin=None, time_maintenance_end=None, time_of_auto_refresh_start=None, time_of_joining_resource_pool=None, time_of_last_failover=None, time_of_last_refresh=None, time_of_last_refresh_point=None, time_of_last_switchover=None, time_of_next_refresh=None, time_reclamation_of_free_autonomous_database=None, time_until_reconnect_clone_enabled=None, timestamp=None, total_backup_storage_size_in_gbs=None, use_latest_available_backup_time_stamp=None, used_data_storage_size_in_gbs=None, used_data_storage_size_in_tbs=None, vault_id=None, whitelisted_ips=None):
26
26
  if actual_used_data_storage_size_in_tbs and not isinstance(actual_used_data_storage_size_in_tbs, float):
27
27
  raise TypeError("Expected argument 'actual_used_data_storage_size_in_tbs' to be a float")
28
28
  pulumi.set(__self__, "actual_used_data_storage_size_in_tbs", actual_used_data_storage_size_in_tbs)
@@ -65,12 +65,18 @@ class GetAutonomousDatabaseResult:
65
65
  if backup_retention_period_in_days and not isinstance(backup_retention_period_in_days, int):
66
66
  raise TypeError("Expected argument 'backup_retention_period_in_days' to be a int")
67
67
  pulumi.set(__self__, "backup_retention_period_in_days", backup_retention_period_in_days)
68
+ if byol_compute_count_limit and not isinstance(byol_compute_count_limit, float):
69
+ raise TypeError("Expected argument 'byol_compute_count_limit' to be a float")
70
+ pulumi.set(__self__, "byol_compute_count_limit", byol_compute_count_limit)
68
71
  if character_set and not isinstance(character_set, str):
69
72
  raise TypeError("Expected argument 'character_set' to be a str")
70
73
  pulumi.set(__self__, "character_set", character_set)
71
74
  if clone_type and not isinstance(clone_type, str):
72
75
  raise TypeError("Expected argument 'clone_type' to be a str")
73
76
  pulumi.set(__self__, "clone_type", clone_type)
77
+ if cluster_placement_group_id and not isinstance(cluster_placement_group_id, str):
78
+ raise TypeError("Expected argument 'cluster_placement_group_id' to be a str")
79
+ pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
74
80
  if compartment_id and not isinstance(compartment_id, str):
75
81
  raise TypeError("Expected argument 'compartment_id' to be a str")
76
82
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -344,6 +350,9 @@ class GetAutonomousDatabaseResult:
344
350
  if subnet_id and not isinstance(subnet_id, str):
345
351
  raise TypeError("Expected argument 'subnet_id' to be a str")
346
352
  pulumi.set(__self__, "subnet_id", subnet_id)
353
+ if subscription_id and not isinstance(subscription_id, str):
354
+ raise TypeError("Expected argument 'subscription_id' to be a str")
355
+ pulumi.set(__self__, "subscription_id", subscription_id)
347
356
  if supported_regions_to_clone_tos and not isinstance(supported_regions_to_clone_tos, list):
348
357
  raise TypeError("Expected argument 'supported_regions_to_clone_tos' to be a list")
349
358
  pulumi.set(__self__, "supported_regions_to_clone_tos", supported_regions_to_clone_tos)
@@ -529,6 +538,11 @@ class GetAutonomousDatabaseResult:
529
538
  """
530
539
  return pulumi.get(self, "backup_retention_period_in_days")
531
540
 
541
+ @property
542
+ @pulumi.getter(name="byolComputeCountLimit")
543
+ def byol_compute_count_limit(self) -> float:
544
+ return pulumi.get(self, "byol_compute_count_limit")
545
+
532
546
  @property
533
547
  @pulumi.getter(name="characterSet")
534
548
  def character_set(self) -> str:
@@ -542,6 +556,14 @@ class GetAutonomousDatabaseResult:
542
556
  def clone_type(self) -> str:
543
557
  return pulumi.get(self, "clone_type")
544
558
 
559
+ @property
560
+ @pulumi.getter(name="clusterPlacementGroupId")
561
+ def cluster_placement_group_id(self) -> str:
562
+ """
563
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Autonomous Serverless Database.
564
+ """
565
+ return pulumi.get(self, "cluster_placement_group_id")
566
+
545
567
  @property
546
568
  @pulumi.getter(name="compartmentId")
547
569
  def compartment_id(self) -> str:
@@ -1252,6 +1274,15 @@ class GetAutonomousDatabaseResult:
1252
1274
  """
1253
1275
  return pulumi.get(self, "subnet_id")
1254
1276
 
1277
+ @property
1278
+ @pulumi.getter(name="subscriptionId")
1279
+ def subscription_id(self) -> str:
1280
+ """
1281
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
1282
+ These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
1283
+ """
1284
+ return pulumi.get(self, "subscription_id")
1285
+
1255
1286
  @property
1256
1287
  @pulumi.getter(name="supportedRegionsToCloneTos")
1257
1288
  def supported_regions_to_clone_tos(self) -> Sequence[str]:
@@ -1477,8 +1508,10 @@ class AwaitableGetAutonomousDatabaseResult(GetAutonomousDatabaseResult):
1477
1508
  available_upgrade_versions=self.available_upgrade_versions,
1478
1509
  backup_configs=self.backup_configs,
1479
1510
  backup_retention_period_in_days=self.backup_retention_period_in_days,
1511
+ byol_compute_count_limit=self.byol_compute_count_limit,
1480
1512
  character_set=self.character_set,
1481
1513
  clone_type=self.clone_type,
1514
+ cluster_placement_group_id=self.cluster_placement_group_id,
1482
1515
  compartment_id=self.compartment_id,
1483
1516
  compute_count=self.compute_count,
1484
1517
  compute_model=self.compute_model,
@@ -1570,6 +1603,7 @@ class AwaitableGetAutonomousDatabaseResult(GetAutonomousDatabaseResult):
1570
1603
  standby_whitelisted_ips=self.standby_whitelisted_ips,
1571
1604
  state=self.state,
1572
1605
  subnet_id=self.subnet_id,
1606
+ subscription_id=self.subscription_id,
1573
1607
  supported_regions_to_clone_tos=self.supported_regions_to_clone_tos,
1574
1608
  switchover_to=self.switchover_to,
1575
1609
  switchover_to_remote_peer_id=self.switchover_to_remote_peer_id,
@@ -1638,8 +1672,10 @@ def get_autonomous_database(autonomous_database_id: Optional[str] = None,
1638
1672
  available_upgrade_versions=pulumi.get(__ret__, 'available_upgrade_versions'),
1639
1673
  backup_configs=pulumi.get(__ret__, 'backup_configs'),
1640
1674
  backup_retention_period_in_days=pulumi.get(__ret__, 'backup_retention_period_in_days'),
1675
+ byol_compute_count_limit=pulumi.get(__ret__, 'byol_compute_count_limit'),
1641
1676
  character_set=pulumi.get(__ret__, 'character_set'),
1642
1677
  clone_type=pulumi.get(__ret__, 'clone_type'),
1678
+ cluster_placement_group_id=pulumi.get(__ret__, 'cluster_placement_group_id'),
1643
1679
  compartment_id=pulumi.get(__ret__, 'compartment_id'),
1644
1680
  compute_count=pulumi.get(__ret__, 'compute_count'),
1645
1681
  compute_model=pulumi.get(__ret__, 'compute_model'),
@@ -1731,6 +1767,7 @@ def get_autonomous_database(autonomous_database_id: Optional[str] = None,
1731
1767
  standby_whitelisted_ips=pulumi.get(__ret__, 'standby_whitelisted_ips'),
1732
1768
  state=pulumi.get(__ret__, 'state'),
1733
1769
  subnet_id=pulumi.get(__ret__, 'subnet_id'),
1770
+ subscription_id=pulumi.get(__ret__, 'subscription_id'),
1734
1771
  supported_regions_to_clone_tos=pulumi.get(__ret__, 'supported_regions_to_clone_tos'),
1735
1772
  switchover_to=pulumi.get(__ret__, 'switchover_to'),
1736
1773
  switchover_to_remote_peer_id=pulumi.get(__ret__, 'switchover_to_remote_peer_id'),