pulumi-oci 2.9.0__py3-none-any.whl → 2.9.0a1724479778__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 (119) hide show
  1. pulumi_oci/__init__.py +38 -86
  2. pulumi_oci/announcementsservice/__init__.py +0 -1
  3. pulumi_oci/announcementsservice/_inputs.py +6 -46
  4. pulumi_oci/announcementsservice/announcement_subscription.py +14 -14
  5. pulumi_oci/announcementsservice/get_announcement_subscription.py +2 -2
  6. pulumi_oci/announcementsservice/outputs.py +18 -195
  7. pulumi_oci/bigdataservice/_inputs.py +49 -1
  8. pulumi_oci/bigdataservice/bds_instance.py +128 -0
  9. pulumi_oci/bigdataservice/get_bds_instance.py +31 -1
  10. pulumi_oci/bigdataservice/outputs.py +132 -3
  11. pulumi_oci/database/_inputs.py +0 -32
  12. pulumi_oci/database/autonomous_database.py +0 -28
  13. pulumi_oci/database/data_guard_association.py +0 -49
  14. pulumi_oci/database/get_autonomous_database.py +1 -14
  15. pulumi_oci/database/get_autonomous_databases.py +95 -32
  16. pulumi_oci/database/get_data_guard_association.py +1 -11
  17. pulumi_oci/database/outputs.py +42 -163
  18. pulumi_oci/databasemanagement/__init__.py +0 -1
  19. pulumi_oci/databasemanagement/_inputs.py +12 -875
  20. pulumi_oci/databasemanagement/database_dbm_features_management.py +3 -37
  21. pulumi_oci/databasemanagement/db_management_private_endpoint.py +0 -49
  22. pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -14
  23. pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -21
  24. pulumi_oci/databasemanagement/get_managed_database.py +3 -47
  25. pulumi_oci/databasemanagement/managed_database.py +0 -56
  26. pulumi_oci/databasemanagement/outputs.py +5553 -7487
  27. pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +1 -35
  28. pulumi_oci/datasafe/__init__.py +0 -6
  29. pulumi_oci/datasafe/_inputs.py +0 -18
  30. pulumi_oci/datasafe/database_security_config_management.py +2 -244
  31. pulumi_oci/datasafe/outputs.py +0 -18
  32. pulumi_oci/datasafe/security_policy_deployment_management.py +2 -180
  33. pulumi_oci/datasafe/security_policy_management.py +2 -172
  34. pulumi_oci/datasafe/sql_firewall_policy_management.py +2 -354
  35. pulumi_oci/filestorage/mount_target.py +38 -143
  36. pulumi_oci/filestorage/outputs.py +0 -44
  37. pulumi_oci/{desktops → fleetsoftwareupdate}/__init__.py +6 -7
  38. pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
  39. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
  40. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
  41. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
  42. pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
  43. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
  44. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
  45. pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
  46. pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
  47. pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
  48. pulumi_oci/{delegateaccesscontrol/get_delegation_subscription.py → globallydistributeddatabase/get_private_endpoint.py} +105 -66
  49. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
  50. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
  51. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
  52. pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
  53. pulumi_oci/{delegateaccesscontrol/delegation_subscription.py → globallydistributeddatabase/private_endpoint.py} +267 -162
  54. pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
  55. pulumi_oci/identity/domains_group.py +0 -34
  56. pulumi_oci/identity/domains_user.py +0 -34
  57. pulumi_oci/identity/get_domains_group.py +1 -11
  58. pulumi_oci/identity/get_domains_user.py +1 -11
  59. pulumi_oci/identity/outputs.py +0 -14
  60. pulumi_oci/kms/_inputs.py +10 -10
  61. pulumi_oci/kms/get_vault.py +1 -14
  62. pulumi_oci/kms/outputs.py +30 -41
  63. pulumi_oci/kms/vault.py +0 -28
  64. pulumi_oci/loadbalancer/load_balancer.py +0 -224
  65. pulumi_oci/loadbalancer/outputs.py +0 -22
  66. pulumi_oci/mysql/_inputs.py +0 -23
  67. pulumi_oci/mysql/get_mysql_db_system.py +2 -15
  68. pulumi_oci/mysql/mysql_db_system.py +0 -53
  69. pulumi_oci/mysql/outputs.py +6 -74
  70. pulumi_oci/ocvp/get_cluster.py +2 -2
  71. pulumi_oci/ocvp/get_exsi_hosts.py +2 -2
  72. pulumi_oci/ocvp/get_supported_vmware_software_versions.py +5 -22
  73. pulumi_oci/ocvp/outputs.py +2 -2
  74. pulumi_oci/pulumi-plugin.json +1 -1
  75. pulumi_oci/recoverymod/_inputs.py +8 -0
  76. pulumi_oci/recoverymod/get_protected_database.py +1 -14
  77. pulumi_oci/recoverymod/get_protection_policy.py +1 -14
  78. pulumi_oci/recoverymod/outputs.py +8 -22
  79. pulumi_oci/recoverymod/protected_database.py +3 -80
  80. pulumi_oci/recoverymod/protection_policy.py +0 -49
  81. pulumi_oci/waf/_inputs.py +16 -29
  82. pulumi_oci/waf/outputs.py +10 -33
  83. {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/METADATA +1 -1
  84. {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/RECORD +86 -104
  85. {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/WHEEL +1 -1
  86. pulumi_oci/announcementsservice/get_services.py +0 -173
  87. pulumi_oci/databasemanagement/autonomous_database_autonomous_database_dbm_features_management.py +0 -275
  88. pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
  89. pulumi_oci/datasafe/masking_report_management.py +0 -693
  90. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
  91. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
  92. pulumi_oci/datasafe/unset_security_assessment_baseline_management.py +0 -264
  93. pulumi_oci/datasafe/unset_user_assessment_baseline_management.py +0 -264
  94. pulumi_oci/delegateaccesscontrol/__init__.py +0 -24
  95. pulumi_oci/delegateaccesscontrol/_inputs.py +0 -306
  96. pulumi_oci/delegateaccesscontrol/delegation_control.py +0 -1082
  97. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request.py +0 -535
  98. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_audit_log_report.py +0 -174
  99. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_histories.py +0 -133
  100. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_requests.py +0 -250
  101. pulumi_oci/delegateaccesscontrol/get_delegation_control.py +0 -378
  102. pulumi_oci/delegateaccesscontrol/get_delegation_control_resources.py +0 -133
  103. pulumi_oci/delegateaccesscontrol/get_delegation_controls.py +0 -213
  104. pulumi_oci/delegateaccesscontrol/get_delegation_subscriptions.py +0 -176
  105. pulumi_oci/delegateaccesscontrol/get_service_provider.py +0 -274
  106. pulumi_oci/delegateaccesscontrol/get_service_provider_action.py +0 -210
  107. pulumi_oci/delegateaccesscontrol/get_service_provider_actions.py +0 -210
  108. pulumi_oci/delegateaccesscontrol/get_service_providers.py +0 -213
  109. pulumi_oci/delegateaccesscontrol/outputs.py +0 -1679
  110. pulumi_oci/desktops/_inputs.py +0 -483
  111. pulumi_oci/desktops/desktop_pool.py +0 -1348
  112. pulumi_oci/desktops/get_desktop.py +0 -223
  113. pulumi_oci/desktops/get_desktop_pool.py +0 -418
  114. pulumi_oci/desktops/get_desktop_pool_desktops.py +0 -208
  115. pulumi_oci/desktops/get_desktop_pool_volumes.py +0 -214
  116. pulumi_oci/desktops/get_desktop_pools.py +0 -203
  117. pulumi_oci/desktops/get_desktops.py +0 -214
  118. pulumi_oci/desktops/outputs.py +0 -1738
  119. {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/top_level.txt +0 -0
@@ -18,8 +18,7 @@ class DatabaseDbmFeaturesManagementArgs:
18
18
  def __init__(__self__, *,
19
19
  database_id: pulumi.Input[str],
20
20
  enable_database_dbm_feature: pulumi.Input[bool],
21
- feature_details: Optional[pulumi.Input['DatabaseDbmFeaturesManagementFeatureDetailsArgs']] = None,
22
- modify_database_dbm_feature: Optional[pulumi.Input[bool]] = None):
21
+ feature_details: Optional[pulumi.Input['DatabaseDbmFeaturesManagementFeatureDetailsArgs']] = None):
23
22
  """
24
23
  The set of arguments for constructing a DatabaseDbmFeaturesManagement resource.
25
24
  :param pulumi.Input[str] database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database.
@@ -34,8 +33,6 @@ class DatabaseDbmFeaturesManagementArgs:
34
33
  pulumi.set(__self__, "enable_database_dbm_feature", enable_database_dbm_feature)
35
34
  if feature_details is not None:
36
35
  pulumi.set(__self__, "feature_details", feature_details)
37
- if modify_database_dbm_feature is not None:
38
- pulumi.set(__self__, "modify_database_dbm_feature", modify_database_dbm_feature)
39
36
 
40
37
  @property
41
38
  @pulumi.getter(name="databaseId")
@@ -77,23 +74,13 @@ class DatabaseDbmFeaturesManagementArgs:
77
74
  def feature_details(self, value: Optional[pulumi.Input['DatabaseDbmFeaturesManagementFeatureDetailsArgs']]):
78
75
  pulumi.set(self, "feature_details", value)
79
76
 
80
- @property
81
- @pulumi.getter(name="modifyDatabaseDbmFeature")
82
- def modify_database_dbm_feature(self) -> Optional[pulumi.Input[bool]]:
83
- return pulumi.get(self, "modify_database_dbm_feature")
84
-
85
- @modify_database_dbm_feature.setter
86
- def modify_database_dbm_feature(self, value: Optional[pulumi.Input[bool]]):
87
- pulumi.set(self, "modify_database_dbm_feature", value)
88
-
89
77
 
90
78
  @pulumi.input_type
91
79
  class _DatabaseDbmFeaturesManagementState:
92
80
  def __init__(__self__, *,
93
81
  database_id: Optional[pulumi.Input[str]] = None,
94
82
  enable_database_dbm_feature: Optional[pulumi.Input[bool]] = None,
95
- feature_details: Optional[pulumi.Input['DatabaseDbmFeaturesManagementFeatureDetailsArgs']] = None,
96
- modify_database_dbm_feature: Optional[pulumi.Input[bool]] = None):
83
+ feature_details: Optional[pulumi.Input['DatabaseDbmFeaturesManagementFeatureDetailsArgs']] = None):
97
84
  """
98
85
  Input properties used for looking up and filtering DatabaseDbmFeaturesManagement resources.
99
86
  :param pulumi.Input[str] database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database.
@@ -110,8 +97,6 @@ class _DatabaseDbmFeaturesManagementState:
110
97
  pulumi.set(__self__, "enable_database_dbm_feature", enable_database_dbm_feature)
111
98
  if feature_details is not None:
112
99
  pulumi.set(__self__, "feature_details", feature_details)
113
- if modify_database_dbm_feature is not None:
114
- pulumi.set(__self__, "modify_database_dbm_feature", modify_database_dbm_feature)
115
100
 
116
101
  @property
117
102
  @pulumi.getter(name="databaseId")
@@ -153,15 +138,6 @@ class _DatabaseDbmFeaturesManagementState:
153
138
  def feature_details(self, value: Optional[pulumi.Input['DatabaseDbmFeaturesManagementFeatureDetailsArgs']]):
154
139
  pulumi.set(self, "feature_details", value)
155
140
 
156
- @property
157
- @pulumi.getter(name="modifyDatabaseDbmFeature")
158
- def modify_database_dbm_feature(self) -> Optional[pulumi.Input[bool]]:
159
- return pulumi.get(self, "modify_database_dbm_feature")
160
-
161
- @modify_database_dbm_feature.setter
162
- def modify_database_dbm_feature(self, value: Optional[pulumi.Input[bool]]):
163
- pulumi.set(self, "modify_database_dbm_feature", value)
164
-
165
141
 
166
142
  class DatabaseDbmFeaturesManagement(pulumi.CustomResource):
167
143
  @overload
@@ -171,7 +147,6 @@ class DatabaseDbmFeaturesManagement(pulumi.CustomResource):
171
147
  database_id: Optional[pulumi.Input[str]] = None,
172
148
  enable_database_dbm_feature: Optional[pulumi.Input[bool]] = None,
173
149
  feature_details: Optional[pulumi.Input[Union['DatabaseDbmFeaturesManagementFeatureDetailsArgs', 'DatabaseDbmFeaturesManagementFeatureDetailsArgsDict']]] = None,
174
- modify_database_dbm_feature: Optional[pulumi.Input[bool]] = None,
175
150
  __props__=None):
176
151
  """
177
152
  This resource provides the Database Dbm Features Management resource in Oracle Cloud Infrastructure Database Management service.
@@ -217,7 +192,6 @@ class DatabaseDbmFeaturesManagement(pulumi.CustomResource):
217
192
  database_id: Optional[pulumi.Input[str]] = None,
218
193
  enable_database_dbm_feature: Optional[pulumi.Input[bool]] = None,
219
194
  feature_details: Optional[pulumi.Input[Union['DatabaseDbmFeaturesManagementFeatureDetailsArgs', 'DatabaseDbmFeaturesManagementFeatureDetailsArgsDict']]] = None,
220
- modify_database_dbm_feature: Optional[pulumi.Input[bool]] = None,
221
195
  __props__=None):
222
196
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
223
197
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -234,7 +208,6 @@ class DatabaseDbmFeaturesManagement(pulumi.CustomResource):
234
208
  raise TypeError("Missing required property 'enable_database_dbm_feature'")
235
209
  __props__.__dict__["enable_database_dbm_feature"] = enable_database_dbm_feature
236
210
  __props__.__dict__["feature_details"] = feature_details
237
- __props__.__dict__["modify_database_dbm_feature"] = modify_database_dbm_feature
238
211
  super(DatabaseDbmFeaturesManagement, __self__).__init__(
239
212
  'oci:DatabaseManagement/databaseDbmFeaturesManagement:DatabaseDbmFeaturesManagement',
240
213
  resource_name,
@@ -247,8 +220,7 @@ class DatabaseDbmFeaturesManagement(pulumi.CustomResource):
247
220
  opts: Optional[pulumi.ResourceOptions] = None,
248
221
  database_id: Optional[pulumi.Input[str]] = None,
249
222
  enable_database_dbm_feature: Optional[pulumi.Input[bool]] = None,
250
- feature_details: Optional[pulumi.Input[Union['DatabaseDbmFeaturesManagementFeatureDetailsArgs', 'DatabaseDbmFeaturesManagementFeatureDetailsArgsDict']]] = None,
251
- modify_database_dbm_feature: Optional[pulumi.Input[bool]] = None) -> 'DatabaseDbmFeaturesManagement':
223
+ feature_details: Optional[pulumi.Input[Union['DatabaseDbmFeaturesManagementFeatureDetailsArgs', 'DatabaseDbmFeaturesManagementFeatureDetailsArgsDict']]] = None) -> 'DatabaseDbmFeaturesManagement':
252
224
  """
253
225
  Get an existing DatabaseDbmFeaturesManagement resource's state with the given name, id, and optional extra
254
226
  properties used to qualify the lookup.
@@ -271,7 +243,6 @@ class DatabaseDbmFeaturesManagement(pulumi.CustomResource):
271
243
  __props__.__dict__["database_id"] = database_id
272
244
  __props__.__dict__["enable_database_dbm_feature"] = enable_database_dbm_feature
273
245
  __props__.__dict__["feature_details"] = feature_details
274
- __props__.__dict__["modify_database_dbm_feature"] = modify_database_dbm_feature
275
246
  return DatabaseDbmFeaturesManagement(resource_name, opts=opts, __props__=__props__)
276
247
 
277
248
  @property
@@ -302,8 +273,3 @@ class DatabaseDbmFeaturesManagement(pulumi.CustomResource):
302
273
  """
303
274
  return pulumi.get(self, "feature_details")
304
275
 
305
- @property
306
- @pulumi.getter(name="modifyDatabaseDbmFeature")
307
- def modify_database_dbm_feature(self) -> pulumi.Output[Optional[bool]]:
308
- return pulumi.get(self, "modify_database_dbm_feature")
309
-
@@ -20,7 +20,6 @@ class DbManagementPrivateEndpointArgs:
20
20
  description: Optional[pulumi.Input[str]] = None,
21
21
  freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
22
22
  is_cluster: Optional[pulumi.Input[bool]] = None,
23
- is_dns_resolution_enabled: Optional[pulumi.Input[bool]] = None,
24
23
  name: Optional[pulumi.Input[str]] = None,
25
24
  nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
26
25
  """
@@ -35,7 +34,6 @@ class DbManagementPrivateEndpointArgs:
35
34
  :param pulumi.Input[str] description: (Updatable) The description of the private endpoint.
36
35
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] 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"}`
37
36
  :param pulumi.Input[bool] is_cluster: Specifies whether the Database Management private endpoint will be used for Oracle Databases in a cluster.
38
- :param pulumi.Input[bool] is_dns_resolution_enabled: Specifies whether the Database Management private endpoint has DNS proxy server enabled to resolve private host name.
39
37
  :param pulumi.Input[str] name: (Updatable) The display name of the Database Management private endpoint.
40
38
  :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) The OCIDs of the Network Security Groups to which the Database Management private endpoint belongs.
41
39
  """
@@ -49,8 +47,6 @@ class DbManagementPrivateEndpointArgs:
49
47
  pulumi.set(__self__, "freeform_tags", freeform_tags)
50
48
  if is_cluster is not None:
51
49
  pulumi.set(__self__, "is_cluster", is_cluster)
52
- if is_dns_resolution_enabled is not None:
53
- pulumi.set(__self__, "is_dns_resolution_enabled", is_dns_resolution_enabled)
54
50
  if name is not None:
55
51
  pulumi.set(__self__, "name", name)
56
52
  if nsg_ids is not None:
@@ -132,18 +128,6 @@ class DbManagementPrivateEndpointArgs:
132
128
  def is_cluster(self, value: Optional[pulumi.Input[bool]]):
133
129
  pulumi.set(self, "is_cluster", value)
134
130
 
135
- @property
136
- @pulumi.getter(name="isDnsResolutionEnabled")
137
- def is_dns_resolution_enabled(self) -> Optional[pulumi.Input[bool]]:
138
- """
139
- Specifies whether the Database Management private endpoint has DNS proxy server enabled to resolve private host name.
140
- """
141
- return pulumi.get(self, "is_dns_resolution_enabled")
142
-
143
- @is_dns_resolution_enabled.setter
144
- def is_dns_resolution_enabled(self, value: Optional[pulumi.Input[bool]]):
145
- pulumi.set(self, "is_dns_resolution_enabled", value)
146
-
147
131
  @property
148
132
  @pulumi.getter
149
133
  def name(self) -> Optional[pulumi.Input[str]]:
@@ -177,7 +161,6 @@ class _DbManagementPrivateEndpointState:
177
161
  description: Optional[pulumi.Input[str]] = None,
178
162
  freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
179
163
  is_cluster: Optional[pulumi.Input[bool]] = None,
180
- is_dns_resolution_enabled: Optional[pulumi.Input[bool]] = None,
181
164
  name: Optional[pulumi.Input[str]] = None,
182
165
  nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
183
166
  private_ip: Optional[pulumi.Input[str]] = None,
@@ -193,7 +176,6 @@ class _DbManagementPrivateEndpointState:
193
176
  :param pulumi.Input[str] description: (Updatable) The description of the private endpoint.
194
177
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] 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"}`
195
178
  :param pulumi.Input[bool] is_cluster: Specifies whether the Database Management private endpoint will be used for Oracle Databases in a cluster.
196
- :param pulumi.Input[bool] is_dns_resolution_enabled: Specifies whether the Database Management private endpoint has DNS proxy server enabled to resolve private host name.
197
179
  :param pulumi.Input[str] name: (Updatable) The display name of the Database Management private endpoint.
198
180
  :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) The OCIDs of the Network Security Groups to which the Database Management private endpoint belongs.
199
181
  :param pulumi.Input[str] private_ip: The IP addresses assigned to the Database Management private endpoint.
@@ -217,8 +199,6 @@ class _DbManagementPrivateEndpointState:
217
199
  pulumi.set(__self__, "freeform_tags", freeform_tags)
218
200
  if is_cluster is not None:
219
201
  pulumi.set(__self__, "is_cluster", is_cluster)
220
- if is_dns_resolution_enabled is not None:
221
- pulumi.set(__self__, "is_dns_resolution_enabled", is_dns_resolution_enabled)
222
202
  if name is not None:
223
203
  pulumi.set(__self__, "name", name)
224
204
  if nsg_ids is not None:
@@ -296,18 +276,6 @@ class _DbManagementPrivateEndpointState:
296
276
  def is_cluster(self, value: Optional[pulumi.Input[bool]]):
297
277
  pulumi.set(self, "is_cluster", value)
298
278
 
299
- @property
300
- @pulumi.getter(name="isDnsResolutionEnabled")
301
- def is_dns_resolution_enabled(self) -> Optional[pulumi.Input[bool]]:
302
- """
303
- Specifies whether the Database Management private endpoint has DNS proxy server enabled to resolve private host name.
304
- """
305
- return pulumi.get(self, "is_dns_resolution_enabled")
306
-
307
- @is_dns_resolution_enabled.setter
308
- def is_dns_resolution_enabled(self, value: Optional[pulumi.Input[bool]]):
309
- pulumi.set(self, "is_dns_resolution_enabled", value)
310
-
311
279
  @property
312
280
  @pulumi.getter
313
281
  def name(self) -> Optional[pulumi.Input[str]]:
@@ -419,7 +387,6 @@ class DbManagementPrivateEndpoint(pulumi.CustomResource):
419
387
  description: Optional[pulumi.Input[str]] = None,
420
388
  freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
421
389
  is_cluster: Optional[pulumi.Input[bool]] = None,
422
- is_dns_resolution_enabled: Optional[pulumi.Input[bool]] = None,
423
390
  name: Optional[pulumi.Input[str]] = None,
424
391
  nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
425
392
  subnet_id: Optional[pulumi.Input[str]] = None,
@@ -447,7 +414,6 @@ class DbManagementPrivateEndpoint(pulumi.CustomResource):
447
414
  "Department": "Finance",
448
415
  },
449
416
  is_cluster=db_management_private_endpoint_is_cluster,
450
- is_dns_resolution_enabled=db_management_private_endpoint_is_dns_resolution_enabled,
451
417
  nsg_ids=db_management_private_endpoint_nsg_ids)
452
418
  ```
453
419
 
@@ -466,7 +432,6 @@ class DbManagementPrivateEndpoint(pulumi.CustomResource):
466
432
  :param pulumi.Input[str] description: (Updatable) The description of the private endpoint.
467
433
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] 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"}`
468
434
  :param pulumi.Input[bool] is_cluster: Specifies whether the Database Management private endpoint will be used for Oracle Databases in a cluster.
469
- :param pulumi.Input[bool] is_dns_resolution_enabled: Specifies whether the Database Management private endpoint has DNS proxy server enabled to resolve private host name.
470
435
  :param pulumi.Input[str] name: (Updatable) The display name of the Database Management private endpoint.
471
436
  :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) The OCIDs of the Network Security Groups to which the Database Management private endpoint belongs.
472
437
  :param pulumi.Input[str] subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet.
@@ -504,7 +469,6 @@ class DbManagementPrivateEndpoint(pulumi.CustomResource):
504
469
  "Department": "Finance",
505
470
  },
506
471
  is_cluster=db_management_private_endpoint_is_cluster,
507
- is_dns_resolution_enabled=db_management_private_endpoint_is_dns_resolution_enabled,
508
472
  nsg_ids=db_management_private_endpoint_nsg_ids)
509
473
  ```
510
474
 
@@ -536,7 +500,6 @@ class DbManagementPrivateEndpoint(pulumi.CustomResource):
536
500
  description: Optional[pulumi.Input[str]] = None,
537
501
  freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
538
502
  is_cluster: Optional[pulumi.Input[bool]] = None,
539
- is_dns_resolution_enabled: Optional[pulumi.Input[bool]] = None,
540
503
  name: Optional[pulumi.Input[str]] = None,
541
504
  nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
542
505
  subnet_id: Optional[pulumi.Input[str]] = None,
@@ -556,7 +519,6 @@ class DbManagementPrivateEndpoint(pulumi.CustomResource):
556
519
  __props__.__dict__["description"] = description
557
520
  __props__.__dict__["freeform_tags"] = freeform_tags
558
521
  __props__.__dict__["is_cluster"] = is_cluster
559
- __props__.__dict__["is_dns_resolution_enabled"] = is_dns_resolution_enabled
560
522
  __props__.__dict__["name"] = name
561
523
  __props__.__dict__["nsg_ids"] = nsg_ids
562
524
  if subnet_id is None and not opts.urn:
@@ -582,7 +544,6 @@ class DbManagementPrivateEndpoint(pulumi.CustomResource):
582
544
  description: Optional[pulumi.Input[str]] = None,
583
545
  freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
584
546
  is_cluster: Optional[pulumi.Input[bool]] = None,
585
- is_dns_resolution_enabled: Optional[pulumi.Input[bool]] = None,
586
547
  name: Optional[pulumi.Input[str]] = None,
587
548
  nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
588
549
  private_ip: Optional[pulumi.Input[str]] = None,
@@ -603,7 +564,6 @@ class DbManagementPrivateEndpoint(pulumi.CustomResource):
603
564
  :param pulumi.Input[str] description: (Updatable) The description of the private endpoint.
604
565
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] 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"}`
605
566
  :param pulumi.Input[bool] is_cluster: Specifies whether the Database Management private endpoint will be used for Oracle Databases in a cluster.
606
- :param pulumi.Input[bool] is_dns_resolution_enabled: Specifies whether the Database Management private endpoint has DNS proxy server enabled to resolve private host name.
607
567
  :param pulumi.Input[str] name: (Updatable) The display name of the Database Management private endpoint.
608
568
  :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) The OCIDs of the Network Security Groups to which the Database Management private endpoint belongs.
609
569
  :param pulumi.Input[str] private_ip: The IP addresses assigned to the Database Management private endpoint.
@@ -626,7 +586,6 @@ class DbManagementPrivateEndpoint(pulumi.CustomResource):
626
586
  __props__.__dict__["description"] = description
627
587
  __props__.__dict__["freeform_tags"] = freeform_tags
628
588
  __props__.__dict__["is_cluster"] = is_cluster
629
- __props__.__dict__["is_dns_resolution_enabled"] = is_dns_resolution_enabled
630
589
  __props__.__dict__["name"] = name
631
590
  __props__.__dict__["nsg_ids"] = nsg_ids
632
591
  __props__.__dict__["private_ip"] = private_ip
@@ -677,14 +636,6 @@ class DbManagementPrivateEndpoint(pulumi.CustomResource):
677
636
  """
678
637
  return pulumi.get(self, "is_cluster")
679
638
 
680
- @property
681
- @pulumi.getter(name="isDnsResolutionEnabled")
682
- def is_dns_resolution_enabled(self) -> pulumi.Output[bool]:
683
- """
684
- Specifies whether the Database Management private endpoint has DNS proxy server enabled to resolve private host name.
685
- """
686
- return pulumi.get(self, "is_dns_resolution_enabled")
687
-
688
639
  @property
689
640
  @pulumi.getter
690
641
  def name(self) -> pulumi.Output[str]:
@@ -21,7 +21,7 @@ class GetDbManagementPrivateEndpointResult:
21
21
  """
22
22
  A collection of values returned by getDbManagementPrivateEndpoint.
23
23
  """
24
- def __init__(__self__, compartment_id=None, db_management_private_endpoint_id=None, defined_tags=None, description=None, freeform_tags=None, id=None, is_cluster=None, is_dns_resolution_enabled=None, name=None, nsg_ids=None, private_ip=None, state=None, subnet_id=None, system_tags=None, time_created=None, vcn_id=None):
24
+ def __init__(__self__, compartment_id=None, db_management_private_endpoint_id=None, defined_tags=None, description=None, freeform_tags=None, id=None, is_cluster=None, name=None, nsg_ids=None, private_ip=None, state=None, subnet_id=None, system_tags=None, time_created=None, vcn_id=None):
25
25
  if compartment_id and not isinstance(compartment_id, str):
26
26
  raise TypeError("Expected argument 'compartment_id' to be a str")
27
27
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -43,9 +43,6 @@ class GetDbManagementPrivateEndpointResult:
43
43
  if is_cluster and not isinstance(is_cluster, bool):
44
44
  raise TypeError("Expected argument 'is_cluster' to be a bool")
45
45
  pulumi.set(__self__, "is_cluster", is_cluster)
46
- if is_dns_resolution_enabled and not isinstance(is_dns_resolution_enabled, bool):
47
- raise TypeError("Expected argument 'is_dns_resolution_enabled' to be a bool")
48
- pulumi.set(__self__, "is_dns_resolution_enabled", is_dns_resolution_enabled)
49
46
  if name and not isinstance(name, str):
50
47
  raise TypeError("Expected argument 'name' to be a str")
51
48
  pulumi.set(__self__, "name", name)
@@ -124,14 +121,6 @@ class GetDbManagementPrivateEndpointResult:
124
121
  """
125
122
  return pulumi.get(self, "is_cluster")
126
123
 
127
- @property
128
- @pulumi.getter(name="isDnsResolutionEnabled")
129
- def is_dns_resolution_enabled(self) -> bool:
130
- """
131
- Specifies whether the Database Management private endpoint has DNS proxy server enabled to resolve private host name.
132
- """
133
- return pulumi.get(self, "is_dns_resolution_enabled")
134
-
135
124
  @property
136
125
  @pulumi.getter
137
126
  def name(self) -> str:
@@ -210,7 +199,6 @@ class AwaitableGetDbManagementPrivateEndpointResult(GetDbManagementPrivateEndpoi
210
199
  freeform_tags=self.freeform_tags,
211
200
  id=self.id,
212
201
  is_cluster=self.is_cluster,
213
- is_dns_resolution_enabled=self.is_dns_resolution_enabled,
214
202
  name=self.name,
215
203
  nsg_ids=self.nsg_ids,
216
204
  private_ip=self.private_ip,
@@ -253,7 +241,6 @@ def get_db_management_private_endpoint(db_management_private_endpoint_id: Option
253
241
  freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
254
242
  id=pulumi.get(__ret__, 'id'),
255
243
  is_cluster=pulumi.get(__ret__, 'is_cluster'),
256
- is_dns_resolution_enabled=pulumi.get(__ret__, 'is_dns_resolution_enabled'),
257
244
  name=pulumi.get(__ret__, 'name'),
258
245
  nsg_ids=pulumi.get(__ret__, 'nsg_ids'),
259
246
  private_ip=pulumi.get(__ret__, 'private_ip'),
@@ -23,7 +23,7 @@ class GetDbManagementPrivateEndpointsResult:
23
23
  """
24
24
  A collection of values returned by getDbManagementPrivateEndpoints.
25
25
  """
26
- def __init__(__self__, compartment_id=None, db_management_private_endpoint_collections=None, filters=None, id=None, is_cluster=None, is_dns_resolution_enabled=None, name=None, state=None, vcn_id=None):
26
+ def __init__(__self__, compartment_id=None, db_management_private_endpoint_collections=None, filters=None, id=None, is_cluster=None, name=None, state=None, vcn_id=None):
27
27
  if compartment_id and not isinstance(compartment_id, str):
28
28
  raise TypeError("Expected argument 'compartment_id' to be a str")
29
29
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -39,9 +39,6 @@ class GetDbManagementPrivateEndpointsResult:
39
39
  if is_cluster and not isinstance(is_cluster, bool):
40
40
  raise TypeError("Expected argument 'is_cluster' to be a bool")
41
41
  pulumi.set(__self__, "is_cluster", is_cluster)
42
- if is_dns_resolution_enabled and not isinstance(is_dns_resolution_enabled, bool):
43
- raise TypeError("Expected argument 'is_dns_resolution_enabled' to be a bool")
44
- pulumi.set(__self__, "is_dns_resolution_enabled", is_dns_resolution_enabled)
45
42
  if name and not isinstance(name, str):
46
43
  raise TypeError("Expected argument 'name' to be a str")
47
44
  pulumi.set(__self__, "name", name)
@@ -89,14 +86,6 @@ class GetDbManagementPrivateEndpointsResult:
89
86
  """
90
87
  return pulumi.get(self, "is_cluster")
91
88
 
92
- @property
93
- @pulumi.getter(name="isDnsResolutionEnabled")
94
- def is_dns_resolution_enabled(self) -> Optional[bool]:
95
- """
96
- Specifies whether the Database Management private endpoint has DNS proxy server enabled to resolve private host name.
97
- """
98
- return pulumi.get(self, "is_dns_resolution_enabled")
99
-
100
89
  @property
101
90
  @pulumi.getter
102
91
  def name(self) -> Optional[str]:
@@ -133,7 +122,6 @@ class AwaitableGetDbManagementPrivateEndpointsResult(GetDbManagementPrivateEndpo
133
122
  filters=self.filters,
134
123
  id=self.id,
135
124
  is_cluster=self.is_cluster,
136
- is_dns_resolution_enabled=self.is_dns_resolution_enabled,
137
125
  name=self.name,
138
126
  state=self.state,
139
127
  vcn_id=self.vcn_id)
@@ -142,7 +130,6 @@ class AwaitableGetDbManagementPrivateEndpointsResult(GetDbManagementPrivateEndpo
142
130
  def get_db_management_private_endpoints(compartment_id: Optional[str] = None,
143
131
  filters: Optional[Sequence[Union['GetDbManagementPrivateEndpointsFilterArgs', 'GetDbManagementPrivateEndpointsFilterArgsDict']]] = None,
144
132
  is_cluster: Optional[bool] = None,
145
- is_dns_resolution_enabled: Optional[bool] = None,
146
133
  name: Optional[str] = None,
147
134
  state: Optional[str] = None,
148
135
  vcn_id: Optional[str] = None,
@@ -160,7 +147,6 @@ def get_db_management_private_endpoints(compartment_id: Optional[str] = None,
160
147
 
161
148
  test_db_management_private_endpoints = oci.DatabaseManagement.get_db_management_private_endpoints(compartment_id=compartment_id,
162
149
  is_cluster=db_management_private_endpoint_is_cluster,
163
- is_dns_resolution_enabled=db_management_private_endpoint_is_dns_resolution_enabled,
164
150
  name=db_management_private_endpoint_name,
165
151
  state=db_management_private_endpoint_state,
166
152
  vcn_id=test_vcn["id"])
@@ -169,7 +155,6 @@ def get_db_management_private_endpoints(compartment_id: Optional[str] = None,
169
155
 
170
156
  :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
171
157
  :param bool is_cluster: The option to filter Database Management private endpoints that can used for Oracle Databases in a cluster. This should be used along with the vcnId query parameter.
172
- :param bool is_dns_resolution_enabled: The option to filter Database Management private endpoints which are endbled with DNS proxy server. This should be used along with the vcnId query parameter. Only one of this parameter and IsClusterDbManagementPrivateEndpointQueryParam should be set to true at one time.
173
158
  :param str name: A filter to return only resources that match the entire name.
174
159
  :param str state: The lifecycle state of a resource.
175
160
  :param str vcn_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
@@ -178,7 +163,6 @@ def get_db_management_private_endpoints(compartment_id: Optional[str] = None,
178
163
  __args__['compartmentId'] = compartment_id
179
164
  __args__['filters'] = filters
180
165
  __args__['isCluster'] = is_cluster
181
- __args__['isDnsResolutionEnabled'] = is_dns_resolution_enabled
182
166
  __args__['name'] = name
183
167
  __args__['state'] = state
184
168
  __args__['vcnId'] = vcn_id
@@ -191,7 +175,6 @@ def get_db_management_private_endpoints(compartment_id: Optional[str] = None,
191
175
  filters=pulumi.get(__ret__, 'filters'),
192
176
  id=pulumi.get(__ret__, 'id'),
193
177
  is_cluster=pulumi.get(__ret__, 'is_cluster'),
194
- is_dns_resolution_enabled=pulumi.get(__ret__, 'is_dns_resolution_enabled'),
195
178
  name=pulumi.get(__ret__, 'name'),
196
179
  state=pulumi.get(__ret__, 'state'),
197
180
  vcn_id=pulumi.get(__ret__, 'vcn_id'))
@@ -201,7 +184,6 @@ def get_db_management_private_endpoints(compartment_id: Optional[str] = None,
201
184
  def get_db_management_private_endpoints_output(compartment_id: Optional[pulumi.Input[str]] = None,
202
185
  filters: Optional[pulumi.Input[Optional[Sequence[Union['GetDbManagementPrivateEndpointsFilterArgs', 'GetDbManagementPrivateEndpointsFilterArgsDict']]]]] = None,
203
186
  is_cluster: Optional[pulumi.Input[Optional[bool]]] = None,
204
- is_dns_resolution_enabled: Optional[pulumi.Input[Optional[bool]]] = None,
205
187
  name: Optional[pulumi.Input[Optional[str]]] = None,
206
188
  state: Optional[pulumi.Input[Optional[str]]] = None,
207
189
  vcn_id: Optional[pulumi.Input[Optional[str]]] = None,
@@ -219,7 +201,6 @@ def get_db_management_private_endpoints_output(compartment_id: Optional[pulumi.I
219
201
 
220
202
  test_db_management_private_endpoints = oci.DatabaseManagement.get_db_management_private_endpoints(compartment_id=compartment_id,
221
203
  is_cluster=db_management_private_endpoint_is_cluster,
222
- is_dns_resolution_enabled=db_management_private_endpoint_is_dns_resolution_enabled,
223
204
  name=db_management_private_endpoint_name,
224
205
  state=db_management_private_endpoint_state,
225
206
  vcn_id=test_vcn["id"])
@@ -228,7 +209,6 @@ def get_db_management_private_endpoints_output(compartment_id: Optional[pulumi.I
228
209
 
229
210
  :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
230
211
  :param bool is_cluster: The option to filter Database Management private endpoints that can used for Oracle Databases in a cluster. This should be used along with the vcnId query parameter.
231
- :param bool is_dns_resolution_enabled: The option to filter Database Management private endpoints which are endbled with DNS proxy server. This should be used along with the vcnId query parameter. Only one of this parameter and IsClusterDbManagementPrivateEndpointQueryParam should be set to true at one time.
232
212
  :param str name: A filter to return only resources that match the entire name.
233
213
  :param str state: The lifecycle state of a resource.
234
214
  :param str vcn_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
@@ -22,16 +22,13 @@ class GetManagedDatabaseResult:
22
22
  """
23
23
  A collection of values returned by getManagedDatabase.
24
24
  """
25
- def __init__(__self__, additional_details=None, compartment_id=None, database_platform_name=None, database_status=None, database_sub_type=None, database_type=None, database_version=None, db_system_id=None, dbmgmt_feature_configs=None, defined_tags=None, deployment_type=None, freeform_tags=None, id=None, is_cluster=None, managed_database_groups=None, managed_database_id=None, management_option=None, name=None, parent_container_id=None, storage_system_id=None, system_tags=None, time_created=None, workload_type=None):
25
+ def __init__(__self__, additional_details=None, compartment_id=None, database_status=None, database_sub_type=None, database_type=None, database_version=None, db_system_id=None, defined_tags=None, deployment_type=None, freeform_tags=None, id=None, is_cluster=None, managed_database_groups=None, managed_database_id=None, management_option=None, name=None, parent_container_id=None, storage_system_id=None, time_created=None, workload_type=None):
26
26
  if additional_details and not isinstance(additional_details, dict):
27
27
  raise TypeError("Expected argument 'additional_details' to be a dict")
28
28
  pulumi.set(__self__, "additional_details", additional_details)
29
29
  if compartment_id and not isinstance(compartment_id, str):
30
30
  raise TypeError("Expected argument 'compartment_id' to be a str")
31
31
  pulumi.set(__self__, "compartment_id", compartment_id)
32
- if database_platform_name and not isinstance(database_platform_name, str):
33
- raise TypeError("Expected argument 'database_platform_name' to be a str")
34
- pulumi.set(__self__, "database_platform_name", database_platform_name)
35
32
  if database_status and not isinstance(database_status, str):
36
33
  raise TypeError("Expected argument 'database_status' to be a str")
37
34
  pulumi.set(__self__, "database_status", database_status)
@@ -47,9 +44,6 @@ class GetManagedDatabaseResult:
47
44
  if db_system_id and not isinstance(db_system_id, str):
48
45
  raise TypeError("Expected argument 'db_system_id' to be a str")
49
46
  pulumi.set(__self__, "db_system_id", db_system_id)
50
- if dbmgmt_feature_configs and not isinstance(dbmgmt_feature_configs, list):
51
- raise TypeError("Expected argument 'dbmgmt_feature_configs' to be a list")
52
- pulumi.set(__self__, "dbmgmt_feature_configs", dbmgmt_feature_configs)
53
47
  if defined_tags and not isinstance(defined_tags, dict):
54
48
  raise TypeError("Expected argument 'defined_tags' to be a dict")
55
49
  pulumi.set(__self__, "defined_tags", defined_tags)
@@ -83,9 +77,6 @@ class GetManagedDatabaseResult:
83
77
  if storage_system_id and not isinstance(storage_system_id, str):
84
78
  raise TypeError("Expected argument 'storage_system_id' to be a str")
85
79
  pulumi.set(__self__, "storage_system_id", storage_system_id)
86
- if system_tags and not isinstance(system_tags, dict):
87
- raise TypeError("Expected argument 'system_tags' to be a dict")
88
- pulumi.set(__self__, "system_tags", system_tags)
89
80
  if time_created and not isinstance(time_created, str):
90
81
  raise TypeError("Expected argument 'time_created' to be a str")
91
82
  pulumi.set(__self__, "time_created", time_created)
@@ -109,14 +100,6 @@ class GetManagedDatabaseResult:
109
100
  """
110
101
  return pulumi.get(self, "compartment_id")
111
102
 
112
- @property
113
- @pulumi.getter(name="databasePlatformName")
114
- def database_platform_name(self) -> Optional[str]:
115
- """
116
- The operating system of database.
117
- """
118
- return pulumi.get(self, "database_platform_name")
119
-
120
103
  @property
121
104
  @pulumi.getter(name="databaseStatus")
122
105
  def database_status(self) -> str:
@@ -157,14 +140,6 @@ class GetManagedDatabaseResult:
157
140
  """
158
141
  return pulumi.get(self, "db_system_id")
159
142
 
160
- @property
161
- @pulumi.getter(name="dbmgmtFeatureConfigs")
162
- def dbmgmt_feature_configs(self) -> Sequence['outputs.GetManagedDatabaseDbmgmtFeatureConfigResult']:
163
- """
164
- The list of feature configurations
165
- """
166
- return pulumi.get(self, "dbmgmt_feature_configs")
167
-
168
143
  @property
169
144
  @pulumi.getter(name="definedTags")
170
145
  def defined_tags(self) -> Mapping[str, str]:
@@ -250,14 +225,6 @@ class GetManagedDatabaseResult:
250
225
  """
251
226
  return pulumi.get(self, "storage_system_id")
252
227
 
253
- @property
254
- @pulumi.getter(name="systemTags")
255
- def system_tags(self) -> Mapping[str, str]:
256
- """
257
- 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). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
258
- """
259
- return pulumi.get(self, "system_tags")
260
-
261
228
  @property
262
229
  @pulumi.getter(name="timeCreated")
263
230
  def time_created(self) -> str:
@@ -283,13 +250,11 @@ class AwaitableGetManagedDatabaseResult(GetManagedDatabaseResult):
283
250
  return GetManagedDatabaseResult(
284
251
  additional_details=self.additional_details,
285
252
  compartment_id=self.compartment_id,
286
- database_platform_name=self.database_platform_name,
287
253
  database_status=self.database_status,
288
254
  database_sub_type=self.database_sub_type,
289
255
  database_type=self.database_type,
290
256
  database_version=self.database_version,
291
257
  db_system_id=self.db_system_id,
292
- dbmgmt_feature_configs=self.dbmgmt_feature_configs,
293
258
  defined_tags=self.defined_tags,
294
259
  deployment_type=self.deployment_type,
295
260
  freeform_tags=self.freeform_tags,
@@ -301,13 +266,11 @@ class AwaitableGetManagedDatabaseResult(GetManagedDatabaseResult):
301
266
  name=self.name,
302
267
  parent_container_id=self.parent_container_id,
303
268
  storage_system_id=self.storage_system_id,
304
- system_tags=self.system_tags,
305
269
  time_created=self.time_created,
306
270
  workload_type=self.workload_type)
307
271
 
308
272
 
309
- def get_managed_database(database_platform_name: Optional[str] = None,
310
- managed_database_id: Optional[str] = None,
273
+ def get_managed_database(managed_database_id: Optional[str] = None,
311
274
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetManagedDatabaseResult:
312
275
  """
313
276
  This data source provides details about a specific Managed Database resource in Oracle Cloud Infrastructure Database Management service.
@@ -324,11 +287,9 @@ def get_managed_database(database_platform_name: Optional[str] = None,
324
287
  ```
325
288
 
326
289
 
327
- :param str database_platform_name: The operating system of database.
328
290
  :param str managed_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Managed Database.
329
291
  """
330
292
  __args__ = dict()
331
- __args__['databasePlatformName'] = database_platform_name
332
293
  __args__['managedDatabaseId'] = managed_database_id
333
294
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
334
295
  __ret__ = pulumi.runtime.invoke('oci:DatabaseManagement/getManagedDatabase:getManagedDatabase', __args__, opts=opts, typ=GetManagedDatabaseResult).value
@@ -336,13 +297,11 @@ def get_managed_database(database_platform_name: Optional[str] = None,
336
297
  return AwaitableGetManagedDatabaseResult(
337
298
  additional_details=pulumi.get(__ret__, 'additional_details'),
338
299
  compartment_id=pulumi.get(__ret__, 'compartment_id'),
339
- database_platform_name=pulumi.get(__ret__, 'database_platform_name'),
340
300
  database_status=pulumi.get(__ret__, 'database_status'),
341
301
  database_sub_type=pulumi.get(__ret__, 'database_sub_type'),
342
302
  database_type=pulumi.get(__ret__, 'database_type'),
343
303
  database_version=pulumi.get(__ret__, 'database_version'),
344
304
  db_system_id=pulumi.get(__ret__, 'db_system_id'),
345
- dbmgmt_feature_configs=pulumi.get(__ret__, 'dbmgmt_feature_configs'),
346
305
  defined_tags=pulumi.get(__ret__, 'defined_tags'),
347
306
  deployment_type=pulumi.get(__ret__, 'deployment_type'),
348
307
  freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
@@ -354,14 +313,12 @@ def get_managed_database(database_platform_name: Optional[str] = None,
354
313
  name=pulumi.get(__ret__, 'name'),
355
314
  parent_container_id=pulumi.get(__ret__, 'parent_container_id'),
356
315
  storage_system_id=pulumi.get(__ret__, 'storage_system_id'),
357
- system_tags=pulumi.get(__ret__, 'system_tags'),
358
316
  time_created=pulumi.get(__ret__, 'time_created'),
359
317
  workload_type=pulumi.get(__ret__, 'workload_type'))
360
318
 
361
319
 
362
320
  @_utilities.lift_output_func(get_managed_database)
363
- def get_managed_database_output(database_platform_name: Optional[pulumi.Input[Optional[str]]] = None,
364
- managed_database_id: Optional[pulumi.Input[str]] = None,
321
+ def get_managed_database_output(managed_database_id: Optional[pulumi.Input[str]] = None,
365
322
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetManagedDatabaseResult]:
366
323
  """
367
324
  This data source provides details about a specific Managed Database resource in Oracle Cloud Infrastructure Database Management service.
@@ -378,7 +335,6 @@ def get_managed_database_output(database_platform_name: Optional[pulumi.Input[Op
378
335
  ```
379
336
 
380
337
 
381
- :param str database_platform_name: The operating system of database.
382
338
  :param str managed_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Managed Database.
383
339
  """
384
340
  ...