pulumi-oci 2.24.0a1738823453__py3-none-any.whl → 2.25.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 (213) hide show
  1. pulumi_oci/__init__.py +107 -0
  2. pulumi_oci/_utilities.py +8 -4
  3. pulumi_oci/config/__init__.pyi +2 -0
  4. pulumi_oci/config/vars.py +4 -0
  5. pulumi_oci/containerengine/_inputs.py +40 -0
  6. pulumi_oci/containerengine/cluster.py +2 -0
  7. pulumi_oci/containerengine/outputs.py +70 -0
  8. pulumi_oci/database/__init__.py +20 -0
  9. pulumi_oci/database/_inputs.py +2474 -1135
  10. pulumi_oci/database/autonomous_container_database.py +92 -0
  11. pulumi_oci/database/autonomous_database.py +97 -8
  12. pulumi_oci/database/backup_destination.py +84 -0
  13. pulumi_oci/database/cloud_exadata_infrastructure.py +28 -0
  14. pulumi_oci/database/data_guard_association.py +49 -0
  15. pulumi_oci/database/db_system.py +111 -8
  16. pulumi_oci/database/exadata_infrastructure.py +28 -0
  17. pulumi_oci/database/execution_action.py +812 -0
  18. pulumi_oci/database/execution_window.py +856 -0
  19. pulumi_oci/database/get_autonomous_container_database.py +43 -1
  20. pulumi_oci/database/get_autonomous_database.py +32 -1
  21. pulumi_oci/database/get_autonomous_databases.py +0 -26
  22. pulumi_oci/database/get_backup_destination.py +43 -1
  23. pulumi_oci/database/get_cloud_exadata_infrastructure.py +15 -1
  24. pulumi_oci/database/get_data_guard_association.py +12 -1
  25. pulumi_oci/database/get_database_maintenance_run_history.py +29 -1
  26. pulumi_oci/database/get_exadata_infrastructure.py +15 -1
  27. pulumi_oci/database/get_execution_action.py +352 -0
  28. pulumi_oci/database/get_execution_actions.py +213 -0
  29. pulumi_oci/database/get_execution_window.py +379 -0
  30. pulumi_oci/database/get_execution_windows.py +213 -0
  31. pulumi_oci/database/get_maintenance_run.py +32 -4
  32. pulumi_oci/database/get_maintenance_runs.py +20 -1
  33. pulumi_oci/database/get_scheduled_action.py +324 -0
  34. pulumi_oci/database/get_scheduled_action_params.py +144 -0
  35. pulumi_oci/database/get_scheduled_actions.py +240 -0
  36. pulumi_oci/database/get_scheduling_plan.py +323 -0
  37. pulumi_oci/database/get_scheduling_plans.py +243 -0
  38. pulumi_oci/database/get_scheduling_policies.py +191 -0
  39. pulumi_oci/database/get_scheduling_policy.py +268 -0
  40. pulumi_oci/database/get_scheduling_policy_recommended_scheduled_actions.py +182 -0
  41. pulumi_oci/database/get_scheduling_policy_scheduling_window.py +276 -0
  42. pulumi_oci/database/get_scheduling_policy_scheduling_windows.py +213 -0
  43. pulumi_oci/database/maintenance_run.py +58 -2
  44. pulumi_oci/database/outputs.py +13088 -8368
  45. pulumi_oci/database/scheduled_action.py +775 -0
  46. pulumi_oci/database/scheduling_plan.py +744 -0
  47. pulumi_oci/database/scheduling_policy.py +616 -0
  48. pulumi_oci/database/scheduling_policy_scheduling_window.py +584 -0
  49. pulumi_oci/datasafe/__init__.py +8 -0
  50. pulumi_oci/datasafe/_inputs.py +466 -12
  51. pulumi_oci/datasafe/alert.py +7 -7
  52. pulumi_oci/datasafe/alert_policy.py +7 -7
  53. pulumi_oci/datasafe/audit_archive_retrieval.py +7 -7
  54. pulumi_oci/datasafe/audit_policy.py +7 -7
  55. pulumi_oci/datasafe/audit_policy_management.py +21 -21
  56. pulumi_oci/datasafe/audit_profile.py +18 -18
  57. pulumi_oci/datasafe/audit_profile_management.py +21 -21
  58. pulumi_oci/datasafe/audit_trail.py +14 -14
  59. pulumi_oci/datasafe/audit_trail_management.py +14 -14
  60. pulumi_oci/datasafe/data_safe_configuration.py +4 -4
  61. pulumi_oci/datasafe/data_safe_private_endpoint.py +7 -7
  62. pulumi_oci/datasafe/database_security_config.py +7 -7
  63. pulumi_oci/datasafe/database_security_config_management.py +7 -7
  64. pulumi_oci/datasafe/discovery_mod.py +7 -7
  65. pulumi_oci/datasafe/get_alert.py +1 -1
  66. pulumi_oci/datasafe/get_alert_policy.py +1 -1
  67. pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
  68. pulumi_oci/datasafe/get_audit_events.py +2 -2
  69. pulumi_oci/datasafe/get_audit_policy.py +1 -1
  70. pulumi_oci/datasafe/get_audit_profile.py +2 -2
  71. pulumi_oci/datasafe/get_audit_trail.py +1 -1
  72. pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
  73. pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
  74. pulumi_oci/datasafe/get_database_security_config.py +1 -1
  75. pulumi_oci/datasafe/get_discovery_job.py +1 -1
  76. pulumi_oci/datasafe/get_library_masking_format.py +1 -1
  77. pulumi_oci/datasafe/get_masking_policy.py +1 -1
  78. pulumi_oci/datasafe/get_masking_policy_health_report.py +33 -5
  79. pulumi_oci/datasafe/get_masking_policy_referential_relations.py +232 -0
  80. pulumi_oci/datasafe/get_onprem_connector.py +1 -1
  81. pulumi_oci/datasafe/get_report.py +1 -1
  82. pulumi_oci/datasafe/get_report_definition.py +1 -1
  83. pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
  84. pulumi_oci/datasafe/get_security_assessment.py +1 -1
  85. pulumi_oci/datasafe/get_security_policy.py +1 -1
  86. pulumi_oci/datasafe/get_security_policy_deployment.py +1 -1
  87. pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
  88. pulumi_oci/datasafe/get_sensitive_data_model_referential_relation.py +186 -0
  89. pulumi_oci/datasafe/get_sensitive_data_model_referential_relations.py +254 -0
  90. pulumi_oci/datasafe/get_sensitive_type.py +1 -1
  91. pulumi_oci/datasafe/get_sensitive_types_export.py +267 -0
  92. pulumi_oci/datasafe/get_sensitive_types_exports.py +296 -0
  93. pulumi_oci/datasafe/get_sql_collection.py +1 -1
  94. pulumi_oci/datasafe/get_sql_firewall_allowed_sql.py +1 -1
  95. pulumi_oci/datasafe/get_sql_firewall_policy.py +1 -1
  96. pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
  97. pulumi_oci/datasafe/get_target_database.py +1 -1
  98. pulumi_oci/datasafe/get_user_assessment.py +1 -1
  99. pulumi_oci/datasafe/get_user_assessment_password_expiry_date_analytics.py +240 -0
  100. pulumi_oci/datasafe/get_user_assessment_user_analytics.py +41 -3
  101. pulumi_oci/datasafe/get_user_assessment_users.py +39 -1
  102. pulumi_oci/datasafe/library_masing_format.py +7 -7
  103. pulumi_oci/datasafe/masking_policy.py +7 -7
  104. pulumi_oci/datasafe/on_prem_connector.py +7 -7
  105. pulumi_oci/datasafe/outputs.py +1266 -151
  106. pulumi_oci/datasafe/report.py +7 -7
  107. pulumi_oci/datasafe/report_definition.py +7 -7
  108. pulumi_oci/datasafe/sdm_masking_policy_difference.py +7 -7
  109. pulumi_oci/datasafe/security_assessment.py +36 -37
  110. pulumi_oci/datasafe/security_policy.py +7 -7
  111. pulumi_oci/datasafe/security_policy_deployment.py +7 -7
  112. pulumi_oci/datasafe/security_policy_deployment_management.py +7 -7
  113. pulumi_oci/datasafe/security_policy_management.py +7 -7
  114. pulumi_oci/datasafe/sensitive_data_model.py +7 -7
  115. pulumi_oci/datasafe/sensitive_data_model_referential_relation.py +504 -0
  116. pulumi_oci/datasafe/sensitive_type.py +7 -7
  117. pulumi_oci/datasafe/sensitive_types_export.py +637 -0
  118. pulumi_oci/datasafe/sql_collection.py +7 -7
  119. pulumi_oci/datasafe/sql_firewall_policy.py +7 -7
  120. pulumi_oci/datasafe/sql_firewall_policy_management.py +56 -56
  121. pulumi_oci/datasafe/target_alert_policy_association.py +7 -7
  122. pulumi_oci/datasafe/target_database.py +7 -7
  123. pulumi_oci/datasafe/user_assessment.py +7 -7
  124. pulumi_oci/datascience/__init__.py +4 -0
  125. pulumi_oci/datascience/_inputs.py +1811 -0
  126. pulumi_oci/datascience/get_containers.py +270 -0
  127. pulumi_oci/datascience/get_schedule.py +366 -0
  128. pulumi_oci/datascience/get_schedules.py +221 -0
  129. pulumi_oci/datascience/outputs.py +8697 -4890
  130. pulumi_oci/datascience/schedule.py +1045 -0
  131. pulumi_oci/filestorage/file_system.py +28 -0
  132. pulumi_oci/filestorage/filesystem_snapshot_policy.py +28 -0
  133. pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +15 -1
  134. pulumi_oci/filestorage/get_outbound_connector.py +15 -1
  135. pulumi_oci/filestorage/get_replication.py +15 -1
  136. pulumi_oci/filestorage/get_replication_target.py +15 -1
  137. pulumi_oci/filestorage/get_snapshot.py +15 -1
  138. pulumi_oci/filestorage/mount_target.py +28 -0
  139. pulumi_oci/filestorage/outbound_connector.py +28 -0
  140. pulumi_oci/filestorage/outputs.py +77 -0
  141. pulumi_oci/filestorage/replication.py +28 -0
  142. pulumi_oci/filestorage/snapshot.py +28 -0
  143. pulumi_oci/goldengate/connection.py +561 -162
  144. pulumi_oci/goldengate/database_registration.py +14 -14
  145. pulumi_oci/goldengate/get_connection.py +117 -6
  146. pulumi_oci/goldengate/outputs.py +96 -10
  147. pulumi_oci/jms/__init__.py +4 -0
  148. pulumi_oci/jms/_inputs.py +196 -0
  149. pulumi_oci/jms/get_fleet_error_analytics.py +163 -0
  150. pulumi_oci/jms/get_fleet_errors.py +264 -0
  151. pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +23 -1
  152. pulumi_oci/jms/get_jms_plugins.py +23 -1
  153. pulumi_oci/jms/get_plugin_error_analytics.py +163 -0
  154. pulumi_oci/jms/get_plugin_errors.py +264 -0
  155. pulumi_oci/jms/outputs.py +566 -6
  156. pulumi_oci/mysql/_inputs.py +229 -9
  157. pulumi_oci/mysql/get_mysql_db_system.py +47 -1
  158. pulumi_oci/mysql/mysql_db_system.py +185 -0
  159. pulumi_oci/mysql/outputs.py +477 -26
  160. pulumi_oci/provider.py +20 -0
  161. pulumi_oci/pulumi-plugin.json +1 -1
  162. pulumi_oci/stackmonitoring/__init__.py +8 -0
  163. pulumi_oci/stackmonitoring/_inputs.py +372 -1
  164. pulumi_oci/stackmonitoring/get_defined_monitoring_templates.py +185 -0
  165. pulumi_oci/stackmonitoring/get_metric_extension.py +1 -1
  166. pulumi_oci/stackmonitoring/get_monitored_resource_type.py +15 -1
  167. pulumi_oci/stackmonitoring/get_monitoring_template.py +380 -0
  168. pulumi_oci/stackmonitoring/get_monitoring_template_alarm_condition.py +318 -0
  169. pulumi_oci/stackmonitoring/get_monitoring_template_alarm_conditions.py +262 -0
  170. pulumi_oci/stackmonitoring/get_monitoring_templates.py +289 -0
  171. pulumi_oci/stackmonitoring/metric_extension.py +4 -4
  172. pulumi_oci/stackmonitoring/monitored_resource_type.py +30 -0
  173. pulumi_oci/stackmonitoring/monitoring_template.py +954 -0
  174. pulumi_oci/stackmonitoring/monitoring_template_alarm_condition.py +780 -0
  175. pulumi_oci/stackmonitoring/monitoring_template_monitoring_template_on_given_resources_management.py +253 -0
  176. pulumi_oci/stackmonitoring/outputs.py +1305 -118
  177. pulumi_oci/tenantmanagercontrolplane/__init__.py +33 -0
  178. pulumi_oci/tenantmanagercontrolplane/_inputs.py +685 -0
  179. pulumi_oci/tenantmanagercontrolplane/get_assigned_subscription.py +478 -0
  180. pulumi_oci/tenantmanagercontrolplane/get_assigned_subscription_line_items.py +144 -0
  181. pulumi_oci/tenantmanagercontrolplane/get_assigned_subscriptions.py +188 -0
  182. pulumi_oci/tenantmanagercontrolplane/get_domain.py +253 -0
  183. pulumi_oci/tenantmanagercontrolplane/get_domain_governance.py +281 -0
  184. pulumi_oci/tenantmanagercontrolplane/get_domain_governances.py +226 -0
  185. pulumi_oci/tenantmanagercontrolplane/get_domains.py +226 -0
  186. pulumi_oci/tenantmanagercontrolplane/get_link.py +197 -0
  187. pulumi_oci/tenantmanagercontrolplane/get_links.py +191 -0
  188. pulumi_oci/tenantmanagercontrolplane/get_organization.py +211 -0
  189. pulumi_oci/tenantmanagercontrolplane/get_organization_tenancies.py +144 -0
  190. pulumi_oci/tenantmanagercontrolplane/get_organization_tenancy.py +233 -0
  191. pulumi_oci/tenantmanagercontrolplane/get_organizations.py +147 -0
  192. pulumi_oci/tenantmanagercontrolplane/get_recipient_invitation.py +295 -0
  193. pulumi_oci/tenantmanagercontrolplane/get_recipient_invitations.py +213 -0
  194. pulumi_oci/tenantmanagercontrolplane/get_sender_invitation.py +295 -0
  195. pulumi_oci/tenantmanagercontrolplane/get_sender_invitations.py +235 -0
  196. pulumi_oci/tenantmanagercontrolplane/get_subscription.py +464 -0
  197. pulumi_oci/tenantmanagercontrolplane/get_subscription_available_regions.py +144 -0
  198. pulumi_oci/tenantmanagercontrolplane/get_subscription_line_items.py +144 -0
  199. pulumi_oci/tenantmanagercontrolplane/get_subscription_mapping.py +211 -0
  200. pulumi_oci/tenantmanagercontrolplane/get_subscription_mappings.py +210 -0
  201. pulumi_oci/tenantmanagercontrolplane/get_subscriptions.py +188 -0
  202. pulumi_oci/tenantmanagercontrolplane/outputs.py +3257 -0
  203. pulumi_oci/tenantmanagercontrolplane/subscription_mapping.py +409 -0
  204. pulumi_oci/vault/__init__.py +1 -1
  205. pulumi_oci/vault/_inputs.py +92 -0
  206. pulumi_oci/vault/get_secret.py +40 -1
  207. pulumi_oci/vault/{get_secret_version.py → get_secret_version_sdk_v2.py} +32 -77
  208. pulumi_oci/vault/outputs.py +210 -0
  209. pulumi_oci/vault/secret.py +122 -0
  210. {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.25.0.dist-info}/METADATA +1 -1
  211. {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.25.0.dist-info}/RECORD +213 -142
  212. {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.25.0.dist-info}/WHEEL +0 -0
  213. {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.25.0.dist-info}/top_level.txt +0 -0
pulumi_oci/__init__.py CHANGED
@@ -233,6 +233,8 @@ if typing.TYPE_CHECKING:
233
233
  stackmonitoring = __stackmonitoring
234
234
  import pulumi_oci.streaming as __streaming
235
235
  streaming = __streaming
236
+ import pulumi_oci.tenantmanagercontrolplane as __tenantmanagercontrolplane
237
+ tenantmanagercontrolplane = __tenantmanagercontrolplane
236
238
  import pulumi_oci.usageproxy as __usageproxy
237
239
  usageproxy = __usageproxy
238
240
  import pulumi_oci.vault as __vault
@@ -366,6 +368,7 @@ else:
366
368
  servicemesh = _utilities.lazy_import('pulumi_oci.servicemesh')
367
369
  stackmonitoring = _utilities.lazy_import('pulumi_oci.stackmonitoring')
368
370
  streaming = _utilities.lazy_import('pulumi_oci.streaming')
371
+ tenantmanagercontrolplane = _utilities.lazy_import('pulumi_oci.tenantmanagercontrolplane')
369
372
  usageproxy = _utilities.lazy_import('pulumi_oci.usageproxy')
370
373
  vault = _utilities.lazy_import('pulumi_oci.vault')
371
374
  vbs = _utilities.lazy_import('pulumi_oci.vbs')
@@ -2244,6 +2247,14 @@ _utilities.register(
2244
2247
  "oci:DataSafe/sensitiveDataModel:SensitiveDataModel": "SensitiveDataModel"
2245
2248
  }
2246
2249
  },
2250
+ {
2251
+ "pkg": "oci",
2252
+ "mod": "DataSafe/sensitiveDataModelReferentialRelation",
2253
+ "fqn": "pulumi_oci.datasafe",
2254
+ "classes": {
2255
+ "oci:DataSafe/sensitiveDataModelReferentialRelation:SensitiveDataModelReferentialRelation": "SensitiveDataModelReferentialRelation"
2256
+ }
2257
+ },
2247
2258
  {
2248
2259
  "pkg": "oci",
2249
2260
  "mod": "DataSafe/sensitiveDataModelsApplyDiscoveryJobResults",
@@ -2268,6 +2279,14 @@ _utilities.register(
2268
2279
  "oci:DataSafe/sensitiveType:SensitiveType": "SensitiveType"
2269
2280
  }
2270
2281
  },
2282
+ {
2283
+ "pkg": "oci",
2284
+ "mod": "DataSafe/sensitiveTypesExport",
2285
+ "fqn": "pulumi_oci.datasafe",
2286
+ "classes": {
2287
+ "oci:DataSafe/sensitiveTypesExport:SensitiveTypesExport": "SensitiveTypesExport"
2288
+ }
2289
+ },
2271
2290
  {
2272
2291
  "pkg": "oci",
2273
2292
  "mod": "DataSafe/setSecurityAssessmentBaseline",
@@ -2492,6 +2511,14 @@ _utilities.register(
2492
2511
  "oci:DataScience/project:Project": "Project"
2493
2512
  }
2494
2513
  },
2514
+ {
2515
+ "pkg": "oci",
2516
+ "mod": "DataScience/schedule",
2517
+ "fqn": "pulumi_oci.datascience",
2518
+ "classes": {
2519
+ "oci:DataScience/schedule:Schedule": "Schedule"
2520
+ }
2521
+ },
2495
2522
  {
2496
2523
  "pkg": "oci",
2497
2524
  "mod": "Database/applicationVip",
@@ -2812,6 +2839,22 @@ _utilities.register(
2812
2839
  "oci:Database/exascaleDbStorageVault:ExascaleDbStorageVault": "ExascaleDbStorageVault"
2813
2840
  }
2814
2841
  },
2842
+ {
2843
+ "pkg": "oci",
2844
+ "mod": "Database/executionAction",
2845
+ "fqn": "pulumi_oci.database",
2846
+ "classes": {
2847
+ "oci:Database/executionAction:ExecutionAction": "ExecutionAction"
2848
+ }
2849
+ },
2850
+ {
2851
+ "pkg": "oci",
2852
+ "mod": "Database/executionWindow",
2853
+ "fqn": "pulumi_oci.database",
2854
+ "classes": {
2855
+ "oci:Database/executionWindow:ExecutionWindow": "ExecutionWindow"
2856
+ }
2857
+ },
2815
2858
  {
2816
2859
  "pkg": "oci",
2817
2860
  "mod": "Database/externalContainerDatabase",
@@ -2964,6 +3007,38 @@ _utilities.register(
2964
3007
  "oci:Database/pluggableDatabasesRemoteClone:PluggableDatabasesRemoteClone": "PluggableDatabasesRemoteClone"
2965
3008
  }
2966
3009
  },
3010
+ {
3011
+ "pkg": "oci",
3012
+ "mod": "Database/scheduledAction",
3013
+ "fqn": "pulumi_oci.database",
3014
+ "classes": {
3015
+ "oci:Database/scheduledAction:ScheduledAction": "ScheduledAction"
3016
+ }
3017
+ },
3018
+ {
3019
+ "pkg": "oci",
3020
+ "mod": "Database/schedulingPlan",
3021
+ "fqn": "pulumi_oci.database",
3022
+ "classes": {
3023
+ "oci:Database/schedulingPlan:SchedulingPlan": "SchedulingPlan"
3024
+ }
3025
+ },
3026
+ {
3027
+ "pkg": "oci",
3028
+ "mod": "Database/schedulingPolicy",
3029
+ "fqn": "pulumi_oci.database",
3030
+ "classes": {
3031
+ "oci:Database/schedulingPolicy:SchedulingPolicy": "SchedulingPolicy"
3032
+ }
3033
+ },
3034
+ {
3035
+ "pkg": "oci",
3036
+ "mod": "Database/schedulingPolicySchedulingWindow",
3037
+ "fqn": "pulumi_oci.database",
3038
+ "classes": {
3039
+ "oci:Database/schedulingPolicySchedulingWindow:SchedulingPolicySchedulingWindow": "SchedulingPolicySchedulingWindow"
3040
+ }
3041
+ },
2967
3042
  {
2968
3043
  "pkg": "oci",
2969
3044
  "mod": "Database/vmCluster",
@@ -6292,6 +6367,30 @@ _utilities.register(
6292
6367
  "oci:StackMonitoring/monitoredResourcesSearchAssociation:MonitoredResourcesSearchAssociation": "MonitoredResourcesSearchAssociation"
6293
6368
  }
6294
6369
  },
6370
+ {
6371
+ "pkg": "oci",
6372
+ "mod": "StackMonitoring/monitoringTemplate",
6373
+ "fqn": "pulumi_oci.stackmonitoring",
6374
+ "classes": {
6375
+ "oci:StackMonitoring/monitoringTemplate:MonitoringTemplate": "MonitoringTemplate"
6376
+ }
6377
+ },
6378
+ {
6379
+ "pkg": "oci",
6380
+ "mod": "StackMonitoring/monitoringTemplateAlarmCondition",
6381
+ "fqn": "pulumi_oci.stackmonitoring",
6382
+ "classes": {
6383
+ "oci:StackMonitoring/monitoringTemplateAlarmCondition:MonitoringTemplateAlarmCondition": "MonitoringTemplateAlarmCondition"
6384
+ }
6385
+ },
6386
+ {
6387
+ "pkg": "oci",
6388
+ "mod": "StackMonitoring/monitoringTemplateMonitoringTemplateOnGivenResourcesManagement",
6389
+ "fqn": "pulumi_oci.stackmonitoring",
6390
+ "classes": {
6391
+ "oci:StackMonitoring/monitoringTemplateMonitoringTemplateOnGivenResourcesManagement:MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement": "MonitoringTemplateMonitoringTemplateOnGivenResourcesManagement"
6392
+ }
6393
+ },
6295
6394
  {
6296
6395
  "pkg": "oci",
6297
6396
  "mod": "StackMonitoring/processSet",
@@ -6324,6 +6423,14 @@ _utilities.register(
6324
6423
  "oci:Streaming/streamPool:StreamPool": "StreamPool"
6325
6424
  }
6326
6425
  },
6426
+ {
6427
+ "pkg": "oci",
6428
+ "mod": "Tenantmanagercontrolplane/subscriptionMapping",
6429
+ "fqn": "pulumi_oci.tenantmanagercontrolplane",
6430
+ "classes": {
6431
+ "oci:Tenantmanagercontrolplane/subscriptionMapping:SubscriptionMapping": "SubscriptionMapping"
6432
+ }
6433
+ },
6327
6434
  {
6328
6435
  "pkg": "oci",
6329
6436
  "mod": "UsageProxy/subscriptionRedeemableUser",
pulumi_oci/_utilities.py CHANGED
@@ -89,12 +89,16 @@ def _get_semver_version():
89
89
  elif pep440_version.pre_tag == 'rc':
90
90
  prerelease = f"rc.{pep440_version.pre}"
91
91
  elif pep440_version.dev is not None:
92
+ # PEP440 has explicit support for dev builds, while semver encodes them as "prerelease" versions. To bridge
93
+ # between the two, we convert our dev build version into a prerelease tag. This matches what all of our other
94
+ # packages do when constructing their own semver string.
92
95
  prerelease = f"dev.{pep440_version.dev}"
96
+ elif pep440_version.local is not None:
97
+ # PEP440 only allows a small set of prerelease tags, so when converting an arbitrary prerelease,
98
+ # PypiVersion in /pkg/codegen/python/utilities.go converts it to a local version. Therefore, we need to
99
+ # do the reverse conversion here and set the local version as the prerelease tag.
100
+ prerelease = pep440_version.local
93
101
 
94
- # The only significant difference between PEP440 and semver as it pertains to us is that PEP440 has explicit support
95
- # for dev builds, while semver encodes them as "prerelease" versions. In order to bridge between the two, we convert
96
- # our dev build version into a prerelease tag. This matches what all of our other packages do when constructing
97
- # their own semver string.
98
102
  return SemverVersion(major=major, minor=minor, patch=patch, prerelease=prerelease)
99
103
 
100
104
 
@@ -79,6 +79,8 @@ tenancyOcid: Optional[str]
79
79
  Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
80
80
  """
81
81
 
82
+ testTimeMaintenanceRebootDue: Optional[str]
83
+
82
84
  userOcid: Optional[str]
83
85
  """
84
86
  (Optional) The user OCID. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if
pulumi_oci/config/vars.py CHANGED
@@ -109,6 +109,10 @@ class _ExportableConfig(types.ModuleType):
109
109
  """
110
110
  return __config__.get('tenancyOcid')
111
111
 
112
+ @property
113
+ def test_time_maintenance_reboot_due(self) -> Optional[str]:
114
+ return __config__.get('testTimeMaintenanceRebootDue')
115
+
112
116
  @property
113
117
  def user_ocid(self) -> Optional[str]:
114
118
  """
@@ -292,6 +292,10 @@ class ClusterClusterPodNetworkOptionArgs:
292
292
 
293
293
  if not MYPY:
294
294
  class ClusterEndpointArgsDict(TypedDict):
295
+ ipv6endpoint: NotRequired[pulumi.Input[str]]
296
+ """
297
+ The IPv6 networking Kubernetes API server endpoint.
298
+ """
295
299
  kubernetes: NotRequired[pulumi.Input[str]]
296
300
  """
297
301
  The non-native networking Kubernetes API server endpoint.
@@ -314,16 +318,20 @@ elif False:
314
318
  @pulumi.input_type
315
319
  class ClusterEndpointArgs:
316
320
  def __init__(__self__, *,
321
+ ipv6endpoint: Optional[pulumi.Input[str]] = None,
317
322
  kubernetes: Optional[pulumi.Input[str]] = None,
318
323
  private_endpoint: Optional[pulumi.Input[str]] = None,
319
324
  public_endpoint: Optional[pulumi.Input[str]] = None,
320
325
  vcn_hostname_endpoint: Optional[pulumi.Input[str]] = None):
321
326
  """
327
+ :param pulumi.Input[str] ipv6endpoint: The IPv6 networking Kubernetes API server endpoint.
322
328
  :param pulumi.Input[str] kubernetes: The non-native networking Kubernetes API server endpoint.
323
329
  :param pulumi.Input[str] private_endpoint: The private native networking Kubernetes API server endpoint.
324
330
  :param pulumi.Input[str] public_endpoint: The public native networking Kubernetes API server endpoint, if one was requested.
325
331
  :param pulumi.Input[str] vcn_hostname_endpoint: The FQDN assigned to the Kubernetes API private endpoint. Example: 'https://yourVcnHostnameEndpoint'
326
332
  """
333
+ if ipv6endpoint is not None:
334
+ pulumi.set(__self__, "ipv6endpoint", ipv6endpoint)
327
335
  if kubernetes is not None:
328
336
  pulumi.set(__self__, "kubernetes", kubernetes)
329
337
  if private_endpoint is not None:
@@ -333,6 +341,18 @@ class ClusterEndpointArgs:
333
341
  if vcn_hostname_endpoint is not None:
334
342
  pulumi.set(__self__, "vcn_hostname_endpoint", vcn_hostname_endpoint)
335
343
 
344
+ @property
345
+ @pulumi.getter
346
+ def ipv6endpoint(self) -> Optional[pulumi.Input[str]]:
347
+ """
348
+ The IPv6 networking Kubernetes API server endpoint.
349
+ """
350
+ return pulumi.get(self, "ipv6endpoint")
351
+
352
+ @ipv6endpoint.setter
353
+ def ipv6endpoint(self, value: Optional[pulumi.Input[str]]):
354
+ pulumi.set(self, "ipv6endpoint", value)
355
+
336
356
  @property
337
357
  @pulumi.getter
338
358
  def kubernetes(self) -> Optional[pulumi.Input[str]]:
@@ -759,6 +779,10 @@ if not MYPY:
759
779
  """
760
780
  (Updatable) Configurable cluster admission controllers
761
781
  """
782
+ ip_families: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
783
+ """
784
+ IP family to use for single stack or define the order of IP families for dual-stack
785
+ """
762
786
  kubernetes_network_config: NotRequired[pulumi.Input['ClusterOptionsKubernetesNetworkConfigArgsDict']]
763
787
  """
764
788
  Network configuration for Kubernetes.
@@ -791,6 +815,7 @@ class ClusterOptionsArgs:
791
815
  def __init__(__self__, *,
792
816
  add_ons: Optional[pulumi.Input['ClusterOptionsAddOnsArgs']] = None,
793
817
  admission_controller_options: Optional[pulumi.Input['ClusterOptionsAdmissionControllerOptionsArgs']] = None,
818
+ ip_families: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
794
819
  kubernetes_network_config: Optional[pulumi.Input['ClusterOptionsKubernetesNetworkConfigArgs']] = None,
795
820
  open_id_connect_discovery: Optional[pulumi.Input['ClusterOptionsOpenIdConnectDiscoveryArgs']] = None,
796
821
  open_id_connect_token_authentication_config: Optional[pulumi.Input['ClusterOptionsOpenIdConnectTokenAuthenticationConfigArgs']] = None,
@@ -800,6 +825,7 @@ class ClusterOptionsArgs:
800
825
  """
801
826
  :param pulumi.Input['ClusterOptionsAddOnsArgs'] add_ons: Configurable cluster add-ons
802
827
  :param pulumi.Input['ClusterOptionsAdmissionControllerOptionsArgs'] admission_controller_options: (Updatable) Configurable cluster admission controllers
828
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_families: IP family to use for single stack or define the order of IP families for dual-stack
803
829
  :param pulumi.Input['ClusterOptionsKubernetesNetworkConfigArgs'] kubernetes_network_config: Network configuration for Kubernetes.
804
830
  :param pulumi.Input['ClusterOptionsOpenIdConnectDiscoveryArgs'] open_id_connect_discovery: (Updatable) The property that define the status of the OIDC Discovery feature for a cluster.
805
831
  :param pulumi.Input['ClusterOptionsOpenIdConnectTokenAuthenticationConfigArgs'] open_id_connect_token_authentication_config: (Updatable) The properties that configure OIDC token authentication in kube-apiserver. For more information, see [Configuring the API Server](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#using-flags).
@@ -811,6 +837,8 @@ class ClusterOptionsArgs:
811
837
  pulumi.set(__self__, "add_ons", add_ons)
812
838
  if admission_controller_options is not None:
813
839
  pulumi.set(__self__, "admission_controller_options", admission_controller_options)
840
+ if ip_families is not None:
841
+ pulumi.set(__self__, "ip_families", ip_families)
814
842
  if kubernetes_network_config is not None:
815
843
  pulumi.set(__self__, "kubernetes_network_config", kubernetes_network_config)
816
844
  if open_id_connect_discovery is not None:
@@ -848,6 +876,18 @@ class ClusterOptionsArgs:
848
876
  def admission_controller_options(self, value: Optional[pulumi.Input['ClusterOptionsAdmissionControllerOptionsArgs']]):
849
877
  pulumi.set(self, "admission_controller_options", value)
850
878
 
879
+ @property
880
+ @pulumi.getter(name="ipFamilies")
881
+ def ip_families(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
882
+ """
883
+ IP family to use for single stack or define the order of IP families for dual-stack
884
+ """
885
+ return pulumi.get(self, "ip_families")
886
+
887
+ @ip_families.setter
888
+ def ip_families(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
889
+ pulumi.set(self, "ip_families", value)
890
+
851
891
  @property
852
892
  @pulumi.getter(name="kubernetesNetworkConfig")
853
893
  def kubernetes_network_config(self) -> Optional[pulumi.Input['ClusterOptionsKubernetesNetworkConfigArgs']]:
@@ -590,6 +590,7 @@ class Cluster(pulumi.CustomResource):
590
590
  "admission_controller_options": {
591
591
  "is_pod_security_policy_enabled": cluster_options_admission_controller_options_is_pod_security_policy_enabled,
592
592
  },
593
+ "ip_families": cluster_options_ip_families,
593
594
  "kubernetes_network_config": {
594
595
  "pods_cidr": cluster_options_kubernetes_network_config_pods_cidr,
595
596
  "services_cidr": cluster_options_kubernetes_network_config_services_cidr,
@@ -711,6 +712,7 @@ class Cluster(pulumi.CustomResource):
711
712
  "admission_controller_options": {
712
713
  "is_pod_security_policy_enabled": cluster_options_admission_controller_options_is_pod_security_policy_enabled,
713
714
  },
715
+ "ip_families": cluster_options_ip_families,
714
716
  "kubernetes_network_config": {
715
717
  "pods_cidr": cluster_options_kubernetes_network_config_pods_cidr,
716
718
  "services_cidr": cluster_options_kubernetes_network_config_services_cidr,
@@ -298,16 +298,20 @@ class ClusterEndpoint(dict):
298
298
  return super().get(key, default)
299
299
 
300
300
  def __init__(__self__, *,
301
+ ipv6endpoint: Optional[str] = None,
301
302
  kubernetes: Optional[str] = None,
302
303
  private_endpoint: Optional[str] = None,
303
304
  public_endpoint: Optional[str] = None,
304
305
  vcn_hostname_endpoint: Optional[str] = None):
305
306
  """
307
+ :param str ipv6endpoint: The IPv6 networking Kubernetes API server endpoint.
306
308
  :param str kubernetes: The non-native networking Kubernetes API server endpoint.
307
309
  :param str private_endpoint: The private native networking Kubernetes API server endpoint.
308
310
  :param str public_endpoint: The public native networking Kubernetes API server endpoint, if one was requested.
309
311
  :param str vcn_hostname_endpoint: The FQDN assigned to the Kubernetes API private endpoint. Example: 'https://yourVcnHostnameEndpoint'
310
312
  """
313
+ if ipv6endpoint is not None:
314
+ pulumi.set(__self__, "ipv6endpoint", ipv6endpoint)
311
315
  if kubernetes is not None:
312
316
  pulumi.set(__self__, "kubernetes", kubernetes)
313
317
  if private_endpoint is not None:
@@ -317,6 +321,14 @@ class ClusterEndpoint(dict):
317
321
  if vcn_hostname_endpoint is not None:
318
322
  pulumi.set(__self__, "vcn_hostname_endpoint", vcn_hostname_endpoint)
319
323
 
324
+ @property
325
+ @pulumi.getter
326
+ def ipv6endpoint(self) -> Optional[str]:
327
+ """
328
+ The IPv6 networking Kubernetes API server endpoint.
329
+ """
330
+ return pulumi.get(self, "ipv6endpoint")
331
+
320
332
  @property
321
333
  @pulumi.getter
322
334
  def kubernetes(self) -> Optional[str]:
@@ -670,6 +682,8 @@ class ClusterOptions(dict):
670
682
  suggest = "add_ons"
671
683
  elif key == "admissionControllerOptions":
672
684
  suggest = "admission_controller_options"
685
+ elif key == "ipFamilies":
686
+ suggest = "ip_families"
673
687
  elif key == "kubernetesNetworkConfig":
674
688
  suggest = "kubernetes_network_config"
675
689
  elif key == "openIdConnectDiscovery":
@@ -697,6 +711,7 @@ class ClusterOptions(dict):
697
711
  def __init__(__self__, *,
698
712
  add_ons: Optional['outputs.ClusterOptionsAddOns'] = None,
699
713
  admission_controller_options: Optional['outputs.ClusterOptionsAdmissionControllerOptions'] = None,
714
+ ip_families: Optional[Sequence[str]] = None,
700
715
  kubernetes_network_config: Optional['outputs.ClusterOptionsKubernetesNetworkConfig'] = None,
701
716
  open_id_connect_discovery: Optional['outputs.ClusterOptionsOpenIdConnectDiscovery'] = None,
702
717
  open_id_connect_token_authentication_config: Optional['outputs.ClusterOptionsOpenIdConnectTokenAuthenticationConfig'] = None,
@@ -706,6 +721,7 @@ class ClusterOptions(dict):
706
721
  """
707
722
  :param 'ClusterOptionsAddOnsArgs' add_ons: Configurable cluster add-ons
708
723
  :param 'ClusterOptionsAdmissionControllerOptionsArgs' admission_controller_options: (Updatable) Configurable cluster admission controllers
724
+ :param Sequence[str] ip_families: IP family to use for single stack or define the order of IP families for dual-stack
709
725
  :param 'ClusterOptionsKubernetesNetworkConfigArgs' kubernetes_network_config: Network configuration for Kubernetes.
710
726
  :param 'ClusterOptionsOpenIdConnectDiscoveryArgs' open_id_connect_discovery: (Updatable) The property that define the status of the OIDC Discovery feature for a cluster.
711
727
  :param 'ClusterOptionsOpenIdConnectTokenAuthenticationConfigArgs' open_id_connect_token_authentication_config: (Updatable) The properties that configure OIDC token authentication in kube-apiserver. For more information, see [Configuring the API Server](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#using-flags).
@@ -717,6 +733,8 @@ class ClusterOptions(dict):
717
733
  pulumi.set(__self__, "add_ons", add_ons)
718
734
  if admission_controller_options is not None:
719
735
  pulumi.set(__self__, "admission_controller_options", admission_controller_options)
736
+ if ip_families is not None:
737
+ pulumi.set(__self__, "ip_families", ip_families)
720
738
  if kubernetes_network_config is not None:
721
739
  pulumi.set(__self__, "kubernetes_network_config", kubernetes_network_config)
722
740
  if open_id_connect_discovery is not None:
@@ -746,6 +764,14 @@ class ClusterOptions(dict):
746
764
  """
747
765
  return pulumi.get(self, "admission_controller_options")
748
766
 
767
+ @property
768
+ @pulumi.getter(name="ipFamilies")
769
+ def ip_families(self) -> Optional[Sequence[str]]:
770
+ """
771
+ IP family to use for single stack or define the order of IP families for dual-stack
772
+ """
773
+ return pulumi.get(self, "ip_families")
774
+
749
775
  @property
750
776
  @pulumi.getter(name="kubernetesNetworkConfig")
751
777
  def kubernetes_network_config(self) -> Optional['outputs.ClusterOptionsKubernetesNetworkConfig']:
@@ -4506,21 +4532,32 @@ class GetClusterClusterPodNetworkOptionResult(dict):
4506
4532
  @pulumi.output_type
4507
4533
  class GetClusterEndpointResult(dict):
4508
4534
  def __init__(__self__, *,
4535
+ ipv6endpoint: str,
4509
4536
  kubernetes: str,
4510
4537
  private_endpoint: str,
4511
4538
  public_endpoint: str,
4512
4539
  vcn_hostname_endpoint: str):
4513
4540
  """
4541
+ :param str ipv6endpoint: The IPv6 networking Kubernetes API server endpoint.
4514
4542
  :param str kubernetes: The non-native networking Kubernetes API server endpoint.
4515
4543
  :param str private_endpoint: The private native networking Kubernetes API server endpoint.
4516
4544
  :param str public_endpoint: The public native networking Kubernetes API server endpoint, if one was requested.
4517
4545
  :param str vcn_hostname_endpoint: The FQDN assigned to the Kubernetes API private endpoint. Example: 'https://yourVcnHostnameEndpoint'
4518
4546
  """
4547
+ pulumi.set(__self__, "ipv6endpoint", ipv6endpoint)
4519
4548
  pulumi.set(__self__, "kubernetes", kubernetes)
4520
4549
  pulumi.set(__self__, "private_endpoint", private_endpoint)
4521
4550
  pulumi.set(__self__, "public_endpoint", public_endpoint)
4522
4551
  pulumi.set(__self__, "vcn_hostname_endpoint", vcn_hostname_endpoint)
4523
4552
 
4553
+ @property
4554
+ @pulumi.getter
4555
+ def ipv6endpoint(self) -> str:
4556
+ """
4557
+ The IPv6 networking Kubernetes API server endpoint.
4558
+ """
4559
+ return pulumi.get(self, "ipv6endpoint")
4560
+
4524
4561
  @property
4525
4562
  @pulumi.getter
4526
4563
  def kubernetes(self) -> str:
@@ -4763,6 +4800,7 @@ class GetClusterOptionResult(dict):
4763
4800
  def __init__(__self__, *,
4764
4801
  add_ons: Sequence['outputs.GetClusterOptionAddOnResult'],
4765
4802
  admission_controller_options: Sequence['outputs.GetClusterOptionAdmissionControllerOptionResult'],
4803
+ ip_families: Sequence[str],
4766
4804
  kubernetes_network_configs: Sequence['outputs.GetClusterOptionKubernetesNetworkConfigResult'],
4767
4805
  open_id_connect_discoveries: Sequence['outputs.GetClusterOptionOpenIdConnectDiscoveryResult'],
4768
4806
  open_id_connect_token_authentication_configs: Sequence['outputs.GetClusterOptionOpenIdConnectTokenAuthenticationConfigResult'],
@@ -4772,6 +4810,7 @@ class GetClusterOptionResult(dict):
4772
4810
  """
4773
4811
  :param Sequence['GetClusterOptionAddOnArgs'] add_ons: Configurable cluster add-ons
4774
4812
  :param Sequence['GetClusterOptionAdmissionControllerOptionArgs'] admission_controller_options: Configurable cluster admission controllers
4813
+ :param Sequence[str] ip_families: IP family to use for single stack or define the order of IP families for dual-stack
4775
4814
  :param Sequence['GetClusterOptionKubernetesNetworkConfigArgs'] kubernetes_network_configs: Network configuration for Kubernetes.
4776
4815
  :param Sequence['GetClusterOptionPersistentVolumeConfigArgs'] persistent_volume_configs: Configuration to be applied to block volumes created by Kubernetes Persistent Volume Claims (PVC)
4777
4816
  :param Sequence['GetClusterOptionServiceLbConfigArgs'] service_lb_configs: Configuration to be applied to load balancers created by Kubernetes services
@@ -4779,6 +4818,7 @@ class GetClusterOptionResult(dict):
4779
4818
  """
4780
4819
  pulumi.set(__self__, "add_ons", add_ons)
4781
4820
  pulumi.set(__self__, "admission_controller_options", admission_controller_options)
4821
+ pulumi.set(__self__, "ip_families", ip_families)
4782
4822
  pulumi.set(__self__, "kubernetes_network_configs", kubernetes_network_configs)
4783
4823
  pulumi.set(__self__, "open_id_connect_discoveries", open_id_connect_discoveries)
4784
4824
  pulumi.set(__self__, "open_id_connect_token_authentication_configs", open_id_connect_token_authentication_configs)
@@ -4802,6 +4842,14 @@ class GetClusterOptionResult(dict):
4802
4842
  """
4803
4843
  return pulumi.get(self, "admission_controller_options")
4804
4844
 
4845
+ @property
4846
+ @pulumi.getter(name="ipFamilies")
4847
+ def ip_families(self) -> Sequence[str]:
4848
+ """
4849
+ IP family to use for single stack or define the order of IP families for dual-stack
4850
+ """
4851
+ return pulumi.get(self, "ip_families")
4852
+
4805
4853
  @property
4806
4854
  @pulumi.getter(name="kubernetesNetworkConfigs")
4807
4855
  def kubernetes_network_configs(self) -> Sequence['outputs.GetClusterOptionKubernetesNetworkConfigResult']:
@@ -5473,21 +5521,32 @@ class GetClustersClusterClusterPodNetworkOptionResult(dict):
5473
5521
  @pulumi.output_type
5474
5522
  class GetClustersClusterEndpointResult(dict):
5475
5523
  def __init__(__self__, *,
5524
+ ipv6endpoint: str,
5476
5525
  kubernetes: str,
5477
5526
  private_endpoint: str,
5478
5527
  public_endpoint: str,
5479
5528
  vcn_hostname_endpoint: str):
5480
5529
  """
5530
+ :param str ipv6endpoint: The IPv6 networking Kubernetes API server endpoint.
5481
5531
  :param str kubernetes: The non-native networking Kubernetes API server endpoint.
5482
5532
  :param str private_endpoint: The private native networking Kubernetes API server endpoint.
5483
5533
  :param str public_endpoint: The public native networking Kubernetes API server endpoint, if one was requested.
5484
5534
  :param str vcn_hostname_endpoint: The FQDN assigned to the Kubernetes API private endpoint. Example: 'https://yourVcnHostnameEndpoint'
5485
5535
  """
5536
+ pulumi.set(__self__, "ipv6endpoint", ipv6endpoint)
5486
5537
  pulumi.set(__self__, "kubernetes", kubernetes)
5487
5538
  pulumi.set(__self__, "private_endpoint", private_endpoint)
5488
5539
  pulumi.set(__self__, "public_endpoint", public_endpoint)
5489
5540
  pulumi.set(__self__, "vcn_hostname_endpoint", vcn_hostname_endpoint)
5490
5541
 
5542
+ @property
5543
+ @pulumi.getter
5544
+ def ipv6endpoint(self) -> str:
5545
+ """
5546
+ The IPv6 networking Kubernetes API server endpoint.
5547
+ """
5548
+ return pulumi.get(self, "ipv6endpoint")
5549
+
5491
5550
  @property
5492
5551
  @pulumi.getter
5493
5552
  def kubernetes(self) -> str:
@@ -5730,6 +5789,7 @@ class GetClustersClusterOptionResult(dict):
5730
5789
  def __init__(__self__, *,
5731
5790
  add_ons: Sequence['outputs.GetClustersClusterOptionAddOnResult'],
5732
5791
  admission_controller_options: Sequence['outputs.GetClustersClusterOptionAdmissionControllerOptionResult'],
5792
+ ip_families: Sequence[str],
5733
5793
  kubernetes_network_configs: Sequence['outputs.GetClustersClusterOptionKubernetesNetworkConfigResult'],
5734
5794
  open_id_connect_discoveries: Sequence['outputs.GetClustersClusterOptionOpenIdConnectDiscoveryResult'],
5735
5795
  open_id_connect_token_authentication_configs: Sequence['outputs.GetClustersClusterOptionOpenIdConnectTokenAuthenticationConfigResult'],
@@ -5739,6 +5799,7 @@ class GetClustersClusterOptionResult(dict):
5739
5799
  """
5740
5800
  :param Sequence['GetClustersClusterOptionAddOnArgs'] add_ons: Configurable cluster add-ons
5741
5801
  :param Sequence['GetClustersClusterOptionAdmissionControllerOptionArgs'] admission_controller_options: Configurable cluster admission controllers
5802
+ :param Sequence[str] ip_families: IP family to use for single stack or define the order of IP families for dual-stack
5742
5803
  :param Sequence['GetClustersClusterOptionKubernetesNetworkConfigArgs'] kubernetes_network_configs: Network configuration for Kubernetes.
5743
5804
  :param Sequence['GetClustersClusterOptionOpenIdConnectDiscoveryArgs'] open_id_connect_discoveries: The property that define the status of the OIDC Discovery feature for a cluster.
5744
5805
  :param Sequence['GetClustersClusterOptionOpenIdConnectTokenAuthenticationConfigArgs'] open_id_connect_token_authentication_configs: The properties that configure OIDC token authentication in kube-apiserver. For more information, see [Configuring the API Server](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#using-flags).
@@ -5748,6 +5809,7 @@ class GetClustersClusterOptionResult(dict):
5748
5809
  """
5749
5810
  pulumi.set(__self__, "add_ons", add_ons)
5750
5811
  pulumi.set(__self__, "admission_controller_options", admission_controller_options)
5812
+ pulumi.set(__self__, "ip_families", ip_families)
5751
5813
  pulumi.set(__self__, "kubernetes_network_configs", kubernetes_network_configs)
5752
5814
  pulumi.set(__self__, "open_id_connect_discoveries", open_id_connect_discoveries)
5753
5815
  pulumi.set(__self__, "open_id_connect_token_authentication_configs", open_id_connect_token_authentication_configs)
@@ -5771,6 +5833,14 @@ class GetClustersClusterOptionResult(dict):
5771
5833
  """
5772
5834
  return pulumi.get(self, "admission_controller_options")
5773
5835
 
5836
+ @property
5837
+ @pulumi.getter(name="ipFamilies")
5838
+ def ip_families(self) -> Sequence[str]:
5839
+ """
5840
+ IP family to use for single stack or define the order of IP families for dual-stack
5841
+ """
5842
+ return pulumi.get(self, "ip_families")
5843
+
5774
5844
  @property
5775
5845
  @pulumi.getter(name="kubernetesNetworkConfigs")
5776
5846
  def kubernetes_network_configs(self) -> Sequence['outputs.GetClustersClusterOptionKubernetesNetworkConfigResult']:
@@ -45,6 +45,8 @@ from .exadata_infrastructure_storage import *
45
45
  from .exadata_iorm_config import *
46
46
  from .exadb_vm_cluster import *
47
47
  from .exascale_db_storage_vault import *
48
+ from .execution_action import *
49
+ from .execution_window import *
48
50
  from .external_container_database import *
49
51
  from .external_container_database_management import *
50
52
  from .external_container_databases_stack_monitoring import *
@@ -154,6 +156,10 @@ from .get_exadb_vm_cluster_updates import *
154
156
  from .get_exadb_vm_clusters import *
155
157
  from .get_exascale_db_storage_vault import *
156
158
  from .get_exascale_db_storage_vaults import *
159
+ from .get_execution_action import *
160
+ from .get_execution_actions import *
161
+ from .get_execution_window import *
162
+ from .get_execution_windows import *
157
163
  from .get_external_container_database import *
158
164
  from .get_external_container_databases import *
159
165
  from .get_external_database_connector import *
@@ -176,6 +182,16 @@ from .get_oneoff_patch import *
176
182
  from .get_oneoff_patches import *
177
183
  from .get_pluggable_database import *
178
184
  from .get_pluggable_databases import *
185
+ from .get_scheduled_action import *
186
+ from .get_scheduled_action_params import *
187
+ from .get_scheduled_actions import *
188
+ from .get_scheduling_plan import *
189
+ from .get_scheduling_plans import *
190
+ from .get_scheduling_policies import *
191
+ from .get_scheduling_policy import *
192
+ from .get_scheduling_policy_recommended_scheduled_actions import *
193
+ from .get_scheduling_policy_scheduling_window import *
194
+ from .get_scheduling_policy_scheduling_windows import *
179
195
  from .get_system_versions import *
180
196
  from .get_vm_cluster import *
181
197
  from .get_vm_cluster_network import *
@@ -198,6 +214,10 @@ from .pluggable_database import *
198
214
  from .pluggable_database_managements_management import *
199
215
  from .pluggable_databases_local_clone import *
200
216
  from .pluggable_databases_remote_clone import *
217
+ from .scheduled_action import *
218
+ from .scheduling_plan import *
219
+ from .scheduling_policy import *
220
+ from .scheduling_policy_scheduling_window import *
201
221
  from .vm_cluster import *
202
222
  from .vm_cluster_add_virtual_network import *
203
223
  from .vm_cluster_network import *