@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
@@ -0,0 +1,201 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * ## Example Usage
4
+ *
5
+ * ```typescript
6
+ * import * as pulumi from "@pulumi/pulumi";
7
+ * import * as oci from "@pulumi/oci";
8
+ *
9
+ * const testBatchJobPool = new oci.oci.BatchBatchJobPool("test_batch_job_pool", {
10
+ * batchContextId: testBatchContext.id,
11
+ * compartmentId: compartmentId,
12
+ * definedTags: {
13
+ * "Operations.CostCenter": "42",
14
+ * },
15
+ * description: batchJobPoolDescription,
16
+ * displayName: batchJobPoolDisplayName,
17
+ * freeformTags: {
18
+ * Department: "Finance",
19
+ * },
20
+ * });
21
+ * ```
22
+ *
23
+ * ## Import
24
+ *
25
+ * BatchJobPools can be imported using the `id`, e.g.
26
+ *
27
+ * ```sh
28
+ * $ pulumi import oci:oci/batchBatchJobPool:BatchBatchJobPool test_batch_job_pool "id"
29
+ * ```
30
+ */
31
+ export declare class BatchBatchJobPool extends pulumi.CustomResource {
32
+ /**
33
+ * Get an existing BatchBatchJobPool resource's state with the given name, ID, and optional extra
34
+ * properties used to qualify the lookup.
35
+ *
36
+ * @param name The _unique_ name of the resulting resource.
37
+ * @param id The _unique_ provider ID of the resource to lookup.
38
+ * @param state Any extra arguments used during the lookup.
39
+ * @param opts Optional settings to control the behavior of the CustomResource.
40
+ */
41
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: BatchBatchJobPoolState, opts?: pulumi.CustomResourceOptions): BatchBatchJobPool;
42
+ /**
43
+ * Returns true if the given object is an instance of BatchBatchJobPool. This is designed to work even
44
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
45
+ */
46
+ static isInstance(obj: any): obj is BatchBatchJobPool;
47
+ /**
48
+ * The OCID of batch context.
49
+ */
50
+ readonly batchContextId: pulumi.Output<string>;
51
+ /**
52
+ * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
53
+ */
54
+ readonly compartmentId: pulumi.Output<string>;
55
+ /**
56
+ * (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"}`
57
+ */
58
+ readonly definedTags: pulumi.Output<{
59
+ [key: string]: string;
60
+ }>;
61
+ /**
62
+ * (Updatable) Summarized information about the batch job pool.
63
+ */
64
+ readonly description: pulumi.Output<string>;
65
+ /**
66
+ * (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. If not specified or provided as null or empty string, it be generated as "<resourceType><timeCreated>", where timeCreated corresponds with the resource creation time in ISO 8601 basic format, i.e. omitting separating punctuation, at second-level precision and no UTC offset. Example: batchjobpool20250914115623.
67
+ */
68
+ readonly displayName: pulumi.Output<string>;
69
+ /**
70
+ * (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
71
+ */
72
+ readonly freeformTags: pulumi.Output<{
73
+ [key: string]: string;
74
+ }>;
75
+ /**
76
+ * (Updatable) The target state for the Batch Job Pool. Could be set to `ACTIVE` or `INACTIVE`.
77
+ *
78
+ *
79
+ * ** IMPORTANT **
80
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
81
+ */
82
+ readonly state: pulumi.Output<string>;
83
+ /**
84
+ * System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
85
+ */
86
+ readonly systemTags: pulumi.Output<{
87
+ [key: string]: string;
88
+ }>;
89
+ /**
90
+ * The date and time the batch job pool was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
91
+ */
92
+ readonly timeCreated: pulumi.Output<string>;
93
+ /**
94
+ * The date and time the batch job pool was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
95
+ */
96
+ readonly timeUpdated: pulumi.Output<string>;
97
+ /**
98
+ * Create a BatchBatchJobPool resource with the given unique name, arguments, and options.
99
+ *
100
+ * @param name The _unique_ name of the resource.
101
+ * @param args The arguments to use to populate this resource's properties.
102
+ * @param opts A bag of options that control this resource's behavior.
103
+ */
104
+ constructor(name: string, args: BatchBatchJobPoolArgs, opts?: pulumi.CustomResourceOptions);
105
+ }
106
+ /**
107
+ * Input properties used for looking up and filtering BatchBatchJobPool resources.
108
+ */
109
+ export interface BatchBatchJobPoolState {
110
+ /**
111
+ * The OCID of batch context.
112
+ */
113
+ batchContextId?: pulumi.Input<string>;
114
+ /**
115
+ * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
116
+ */
117
+ compartmentId?: pulumi.Input<string>;
118
+ /**
119
+ * (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"}`
120
+ */
121
+ definedTags?: pulumi.Input<{
122
+ [key: string]: pulumi.Input<string>;
123
+ }>;
124
+ /**
125
+ * (Updatable) Summarized information about the batch job pool.
126
+ */
127
+ description?: pulumi.Input<string>;
128
+ /**
129
+ * (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. If not specified or provided as null or empty string, it be generated as "<resourceType><timeCreated>", where timeCreated corresponds with the resource creation time in ISO 8601 basic format, i.e. omitting separating punctuation, at second-level precision and no UTC offset. Example: batchjobpool20250914115623.
130
+ */
131
+ displayName?: pulumi.Input<string>;
132
+ /**
133
+ * (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
134
+ */
135
+ freeformTags?: pulumi.Input<{
136
+ [key: string]: pulumi.Input<string>;
137
+ }>;
138
+ /**
139
+ * (Updatable) The target state for the Batch Job Pool. Could be set to `ACTIVE` or `INACTIVE`.
140
+ *
141
+ *
142
+ * ** IMPORTANT **
143
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
144
+ */
145
+ state?: pulumi.Input<string>;
146
+ /**
147
+ * System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
148
+ */
149
+ systemTags?: pulumi.Input<{
150
+ [key: string]: pulumi.Input<string>;
151
+ }>;
152
+ /**
153
+ * The date and time the batch job pool was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
154
+ */
155
+ timeCreated?: pulumi.Input<string>;
156
+ /**
157
+ * The date and time the batch job pool was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
158
+ */
159
+ timeUpdated?: pulumi.Input<string>;
160
+ }
161
+ /**
162
+ * The set of arguments for constructing a BatchBatchJobPool resource.
163
+ */
164
+ export interface BatchBatchJobPoolArgs {
165
+ /**
166
+ * The OCID of batch context.
167
+ */
168
+ batchContextId: pulumi.Input<string>;
169
+ /**
170
+ * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
171
+ */
172
+ compartmentId: pulumi.Input<string>;
173
+ /**
174
+ * (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"}`
175
+ */
176
+ definedTags?: pulumi.Input<{
177
+ [key: string]: pulumi.Input<string>;
178
+ }>;
179
+ /**
180
+ * (Updatable) Summarized information about the batch job pool.
181
+ */
182
+ description?: pulumi.Input<string>;
183
+ /**
184
+ * (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. If not specified or provided as null or empty string, it be generated as "<resourceType><timeCreated>", where timeCreated corresponds with the resource creation time in ISO 8601 basic format, i.e. omitting separating punctuation, at second-level precision and no UTC offset. Example: batchjobpool20250914115623.
185
+ */
186
+ displayName?: pulumi.Input<string>;
187
+ /**
188
+ * (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
189
+ */
190
+ freeformTags?: pulumi.Input<{
191
+ [key: string]: pulumi.Input<string>;
192
+ }>;
193
+ /**
194
+ * (Updatable) The target state for the Batch Job Pool. Could be set to `ACTIVE` or `INACTIVE`.
195
+ *
196
+ *
197
+ * ** IMPORTANT **
198
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
199
+ */
200
+ state?: pulumi.Input<string>;
201
+ }
@@ -0,0 +1,102 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.BatchBatchJobPool = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * ## Example Usage
10
+ *
11
+ * ```typescript
12
+ * import * as pulumi from "@pulumi/pulumi";
13
+ * import * as oci from "@pulumi/oci";
14
+ *
15
+ * const testBatchJobPool = new oci.oci.BatchBatchJobPool("test_batch_job_pool", {
16
+ * batchContextId: testBatchContext.id,
17
+ * compartmentId: compartmentId,
18
+ * definedTags: {
19
+ * "Operations.CostCenter": "42",
20
+ * },
21
+ * description: batchJobPoolDescription,
22
+ * displayName: batchJobPoolDisplayName,
23
+ * freeformTags: {
24
+ * Department: "Finance",
25
+ * },
26
+ * });
27
+ * ```
28
+ *
29
+ * ## Import
30
+ *
31
+ * BatchJobPools can be imported using the `id`, e.g.
32
+ *
33
+ * ```sh
34
+ * $ pulumi import oci:oci/batchBatchJobPool:BatchBatchJobPool test_batch_job_pool "id"
35
+ * ```
36
+ */
37
+ class BatchBatchJobPool extends pulumi.CustomResource {
38
+ /**
39
+ * Get an existing BatchBatchJobPool resource's state with the given name, ID, and optional extra
40
+ * properties used to qualify the lookup.
41
+ *
42
+ * @param name The _unique_ name of the resulting resource.
43
+ * @param id The _unique_ provider ID of the resource to lookup.
44
+ * @param state Any extra arguments used during the lookup.
45
+ * @param opts Optional settings to control the behavior of the CustomResource.
46
+ */
47
+ static get(name, id, state, opts) {
48
+ return new BatchBatchJobPool(name, state, { ...opts, id: id });
49
+ }
50
+ /**
51
+ * Returns true if the given object is an instance of BatchBatchJobPool. This is designed to work even
52
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
53
+ */
54
+ static isInstance(obj) {
55
+ if (obj === undefined || obj === null) {
56
+ return false;
57
+ }
58
+ return obj['__pulumiType'] === BatchBatchJobPool.__pulumiType;
59
+ }
60
+ constructor(name, argsOrState, opts) {
61
+ let resourceInputs = {};
62
+ opts = opts || {};
63
+ if (opts.id) {
64
+ const state = argsOrState;
65
+ resourceInputs["batchContextId"] = state?.batchContextId;
66
+ resourceInputs["compartmentId"] = state?.compartmentId;
67
+ resourceInputs["definedTags"] = state?.definedTags;
68
+ resourceInputs["description"] = state?.description;
69
+ resourceInputs["displayName"] = state?.displayName;
70
+ resourceInputs["freeformTags"] = state?.freeformTags;
71
+ resourceInputs["state"] = state?.state;
72
+ resourceInputs["systemTags"] = state?.systemTags;
73
+ resourceInputs["timeCreated"] = state?.timeCreated;
74
+ resourceInputs["timeUpdated"] = state?.timeUpdated;
75
+ }
76
+ else {
77
+ const args = argsOrState;
78
+ if (args?.batchContextId === undefined && !opts.urn) {
79
+ throw new Error("Missing required property 'batchContextId'");
80
+ }
81
+ if (args?.compartmentId === undefined && !opts.urn) {
82
+ throw new Error("Missing required property 'compartmentId'");
83
+ }
84
+ resourceInputs["batchContextId"] = args?.batchContextId;
85
+ resourceInputs["compartmentId"] = args?.compartmentId;
86
+ resourceInputs["definedTags"] = args?.definedTags;
87
+ resourceInputs["description"] = args?.description;
88
+ resourceInputs["displayName"] = args?.displayName;
89
+ resourceInputs["freeformTags"] = args?.freeformTags;
90
+ resourceInputs["state"] = args?.state;
91
+ resourceInputs["systemTags"] = undefined /*out*/;
92
+ resourceInputs["timeCreated"] = undefined /*out*/;
93
+ resourceInputs["timeUpdated"] = undefined /*out*/;
94
+ }
95
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
96
+ super(BatchBatchJobPool.__pulumiType, name, resourceInputs, opts);
97
+ }
98
+ }
99
+ exports.BatchBatchJobPool = BatchBatchJobPool;
100
+ /** @internal */
101
+ BatchBatchJobPool.__pulumiType = 'oci:oci/batchBatchJobPool:BatchBatchJobPool';
102
+ //# sourceMappingURL=batchBatchJobPool.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"batchBatchJobPool.js","sourceRoot":"","sources":["../../oci/batchBatchJobPool.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,254 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as oci from "@pulumi/oci";
10
+ *
11
+ * const testBatchTaskEnvironment = new oci.oci.BatchBatchTaskEnvironment("test_batch_task_environment", {
12
+ * compartmentId: compartmentId,
13
+ * imageUrl: batchTaskEnvironmentImageUrl,
14
+ * definedTags: {
15
+ * "Operations.CostCenter": "42",
16
+ * },
17
+ * description: batchTaskEnvironmentDescription,
18
+ * displayName: batchTaskEnvironmentDisplayName,
19
+ * freeformTags: {
20
+ * Department: "Finance",
21
+ * },
22
+ * securityContext: {
23
+ * fsGroup: batchTaskEnvironmentSecurityContextFsGroup,
24
+ * runAsGroup: batchTaskEnvironmentSecurityContextRunAsGroup,
25
+ * runAsUser: batchTaskEnvironmentSecurityContextRunAsUser,
26
+ * },
27
+ * volumes: [{
28
+ * localMountDirectoryPath: batchTaskEnvironmentVolumesLocalMountDirectoryPath,
29
+ * mountTargetExportPath: batchTaskEnvironmentVolumesMountTargetExportPath,
30
+ * mountTargetFqdn: batchTaskEnvironmentVolumesMountTargetFqdn,
31
+ * name: batchTaskEnvironmentVolumesName,
32
+ * type: batchTaskEnvironmentVolumesType,
33
+ * }],
34
+ * workingDirectory: batchTaskEnvironmentWorkingDirectory,
35
+ * });
36
+ * ```
37
+ *
38
+ * ## Import
39
+ *
40
+ * BatchTaskEnvironments can be imported using the `id`, e.g.
41
+ *
42
+ * ```sh
43
+ * $ pulumi import oci:oci/batchBatchTaskEnvironment:BatchBatchTaskEnvironment test_batch_task_environment "id"
44
+ * ```
45
+ */
46
+ export declare class BatchBatchTaskEnvironment extends pulumi.CustomResource {
47
+ /**
48
+ * Get an existing BatchBatchTaskEnvironment resource's state with the given name, ID, and optional extra
49
+ * properties used to qualify the lookup.
50
+ *
51
+ * @param name The _unique_ name of the resulting resource.
52
+ * @param id The _unique_ provider ID of the resource to lookup.
53
+ * @param state Any extra arguments used during the lookup.
54
+ * @param opts Optional settings to control the behavior of the CustomResource.
55
+ */
56
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: BatchBatchTaskEnvironmentState, opts?: pulumi.CustomResourceOptions): BatchBatchTaskEnvironment;
57
+ /**
58
+ * Returns true if the given object is an instance of BatchBatchTaskEnvironment. This is designed to work even
59
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
60
+ */
61
+ static isInstance(obj: any): obj is BatchBatchTaskEnvironment;
62
+ /**
63
+ * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
64
+ */
65
+ readonly compartmentId: pulumi.Output<string>;
66
+ /**
67
+ * (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"}`
68
+ */
69
+ readonly definedTags: pulumi.Output<{
70
+ [key: string]: string;
71
+ }>;
72
+ /**
73
+ * (Updatable) The batch task environment description.
74
+ */
75
+ readonly description: pulumi.Output<string>;
76
+ /**
77
+ * (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. If not specified or provided as null or empty string, it be generated as "<resourceType><timeCreated>", where timeCreated corresponds with the resource creation time in ISO 8601 basic format, i.e. omitting separating punctuation, at second-level precision and no UTC offset. Example: batchtaskenvironment20250914115623.
78
+ */
79
+ readonly displayName: pulumi.Output<string>;
80
+ /**
81
+ * (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
82
+ */
83
+ readonly freeformTags: pulumi.Output<{
84
+ [key: string]: string;
85
+ }>;
86
+ /**
87
+ * The URL of the ocir image.
88
+ */
89
+ readonly imageUrl: pulumi.Output<string>;
90
+ /**
91
+ * Security context for container runtime configuration.
92
+ *
93
+ * See also [docs](https://docs.oracle.com/en-us/iaas/api/#/en/container-instances/20210415/datatypes/LinuxSecurityContext).
94
+ */
95
+ readonly securityContext: pulumi.Output<outputs.oci.BatchBatchTaskEnvironmentSecurityContext>;
96
+ /**
97
+ * The current state of the batch task environment.
98
+ */
99
+ readonly state: pulumi.Output<string>;
100
+ /**
101
+ * System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
102
+ */
103
+ readonly systemTags: pulumi.Output<{
104
+ [key: string]: string;
105
+ }>;
106
+ /**
107
+ * The date and time the batch task environment was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
108
+ */
109
+ readonly timeCreated: pulumi.Output<string>;
110
+ /**
111
+ * The date and time the batch task environment was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
112
+ */
113
+ readonly timeUpdated: pulumi.Output<string>;
114
+ /**
115
+ * List of volumes attached to the image. The use cases of the volumes are but not limited to: read the input of the task and write the output.
116
+ */
117
+ readonly volumes: pulumi.Output<outputs.oci.BatchBatchTaskEnvironmentVolume[]>;
118
+ /**
119
+ * Container's working directory.
120
+ *
121
+ *
122
+ * ** IMPORTANT **
123
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
124
+ */
125
+ readonly workingDirectory: pulumi.Output<string>;
126
+ /**
127
+ * Create a BatchBatchTaskEnvironment resource with the given unique name, arguments, and options.
128
+ *
129
+ * @param name The _unique_ name of the resource.
130
+ * @param args The arguments to use to populate this resource's properties.
131
+ * @param opts A bag of options that control this resource's behavior.
132
+ */
133
+ constructor(name: string, args: BatchBatchTaskEnvironmentArgs, opts?: pulumi.CustomResourceOptions);
134
+ }
135
+ /**
136
+ * Input properties used for looking up and filtering BatchBatchTaskEnvironment resources.
137
+ */
138
+ export interface BatchBatchTaskEnvironmentState {
139
+ /**
140
+ * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
141
+ */
142
+ compartmentId?: pulumi.Input<string>;
143
+ /**
144
+ * (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"}`
145
+ */
146
+ definedTags?: pulumi.Input<{
147
+ [key: string]: pulumi.Input<string>;
148
+ }>;
149
+ /**
150
+ * (Updatable) The batch task environment description.
151
+ */
152
+ description?: pulumi.Input<string>;
153
+ /**
154
+ * (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. If not specified or provided as null or empty string, it be generated as "<resourceType><timeCreated>", where timeCreated corresponds with the resource creation time in ISO 8601 basic format, i.e. omitting separating punctuation, at second-level precision and no UTC offset. Example: batchtaskenvironment20250914115623.
155
+ */
156
+ displayName?: pulumi.Input<string>;
157
+ /**
158
+ * (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
159
+ */
160
+ freeformTags?: pulumi.Input<{
161
+ [key: string]: pulumi.Input<string>;
162
+ }>;
163
+ /**
164
+ * The URL of the ocir image.
165
+ */
166
+ imageUrl?: pulumi.Input<string>;
167
+ /**
168
+ * Security context for container runtime configuration.
169
+ *
170
+ * See also [docs](https://docs.oracle.com/en-us/iaas/api/#/en/container-instances/20210415/datatypes/LinuxSecurityContext).
171
+ */
172
+ securityContext?: pulumi.Input<inputs.oci.BatchBatchTaskEnvironmentSecurityContext>;
173
+ /**
174
+ * The current state of the batch task environment.
175
+ */
176
+ state?: pulumi.Input<string>;
177
+ /**
178
+ * System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
179
+ */
180
+ systemTags?: pulumi.Input<{
181
+ [key: string]: pulumi.Input<string>;
182
+ }>;
183
+ /**
184
+ * The date and time the batch task environment was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
185
+ */
186
+ timeCreated?: pulumi.Input<string>;
187
+ /**
188
+ * The date and time the batch task environment was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
189
+ */
190
+ timeUpdated?: pulumi.Input<string>;
191
+ /**
192
+ * List of volumes attached to the image. The use cases of the volumes are but not limited to: read the input of the task and write the output.
193
+ */
194
+ volumes?: pulumi.Input<pulumi.Input<inputs.oci.BatchBatchTaskEnvironmentVolume>[]>;
195
+ /**
196
+ * Container's working directory.
197
+ *
198
+ *
199
+ * ** IMPORTANT **
200
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
201
+ */
202
+ workingDirectory?: pulumi.Input<string>;
203
+ }
204
+ /**
205
+ * The set of arguments for constructing a BatchBatchTaskEnvironment resource.
206
+ */
207
+ export interface BatchBatchTaskEnvironmentArgs {
208
+ /**
209
+ * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
210
+ */
211
+ compartmentId: pulumi.Input<string>;
212
+ /**
213
+ * (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"}`
214
+ */
215
+ definedTags?: pulumi.Input<{
216
+ [key: string]: pulumi.Input<string>;
217
+ }>;
218
+ /**
219
+ * (Updatable) The batch task environment description.
220
+ */
221
+ description?: pulumi.Input<string>;
222
+ /**
223
+ * (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. If not specified or provided as null or empty string, it be generated as "<resourceType><timeCreated>", where timeCreated corresponds with the resource creation time in ISO 8601 basic format, i.e. omitting separating punctuation, at second-level precision and no UTC offset. Example: batchtaskenvironment20250914115623.
224
+ */
225
+ displayName?: pulumi.Input<string>;
226
+ /**
227
+ * (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
228
+ */
229
+ freeformTags?: pulumi.Input<{
230
+ [key: string]: pulumi.Input<string>;
231
+ }>;
232
+ /**
233
+ * The URL of the ocir image.
234
+ */
235
+ imageUrl: pulumi.Input<string>;
236
+ /**
237
+ * Security context for container runtime configuration.
238
+ *
239
+ * See also [docs](https://docs.oracle.com/en-us/iaas/api/#/en/container-instances/20210415/datatypes/LinuxSecurityContext).
240
+ */
241
+ securityContext?: pulumi.Input<inputs.oci.BatchBatchTaskEnvironmentSecurityContext>;
242
+ /**
243
+ * List of volumes attached to the image. The use cases of the volumes are but not limited to: read the input of the task and write the output.
244
+ */
245
+ volumes?: pulumi.Input<pulumi.Input<inputs.oci.BatchBatchTaskEnvironmentVolume>[]>;
246
+ /**
247
+ * Container's working directory.
248
+ *
249
+ *
250
+ * ** IMPORTANT **
251
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
252
+ */
253
+ workingDirectory?: pulumi.Input<string>;
254
+ }