@pulumi/oci 3.13.0-alpha.1766212844 → 3.13.0

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 (191) hide show
  1. package/containerengine/cluster.d.ts +1 -0
  2. package/containerengine/cluster.js +1 -0
  3. package/containerengine/cluster.js.map +1 -1
  4. package/core/computeHost.d.ts +28 -8
  5. package/core/computeHost.js +6 -0
  6. package/core/computeHost.js.map +1 -1
  7. package/core/computeHostGroup.d.ts +1 -0
  8. package/core/computeHostGroup.js +1 -0
  9. package/core/computeHostGroup.js.map +1 -1
  10. package/core/getComputeHost.d.ts +8 -0
  11. package/core/getComputeHost.js.map +1 -1
  12. package/core/getFirmwareBundle.d.ts +93 -0
  13. package/core/getFirmwareBundle.js +54 -0
  14. package/core/getFirmwareBundle.js.map +1 -0
  15. package/core/getFirmwareBundles.d.ts +83 -0
  16. package/core/getFirmwareBundles.js +46 -0
  17. package/core/getFirmwareBundles.js.map +1 -0
  18. package/core/getShape.d.ts +3 -0
  19. package/core/getShape.js +2 -0
  20. package/core/getShape.js.map +1 -1
  21. package/core/getShapes.d.ts +11 -0
  22. package/core/getShapes.js +4 -0
  23. package/core/getShapes.js.map +1 -1
  24. package/core/index.d.ts +6 -0
  25. package/core/index.js +12 -6
  26. package/core/index.js.map +1 -1
  27. package/database/autonomousDatabase.d.ts +42 -12
  28. package/database/autonomousDatabase.js.map +1 -1
  29. package/database/getAutonomousDatabasesEstimateCostSavings.d.ts +86 -0
  30. package/database/getAutonomousDatabasesEstimateCostSavings.js +60 -0
  31. package/database/getAutonomousDatabasesEstimateCostSavings.js.map +1 -0
  32. package/database/index.d.ts +3 -0
  33. package/database/index.js +9 -6
  34. package/database/index.js.map +1 -1
  35. package/datascience/getMlApplicationImplementationVersion.d.ts +134 -0
  36. package/datascience/getMlApplicationImplementationVersion.js +54 -0
  37. package/datascience/getMlApplicationImplementationVersion.js.map +1 -0
  38. package/datascience/getMlApplicationImplementationVersions.d.ts +89 -0
  39. package/datascience/getMlApplicationImplementationVersions.js +60 -0
  40. package/datascience/getMlApplicationImplementationVersions.js.map +1 -0
  41. package/datascience/index.d.ts +6 -0
  42. package/datascience/index.js +9 -3
  43. package/datascience/index.js.map +1 -1
  44. package/datascience/modelDeployment.d.ts +0 -87
  45. package/datascience/modelDeployment.js +0 -87
  46. package/datascience/modelDeployment.js.map +1 -1
  47. package/disasterrecovery/drPlanExecution.d.ts +8 -0
  48. package/disasterrecovery/drPlanExecution.js +2 -0
  49. package/disasterrecovery/drPlanExecution.js.map +1 -1
  50. package/disasterrecovery/drProtectionGroup.d.ts +4 -0
  51. package/disasterrecovery/drProtectionGroup.js +4 -0
  52. package/disasterrecovery/drProtectionGroup.js.map +1 -1
  53. package/disasterrecovery/getDrPlanExecution.d.ts +4 -0
  54. package/disasterrecovery/getDrPlanExecution.js.map +1 -1
  55. package/generativeai/getDedicatedAiCluster.d.ts +15 -3
  56. package/generativeai/getDedicatedAiCluster.js.map +1 -1
  57. package/generativeai/getDedicatedAiClusters.d.ts +3 -0
  58. package/generativeai/getDedicatedAiClusters.js.map +1 -1
  59. package/generativeai/getEndpoint.d.ts +19 -1
  60. package/generativeai/getEndpoint.js.map +1 -1
  61. package/generativeai/getEndpoints.d.ts +8 -2
  62. package/generativeai/getEndpoints.js +2 -2
  63. package/generativeai/getEndpoints.js.map +1 -1
  64. package/generativeai/getImportedModel.d.ts +82 -0
  65. package/generativeai/getImportedModel.js +54 -0
  66. package/generativeai/getImportedModel.js.map +1 -0
  67. package/generativeai/getImportedModels.d.ts +123 -0
  68. package/generativeai/getImportedModels.js +76 -0
  69. package/generativeai/getImportedModels.js.map +1 -0
  70. package/generativeai/getModel.d.ts +0 -54
  71. package/generativeai/getModel.js.map +1 -1
  72. package/generativeai/getModels.d.ts +0 -15
  73. package/generativeai/getModels.js.map +1 -1
  74. package/generativeai/importedModel.d.ts +270 -0
  75. package/generativeai/importedModel.js +131 -0
  76. package/generativeai/importedModel.js.map +1 -0
  77. package/generativeai/index.d.ts +9 -0
  78. package/generativeai/index.js +13 -2
  79. package/generativeai/index.js.map +1 -1
  80. package/identity/domainsMappedAttribute.d.ts +719 -0
  81. package/identity/domainsMappedAttribute.js +125 -0
  82. package/identity/domainsMappedAttribute.js.map +1 -0
  83. package/identity/getDomainsMappedAttribute.d.ts +187 -0
  84. package/identity/getDomainsMappedAttribute.js +74 -0
  85. package/identity/getDomainsMappedAttribute.js.map +1 -0
  86. package/identity/getDomainsMappedAttributes.d.ts +160 -0
  87. package/identity/getDomainsMappedAttributes.js +88 -0
  88. package/identity/getDomainsMappedAttributes.js.map +1 -0
  89. package/identity/index.d.ts +9 -0
  90. package/identity/index.js +19 -8
  91. package/identity/index.js.map +1 -1
  92. package/integration/getIntegrationInstance.d.ts +6 -0
  93. package/integration/getIntegrationInstance.js.map +1 -1
  94. package/integration/integrationInstance.d.ts +55 -10
  95. package/integration/integrationInstance.js +21 -1
  96. package/integration/integrationInstance.js.map +1 -1
  97. package/loganalytics/getLogAnalyticsEntityAssociationsList.d.ts +94 -0
  98. package/loganalytics/getLogAnalyticsEntityAssociationsList.js +64 -0
  99. package/loganalytics/getLogAnalyticsEntityAssociationsList.js.map +1 -0
  100. package/loganalytics/index.d.ts +9 -0
  101. package/loganalytics/index.js +15 -2
  102. package/loganalytics/index.js.map +1 -1
  103. package/loganalytics/logAnalyticsEntityAssociationsAdd.d.ts +106 -0
  104. package/loganalytics/logAnalyticsEntityAssociationsAdd.js +84 -0
  105. package/loganalytics/logAnalyticsEntityAssociationsAdd.js.map +1 -0
  106. package/loganalytics/logAnalyticsEntityAssociationsRemove.d.ts +106 -0
  107. package/loganalytics/logAnalyticsEntityAssociationsRemove.js +84 -0
  108. package/loganalytics/logAnalyticsEntityAssociationsRemove.js.map +1 -0
  109. package/oci/batchBatchContext.d.ts +290 -0
  110. package/oci/batchBatchContext.js +140 -0
  111. package/oci/batchBatchContext.js.map +1 -0
  112. package/oci/batchBatchJobPool.d.ts +201 -0
  113. package/oci/batchBatchJobPool.js +102 -0
  114. package/oci/batchBatchJobPool.js.map +1 -0
  115. package/oci/batchBatchTaskEnvironment.d.ts +254 -0
  116. package/oci/batchBatchTaskEnvironment.js +121 -0
  117. package/oci/batchBatchTaskEnvironment.js.map +1 -0
  118. package/oci/batchBatchTaskProfile.d.ts +210 -0
  119. package/oci/batchBatchTaskProfile.js +108 -0
  120. package/oci/batchBatchTaskProfile.js.map +1 -0
  121. package/oci/getBatchBatchContext.d.ts +132 -0
  122. package/oci/getBatchBatchContext.js +54 -0
  123. package/oci/getBatchBatchContext.js.map +1 -0
  124. package/oci/getBatchBatchContextShapes.d.ts +83 -0
  125. package/oci/getBatchBatchContextShapes.js +60 -0
  126. package/oci/getBatchBatchContextShapes.js.map +1 -0
  127. package/oci/getBatchBatchContexts.d.ts +113 -0
  128. package/oci/getBatchBatchContexts.js +70 -0
  129. package/oci/getBatchBatchContexts.js.map +1 -0
  130. package/oci/getBatchBatchJobPool.d.ts +109 -0
  131. package/oci/getBatchBatchJobPool.js +54 -0
  132. package/oci/getBatchBatchJobPool.js.map +1 -0
  133. package/oci/getBatchBatchJobPools.d.ts +127 -0
  134. package/oci/getBatchBatchJobPools.js +74 -0
  135. package/oci/getBatchBatchJobPools.js.map +1 -0
  136. package/oci/getBatchBatchTaskEnvironment.d.ts +122 -0
  137. package/oci/getBatchBatchTaskEnvironment.js +54 -0
  138. package/oci/getBatchBatchTaskEnvironment.js.map +1 -0
  139. package/oci/getBatchBatchTaskEnvironments.d.ts +113 -0
  140. package/oci/getBatchBatchTaskEnvironments.js +70 -0
  141. package/oci/getBatchBatchTaskEnvironments.js.map +1 -0
  142. package/oci/getBatchBatchTaskProfile.d.ts +113 -0
  143. package/oci/getBatchBatchTaskProfile.js +54 -0
  144. package/oci/getBatchBatchTaskProfile.js.map +1 -0
  145. package/oci/getBatchBatchTaskProfiles.d.ts +113 -0
  146. package/oci/getBatchBatchTaskProfiles.js +70 -0
  147. package/oci/getBatchBatchTaskProfiles.js.map +1 -0
  148. package/oci/getMulticloudExternalLocationsMetadata.d.ts +52 -13
  149. package/oci/getMulticloudExternalLocationsMetadata.js +14 -2
  150. package/oci/getMulticloudExternalLocationsMetadata.js.map +1 -1
  151. package/oci/getMulticloudMulticloudsubscriptions.d.ts +86 -0
  152. package/oci/getMulticloudMulticloudsubscriptions.js +62 -0
  153. package/oci/getMulticloudMulticloudsubscriptions.js.map +1 -0
  154. package/oci/getMulticloudNetworkAnchor.d.ts +15 -0
  155. package/oci/getMulticloudNetworkAnchor.js +4 -0
  156. package/oci/getMulticloudNetworkAnchor.js.map +1 -1
  157. package/oci/getMulticloudNetworkAnchors.d.ts +49 -27
  158. package/oci/getMulticloudNetworkAnchors.js +14 -4
  159. package/oci/getMulticloudNetworkAnchors.js.map +1 -1
  160. package/oci/getMulticloudOmHubMultiCloudsMetadata.d.ts +4 -2
  161. package/oci/getMulticloudOmHubMultiCloudsMetadata.js +4 -2
  162. package/oci/getMulticloudOmHubMultiCloudsMetadata.js.map +1 -1
  163. package/oci/getMulticloudOmHubMulticloudResources.d.ts +122 -0
  164. package/oci/getMulticloudOmHubMulticloudResources.js +74 -0
  165. package/oci/getMulticloudOmHubMulticloudResources.js.map +1 -0
  166. package/oci/getMulticloudResourceAnchor.d.ts +23 -4
  167. package/oci/getMulticloudResourceAnchor.js +4 -0
  168. package/oci/getMulticloudResourceAnchor.js.map +1 -1
  169. package/oci/getMulticloudResourceAnchors.d.ts +42 -28
  170. package/oci/getMulticloudResourceAnchors.js +16 -10
  171. package/oci/getMulticloudResourceAnchors.js.map +1 -1
  172. package/oci/index.d.ts +45 -0
  173. package/oci/index.js +59 -5
  174. package/oci/index.js.map +1 -1
  175. package/ocvp/cluster.d.ts +12 -0
  176. package/ocvp/cluster.js +2 -0
  177. package/ocvp/cluster.js.map +1 -1
  178. package/ocvp/esxiHost.d.ts +18 -0
  179. package/ocvp/esxiHost.js +2 -0
  180. package/ocvp/esxiHost.js.map +1 -1
  181. package/ocvp/getCluster.d.ts +6 -0
  182. package/ocvp/getCluster.js.map +1 -1
  183. package/ocvp/getExsiHost.d.ts +6 -0
  184. package/ocvp/getExsiHost.js.map +1 -1
  185. package/ocvp/getSddc.d.ts +3 -0
  186. package/ocvp/getSddc.js.map +1 -1
  187. package/ocvp/sddc.d.ts +6 -0
  188. package/ocvp/sddc.js.map +1 -1
  189. package/package.json +2 -2
  190. package/types/input.d.ts +845 -43
  191. package/types/output.d.ts +3324 -608
package/types/input.d.ts CHANGED
@@ -11200,6 +11200,10 @@ export declare namespace ContainerEngine {
11200
11200
  }>;
11201
11201
  }
11202
11202
  interface ClusterOptionsServiceLbConfig {
11203
+ /**
11204
+ * (Updatable) A list of the OCIDs of the network security groups (NSGs) associated to backends to LBs (pods/nodes/virtual pods, etc.). Rules necessary for LB to backend communication would be added when rule management mode is set to NSG via annotations. see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/NetworkSecurityGroup/).
11205
+ */
11206
+ backendNsgIds?: pulumi.Input<pulumi.Input<string>[]>;
11203
11207
  /**
11204
11208
  * (Updatable) Defined 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). Example: `{"Operations.CostCenter": "42"}`
11205
11209
  */
@@ -12771,7 +12775,7 @@ export declare namespace Core {
12771
12775
  */
12772
12776
  configurationState?: pulumi.Input<string>;
12773
12777
  /**
12774
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Customer-unique firmware bundle associated with the Host Configuration.
12778
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Customer-unique firmware bundle associated with the Host.
12775
12779
  */
12776
12780
  firmwareBundleId?: pulumi.Input<string>;
12777
12781
  /**
@@ -12796,6 +12800,10 @@ export declare namespace Core {
12796
12800
  * * `FULL_RECYCLE` - Does not skip host wipe. This is the default behavior.
12797
12801
  */
12798
12802
  recycleLevel?: pulumi.Input<string>;
12803
+ /**
12804
+ * (Updatable) The state of the host group configuration.
12805
+ */
12806
+ state?: pulumi.Input<string>;
12799
12807
  /**
12800
12808
  * (Updatable) Either the platform name or compute shape that the configuration is targeting
12801
12809
  */
@@ -13657,6 +13665,16 @@ export declare namespace Core {
13657
13665
  regex?: pulumi.Input<boolean>;
13658
13666
  values: pulumi.Input<pulumi.Input<string>[]>;
13659
13667
  }
13668
+ interface GetFirmwareBundlesFilter {
13669
+ name: string;
13670
+ regex?: boolean;
13671
+ values: string[];
13672
+ }
13673
+ interface GetFirmwareBundlesFilterArgs {
13674
+ name: pulumi.Input<string>;
13675
+ regex?: pulumi.Input<boolean>;
13676
+ values: pulumi.Input<pulumi.Input<string>[]>;
13677
+ }
13660
13678
  interface GetImageShapesFilter {
13661
13679
  name: string;
13662
13680
  regex?: boolean;
@@ -23285,6 +23303,22 @@ export declare namespace DataScience {
23285
23303
  regex?: pulumi.Input<boolean>;
23286
23304
  values: pulumi.Input<pulumi.Input<string>[]>;
23287
23305
  }
23306
+ interface GetMlApplicationImplementationVersionsFilter {
23307
+ /**
23308
+ * ML Application Implementation name which is unique for given ML Application.
23309
+ */
23310
+ name: string;
23311
+ regex?: boolean;
23312
+ values: string[];
23313
+ }
23314
+ interface GetMlApplicationImplementationVersionsFilterArgs {
23315
+ /**
23316
+ * ML Application Implementation name which is unique for given ML Application.
23317
+ */
23318
+ name: pulumi.Input<string>;
23319
+ regex?: pulumi.Input<boolean>;
23320
+ values: pulumi.Input<pulumi.Input<string>[]>;
23321
+ }
23288
23322
  interface GetMlApplicationImplementationsFilter {
23289
23323
  /**
23290
23324
  * A filter to return only resources that match the entire name given.
@@ -24566,6 +24600,12 @@ export declare namespace DataScience {
24566
24600
  * (Updatable) The container image run [CMD](https://docs.docker.com/engine/reference/builder/#cmd) as a list of strings. Use `CMD` as arguments to the `ENTRYPOINT` or the only command to run in the absence of an `ENTRYPOINT`. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes.
24567
24601
  */
24568
24602
  cmds?: pulumi.Input<pulumi.Input<string>[]>;
24603
+ /**
24604
+ * Service injected Environment variables set for the web server container and can not be set or modified by user.
24605
+ */
24606
+ defaultEnvironmentVariables?: pulumi.Input<{
24607
+ [key: string]: pulumi.Input<string>;
24608
+ }>;
24569
24609
  /**
24570
24610
  * (Updatable) The container image run [ENTRYPOINT](https://docs.docker.com/engine/reference/builder/#entrypoint) as a list of strings. Accept the `CMD` as extra arguments. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes. More information on how `CMD` and `ENTRYPOINT` interact are [here](https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact).
24571
24611
  */
@@ -24585,7 +24625,7 @@ export declare namespace DataScience {
24585
24625
  */
24586
24626
  healthCheckPort?: pulumi.Input<number>;
24587
24627
  /**
24588
- * (Updatable) The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format: `<region>.ocir.io/<registry>/<image>:<tag>` `<region>.ocir.io/<registry>/<image>:<tag>@digest`
24628
+ * (Updatable) The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. The container image is optional while using service managed open source foundation model. Acceptable format: `<region>.ocir.io/<registry>/<image>:<tag>` `<region>.ocir.io/<registry>/<image>:<tag>@digest`
24589
24629
  */
24590
24630
  image?: pulumi.Input<string>;
24591
24631
  /**
@@ -24618,7 +24658,7 @@ export declare namespace DataScience {
24618
24658
  }
24619
24659
  interface ModelDeploymentModelDeploymentConfigurationDetailsInfrastructureConfigurationDetailsInstanceConfiguration {
24620
24660
  /**
24621
- * The shape used to launch the model deployment instances.
24661
+ * The shape used to launch the model deployment instances. When using service managed open source foundation model, the supported shapes can be retrieved using get model api /models/{modelId}/definedMetadata/deploymentConfiguration/artifact/content.
24622
24662
  */
24623
24663
  instanceShapeName: pulumi.Input<string>;
24624
24664
  /**
@@ -24778,7 +24818,7 @@ export declare namespace DataScience {
24778
24818
  }
24779
24819
  interface ModelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsInstanceConfiguration {
24780
24820
  /**
24781
- * (Updatable) The shape used to launch the model deployment instances.
24821
+ * (Updatable) The shape used to launch the model deployment instances. When using service managed open source foundation model, the supported shapes can be retrieved using get model api /models/{modelId}/definedMetadata/deploymentConfiguration/artifact/content.
24782
24822
  */
24783
24823
  instanceShapeName?: pulumi.Input<string>;
24784
24824
  /**
@@ -24946,6 +24986,10 @@ export declare namespace DataScience {
24946
24986
  * This value is the current count of the model deployment instances.
24947
24987
  */
24948
24988
  currentInstanceCount?: pulumi.Input<number>;
24989
+ /**
24990
+ * The type of the deployed model.
24991
+ */
24992
+ modelType?: pulumi.Input<string>;
24949
24993
  /**
24950
24994
  * The infrastructure type of the model deployment.
24951
24995
  */
@@ -30957,6 +31001,16 @@ export declare namespace Database {
30957
31001
  regex?: pulumi.Input<boolean>;
30958
31002
  values: pulumi.Input<pulumi.Input<string>[]>;
30959
31003
  }
31004
+ interface GetAutonomousDatabasesEstimateCostSavingsFilter {
31005
+ name: string;
31006
+ regex?: boolean;
31007
+ values: string[];
31008
+ }
31009
+ interface GetAutonomousDatabasesEstimateCostSavingsFilterArgs {
31010
+ name: pulumi.Input<string>;
31011
+ regex?: pulumi.Input<boolean>;
31012
+ values: pulumi.Input<pulumi.Input<string>[]>;
31013
+ }
30960
31014
  interface GetAutonomousDatabasesFilter {
30961
31015
  /**
30962
31016
  * Name of the day of the week.
@@ -39362,6 +39416,106 @@ export declare namespace DisasterRecovery {
39362
39416
  */
39363
39417
  object?: pulumi.Input<string>;
39364
39418
  }
39419
+ interface DrPlanExecutionStepStatusCount {
39420
+ /**
39421
+ * A summary of steps that failed during a DR plan execution, including failed and timed out steps.
39422
+ */
39423
+ failedSteps?: pulumi.Input<pulumi.Input<inputs.DisasterRecovery.DrPlanExecutionStepStatusCountFailedStep>[]>;
39424
+ /**
39425
+ * A summary of remaining steps in a DR plan execution, including queued, paused, and in-progress steps.
39426
+ */
39427
+ remainingSteps?: pulumi.Input<pulumi.Input<inputs.DisasterRecovery.DrPlanExecutionStepStatusCountRemainingStep>[]>;
39428
+ /**
39429
+ * A summary of steps that were skipped during a DR plan execution, including disabled, failed but ignored, timed out but ignored, and canceled steps.
39430
+ */
39431
+ skippedSteps?: pulumi.Input<pulumi.Input<inputs.DisasterRecovery.DrPlanExecutionStepStatusCountSkippedStep>[]>;
39432
+ /**
39433
+ * A summary of steps that completed successfully during a DR plan execution.
39434
+ */
39435
+ successfulSteps?: pulumi.Input<pulumi.Input<inputs.DisasterRecovery.DrPlanExecutionStepStatusCountSuccessfulStep>[]>;
39436
+ /**
39437
+ * The total number of steps in a DR plan execution.
39438
+ */
39439
+ totalSteps?: pulumi.Input<number>;
39440
+ /**
39441
+ * A summary of steps that encountered warnings during a DR plan execution.
39442
+ */
39443
+ warningSteps?: pulumi.Input<pulumi.Input<inputs.DisasterRecovery.DrPlanExecutionStepStatusCountWarningStep>[]>;
39444
+ }
39445
+ interface DrPlanExecutionStepStatusCountFailedStep {
39446
+ /**
39447
+ * The total number of failed steps in a DR plan execution.
39448
+ */
39449
+ failed?: pulumi.Input<number>;
39450
+ /**
39451
+ * The total number of steps that timed out during a DR plan execution.
39452
+ */
39453
+ timedOut?: pulumi.Input<number>;
39454
+ /**
39455
+ * The total number of steps that failed during a DR plan execution.
39456
+ */
39457
+ totalFailed?: pulumi.Input<number>;
39458
+ }
39459
+ interface DrPlanExecutionStepStatusCountRemainingStep {
39460
+ /**
39461
+ * The total number of steps in progress during a DR plan execution.
39462
+ */
39463
+ inProgress?: pulumi.Input<number>;
39464
+ /**
39465
+ * The total number of paused steps in a DR plan execution.
39466
+ */
39467
+ paused?: pulumi.Input<number>;
39468
+ /**
39469
+ * The total number of queued steps in a DR plan execution.
39470
+ */
39471
+ queued?: pulumi.Input<number>;
39472
+ /**
39473
+ * The total number of remaining steps in a DR plan execution.
39474
+ */
39475
+ totalRemaining?: pulumi.Input<number>;
39476
+ }
39477
+ interface DrPlanExecutionStepStatusCountSkippedStep {
39478
+ /**
39479
+ * The total number of canceled steps in a DR plan execution.
39480
+ */
39481
+ canceled?: pulumi.Input<number>;
39482
+ /**
39483
+ * The total number of disabled steps in a DR plan execution.
39484
+ */
39485
+ disabled?: pulumi.Input<number>;
39486
+ /**
39487
+ * The total number of steps that failed but were ignored during a DR plan execution.
39488
+ */
39489
+ failedIgnored?: pulumi.Input<number>;
39490
+ /**
39491
+ * The total number of steps that timed out but were ignored during a DR plan execution.
39492
+ */
39493
+ timedOutIgnored?: pulumi.Input<number>;
39494
+ /**
39495
+ * The total number of steps that were skipped during a DR plan execution.
39496
+ */
39497
+ totalSkipped?: pulumi.Input<number>;
39498
+ }
39499
+ interface DrPlanExecutionStepStatusCountSuccessfulStep {
39500
+ /**
39501
+ * The total number of steps that succeeded during a DR plan execution.
39502
+ */
39503
+ succeeded?: pulumi.Input<number>;
39504
+ /**
39505
+ * The total number of successful steps in a DR plan execution.
39506
+ */
39507
+ totalSuccessful?: pulumi.Input<number>;
39508
+ }
39509
+ interface DrPlanExecutionStepStatusCountWarningStep {
39510
+ /**
39511
+ * The total number of steps that encountered warnings in a DR plan execution.
39512
+ */
39513
+ totalWarnings?: pulumi.Input<number>;
39514
+ /**
39515
+ * The total number of steps with warnings that were ignored during a DR plan execution.
39516
+ */
39517
+ warningsIgnored?: pulumi.Input<number>;
39518
+ }
39365
39519
  interface DrPlanPlanGroup {
39366
39520
  /**
39367
39521
  * (Updatable) The display name of the DR plan being created. Example: `EBS Switchover PHX to IAD`
@@ -39452,7 +39606,7 @@ export declare namespace DisasterRecovery {
39452
39606
  */
39453
39607
  requestBody?: pulumi.Input<string>;
39454
39608
  /**
39455
- * The userid on the instance to be used for executing the script or command. Example: `opc`
39609
+ * The user ID on the instance that will be used to execute the script specified in 'scriptCommand'. Example: `opc`
39456
39610
  */
39457
39611
  runAsUser?: pulumi.Input<string>;
39458
39612
  /**
@@ -39464,7 +39618,7 @@ export declare namespace DisasterRecovery {
39464
39618
  */
39465
39619
  runOnInstanceRegion?: pulumi.Input<string>;
39466
39620
  /**
39467
- * The script name and arguments. Example: `/usr/bin/python3 /home/opc/scripts/my_app_script.py arg1 arg2 arg3`
39621
+ * The entire path and arguments for the script that is stored in object store, or inside a compressed archive in object store. Example: `/usr/bin/python3.7 scripts/start_server.py --port 8080 --env "production" --max-connections 200 --log-level "INFO"`
39468
39622
  */
39469
39623
  scriptCommand?: pulumi.Input<string>;
39470
39624
  /**
@@ -39663,6 +39817,10 @@ export declare namespace DisasterRecovery {
39663
39817
  * (Updatable) The OCID of the peer HeatWave MySQL DB System from the peer region. Example: `ocid1.mysqldbsystem.oc1..uniqueID`
39664
39818
  */
39665
39819
  peerDbSystemId?: pulumi.Input<string>;
39820
+ /**
39821
+ * (Updatable) The list of config maps along with their corresponding namespaces. This property applies to the OKE cluster member in primary region.
39822
+ */
39823
+ resourceModifierMappings?: pulumi.Input<pulumi.Input<inputs.DisasterRecovery.DrProtectionGroupMemberResourceModifierMapping>[]>;
39666
39824
  /**
39667
39825
  * (Updatable) A list of mappings between source volume IDs in the volume group and customer-managed encryption keys in the destination region which will be used to encrypt the volume after it moves to the destination region.
39668
39826
  *
@@ -39926,6 +40084,16 @@ export declare namespace DisasterRecovery {
39926
40084
  */
39927
40085
  sourceNetworkLoadBalancerId?: pulumi.Input<string>;
39928
40086
  }
40087
+ interface DrProtectionGroupMemberResourceModifierMapping {
40088
+ /**
40089
+ * (Updatable) The name of the config map containing resource modification details. Example: `resource-modifier`
40090
+ */
40091
+ configMap?: pulumi.Input<string>;
40092
+ /**
40093
+ * (Updatable) The OKE namespace where the config map resides. Example: `namespaceString5`
40094
+ */
40095
+ namespace?: pulumi.Input<string>;
40096
+ }
39929
40097
  interface DrProtectionGroupMemberSourceVolumeToDestinationEncryptionKeyMapping {
39930
40098
  /**
39931
40099
  * (Updatable) Create properties for a customer-managed vault and encryption key in the destination region. The customer-managed encryption key in this will be used to encrypt the resource or containing resources after they move to the destination region.
@@ -44989,6 +45157,16 @@ export declare namespace GenerativeAi {
44989
45157
  regex?: pulumi.Input<boolean>;
44990
45158
  values: pulumi.Input<pulumi.Input<string>[]>;
44991
45159
  }
45160
+ interface GetImportedModelsFilter {
45161
+ name: string;
45162
+ regex?: boolean;
45163
+ values: string[];
45164
+ }
45165
+ interface GetImportedModelsFilterArgs {
45166
+ name: pulumi.Input<string>;
45167
+ regex?: pulumi.Input<boolean>;
45168
+ values: pulumi.Input<pulumi.Input<string>[]>;
45169
+ }
44992
45170
  interface GetModelsFilter {
44993
45171
  name: string;
44994
45172
  regex?: boolean;
@@ -44999,6 +45177,44 @@ export declare namespace GenerativeAi {
44999
45177
  regex?: pulumi.Input<boolean>;
45000
45178
  values: pulumi.Input<pulumi.Input<string>[]>;
45001
45179
  }
45180
+ interface ImportedModelDataSource {
45181
+ /**
45182
+ * Hugging Face access token to authenticate requests for restricted models. This token will be securely stored in Oracle Cloud Infrastructure Vault.
45183
+ */
45184
+ accessToken?: pulumi.Input<string>;
45185
+ /**
45186
+ * The name of the branch in the Hugging Face repository to import the model from. If not specified, "main" will be used by default. If you provide both a branch and a commit hash, the model will be imported from the specified commit.
45187
+ */
45188
+ branch?: pulumi.Input<string>;
45189
+ /**
45190
+ * The name of the Object Storage bucket.
45191
+ */
45192
+ bucket?: pulumi.Input<string>;
45193
+ /**
45194
+ * The commit hash in the Hugging Face repository to import the model from. If both a branch and a commit are provided, the commit hash will be used.
45195
+ */
45196
+ commit?: pulumi.Input<string>;
45197
+ /**
45198
+ * The full model OCID from Hugging Face, typically in the format "org/model-name" (e.g., "meta-llama/Llama-2-7b").
45199
+ */
45200
+ modelId?: pulumi.Input<string>;
45201
+ /**
45202
+ * The namespace of the Object Storage where the files are stored.
45203
+ */
45204
+ namespace?: pulumi.Input<string>;
45205
+ /**
45206
+ * The prefix path (or folder) within the bucket where files are located.
45207
+ */
45208
+ prefixName?: pulumi.Input<string>;
45209
+ /**
45210
+ * The full canonical Oracle Cloud region identifier (e.g., "us-ashburn-1") where the object storage bucket containing the files resides.
45211
+ */
45212
+ region?: pulumi.Input<string>;
45213
+ /**
45214
+ * Specifies the source type for model import.
45215
+ */
45216
+ sourceType?: pulumi.Input<string>;
45217
+ }
45002
45218
  interface ModelFineTuneDetails {
45003
45219
  /**
45004
45220
  * The OCID of the dedicated AI cluster this fine-tuning runs on.
@@ -59966,25 +60182,298 @@ export declare namespace Identity {
59966
60182
  */
59967
60183
  value: pulumi.Input<string>;
59968
60184
  }
59969
- interface DomainsIdentitySettingToken {
60185
+ interface DomainsIdentitySettingToken {
60186
+ /**
60187
+ * (Updatable) Indicates the number of minutes after which the token expires automatically.
60188
+ *
60189
+ * **SCIM++ Properties:**
60190
+ * * caseExact: false
60191
+ * * multiValued: false
60192
+ * * mutability: readWrite
60193
+ * * required: false
60194
+ * * returned: default
60195
+ * * type: integer
60196
+ * * uniqueness: none
60197
+ */
60198
+ expiresAfter?: pulumi.Input<number>;
60199
+ /**
60200
+ * (Updatable) The token type.
60201
+ *
60202
+ * **SCIM++ Properties:**
60203
+ * * caseExact: true
60204
+ * * multiValued: false
60205
+ * * mutability: readWrite
60206
+ * * required: true
60207
+ * * returned: default
60208
+ * * type: string
60209
+ * * uniqueness: none
60210
+ */
60211
+ type: pulumi.Input<string>;
60212
+ }
60213
+ interface DomainsKmsiSettingIdcsCreatedBy {
60214
+ /**
60215
+ * (Updatable) The displayName of the User or App who created this Resource
60216
+ *
60217
+ * **SCIM++ Properties:**
60218
+ * * caseExact: true
60219
+ * * idcsSearchable: false
60220
+ * * multiValued: false
60221
+ * * mutability: readOnly
60222
+ * * required: false
60223
+ * * returned: default
60224
+ * * type: string
60225
+ * * uniqueness: none
60226
+ */
60227
+ display?: pulumi.Input<string>;
60228
+ /**
60229
+ * (Updatable) The OCID of the SCIM resource that represents the User or App who created this Resource
60230
+ *
60231
+ * **SCIM++ Properties:**
60232
+ * * caseExact: true
60233
+ * * idcsSearchable: true
60234
+ * * multiValued: false
60235
+ * * mutability: readOnly
60236
+ * * returned: default
60237
+ * * type: string
60238
+ * * uniqueness: none
60239
+ */
60240
+ ocid?: pulumi.Input<string>;
60241
+ /**
60242
+ * (Updatable) The URI of the SCIM resource that represents the User or App who created this Resource
60243
+ *
60244
+ * **SCIM++ Properties:**
60245
+ * * caseExact: true
60246
+ * * idcsSearchable: false
60247
+ * * multiValued: false
60248
+ * * mutability: readOnly
60249
+ * * required: false
60250
+ * * returned: default
60251
+ * * type: reference
60252
+ * * uniqueness: none
60253
+ */
60254
+ ref?: pulumi.Input<string>;
60255
+ /**
60256
+ * (Updatable) The type of resource, User or App, that created this Resource
60257
+ *
60258
+ * **SCIM++ Properties:**
60259
+ * * caseExact: false
60260
+ * * idcsSearchable: false
60261
+ * * multiValued: false
60262
+ * * mutability: readOnly
60263
+ * * required: false
60264
+ * * returned: default
60265
+ * * type: string
60266
+ * * uniqueness: none
60267
+ */
60268
+ type?: pulumi.Input<string>;
60269
+ /**
60270
+ * (Updatable) The ID of the SCIM resource that represents the User or App who created this Resource
60271
+ *
60272
+ * **SCIM++ Properties:**
60273
+ * * caseExact: true
60274
+ * * idcsSearchable: true
60275
+ * * multiValued: false
60276
+ * * mutability: readOnly
60277
+ * * required: true
60278
+ * * returned: default
60279
+ * * type: string
60280
+ * * uniqueness: none
60281
+ */
60282
+ value: pulumi.Input<string>;
60283
+ }
60284
+ interface DomainsKmsiSettingIdcsLastModifiedBy {
60285
+ /**
60286
+ * (Updatable) The displayName of the User or App who modified this Resource
60287
+ *
60288
+ * **SCIM++ Properties:**
60289
+ * * caseExact: true
60290
+ * * idcsSearchable: false
60291
+ * * multiValued: false
60292
+ * * mutability: readOnly
60293
+ * * required: false
60294
+ * * returned: default
60295
+ * * type: string
60296
+ * * uniqueness: none
60297
+ */
60298
+ display?: pulumi.Input<string>;
60299
+ /**
60300
+ * (Updatable) The OCID of the SCIM resource that represents the User or App who modified this Resource
60301
+ *
60302
+ * **SCIM++ Properties:**
60303
+ * * caseExact: true
60304
+ * * idcsSearchable: true
60305
+ * * multiValued: false
60306
+ * * mutability: readOnly
60307
+ * * returned: default
60308
+ * * type: string
60309
+ * * uniqueness: none
60310
+ */
60311
+ ocid?: pulumi.Input<string>;
60312
+ /**
60313
+ * (Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource
60314
+ *
60315
+ * **SCIM++ Properties:**
60316
+ * * caseExact: true
60317
+ * * idcsSearchable: false
60318
+ * * multiValued: false
60319
+ * * mutability: readOnly
60320
+ * * required: false
60321
+ * * returned: default
60322
+ * * type: reference
60323
+ * * uniqueness: none
60324
+ */
60325
+ ref?: pulumi.Input<string>;
60326
+ /**
60327
+ * (Updatable) The type of resource, User or App, that modified this Resource
60328
+ *
60329
+ * **SCIM++ Properties:**
60330
+ * * caseExact: false
60331
+ * * idcsSearchable: false
60332
+ * * multiValued: false
60333
+ * * mutability: readOnly
60334
+ * * required: false
60335
+ * * returned: default
60336
+ * * type: string
60337
+ * * uniqueness: none
60338
+ */
60339
+ type?: pulumi.Input<string>;
60340
+ /**
60341
+ * (Updatable) The ID of the SCIM resource that represents the User or App who modified this Resource
60342
+ *
60343
+ * **SCIM++ Properties:**
60344
+ * * caseExact: true
60345
+ * * idcsSearchable: true
60346
+ * * multiValued: false
60347
+ * * mutability: readOnly
60348
+ * * required: true
60349
+ * * returned: default
60350
+ * * type: string
60351
+ * * uniqueness: none
60352
+ */
60353
+ value: pulumi.Input<string>;
60354
+ }
60355
+ interface DomainsKmsiSettingMeta {
60356
+ /**
60357
+ * (Updatable) The DateTime the Resource was added to the Service Provider
60358
+ *
60359
+ * **SCIM++ Properties:**
60360
+ * * caseExact: false
60361
+ * * idcsSearchable: true
60362
+ * * multiValued: false
60363
+ * * mutability: readOnly
60364
+ * * required: false
60365
+ * * returned: default
60366
+ * * type: dateTime
60367
+ * * uniqueness: none
60368
+ */
60369
+ created?: pulumi.Input<string>;
60370
+ /**
60371
+ * (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
60372
+ *
60373
+ * **SCIM++ Properties:**
60374
+ * * caseExact: false
60375
+ * * idcsSearchable: true
60376
+ * * multiValued: false
60377
+ * * mutability: readOnly
60378
+ * * required: false
60379
+ * * returned: default
60380
+ * * type: dateTime
60381
+ * * uniqueness: none
60382
+ */
60383
+ lastModified?: pulumi.Input<string>;
60384
+ /**
60385
+ * (Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
60386
+ *
60387
+ * **SCIM++ Properties:**
60388
+ * * caseExact: false
60389
+ * * idcsSearchable: false
60390
+ * * multiValued: false
60391
+ * * mutability: readOnly
60392
+ * * required: false
60393
+ * * returned: default
60394
+ * * type: string
60395
+ * * uniqueness: none
60396
+ */
60397
+ location?: pulumi.Input<string>;
60398
+ /**
60399
+ * (Updatable) Name of the resource type of the resource--for example, Users or Groups
60400
+ *
60401
+ * **SCIM++ Properties:**
60402
+ * * caseExact: false
60403
+ * * idcsSearchable: false
60404
+ * * multiValued: false
60405
+ * * mutability: readOnly
60406
+ * * required: false
60407
+ * * returned: default
60408
+ * * type: string
60409
+ * * uniqueness: none
60410
+ */
60411
+ resourceType?: pulumi.Input<string>;
60412
+ /**
60413
+ * (Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
60414
+ *
60415
+ * **SCIM++ Properties:**
60416
+ * * caseExact: false
60417
+ * * idcsSearchable: false
60418
+ * * multiValued: false
60419
+ * * mutability: readOnly
60420
+ * * required: false
60421
+ * * returned: default
60422
+ * * type: string
60423
+ * * uniqueness: none
60424
+ */
60425
+ version?: pulumi.Input<string>;
60426
+ }
60427
+ interface DomainsKmsiSettingTag {
60428
+ /**
60429
+ * (Updatable) Key or name of the tag.
60430
+ *
60431
+ * **SCIM++ Properties:**
60432
+ * * caseExact: false
60433
+ * * idcsSearchable: true
60434
+ * * multiValued: false
60435
+ * * mutability: readWrite
60436
+ * * required: true
60437
+ * * returned: default
60438
+ * * type: string
60439
+ * * uniqueness: none
60440
+ */
60441
+ key: pulumi.Input<string>;
60442
+ /**
60443
+ * (Updatable) Value of the tag.
60444
+ *
60445
+ * **SCIM++ Properties:**
60446
+ * * caseExact: false
60447
+ * * idcsSearchable: true
60448
+ * * multiValued: false
60449
+ * * mutability: readWrite
60450
+ * * required: true
60451
+ * * returned: default
60452
+ * * type: string
60453
+ * * uniqueness: none
60454
+ */
60455
+ value: pulumi.Input<string>;
60456
+ }
60457
+ interface DomainsMappedAttributeAttributeMapping {
59970
60458
  /**
59971
- * (Updatable) Indicates the number of minutes after which the token expires automatically.
60459
+ * (Updatable) If specified, indicates a subset of mappedActions to which this attribute-mapping applies.If not specified, this attribute-mapping applies to all mappedActions that use mappedAttributes
59972
60460
  *
59973
60461
  * **SCIM++ Properties:**
59974
- * * caseExact: false
59975
- * * multiValued: false
60462
+ * * caseExact: true
60463
+ * * idcsSearchable: false
60464
+ * * multiValued: true
59976
60465
  * * mutability: readWrite
59977
60466
  * * required: false
59978
60467
  * * returned: default
59979
- * * type: integer
60468
+ * * type: string
59980
60469
  * * uniqueness: none
59981
60470
  */
59982
- expiresAfter?: pulumi.Input<number>;
60471
+ appliesToActions?: pulumi.Input<pulumi.Input<string>[]>;
59983
60472
  /**
59984
- * (Updatable) The token type.
60473
+ * (Updatable) The name or expression of an attribute that corresponds to the Oracle Identity Cloud Service Resource referred in the \"idcsResourceType\" attribute.
59985
60474
  *
59986
60475
  * **SCIM++ Properties:**
59987
- * * caseExact: true
60476
+ * * idcsSearchable: false
59988
60477
  * * multiValued: false
59989
60478
  * * mutability: readWrite
59990
60479
  * * required: true
@@ -59992,49 +60481,78 @@ export declare namespace Identity {
59992
60481
  * * type: string
59993
60482
  * * uniqueness: none
59994
60483
  */
59995
- type: pulumi.Input<string>;
59996
- }
59997
- interface DomainsKmsiSettingIdcsCreatedBy {
60484
+ idcsAttributeName: pulumi.Input<string>;
59998
60485
  /**
59999
- * (Updatable) The displayName of the User or App who created this Resource
60486
+ * (Updatable) The name or expression of an attribute defined in the schema of the Managed Object Class. This is the SCIM compliant Oracle Identity Cloud Service Name of the attribute that maps to the \"idcsName\" attribute in the schema of an Managed Object Class.
60487
+ *
60488
+ * **SCIM++ Properties:**
60489
+ * * idcsSearchable: true
60490
+ * * multiValued: false
60491
+ * * mutability: readWrite
60492
+ * * required: true
60493
+ * * returned: default
60494
+ * * type: string
60495
+ * * uniqueness: none
60496
+ */
60497
+ managedObjectAttributeName: pulumi.Input<string>;
60498
+ /**
60499
+ * (Updatable) If true, indicates that this attribute must have a value. This attribute maps to the \"required\" sub-attribute in the schema of an Managed Object Class.
60500
+ *
60501
+ * **SCIM++ Properties:**
60502
+ * * idcsSearchable: false
60503
+ * * multiValued: false
60504
+ * * mutability: readWrite
60505
+ * * required: false
60506
+ * * returned: default
60507
+ * * type: boolean
60508
+ * * uniqueness: none
60509
+ */
60510
+ required?: pulumi.Input<boolean>;
60511
+ /**
60512
+ * (Updatable) Indicates the format of the assertion attribute. Also stores AttributeNamespace for WSFed1.1.
60513
+ *
60514
+ * **Added In:** 17.4.2
60000
60515
  *
60001
60516
  * **SCIM++ Properties:**
60002
60517
  * * caseExact: true
60003
60518
  * * idcsSearchable: false
60004
60519
  * * multiValued: false
60005
- * * mutability: readOnly
60520
+ * * mutability: readWrite
60006
60521
  * * required: false
60007
60522
  * * returned: default
60008
60523
  * * type: string
60009
60524
  * * uniqueness: none
60010
60525
  */
60011
- display?: pulumi.Input<string>;
60526
+ samlFormat?: pulumi.Input<string>;
60527
+ }
60528
+ interface DomainsMappedAttributeIdcsCreatedBy {
60012
60529
  /**
60013
- * (Updatable) The OCID of the SCIM resource that represents the User or App who created this Resource
60530
+ * (Updatable) The displayName of the User or App who created this Resource
60014
60531
  *
60015
60532
  * **SCIM++ Properties:**
60016
60533
  * * caseExact: true
60017
- * * idcsSearchable: true
60534
+ * * idcsSearchable: false
60018
60535
  * * multiValued: false
60019
60536
  * * mutability: readOnly
60537
+ * * required: false
60020
60538
  * * returned: default
60021
60539
  * * type: string
60022
60540
  * * uniqueness: none
60023
60541
  */
60024
- ocid?: pulumi.Input<string>;
60542
+ display?: pulumi.Input<string>;
60025
60543
  /**
60026
- * (Updatable) The URI of the SCIM resource that represents the User or App who created this Resource
60544
+ * (Updatable) The OCID of the SCIM resource that represents the User or App who created this Resource
60027
60545
  *
60028
60546
  * **SCIM++ Properties:**
60029
60547
  * * caseExact: true
60030
- * * idcsSearchable: false
60548
+ * * idcsSearchable: true
60031
60549
  * * multiValued: false
60032
60550
  * * mutability: readOnly
60033
- * * required: false
60034
60551
  * * returned: default
60035
- * * type: reference
60552
+ * * type: string
60036
60553
  * * uniqueness: none
60037
60554
  */
60555
+ ocid?: pulumi.Input<string>;
60038
60556
  ref?: pulumi.Input<string>;
60039
60557
  /**
60040
60558
  * (Updatable) The type of resource, User or App, that created this Resource
@@ -60065,7 +60583,7 @@ export declare namespace Identity {
60065
60583
  */
60066
60584
  value: pulumi.Input<string>;
60067
60585
  }
60068
- interface DomainsKmsiSettingIdcsLastModifiedBy {
60586
+ interface DomainsMappedAttributeIdcsLastModifiedBy {
60069
60587
  /**
60070
60588
  * (Updatable) The displayName of the User or App who modified this Resource
60071
60589
  *
@@ -60093,19 +60611,6 @@ export declare namespace Identity {
60093
60611
  * * uniqueness: none
60094
60612
  */
60095
60613
  ocid?: pulumi.Input<string>;
60096
- /**
60097
- * (Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource
60098
- *
60099
- * **SCIM++ Properties:**
60100
- * * caseExact: true
60101
- * * idcsSearchable: false
60102
- * * multiValued: false
60103
- * * mutability: readOnly
60104
- * * required: false
60105
- * * returned: default
60106
- * * type: reference
60107
- * * uniqueness: none
60108
- */
60109
60614
  ref?: pulumi.Input<string>;
60110
60615
  /**
60111
60616
  * (Updatable) The type of resource, User or App, that modified this Resource
@@ -60136,7 +60641,7 @@ export declare namespace Identity {
60136
60641
  */
60137
60642
  value: pulumi.Input<string>;
60138
60643
  }
60139
- interface DomainsKmsiSettingMeta {
60644
+ interface DomainsMappedAttributeMeta {
60140
60645
  /**
60141
60646
  * (Updatable) The DateTime the Resource was added to the Service Provider
60142
60647
  *
@@ -60208,7 +60713,7 @@ export declare namespace Identity {
60208
60713
  */
60209
60714
  version?: pulumi.Input<string>;
60210
60715
  }
60211
- interface DomainsKmsiSettingTag {
60716
+ interface DomainsMappedAttributeTag {
60212
60717
  /**
60213
60718
  * (Updatable) Key or name of the tag.
60214
60719
  *
@@ -73497,6 +74002,10 @@ export declare namespace Integration {
73497
74002
  * Virtual Cloud Networks allowed to access this network endpoint.
73498
74003
  */
73499
74004
  allowlistedHttpVcns?: pulumi.Input<pulumi.Input<inputs.Integration.IntegrationInstanceNetworkEndpointDetailsAllowlistedHttpVcn>[]>;
74005
+ /**
74006
+ * A collection of AllowListedIps and AllowListedVcns for a specific OIC component: global, RT, or DT
74007
+ */
74008
+ designTime?: pulumi.Input<inputs.Integration.IntegrationInstanceNetworkEndpointDetailsDesignTime>;
73500
74009
  /**
73501
74010
  * The Integration service's VCN is allow-listed to allow integrations to call back into other integrations
73502
74011
  */
@@ -73505,6 +74014,10 @@ export declare namespace Integration {
73505
74014
  * The type of network endpoint.
73506
74015
  */
73507
74016
  networkEndpointType: pulumi.Input<string>;
74017
+ /**
74018
+ * A collection of AllowListedIps and AllowListedVcns for a specific OIC component: global, RT, or DT
74019
+ */
74020
+ runtime?: pulumi.Input<inputs.Integration.IntegrationInstanceNetworkEndpointDetailsRuntime>;
73508
74021
  }
73509
74022
  interface IntegrationInstanceNetworkEndpointDetailsAllowlistedHttpVcn {
73510
74023
  /**
@@ -73516,7 +74029,48 @@ export declare namespace Integration {
73516
74029
  */
73517
74030
  id: pulumi.Input<string>;
73518
74031
  }
74032
+ interface IntegrationInstanceNetworkEndpointDetailsDesignTime {
74033
+ /**
74034
+ * Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
74035
+ */
74036
+ allowlistedHttpIps?: pulumi.Input<pulumi.Input<string>[]>;
74037
+ /**
74038
+ * Virtual Cloud Networks allowed to access this network endpoint.
74039
+ */
74040
+ allowlistedHttpVcns?: pulumi.Input<pulumi.Input<inputs.Integration.IntegrationInstanceNetworkEndpointDetailsDesignTimeAllowlistedHttpVcn>[]>;
74041
+ }
74042
+ interface IntegrationInstanceNetworkEndpointDetailsDesignTimeAllowlistedHttpVcn {
74043
+ /**
74044
+ * Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
74045
+ */
74046
+ allowlistedIps?: pulumi.Input<pulumi.Input<string>[]>;
74047
+ /**
74048
+ * The Virtual Cloud Network OCID.
74049
+ */
74050
+ id: pulumi.Input<string>;
74051
+ }
74052
+ interface IntegrationInstanceNetworkEndpointDetailsRuntime {
74053
+ /**
74054
+ * Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
74055
+ */
74056
+ allowlistedHttpIps?: pulumi.Input<pulumi.Input<string>[]>;
74057
+ /**
74058
+ * Virtual Cloud Networks allowed to access this network endpoint.
74059
+ */
74060
+ allowlistedHttpVcns?: pulumi.Input<pulumi.Input<inputs.Integration.IntegrationInstanceNetworkEndpointDetailsRuntimeAllowlistedHttpVcn>[]>;
74061
+ }
74062
+ interface IntegrationInstanceNetworkEndpointDetailsRuntimeAllowlistedHttpVcn {
74063
+ /**
74064
+ * Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
74065
+ */
74066
+ allowlistedIps?: pulumi.Input<pulumi.Input<string>[]>;
74067
+ /**
74068
+ * The Virtual Cloud Network OCID.
74069
+ */
74070
+ id: pulumi.Input<string>;
74071
+ }
73519
74072
  interface IntegrationInstancePrivateEndpointOutboundConnection {
74073
+ isAllOutboundTrafficPrivate?: pulumi.Input<boolean>;
73520
74074
  /**
73521
74075
  * One or more Network security group Ids. This is an optional argument.
73522
74076
  */
@@ -75760,6 +76314,22 @@ export declare namespace LogAnalytics {
75760
76314
  regex?: pulumi.Input<boolean>;
75761
76315
  values: pulumi.Input<pulumi.Input<string>[]>;
75762
76316
  }
76317
+ interface GetLogAnalyticsEntityAssociationsListFilter {
76318
+ /**
76319
+ * Log analytics entity name.
76320
+ */
76321
+ name: string;
76322
+ regex?: boolean;
76323
+ values: string[];
76324
+ }
76325
+ interface GetLogAnalyticsEntityAssociationsListFilterArgs {
76326
+ /**
76327
+ * Log analytics entity name.
76328
+ */
76329
+ name: pulumi.Input<string>;
76330
+ regex?: pulumi.Input<boolean>;
76331
+ values: pulumi.Input<pulumi.Input<string>[]>;
76332
+ }
75763
76333
  interface GetLogAnalyticsEntityTopologyFilter {
75764
76334
  /**
75765
76335
  * Log analytics entity name.
@@ -91571,6 +92141,144 @@ export declare namespace oci {
91571
92141
  */
91572
92142
  attributeNames?: pulumi.Input<pulumi.Input<string>[]>;
91573
92143
  }
92144
+ interface BatchBatchContextFleet {
92145
+ /**
92146
+ * A message that describes the current state of the service manage fleet configuration in more detail.
92147
+ */
92148
+ details?: pulumi.Input<string>;
92149
+ /**
92150
+ * Maximum number of concurrent tasks for the service managed fleet.
92151
+ */
92152
+ maxConcurrentTasks: pulumi.Input<number>;
92153
+ /**
92154
+ * Name of the service managed fleet.
92155
+ */
92156
+ name: pulumi.Input<string>;
92157
+ /**
92158
+ * Shape of the fleet. Describes hardware resources of each node in the fleet.
92159
+ */
92160
+ shape: pulumi.Input<inputs.oci.BatchBatchContextFleetShape>;
92161
+ /**
92162
+ * (Updatable) The target state for the Batch Context. Could be set to `ACTIVE` or `INACTIVE`.
92163
+ *
92164
+ *
92165
+ * ** IMPORTANT **
92166
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
92167
+ */
92168
+ state?: pulumi.Input<string>;
92169
+ /**
92170
+ * Type of the fleet. Also serves as a discriminator for sub-entities.
92171
+ */
92172
+ type: pulumi.Input<string>;
92173
+ }
92174
+ interface BatchBatchContextFleetShape {
92175
+ /**
92176
+ * Amount of memory in GBs required by the shape.
92177
+ */
92178
+ memoryInGbs: pulumi.Input<number>;
92179
+ /**
92180
+ * Number of OCPUs required by the shape.
92181
+ */
92182
+ ocpus: pulumi.Input<number>;
92183
+ /**
92184
+ * The name of the shape.
92185
+ */
92186
+ shapeName: pulumi.Input<string>;
92187
+ }
92188
+ interface BatchBatchContextJobPriorityConfiguration {
92189
+ /**
92190
+ * (Updatable) Name of the tag key.
92191
+ */
92192
+ tagKey: pulumi.Input<string>;
92193
+ /**
92194
+ * (Updatable) Name of the corresponding tag namespace.
92195
+ */
92196
+ tagNamespace: pulumi.Input<string>;
92197
+ /**
92198
+ * (Updatable) Mapping of tag value to its priority.
92199
+ */
92200
+ values: pulumi.Input<{
92201
+ [key: string]: pulumi.Input<string>;
92202
+ }>;
92203
+ /**
92204
+ * (Updatable) Weight associated with the tag key. Percentage point is the unit of measurement.
92205
+ */
92206
+ weight: pulumi.Input<number>;
92207
+ }
92208
+ interface BatchBatchContextLoggingConfiguration {
92209
+ /**
92210
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log group.
92211
+ */
92212
+ logGroupId: pulumi.Input<string>;
92213
+ /**
92214
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log.
92215
+ */
92216
+ logId: pulumi.Input<string>;
92217
+ /**
92218
+ * Discriminator for sub-entities.
92219
+ */
92220
+ type: pulumi.Input<string>;
92221
+ }
92222
+ interface BatchBatchContextNetwork {
92223
+ /**
92224
+ * A list of [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of associated network security groups.
92225
+ */
92226
+ nsgIds?: pulumi.Input<pulumi.Input<string>[]>;
92227
+ /**
92228
+ * [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of associated subnet.
92229
+ */
92230
+ subnetId: pulumi.Input<string>;
92231
+ /**
92232
+ * A list of private endpoint's VNICs.
92233
+ */
92234
+ vnics?: pulumi.Input<pulumi.Input<inputs.oci.BatchBatchContextNetworkVnic>[]>;
92235
+ }
92236
+ interface BatchBatchContextNetworkVnic {
92237
+ /**
92238
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private endpoint's VNIC, which resides in the customer's VCN.
92239
+ */
92240
+ id?: pulumi.Input<string>;
92241
+ /**
92242
+ * A list of private IP addresses (in the customer's VCN) that represent access points for the service.
92243
+ */
92244
+ sourceIps?: pulumi.Input<pulumi.Input<string>[]>;
92245
+ }
92246
+ interface BatchBatchTaskEnvironmentSecurityContext {
92247
+ /**
92248
+ * A special supplemental group ID that applies to all containers in a pod.
92249
+ */
92250
+ fsGroup?: pulumi.Input<number>;
92251
+ /**
92252
+ * Group ID for running processes inside the container.
92253
+ */
92254
+ runAsGroup?: pulumi.Input<number>;
92255
+ /**
92256
+ * User ID for running processes inside the container.
92257
+ */
92258
+ runAsUser?: pulumi.Input<number>;
92259
+ }
92260
+ interface BatchBatchTaskEnvironmentVolume {
92261
+ /**
92262
+ * The local path to mount the NFS share to.
92263
+ */
92264
+ localMountDirectoryPath: pulumi.Input<string>;
92265
+ /**
92266
+ * The path to the directory on the NFS server to be mounted.
92267
+ */
92268
+ mountTargetExportPath: pulumi.Input<string>;
92269
+ /**
92270
+ * The FQDN of the NFS server to connect to.
92271
+ */
92272
+ mountTargetFqdn: pulumi.Input<string>;
92273
+ /**
92274
+ * The name of the NfsVolume.
92275
+ */
92276
+ name: pulumi.Input<string>;
92277
+ /**
92278
+ * Discriminator for sub-entities.
92279
+ */
92280
+ type: pulumi.Input<string>;
92281
+ }
91574
92282
  interface DbmulticloudMultiCloudResourceDiscoveryResource {
91575
92283
  /**
91576
92284
  * The ID of the Discovered Resource.
@@ -92167,6 +92875,80 @@ export declare namespace oci {
92167
92875
  regex?: pulumi.Input<boolean>;
92168
92876
  values: pulumi.Input<pulumi.Input<string>[]>;
92169
92877
  }
92878
+ interface GetBatchBatchContextShapesFilter {
92879
+ /**
92880
+ * The name identifying the shape.
92881
+ */
92882
+ name: string;
92883
+ regex?: boolean;
92884
+ values: string[];
92885
+ }
92886
+ interface GetBatchBatchContextShapesFilterArgs {
92887
+ /**
92888
+ * The name identifying the shape.
92889
+ */
92890
+ name: pulumi.Input<string>;
92891
+ regex?: pulumi.Input<boolean>;
92892
+ values: pulumi.Input<pulumi.Input<string>[]>;
92893
+ }
92894
+ interface GetBatchBatchContextsFilter {
92895
+ /**
92896
+ * Name of the service managed fleet.
92897
+ */
92898
+ name: string;
92899
+ regex?: boolean;
92900
+ /**
92901
+ * Mapping of tag value to its priority.
92902
+ */
92903
+ values: string[];
92904
+ }
92905
+ interface GetBatchBatchContextsFilterArgs {
92906
+ /**
92907
+ * Name of the service managed fleet.
92908
+ */
92909
+ name: pulumi.Input<string>;
92910
+ regex?: pulumi.Input<boolean>;
92911
+ /**
92912
+ * Mapping of tag value to its priority.
92913
+ */
92914
+ values: pulumi.Input<pulumi.Input<string>[]>;
92915
+ }
92916
+ interface GetBatchBatchJobPoolsFilter {
92917
+ name: string;
92918
+ regex?: boolean;
92919
+ values: string[];
92920
+ }
92921
+ interface GetBatchBatchJobPoolsFilterArgs {
92922
+ name: pulumi.Input<string>;
92923
+ regex?: pulumi.Input<boolean>;
92924
+ values: pulumi.Input<pulumi.Input<string>[]>;
92925
+ }
92926
+ interface GetBatchBatchTaskEnvironmentsFilter {
92927
+ /**
92928
+ * The name of the NfsVolume.
92929
+ */
92930
+ name: string;
92931
+ regex?: boolean;
92932
+ values: string[];
92933
+ }
92934
+ interface GetBatchBatchTaskEnvironmentsFilterArgs {
92935
+ /**
92936
+ * The name of the NfsVolume.
92937
+ */
92938
+ name: pulumi.Input<string>;
92939
+ regex?: pulumi.Input<boolean>;
92940
+ values: pulumi.Input<pulumi.Input<string>[]>;
92941
+ }
92942
+ interface GetBatchBatchTaskProfilesFilter {
92943
+ name: string;
92944
+ regex?: boolean;
92945
+ values: string[];
92946
+ }
92947
+ interface GetBatchBatchTaskProfilesFilterArgs {
92948
+ name: pulumi.Input<string>;
92949
+ regex?: pulumi.Input<boolean>;
92950
+ values: pulumi.Input<pulumi.Input<string>[]>;
92951
+ }
92170
92952
  interface GetDbmulticloudMultiCloudResourceDiscoveriesFilter {
92171
92953
  /**
92172
92954
  * Discovered Resource Name.
@@ -92429,6 +93211,26 @@ export declare namespace oci {
92429
93211
  regex?: pulumi.Input<boolean>;
92430
93212
  values: pulumi.Input<pulumi.Input<string>[]>;
92431
93213
  }
93214
+ interface GetMulticloudMulticloudsubscriptionsFilter {
93215
+ name: string;
93216
+ regex?: boolean;
93217
+ values: string[];
93218
+ }
93219
+ interface GetMulticloudMulticloudsubscriptionsFilterArgs {
93220
+ name: pulumi.Input<string>;
93221
+ regex?: pulumi.Input<boolean>;
93222
+ values: pulumi.Input<pulumi.Input<string>[]>;
93223
+ }
93224
+ interface GetMulticloudOmHubMulticloudResourcesFilter {
93225
+ name: string;
93226
+ regex?: boolean;
93227
+ values: string[];
93228
+ }
93229
+ interface GetMulticloudOmHubMulticloudResourcesFilterArgs {
93230
+ name: pulumi.Input<string>;
93231
+ regex?: pulumi.Input<boolean>;
93232
+ values: pulumi.Input<pulumi.Input<string>[]>;
93233
+ }
92432
93234
  interface GetMulticloudResourceAnchorsFilter {
92433
93235
  name: string;
92434
93236
  regex?: boolean;