@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,106 @@
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 testLogAnalyticsEntityAssociationsRemove = new oci.loganalytics.LogAnalyticsEntityAssociationsRemove("test_log_analytics_entity_associations_remove", {
10
+ * associationEntities: logAnalyticsEntityAssociationsRemoveAssociationEntities,
11
+ * logAnalyticsEntityId: testLogAnalyticsEntity.id,
12
+ * namespace: logAnalyticsEntityAssociationsRemoveNamespace,
13
+ * });
14
+ * ```
15
+ *
16
+ * ## Import
17
+ *
18
+ * LogAnalyticsEntityAssociationsRemove can be imported using the `id`, e.g.
19
+ *
20
+ * ```sh
21
+ * $ pulumi import oci:LogAnalytics/logAnalyticsEntityAssociationsRemove:LogAnalyticsEntityAssociationsRemove test_log_analytics_entity_associations_remove "id"
22
+ * ```
23
+ */
24
+ export declare class LogAnalyticsEntityAssociationsRemove extends pulumi.CustomResource {
25
+ /**
26
+ * Get an existing LogAnalyticsEntityAssociationsRemove resource's state with the given name, ID, and optional extra
27
+ * properties used to qualify the lookup.
28
+ *
29
+ * @param name The _unique_ name of the resulting resource.
30
+ * @param id The _unique_ provider ID of the resource to lookup.
31
+ * @param state Any extra arguments used during the lookup.
32
+ * @param opts Optional settings to control the behavior of the CustomResource.
33
+ */
34
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: LogAnalyticsEntityAssociationsRemoveState, opts?: pulumi.CustomResourceOptions): LogAnalyticsEntityAssociationsRemove;
35
+ /**
36
+ * Returns true if the given object is an instance of LogAnalyticsEntityAssociationsRemove. This is designed to work even
37
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
38
+ */
39
+ static isInstance(obj: any): obj is LogAnalyticsEntityAssociationsRemove;
40
+ /**
41
+ * Destination entities OCIDs with which associations are to be deleted
42
+ */
43
+ readonly associationEntities: pulumi.Output<string[]>;
44
+ /**
45
+ * The Log analytics entity OCID.
46
+ */
47
+ readonly logAnalyticsEntityId: pulumi.Output<string>;
48
+ /**
49
+ * The Log Analytics namespace used for the request.
50
+ *
51
+ *
52
+ * ** IMPORTANT **
53
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
54
+ */
55
+ readonly namespace: pulumi.Output<string>;
56
+ /**
57
+ * Create a LogAnalyticsEntityAssociationsRemove resource with the given unique name, arguments, and options.
58
+ *
59
+ * @param name The _unique_ name of the resource.
60
+ * @param args The arguments to use to populate this resource's properties.
61
+ * @param opts A bag of options that control this resource's behavior.
62
+ */
63
+ constructor(name: string, args: LogAnalyticsEntityAssociationsRemoveArgs, opts?: pulumi.CustomResourceOptions);
64
+ }
65
+ /**
66
+ * Input properties used for looking up and filtering LogAnalyticsEntityAssociationsRemove resources.
67
+ */
68
+ export interface LogAnalyticsEntityAssociationsRemoveState {
69
+ /**
70
+ * Destination entities OCIDs with which associations are to be deleted
71
+ */
72
+ associationEntities?: pulumi.Input<pulumi.Input<string>[]>;
73
+ /**
74
+ * The Log analytics entity OCID.
75
+ */
76
+ logAnalyticsEntityId?: pulumi.Input<string>;
77
+ /**
78
+ * The Log Analytics namespace used for the request.
79
+ *
80
+ *
81
+ * ** IMPORTANT **
82
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
83
+ */
84
+ namespace?: pulumi.Input<string>;
85
+ }
86
+ /**
87
+ * The set of arguments for constructing a LogAnalyticsEntityAssociationsRemove resource.
88
+ */
89
+ export interface LogAnalyticsEntityAssociationsRemoveArgs {
90
+ /**
91
+ * Destination entities OCIDs with which associations are to be deleted
92
+ */
93
+ associationEntities: pulumi.Input<pulumi.Input<string>[]>;
94
+ /**
95
+ * The Log analytics entity OCID.
96
+ */
97
+ logAnalyticsEntityId: pulumi.Input<string>;
98
+ /**
99
+ * The Log Analytics namespace used for the request.
100
+ *
101
+ *
102
+ * ** IMPORTANT **
103
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
104
+ */
105
+ namespace: pulumi.Input<string>;
106
+ }
@@ -0,0 +1,84 @@
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.LogAnalyticsEntityAssociationsRemove = 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 testLogAnalyticsEntityAssociationsRemove = new oci.loganalytics.LogAnalyticsEntityAssociationsRemove("test_log_analytics_entity_associations_remove", {
16
+ * associationEntities: logAnalyticsEntityAssociationsRemoveAssociationEntities,
17
+ * logAnalyticsEntityId: testLogAnalyticsEntity.id,
18
+ * namespace: logAnalyticsEntityAssociationsRemoveNamespace,
19
+ * });
20
+ * ```
21
+ *
22
+ * ## Import
23
+ *
24
+ * LogAnalyticsEntityAssociationsRemove can be imported using the `id`, e.g.
25
+ *
26
+ * ```sh
27
+ * $ pulumi import oci:LogAnalytics/logAnalyticsEntityAssociationsRemove:LogAnalyticsEntityAssociationsRemove test_log_analytics_entity_associations_remove "id"
28
+ * ```
29
+ */
30
+ class LogAnalyticsEntityAssociationsRemove extends pulumi.CustomResource {
31
+ /**
32
+ * Get an existing LogAnalyticsEntityAssociationsRemove resource's state with the given name, ID, and optional extra
33
+ * properties used to qualify the lookup.
34
+ *
35
+ * @param name The _unique_ name of the resulting resource.
36
+ * @param id The _unique_ provider ID of the resource to lookup.
37
+ * @param state Any extra arguments used during the lookup.
38
+ * @param opts Optional settings to control the behavior of the CustomResource.
39
+ */
40
+ static get(name, id, state, opts) {
41
+ return new LogAnalyticsEntityAssociationsRemove(name, state, { ...opts, id: id });
42
+ }
43
+ /**
44
+ * Returns true if the given object is an instance of LogAnalyticsEntityAssociationsRemove. This is designed to work even
45
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
46
+ */
47
+ static isInstance(obj) {
48
+ if (obj === undefined || obj === null) {
49
+ return false;
50
+ }
51
+ return obj['__pulumiType'] === LogAnalyticsEntityAssociationsRemove.__pulumiType;
52
+ }
53
+ constructor(name, argsOrState, opts) {
54
+ let resourceInputs = {};
55
+ opts = opts || {};
56
+ if (opts.id) {
57
+ const state = argsOrState;
58
+ resourceInputs["associationEntities"] = state?.associationEntities;
59
+ resourceInputs["logAnalyticsEntityId"] = state?.logAnalyticsEntityId;
60
+ resourceInputs["namespace"] = state?.namespace;
61
+ }
62
+ else {
63
+ const args = argsOrState;
64
+ if (args?.associationEntities === undefined && !opts.urn) {
65
+ throw new Error("Missing required property 'associationEntities'");
66
+ }
67
+ if (args?.logAnalyticsEntityId === undefined && !opts.urn) {
68
+ throw new Error("Missing required property 'logAnalyticsEntityId'");
69
+ }
70
+ if (args?.namespace === undefined && !opts.urn) {
71
+ throw new Error("Missing required property 'namespace'");
72
+ }
73
+ resourceInputs["associationEntities"] = args?.associationEntities;
74
+ resourceInputs["logAnalyticsEntityId"] = args?.logAnalyticsEntityId;
75
+ resourceInputs["namespace"] = args?.namespace;
76
+ }
77
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
78
+ super(LogAnalyticsEntityAssociationsRemove.__pulumiType, name, resourceInputs, opts);
79
+ }
80
+ }
81
+ exports.LogAnalyticsEntityAssociationsRemove = LogAnalyticsEntityAssociationsRemove;
82
+ /** @internal */
83
+ LogAnalyticsEntityAssociationsRemove.__pulumiType = 'oci:LogAnalytics/logAnalyticsEntityAssociationsRemove:LogAnalyticsEntityAssociationsRemove';
84
+ //# sourceMappingURL=logAnalyticsEntityAssociationsRemove.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logAnalyticsEntityAssociationsRemove.js","sourceRoot":"","sources":["../../loganalytics/logAnalyticsEntityAssociationsRemove.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAa,oCAAqC,SAAQ,MAAM,CAAC,cAAc;IAC3E;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiD,EAAE,IAAmC;QAC/I,OAAO,IAAI,oCAAoC,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC3F,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,oCAAoC,CAAC,YAAY,CAAC;IACrF,CAAC;IA2BD,YAAY,IAAY,EAAE,WAAkG,EAAE,IAAmC;QAC7J,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoE,CAAC;YACnF,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,EAAE,mBAAmB,CAAC;YACnE,cAAc,CAAC,sBAAsB,CAAC,GAAG,KAAK,EAAE,oBAAoB,CAAC;YACrE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;SAClD;aAAM;YACH,MAAM,IAAI,GAAG,WAAmE,CAAC;YACjF,IAAI,IAAI,EAAE,mBAAmB,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;aACtE;YACD,IAAI,IAAI,EAAE,oBAAoB,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,kDAAkD,CAAC,CAAC;aACvE;YACD,IAAI,IAAI,EAAE,SAAS,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5C,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,EAAE,mBAAmB,CAAC;YAClE,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,EAAE,oBAAoB,CAAC;YACpE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;SACjD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,oCAAoC,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACzF,CAAC;;AA9EL,oFA+EC;AAjEG,gBAAgB;AACO,iDAAY,GAAG,4FAA4F,CAAC"}
@@ -0,0 +1,290 @@
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 testBatchContext = new oci.oci.BatchBatchContext("test_batch_context", {
12
+ * compartmentId: compartmentId,
13
+ * fleets: [{
14
+ * maxConcurrentTasks: batchContextFleetsMaxConcurrentTasks,
15
+ * name: batchContextFleetsName,
16
+ * shape: {
17
+ * memoryInGbs: batchContextFleetsShapeMemoryInGbs,
18
+ * ocpus: batchContextFleetsShapeOcpus,
19
+ * shapeName: testShape.name,
20
+ * },
21
+ * type: batchContextFleetsType,
22
+ * }],
23
+ * network: {
24
+ * subnetId: testSubnet.id,
25
+ * nsgIds: batchContextNetworkNsgIds,
26
+ * },
27
+ * definedTags: {
28
+ * "Operations.CostCenter": "42",
29
+ * },
30
+ * description: batchContextDescription,
31
+ * displayName: batchContextDisplayName,
32
+ * entitlements: batchContextEntitlements,
33
+ * freeformTags: {
34
+ * Department: "Finance",
35
+ * },
36
+ * jobPriorityConfigurations: [{
37
+ * tagKey: batchContextJobPriorityConfigurationsTagKey,
38
+ * tagNamespace: batchContextJobPriorityConfigurationsTagNamespace,
39
+ * values: batchContextJobPriorityConfigurationsValues,
40
+ * weight: batchContextJobPriorityConfigurationsWeight,
41
+ * }],
42
+ * loggingConfiguration: {
43
+ * logGroupId: testLogGroup.id,
44
+ * logId: testLog.id,
45
+ * type: batchContextLoggingConfigurationType,
46
+ * },
47
+ * });
48
+ * ```
49
+ *
50
+ * ## Import
51
+ *
52
+ * BatchContexts can be imported using the `id`, e.g.
53
+ *
54
+ * ```sh
55
+ * $ pulumi import oci:oci/batchBatchContext:BatchBatchContext test_batch_context "id"
56
+ * ```
57
+ */
58
+ export declare class BatchBatchContext extends pulumi.CustomResource {
59
+ /**
60
+ * Get an existing BatchBatchContext resource's state with the given name, ID, and optional extra
61
+ * properties used to qualify the lookup.
62
+ *
63
+ * @param name The _unique_ name of the resulting resource.
64
+ * @param id The _unique_ provider ID of the resource to lookup.
65
+ * @param state Any extra arguments used during the lookup.
66
+ * @param opts Optional settings to control the behavior of the CustomResource.
67
+ */
68
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: BatchBatchContextState, opts?: pulumi.CustomResourceOptions): BatchBatchContext;
69
+ /**
70
+ * Returns true if the given object is an instance of BatchBatchContext. This is designed to work even
71
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
72
+ */
73
+ static isInstance(obj: any): obj is BatchBatchContext;
74
+ /**
75
+ * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
76
+ */
77
+ readonly compartmentId: pulumi.Output<string>;
78
+ /**
79
+ * (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"}`
80
+ */
81
+ readonly definedTags: pulumi.Output<{
82
+ [key: string]: string;
83
+ }>;
84
+ /**
85
+ * (Updatable) Summarized information about the batch context.
86
+ */
87
+ readonly description: pulumi.Output<string>;
88
+ /**
89
+ * (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 will 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: batchcontext20250914115623.
90
+ */
91
+ readonly displayName: pulumi.Output<string>;
92
+ /**
93
+ * (Updatable) Mapping of concurrent/shared resources used in job tasks to their limits.
94
+ */
95
+ readonly entitlements: pulumi.Output<{
96
+ [key: string]: string;
97
+ }>;
98
+ /**
99
+ * List of fleet configurations related to the batch context.
100
+ */
101
+ readonly fleets: pulumi.Output<outputs.oci.BatchBatchContextFleet[]>;
102
+ /**
103
+ * (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"}`
104
+ */
105
+ readonly freeformTags: pulumi.Output<{
106
+ [key: string]: string;
107
+ }>;
108
+ /**
109
+ * (Updatable) List of job priority configurations related to the batch context.
110
+ */
111
+ readonly jobPriorityConfigurations: pulumi.Output<outputs.oci.BatchBatchContextJobPriorityConfiguration[]>;
112
+ /**
113
+ * A message that describes the current state in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
114
+ */
115
+ readonly lifecycleDetails: pulumi.Output<string>;
116
+ /**
117
+ * Logging configuration for batch context.
118
+ */
119
+ readonly loggingConfiguration: pulumi.Output<outputs.oci.BatchBatchContextLoggingConfiguration>;
120
+ /**
121
+ * Network configuration of the batch context.
122
+ */
123
+ readonly network: pulumi.Output<outputs.oci.BatchBatchContextNetwork>;
124
+ /**
125
+ * (Updatable) The target state for the Batch Context. Could be set to `ACTIVE` or `INACTIVE`.
126
+ *
127
+ *
128
+ * ** IMPORTANT **
129
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
130
+ */
131
+ readonly state: pulumi.Output<string>;
132
+ /**
133
+ * System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
134
+ */
135
+ readonly systemTags: pulumi.Output<{
136
+ [key: string]: string;
137
+ }>;
138
+ /**
139
+ * The date and time the batch context was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
140
+ */
141
+ readonly timeCreated: pulumi.Output<string>;
142
+ /**
143
+ * The date and time the batch context was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
144
+ */
145
+ readonly timeUpdated: pulumi.Output<string>;
146
+ /**
147
+ * Create a BatchBatchContext resource with the given unique name, arguments, and options.
148
+ *
149
+ * @param name The _unique_ name of the resource.
150
+ * @param args The arguments to use to populate this resource's properties.
151
+ * @param opts A bag of options that control this resource's behavior.
152
+ */
153
+ constructor(name: string, args: BatchBatchContextArgs, opts?: pulumi.CustomResourceOptions);
154
+ }
155
+ /**
156
+ * Input properties used for looking up and filtering BatchBatchContext resources.
157
+ */
158
+ export interface BatchBatchContextState {
159
+ /**
160
+ * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
161
+ */
162
+ compartmentId?: pulumi.Input<string>;
163
+ /**
164
+ * (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"}`
165
+ */
166
+ definedTags?: pulumi.Input<{
167
+ [key: string]: pulumi.Input<string>;
168
+ }>;
169
+ /**
170
+ * (Updatable) Summarized information about the batch context.
171
+ */
172
+ description?: pulumi.Input<string>;
173
+ /**
174
+ * (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 will 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: batchcontext20250914115623.
175
+ */
176
+ displayName?: pulumi.Input<string>;
177
+ /**
178
+ * (Updatable) Mapping of concurrent/shared resources used in job tasks to their limits.
179
+ */
180
+ entitlements?: pulumi.Input<{
181
+ [key: string]: pulumi.Input<string>;
182
+ }>;
183
+ /**
184
+ * List of fleet configurations related to the batch context.
185
+ */
186
+ fleets?: pulumi.Input<pulumi.Input<inputs.oci.BatchBatchContextFleet>[]>;
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) List of job priority configurations related to the batch context.
195
+ */
196
+ jobPriorityConfigurations?: pulumi.Input<pulumi.Input<inputs.oci.BatchBatchContextJobPriorityConfiguration>[]>;
197
+ /**
198
+ * A message that describes the current state in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
199
+ */
200
+ lifecycleDetails?: pulumi.Input<string>;
201
+ /**
202
+ * Logging configuration for batch context.
203
+ */
204
+ loggingConfiguration?: pulumi.Input<inputs.oci.BatchBatchContextLoggingConfiguration>;
205
+ /**
206
+ * Network configuration of the batch context.
207
+ */
208
+ network?: pulumi.Input<inputs.oci.BatchBatchContextNetwork>;
209
+ /**
210
+ * (Updatable) The target state for the Batch Context. Could be set to `ACTIVE` or `INACTIVE`.
211
+ *
212
+ *
213
+ * ** IMPORTANT **
214
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
215
+ */
216
+ state?: pulumi.Input<string>;
217
+ /**
218
+ * System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
219
+ */
220
+ systemTags?: pulumi.Input<{
221
+ [key: string]: pulumi.Input<string>;
222
+ }>;
223
+ /**
224
+ * The date and time the batch context was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
225
+ */
226
+ timeCreated?: pulumi.Input<string>;
227
+ /**
228
+ * The date and time the batch context was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
229
+ */
230
+ timeUpdated?: pulumi.Input<string>;
231
+ }
232
+ /**
233
+ * The set of arguments for constructing a BatchBatchContext resource.
234
+ */
235
+ export interface BatchBatchContextArgs {
236
+ /**
237
+ * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
238
+ */
239
+ compartmentId: pulumi.Input<string>;
240
+ /**
241
+ * (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"}`
242
+ */
243
+ definedTags?: pulumi.Input<{
244
+ [key: string]: pulumi.Input<string>;
245
+ }>;
246
+ /**
247
+ * (Updatable) Summarized information about the batch context.
248
+ */
249
+ description?: pulumi.Input<string>;
250
+ /**
251
+ * (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 will 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: batchcontext20250914115623.
252
+ */
253
+ displayName?: pulumi.Input<string>;
254
+ /**
255
+ * (Updatable) Mapping of concurrent/shared resources used in job tasks to their limits.
256
+ */
257
+ entitlements?: pulumi.Input<{
258
+ [key: string]: pulumi.Input<string>;
259
+ }>;
260
+ /**
261
+ * List of fleet configurations related to the batch context.
262
+ */
263
+ fleets: pulumi.Input<pulumi.Input<inputs.oci.BatchBatchContextFleet>[]>;
264
+ /**
265
+ * (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"}`
266
+ */
267
+ freeformTags?: pulumi.Input<{
268
+ [key: string]: pulumi.Input<string>;
269
+ }>;
270
+ /**
271
+ * (Updatable) List of job priority configurations related to the batch context.
272
+ */
273
+ jobPriorityConfigurations?: pulumi.Input<pulumi.Input<inputs.oci.BatchBatchContextJobPriorityConfiguration>[]>;
274
+ /**
275
+ * Logging configuration for batch context.
276
+ */
277
+ loggingConfiguration?: pulumi.Input<inputs.oci.BatchBatchContextLoggingConfiguration>;
278
+ /**
279
+ * Network configuration of the batch context.
280
+ */
281
+ network: pulumi.Input<inputs.oci.BatchBatchContextNetwork>;
282
+ /**
283
+ * (Updatable) The target state for the Batch Context. Could be set to `ACTIVE` or `INACTIVE`.
284
+ *
285
+ *
286
+ * ** IMPORTANT **
287
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
288
+ */
289
+ state?: pulumi.Input<string>;
290
+ }
@@ -0,0 +1,140 @@
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.BatchBatchContext = 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 testBatchContext = new oci.oci.BatchBatchContext("test_batch_context", {
16
+ * compartmentId: compartmentId,
17
+ * fleets: [{
18
+ * maxConcurrentTasks: batchContextFleetsMaxConcurrentTasks,
19
+ * name: batchContextFleetsName,
20
+ * shape: {
21
+ * memoryInGbs: batchContextFleetsShapeMemoryInGbs,
22
+ * ocpus: batchContextFleetsShapeOcpus,
23
+ * shapeName: testShape.name,
24
+ * },
25
+ * type: batchContextFleetsType,
26
+ * }],
27
+ * network: {
28
+ * subnetId: testSubnet.id,
29
+ * nsgIds: batchContextNetworkNsgIds,
30
+ * },
31
+ * definedTags: {
32
+ * "Operations.CostCenter": "42",
33
+ * },
34
+ * description: batchContextDescription,
35
+ * displayName: batchContextDisplayName,
36
+ * entitlements: batchContextEntitlements,
37
+ * freeformTags: {
38
+ * Department: "Finance",
39
+ * },
40
+ * jobPriorityConfigurations: [{
41
+ * tagKey: batchContextJobPriorityConfigurationsTagKey,
42
+ * tagNamespace: batchContextJobPriorityConfigurationsTagNamespace,
43
+ * values: batchContextJobPriorityConfigurationsValues,
44
+ * weight: batchContextJobPriorityConfigurationsWeight,
45
+ * }],
46
+ * loggingConfiguration: {
47
+ * logGroupId: testLogGroup.id,
48
+ * logId: testLog.id,
49
+ * type: batchContextLoggingConfigurationType,
50
+ * },
51
+ * });
52
+ * ```
53
+ *
54
+ * ## Import
55
+ *
56
+ * BatchContexts can be imported using the `id`, e.g.
57
+ *
58
+ * ```sh
59
+ * $ pulumi import oci:oci/batchBatchContext:BatchBatchContext test_batch_context "id"
60
+ * ```
61
+ */
62
+ class BatchBatchContext extends pulumi.CustomResource {
63
+ /**
64
+ * Get an existing BatchBatchContext resource's state with the given name, ID, and optional extra
65
+ * properties used to qualify the lookup.
66
+ *
67
+ * @param name The _unique_ name of the resulting resource.
68
+ * @param id The _unique_ provider ID of the resource to lookup.
69
+ * @param state Any extra arguments used during the lookup.
70
+ * @param opts Optional settings to control the behavior of the CustomResource.
71
+ */
72
+ static get(name, id, state, opts) {
73
+ return new BatchBatchContext(name, state, { ...opts, id: id });
74
+ }
75
+ /**
76
+ * Returns true if the given object is an instance of BatchBatchContext. This is designed to work even
77
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
78
+ */
79
+ static isInstance(obj) {
80
+ if (obj === undefined || obj === null) {
81
+ return false;
82
+ }
83
+ return obj['__pulumiType'] === BatchBatchContext.__pulumiType;
84
+ }
85
+ constructor(name, argsOrState, opts) {
86
+ let resourceInputs = {};
87
+ opts = opts || {};
88
+ if (opts.id) {
89
+ const state = argsOrState;
90
+ resourceInputs["compartmentId"] = state?.compartmentId;
91
+ resourceInputs["definedTags"] = state?.definedTags;
92
+ resourceInputs["description"] = state?.description;
93
+ resourceInputs["displayName"] = state?.displayName;
94
+ resourceInputs["entitlements"] = state?.entitlements;
95
+ resourceInputs["fleets"] = state?.fleets;
96
+ resourceInputs["freeformTags"] = state?.freeformTags;
97
+ resourceInputs["jobPriorityConfigurations"] = state?.jobPriorityConfigurations;
98
+ resourceInputs["lifecycleDetails"] = state?.lifecycleDetails;
99
+ resourceInputs["loggingConfiguration"] = state?.loggingConfiguration;
100
+ resourceInputs["network"] = state?.network;
101
+ resourceInputs["state"] = state?.state;
102
+ resourceInputs["systemTags"] = state?.systemTags;
103
+ resourceInputs["timeCreated"] = state?.timeCreated;
104
+ resourceInputs["timeUpdated"] = state?.timeUpdated;
105
+ }
106
+ else {
107
+ const args = argsOrState;
108
+ if (args?.compartmentId === undefined && !opts.urn) {
109
+ throw new Error("Missing required property 'compartmentId'");
110
+ }
111
+ if (args?.fleets === undefined && !opts.urn) {
112
+ throw new Error("Missing required property 'fleets'");
113
+ }
114
+ if (args?.network === undefined && !opts.urn) {
115
+ throw new Error("Missing required property 'network'");
116
+ }
117
+ resourceInputs["compartmentId"] = args?.compartmentId;
118
+ resourceInputs["definedTags"] = args?.definedTags;
119
+ resourceInputs["description"] = args?.description;
120
+ resourceInputs["displayName"] = args?.displayName;
121
+ resourceInputs["entitlements"] = args?.entitlements;
122
+ resourceInputs["fleets"] = args?.fleets;
123
+ resourceInputs["freeformTags"] = args?.freeformTags;
124
+ resourceInputs["jobPriorityConfigurations"] = args?.jobPriorityConfigurations;
125
+ resourceInputs["loggingConfiguration"] = args?.loggingConfiguration;
126
+ resourceInputs["network"] = args?.network;
127
+ resourceInputs["state"] = args?.state;
128
+ resourceInputs["lifecycleDetails"] = undefined /*out*/;
129
+ resourceInputs["systemTags"] = undefined /*out*/;
130
+ resourceInputs["timeCreated"] = undefined /*out*/;
131
+ resourceInputs["timeUpdated"] = undefined /*out*/;
132
+ }
133
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
134
+ super(BatchBatchContext.__pulumiType, name, resourceInputs, opts);
135
+ }
136
+ }
137
+ exports.BatchBatchContext = BatchBatchContext;
138
+ /** @internal */
139
+ BatchBatchContext.__pulumiType = 'oci:oci/batchBatchContext:BatchBatchContext';
140
+ //# sourceMappingURL=batchBatchContext.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"batchBatchContext.js","sourceRoot":"","sources":["../../oci/batchBatchContext.ts"],"names":[],"mappings":"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"}