@pulumi/oci 3.13.0-alpha.1766212844 → 3.13.0-alpha.1766291418
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.
- package/containerengine/cluster.d.ts +1 -0
- package/containerengine/cluster.js +1 -0
- package/containerengine/cluster.js.map +1 -1
- package/core/computeHost.d.ts +28 -8
- package/core/computeHost.js +6 -0
- package/core/computeHost.js.map +1 -1
- package/core/computeHostGroup.d.ts +1 -0
- package/core/computeHostGroup.js +1 -0
- package/core/computeHostGroup.js.map +1 -1
- package/core/getComputeHost.d.ts +8 -0
- package/core/getComputeHost.js.map +1 -1
- package/core/getFirmwareBundle.d.ts +93 -0
- package/core/getFirmwareBundle.js +54 -0
- package/core/getFirmwareBundle.js.map +1 -0
- package/core/getFirmwareBundles.d.ts +83 -0
- package/core/getFirmwareBundles.js +46 -0
- package/core/getFirmwareBundles.js.map +1 -0
- package/core/getShape.d.ts +3 -0
- package/core/getShape.js +2 -0
- package/core/getShape.js.map +1 -1
- package/core/getShapes.d.ts +11 -0
- package/core/getShapes.js +4 -0
- package/core/getShapes.js.map +1 -1
- package/core/index.d.ts +6 -0
- package/core/index.js +12 -6
- package/core/index.js.map +1 -1
- package/database/autonomousDatabase.d.ts +42 -12
- package/database/autonomousDatabase.js.map +1 -1
- package/database/getAutonomousDatabasesEstimateCostSavings.d.ts +86 -0
- package/database/getAutonomousDatabasesEstimateCostSavings.js +60 -0
- package/database/getAutonomousDatabasesEstimateCostSavings.js.map +1 -0
- package/database/index.d.ts +3 -0
- package/database/index.js +9 -6
- package/database/index.js.map +1 -1
- package/datascience/getMlApplicationImplementationVersion.d.ts +134 -0
- package/datascience/getMlApplicationImplementationVersion.js +54 -0
- package/datascience/getMlApplicationImplementationVersion.js.map +1 -0
- package/datascience/getMlApplicationImplementationVersions.d.ts +89 -0
- package/datascience/getMlApplicationImplementationVersions.js +60 -0
- package/datascience/getMlApplicationImplementationVersions.js.map +1 -0
- package/datascience/index.d.ts +6 -0
- package/datascience/index.js +9 -3
- package/datascience/index.js.map +1 -1
- package/datascience/modelDeployment.d.ts +0 -87
- package/datascience/modelDeployment.js +0 -87
- package/datascience/modelDeployment.js.map +1 -1
- package/disasterrecovery/drPlanExecution.d.ts +8 -0
- package/disasterrecovery/drPlanExecution.js +2 -0
- package/disasterrecovery/drPlanExecution.js.map +1 -1
- package/disasterrecovery/drProtectionGroup.d.ts +4 -0
- package/disasterrecovery/drProtectionGroup.js +4 -0
- package/disasterrecovery/drProtectionGroup.js.map +1 -1
- package/disasterrecovery/getDrPlanExecution.d.ts +4 -0
- package/disasterrecovery/getDrPlanExecution.js.map +1 -1
- package/generativeai/getDedicatedAiCluster.d.ts +15 -3
- package/generativeai/getDedicatedAiCluster.js.map +1 -1
- package/generativeai/getDedicatedAiClusters.d.ts +3 -0
- package/generativeai/getDedicatedAiClusters.js.map +1 -1
- package/generativeai/getEndpoint.d.ts +19 -1
- package/generativeai/getEndpoint.js.map +1 -1
- package/generativeai/getEndpoints.d.ts +8 -2
- package/generativeai/getEndpoints.js +2 -2
- package/generativeai/getEndpoints.js.map +1 -1
- package/generativeai/getImportedModel.d.ts +82 -0
- package/generativeai/getImportedModel.js +54 -0
- package/generativeai/getImportedModel.js.map +1 -0
- package/generativeai/getImportedModels.d.ts +123 -0
- package/generativeai/getImportedModels.js +76 -0
- package/generativeai/getImportedModels.js.map +1 -0
- package/generativeai/getModel.d.ts +0 -54
- package/generativeai/getModel.js.map +1 -1
- package/generativeai/getModels.d.ts +0 -15
- package/generativeai/getModels.js.map +1 -1
- package/generativeai/importedModel.d.ts +270 -0
- package/generativeai/importedModel.js +131 -0
- package/generativeai/importedModel.js.map +1 -0
- package/generativeai/index.d.ts +9 -0
- package/generativeai/index.js +13 -2
- package/generativeai/index.js.map +1 -1
- package/identity/domainsMappedAttribute.d.ts +719 -0
- package/identity/domainsMappedAttribute.js +125 -0
- package/identity/domainsMappedAttribute.js.map +1 -0
- package/identity/getDomainsMappedAttribute.d.ts +187 -0
- package/identity/getDomainsMappedAttribute.js +74 -0
- package/identity/getDomainsMappedAttribute.js.map +1 -0
- package/identity/getDomainsMappedAttributes.d.ts +160 -0
- package/identity/getDomainsMappedAttributes.js +88 -0
- package/identity/getDomainsMappedAttributes.js.map +1 -0
- package/identity/index.d.ts +9 -0
- package/identity/index.js +19 -8
- package/identity/index.js.map +1 -1
- package/integration/getIntegrationInstance.d.ts +6 -0
- package/integration/getIntegrationInstance.js.map +1 -1
- package/integration/integrationInstance.d.ts +55 -10
- package/integration/integrationInstance.js +21 -1
- package/integration/integrationInstance.js.map +1 -1
- package/loganalytics/getLogAnalyticsEntityAssociationsList.d.ts +94 -0
- package/loganalytics/getLogAnalyticsEntityAssociationsList.js +64 -0
- package/loganalytics/getLogAnalyticsEntityAssociationsList.js.map +1 -0
- package/loganalytics/index.d.ts +9 -0
- package/loganalytics/index.js +15 -2
- package/loganalytics/index.js.map +1 -1
- package/loganalytics/logAnalyticsEntityAssociationsAdd.d.ts +106 -0
- package/loganalytics/logAnalyticsEntityAssociationsAdd.js +84 -0
- package/loganalytics/logAnalyticsEntityAssociationsAdd.js.map +1 -0
- package/loganalytics/logAnalyticsEntityAssociationsRemove.d.ts +106 -0
- package/loganalytics/logAnalyticsEntityAssociationsRemove.js +84 -0
- package/loganalytics/logAnalyticsEntityAssociationsRemove.js.map +1 -0
- package/oci/batchBatchContext.d.ts +290 -0
- package/oci/batchBatchContext.js +140 -0
- package/oci/batchBatchContext.js.map +1 -0
- package/oci/batchBatchJobPool.d.ts +201 -0
- package/oci/batchBatchJobPool.js +102 -0
- package/oci/batchBatchJobPool.js.map +1 -0
- package/oci/batchBatchTaskEnvironment.d.ts +254 -0
- package/oci/batchBatchTaskEnvironment.js +121 -0
- package/oci/batchBatchTaskEnvironment.js.map +1 -0
- package/oci/batchBatchTaskProfile.d.ts +210 -0
- package/oci/batchBatchTaskProfile.js +108 -0
- package/oci/batchBatchTaskProfile.js.map +1 -0
- package/oci/getBatchBatchContext.d.ts +132 -0
- package/oci/getBatchBatchContext.js +54 -0
- package/oci/getBatchBatchContext.js.map +1 -0
- package/oci/getBatchBatchContextShapes.d.ts +83 -0
- package/oci/getBatchBatchContextShapes.js +60 -0
- package/oci/getBatchBatchContextShapes.js.map +1 -0
- package/oci/getBatchBatchContexts.d.ts +113 -0
- package/oci/getBatchBatchContexts.js +70 -0
- package/oci/getBatchBatchContexts.js.map +1 -0
- package/oci/getBatchBatchJobPool.d.ts +109 -0
- package/oci/getBatchBatchJobPool.js +54 -0
- package/oci/getBatchBatchJobPool.js.map +1 -0
- package/oci/getBatchBatchJobPools.d.ts +127 -0
- package/oci/getBatchBatchJobPools.js +74 -0
- package/oci/getBatchBatchJobPools.js.map +1 -0
- package/oci/getBatchBatchTaskEnvironment.d.ts +122 -0
- package/oci/getBatchBatchTaskEnvironment.js +54 -0
- package/oci/getBatchBatchTaskEnvironment.js.map +1 -0
- package/oci/getBatchBatchTaskEnvironments.d.ts +113 -0
- package/oci/getBatchBatchTaskEnvironments.js +70 -0
- package/oci/getBatchBatchTaskEnvironments.js.map +1 -0
- package/oci/getBatchBatchTaskProfile.d.ts +113 -0
- package/oci/getBatchBatchTaskProfile.js +54 -0
- package/oci/getBatchBatchTaskProfile.js.map +1 -0
- package/oci/getBatchBatchTaskProfiles.d.ts +113 -0
- package/oci/getBatchBatchTaskProfiles.js +70 -0
- package/oci/getBatchBatchTaskProfiles.js.map +1 -0
- package/oci/getMulticloudExternalLocationsMetadata.d.ts +52 -13
- package/oci/getMulticloudExternalLocationsMetadata.js +14 -2
- package/oci/getMulticloudExternalLocationsMetadata.js.map +1 -1
- package/oci/getMulticloudMulticloudsubscriptions.d.ts +86 -0
- package/oci/getMulticloudMulticloudsubscriptions.js +62 -0
- package/oci/getMulticloudMulticloudsubscriptions.js.map +1 -0
- package/oci/getMulticloudNetworkAnchor.d.ts +15 -0
- package/oci/getMulticloudNetworkAnchor.js +4 -0
- package/oci/getMulticloudNetworkAnchor.js.map +1 -1
- package/oci/getMulticloudNetworkAnchors.d.ts +49 -27
- package/oci/getMulticloudNetworkAnchors.js +14 -4
- package/oci/getMulticloudNetworkAnchors.js.map +1 -1
- package/oci/getMulticloudOmHubMultiCloudsMetadata.d.ts +4 -2
- package/oci/getMulticloudOmHubMultiCloudsMetadata.js +4 -2
- package/oci/getMulticloudOmHubMultiCloudsMetadata.js.map +1 -1
- package/oci/getMulticloudOmHubMulticloudResources.d.ts +122 -0
- package/oci/getMulticloudOmHubMulticloudResources.js +74 -0
- package/oci/getMulticloudOmHubMulticloudResources.js.map +1 -0
- package/oci/getMulticloudResourceAnchor.d.ts +23 -4
- package/oci/getMulticloudResourceAnchor.js +4 -0
- package/oci/getMulticloudResourceAnchor.js.map +1 -1
- package/oci/getMulticloudResourceAnchors.d.ts +42 -28
- package/oci/getMulticloudResourceAnchors.js +16 -10
- package/oci/getMulticloudResourceAnchors.js.map +1 -1
- package/oci/index.d.ts +45 -0
- package/oci/index.js +59 -5
- package/oci/index.js.map +1 -1
- package/ocvp/cluster.d.ts +12 -0
- package/ocvp/cluster.js +2 -0
- package/ocvp/cluster.js.map +1 -1
- package/ocvp/esxiHost.d.ts +18 -0
- package/ocvp/esxiHost.js +2 -0
- package/ocvp/esxiHost.js.map +1 -1
- package/ocvp/getCluster.d.ts +6 -0
- package/ocvp/getCluster.js.map +1 -1
- package/ocvp/getExsiHost.d.ts +6 -0
- package/ocvp/getExsiHost.js.map +1 -1
- package/ocvp/getSddc.d.ts +3 -0
- package/ocvp/getSddc.js.map +1 -1
- package/ocvp/sddc.d.ts +6 -0
- package/ocvp/sddc.js.map +1 -1
- package/package.json +2 -2
- package/types/input.d.ts +845 -43
- package/types/output.d.ts +3324 -608
|
@@ -0,0 +1,74 @@
|
|
|
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.getBatchBatchJobPoolsOutput = exports.getBatchBatchJobPools = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of Batch Job Pools in Oracle Cloud Infrastructure Batch service.
|
|
10
|
+
*
|
|
11
|
+
* Lists the batch job pools by compartment or job pool [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). You can filter and sort them by various properties like lifecycle state, display name and also ocid. All properties require an exact match. List operation only provides a summary information, use GetBatchJobPool to get the full details on a specific context
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testBatchJobPools = oci.oci.getBatchBatchJobPools({
|
|
20
|
+
* batchContextId: testBatchContext.id,
|
|
21
|
+
* compartmentId: compartmentId,
|
|
22
|
+
* displayName: batchJobPoolDisplayName,
|
|
23
|
+
* id: batchJobPoolId,
|
|
24
|
+
* state: batchJobPoolState,
|
|
25
|
+
* });
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
function getBatchBatchJobPools(args, opts) {
|
|
29
|
+
args = args || {};
|
|
30
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
31
|
+
return pulumi.runtime.invoke("oci:oci/getBatchBatchJobPools:getBatchBatchJobPools", {
|
|
32
|
+
"batchContextId": args.batchContextId,
|
|
33
|
+
"compartmentId": args.compartmentId,
|
|
34
|
+
"displayName": args.displayName,
|
|
35
|
+
"filters": args.filters,
|
|
36
|
+
"id": args.id,
|
|
37
|
+
"state": args.state,
|
|
38
|
+
}, opts);
|
|
39
|
+
}
|
|
40
|
+
exports.getBatchBatchJobPools = getBatchBatchJobPools;
|
|
41
|
+
/**
|
|
42
|
+
* This data source provides the list of Batch Job Pools in Oracle Cloud Infrastructure Batch service.
|
|
43
|
+
*
|
|
44
|
+
* Lists the batch job pools by compartment or job pool [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). You can filter and sort them by various properties like lifecycle state, display name and also ocid. All properties require an exact match. List operation only provides a summary information, use GetBatchJobPool to get the full details on a specific context
|
|
45
|
+
*
|
|
46
|
+
* ## Example Usage
|
|
47
|
+
*
|
|
48
|
+
* ```typescript
|
|
49
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
50
|
+
* import * as oci from "@pulumi/oci";
|
|
51
|
+
*
|
|
52
|
+
* const testBatchJobPools = oci.oci.getBatchBatchJobPools({
|
|
53
|
+
* batchContextId: testBatchContext.id,
|
|
54
|
+
* compartmentId: compartmentId,
|
|
55
|
+
* displayName: batchJobPoolDisplayName,
|
|
56
|
+
* id: batchJobPoolId,
|
|
57
|
+
* state: batchJobPoolState,
|
|
58
|
+
* });
|
|
59
|
+
* ```
|
|
60
|
+
*/
|
|
61
|
+
function getBatchBatchJobPoolsOutput(args, opts) {
|
|
62
|
+
args = args || {};
|
|
63
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
64
|
+
return pulumi.runtime.invokeOutput("oci:oci/getBatchBatchJobPools:getBatchBatchJobPools", {
|
|
65
|
+
"batchContextId": args.batchContextId,
|
|
66
|
+
"compartmentId": args.compartmentId,
|
|
67
|
+
"displayName": args.displayName,
|
|
68
|
+
"filters": args.filters,
|
|
69
|
+
"id": args.id,
|
|
70
|
+
"state": args.state,
|
|
71
|
+
}, opts);
|
|
72
|
+
}
|
|
73
|
+
exports.getBatchBatchJobPoolsOutput = getBatchBatchJobPoolsOutput;
|
|
74
|
+
//# sourceMappingURL=getBatchBatchJobPools.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getBatchBatchJobPools.js","sourceRoot":"","sources":["../../oci/getBatchBatchJobPools.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qDAAqD,EAAE;QAChF,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,sDAWC;AA2DD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,2BAA2B,CAAC,IAAsC,EAAE,IAAiC;IACjH,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qDAAqD,EAAE;QACtF,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,kEAWC"}
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides details about a specific Batch Task Environment resource in Oracle Cloud Infrastructure Batch service.
|
|
5
|
+
*
|
|
6
|
+
* Gets information about a batch task environment.
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testBatchTaskEnvironment = oci.oci.getBatchBatchTaskEnvironment({
|
|
15
|
+
* batchTaskEnvironmentId: testBatchTaskEnvironmentOciBatchBatchTaskEnvironment.id,
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare function getBatchBatchTaskEnvironment(args: GetBatchBatchTaskEnvironmentArgs, opts?: pulumi.InvokeOptions): Promise<GetBatchBatchTaskEnvironmentResult>;
|
|
20
|
+
/**
|
|
21
|
+
* A collection of arguments for invoking getBatchBatchTaskEnvironment.
|
|
22
|
+
*/
|
|
23
|
+
export interface GetBatchBatchTaskEnvironmentArgs {
|
|
24
|
+
/**
|
|
25
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the batch task environment.
|
|
26
|
+
*/
|
|
27
|
+
batchTaskEnvironmentId: string;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* A collection of values returned by getBatchBatchTaskEnvironment.
|
|
31
|
+
*/
|
|
32
|
+
export interface GetBatchBatchTaskEnvironmentResult {
|
|
33
|
+
readonly batchTaskEnvironmentId: string;
|
|
34
|
+
/**
|
|
35
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
36
|
+
*/
|
|
37
|
+
readonly compartmentId: string;
|
|
38
|
+
/**
|
|
39
|
+
* 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"}`
|
|
40
|
+
*/
|
|
41
|
+
readonly definedTags: {
|
|
42
|
+
[key: string]: string;
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* The batch task environment description.
|
|
46
|
+
*/
|
|
47
|
+
readonly description: string;
|
|
48
|
+
/**
|
|
49
|
+
* 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.
|
|
50
|
+
*/
|
|
51
|
+
readonly displayName: string;
|
|
52
|
+
/**
|
|
53
|
+
* 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"}`
|
|
54
|
+
*/
|
|
55
|
+
readonly freeformTags: {
|
|
56
|
+
[key: string]: string;
|
|
57
|
+
};
|
|
58
|
+
/**
|
|
59
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the batch task environment.
|
|
60
|
+
*/
|
|
61
|
+
readonly id: string;
|
|
62
|
+
/**
|
|
63
|
+
* The URL of the ocir image.
|
|
64
|
+
*/
|
|
65
|
+
readonly imageUrl: string;
|
|
66
|
+
/**
|
|
67
|
+
* Security context for container runtime configuration.
|
|
68
|
+
*/
|
|
69
|
+
readonly securityContexts: outputs.oci.GetBatchBatchTaskEnvironmentSecurityContext[];
|
|
70
|
+
/**
|
|
71
|
+
* The current state of the batch task environment.
|
|
72
|
+
*/
|
|
73
|
+
readonly state: string;
|
|
74
|
+
/**
|
|
75
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
76
|
+
*/
|
|
77
|
+
readonly systemTags: {
|
|
78
|
+
[key: string]: string;
|
|
79
|
+
};
|
|
80
|
+
/**
|
|
81
|
+
* 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`
|
|
82
|
+
*/
|
|
83
|
+
readonly timeCreated: string;
|
|
84
|
+
/**
|
|
85
|
+
* 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`
|
|
86
|
+
*/
|
|
87
|
+
readonly timeUpdated: string;
|
|
88
|
+
/**
|
|
89
|
+
* 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.
|
|
90
|
+
*/
|
|
91
|
+
readonly volumes: outputs.oci.GetBatchBatchTaskEnvironmentVolume[];
|
|
92
|
+
/**
|
|
93
|
+
* Container's working directory.
|
|
94
|
+
*/
|
|
95
|
+
readonly workingDirectory: string;
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* This data source provides details about a specific Batch Task Environment resource in Oracle Cloud Infrastructure Batch service.
|
|
99
|
+
*
|
|
100
|
+
* Gets information about a batch task environment.
|
|
101
|
+
*
|
|
102
|
+
* ## Example Usage
|
|
103
|
+
*
|
|
104
|
+
* ```typescript
|
|
105
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
106
|
+
* import * as oci from "@pulumi/oci";
|
|
107
|
+
*
|
|
108
|
+
* const testBatchTaskEnvironment = oci.oci.getBatchBatchTaskEnvironment({
|
|
109
|
+
* batchTaskEnvironmentId: testBatchTaskEnvironmentOciBatchBatchTaskEnvironment.id,
|
|
110
|
+
* });
|
|
111
|
+
* ```
|
|
112
|
+
*/
|
|
113
|
+
export declare function getBatchBatchTaskEnvironmentOutput(args: GetBatchBatchTaskEnvironmentOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetBatchBatchTaskEnvironmentResult>;
|
|
114
|
+
/**
|
|
115
|
+
* A collection of arguments for invoking getBatchBatchTaskEnvironment.
|
|
116
|
+
*/
|
|
117
|
+
export interface GetBatchBatchTaskEnvironmentOutputArgs {
|
|
118
|
+
/**
|
|
119
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the batch task environment.
|
|
120
|
+
*/
|
|
121
|
+
batchTaskEnvironmentId: pulumi.Input<string>;
|
|
122
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
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.getBatchBatchTaskEnvironmentOutput = exports.getBatchBatchTaskEnvironment = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides details about a specific Batch Task Environment resource in Oracle Cloud Infrastructure Batch service.
|
|
10
|
+
*
|
|
11
|
+
* Gets information about a batch task environment.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testBatchTaskEnvironment = oci.oci.getBatchBatchTaskEnvironment({
|
|
20
|
+
* batchTaskEnvironmentId: testBatchTaskEnvironmentOciBatchBatchTaskEnvironment.id,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
function getBatchBatchTaskEnvironment(args, opts) {
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invoke("oci:oci/getBatchBatchTaskEnvironment:getBatchBatchTaskEnvironment", {
|
|
27
|
+
"batchTaskEnvironmentId": args.batchTaskEnvironmentId,
|
|
28
|
+
}, opts);
|
|
29
|
+
}
|
|
30
|
+
exports.getBatchBatchTaskEnvironment = getBatchBatchTaskEnvironment;
|
|
31
|
+
/**
|
|
32
|
+
* This data source provides details about a specific Batch Task Environment resource in Oracle Cloud Infrastructure Batch service.
|
|
33
|
+
*
|
|
34
|
+
* Gets information about a batch task environment.
|
|
35
|
+
*
|
|
36
|
+
* ## Example Usage
|
|
37
|
+
*
|
|
38
|
+
* ```typescript
|
|
39
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
+
* import * as oci from "@pulumi/oci";
|
|
41
|
+
*
|
|
42
|
+
* const testBatchTaskEnvironment = oci.oci.getBatchBatchTaskEnvironment({
|
|
43
|
+
* batchTaskEnvironmentId: testBatchTaskEnvironmentOciBatchBatchTaskEnvironment.id,
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
function getBatchBatchTaskEnvironmentOutput(args, opts) {
|
|
48
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
49
|
+
return pulumi.runtime.invokeOutput("oci:oci/getBatchBatchTaskEnvironment:getBatchBatchTaskEnvironment", {
|
|
50
|
+
"batchTaskEnvironmentId": args.batchTaskEnvironmentId,
|
|
51
|
+
}, opts);
|
|
52
|
+
}
|
|
53
|
+
exports.getBatchBatchTaskEnvironmentOutput = getBatchBatchTaskEnvironmentOutput;
|
|
54
|
+
//# sourceMappingURL=getBatchBatchTaskEnvironment.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getBatchBatchTaskEnvironment.js","sourceRoot":"","sources":["../../oci/getBatchBatchTaskEnvironment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mEAAmE,EAAE;QAC9F,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;KACxD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oEAKC;AA0ED;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,kCAAkC,CAAC,IAA4C,EAAE,IAAiC;IAC9H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mEAAmE,EAAE;QACpG,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;KACxD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gFAKC"}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* This data source provides the list of Batch Task Environments in Oracle Cloud Infrastructure Batch service.
|
|
6
|
+
*
|
|
7
|
+
* Lists the task environments by compartment or environment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). You can filter and sort them by various properties like lifecycle state, display name and also ocid. All properties require an exact match. List operation only provides a summary information, use GetBatchTaskEnvironment to get the full details on a specific context
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as oci from "@pulumi/oci";
|
|
14
|
+
*
|
|
15
|
+
* const testBatchTaskEnvironments = oci.oci.getBatchBatchTaskEnvironments({
|
|
16
|
+
* compartmentId: compartmentId,
|
|
17
|
+
* displayName: batchTaskEnvironmentDisplayName,
|
|
18
|
+
* id: batchTaskEnvironmentId,
|
|
19
|
+
* state: batchTaskEnvironmentState,
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
export declare function getBatchBatchTaskEnvironments(args?: GetBatchBatchTaskEnvironmentsArgs, opts?: pulumi.InvokeOptions): Promise<GetBatchBatchTaskEnvironmentsResult>;
|
|
24
|
+
/**
|
|
25
|
+
* A collection of arguments for invoking getBatchBatchTaskEnvironments.
|
|
26
|
+
*/
|
|
27
|
+
export interface GetBatchBatchTaskEnvironmentsArgs {
|
|
28
|
+
/**
|
|
29
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
30
|
+
*/
|
|
31
|
+
compartmentId?: string;
|
|
32
|
+
/**
|
|
33
|
+
* A filter to return only resources that match the given display name exactly.
|
|
34
|
+
*/
|
|
35
|
+
displayName?: string;
|
|
36
|
+
filters?: inputs.oci.GetBatchBatchTaskEnvironmentsFilter[];
|
|
37
|
+
/**
|
|
38
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the batch task environment.
|
|
39
|
+
*/
|
|
40
|
+
id?: string;
|
|
41
|
+
/**
|
|
42
|
+
* A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
|
|
43
|
+
*/
|
|
44
|
+
state?: string;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* A collection of values returned by getBatchBatchTaskEnvironments.
|
|
48
|
+
*/
|
|
49
|
+
export interface GetBatchBatchTaskEnvironmentsResult {
|
|
50
|
+
/**
|
|
51
|
+
* The list of batch_task_environment_collection.
|
|
52
|
+
*/
|
|
53
|
+
readonly batchTaskEnvironmentCollections: outputs.oci.GetBatchBatchTaskEnvironmentsBatchTaskEnvironmentCollection[];
|
|
54
|
+
/**
|
|
55
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
56
|
+
*/
|
|
57
|
+
readonly compartmentId?: string;
|
|
58
|
+
/**
|
|
59
|
+
* 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.
|
|
60
|
+
*/
|
|
61
|
+
readonly displayName?: string;
|
|
62
|
+
readonly filters?: outputs.oci.GetBatchBatchTaskEnvironmentsFilter[];
|
|
63
|
+
/**
|
|
64
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the batch task environment.
|
|
65
|
+
*/
|
|
66
|
+
readonly id?: string;
|
|
67
|
+
/**
|
|
68
|
+
* The current state of the batch task environment.
|
|
69
|
+
*/
|
|
70
|
+
readonly state?: string;
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* This data source provides the list of Batch Task Environments in Oracle Cloud Infrastructure Batch service.
|
|
74
|
+
*
|
|
75
|
+
* Lists the task environments by compartment or environment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). You can filter and sort them by various properties like lifecycle state, display name and also ocid. All properties require an exact match. List operation only provides a summary information, use GetBatchTaskEnvironment to get the full details on a specific context
|
|
76
|
+
*
|
|
77
|
+
* ## Example Usage
|
|
78
|
+
*
|
|
79
|
+
* ```typescript
|
|
80
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
81
|
+
* import * as oci from "@pulumi/oci";
|
|
82
|
+
*
|
|
83
|
+
* const testBatchTaskEnvironments = oci.oci.getBatchBatchTaskEnvironments({
|
|
84
|
+
* compartmentId: compartmentId,
|
|
85
|
+
* displayName: batchTaskEnvironmentDisplayName,
|
|
86
|
+
* id: batchTaskEnvironmentId,
|
|
87
|
+
* state: batchTaskEnvironmentState,
|
|
88
|
+
* });
|
|
89
|
+
* ```
|
|
90
|
+
*/
|
|
91
|
+
export declare function getBatchBatchTaskEnvironmentsOutput(args?: GetBatchBatchTaskEnvironmentsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetBatchBatchTaskEnvironmentsResult>;
|
|
92
|
+
/**
|
|
93
|
+
* A collection of arguments for invoking getBatchBatchTaskEnvironments.
|
|
94
|
+
*/
|
|
95
|
+
export interface GetBatchBatchTaskEnvironmentsOutputArgs {
|
|
96
|
+
/**
|
|
97
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
98
|
+
*/
|
|
99
|
+
compartmentId?: pulumi.Input<string>;
|
|
100
|
+
/**
|
|
101
|
+
* A filter to return only resources that match the given display name exactly.
|
|
102
|
+
*/
|
|
103
|
+
displayName?: pulumi.Input<string>;
|
|
104
|
+
filters?: pulumi.Input<pulumi.Input<inputs.oci.GetBatchBatchTaskEnvironmentsFilterArgs>[]>;
|
|
105
|
+
/**
|
|
106
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the batch task environment.
|
|
107
|
+
*/
|
|
108
|
+
id?: pulumi.Input<string>;
|
|
109
|
+
/**
|
|
110
|
+
* A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
|
|
111
|
+
*/
|
|
112
|
+
state?: pulumi.Input<string>;
|
|
113
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
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.getBatchBatchTaskEnvironmentsOutput = exports.getBatchBatchTaskEnvironments = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of Batch Task Environments in Oracle Cloud Infrastructure Batch service.
|
|
10
|
+
*
|
|
11
|
+
* Lists the task environments by compartment or environment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). You can filter and sort them by various properties like lifecycle state, display name and also ocid. All properties require an exact match. List operation only provides a summary information, use GetBatchTaskEnvironment to get the full details on a specific context
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testBatchTaskEnvironments = oci.oci.getBatchBatchTaskEnvironments({
|
|
20
|
+
* compartmentId: compartmentId,
|
|
21
|
+
* displayName: batchTaskEnvironmentDisplayName,
|
|
22
|
+
* id: batchTaskEnvironmentId,
|
|
23
|
+
* state: batchTaskEnvironmentState,
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
function getBatchBatchTaskEnvironments(args, opts) {
|
|
28
|
+
args = args || {};
|
|
29
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
30
|
+
return pulumi.runtime.invoke("oci:oci/getBatchBatchTaskEnvironments:getBatchBatchTaskEnvironments", {
|
|
31
|
+
"compartmentId": args.compartmentId,
|
|
32
|
+
"displayName": args.displayName,
|
|
33
|
+
"filters": args.filters,
|
|
34
|
+
"id": args.id,
|
|
35
|
+
"state": args.state,
|
|
36
|
+
}, opts);
|
|
37
|
+
}
|
|
38
|
+
exports.getBatchBatchTaskEnvironments = getBatchBatchTaskEnvironments;
|
|
39
|
+
/**
|
|
40
|
+
* This data source provides the list of Batch Task Environments in Oracle Cloud Infrastructure Batch service.
|
|
41
|
+
*
|
|
42
|
+
* Lists the task environments by compartment or environment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). You can filter and sort them by various properties like lifecycle state, display name and also ocid. All properties require an exact match. List operation only provides a summary information, use GetBatchTaskEnvironment to get the full details on a specific context
|
|
43
|
+
*
|
|
44
|
+
* ## Example Usage
|
|
45
|
+
*
|
|
46
|
+
* ```typescript
|
|
47
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
48
|
+
* import * as oci from "@pulumi/oci";
|
|
49
|
+
*
|
|
50
|
+
* const testBatchTaskEnvironments = oci.oci.getBatchBatchTaskEnvironments({
|
|
51
|
+
* compartmentId: compartmentId,
|
|
52
|
+
* displayName: batchTaskEnvironmentDisplayName,
|
|
53
|
+
* id: batchTaskEnvironmentId,
|
|
54
|
+
* state: batchTaskEnvironmentState,
|
|
55
|
+
* });
|
|
56
|
+
* ```
|
|
57
|
+
*/
|
|
58
|
+
function getBatchBatchTaskEnvironmentsOutput(args, opts) {
|
|
59
|
+
args = args || {};
|
|
60
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
61
|
+
return pulumi.runtime.invokeOutput("oci:oci/getBatchBatchTaskEnvironments:getBatchBatchTaskEnvironments", {
|
|
62
|
+
"compartmentId": args.compartmentId,
|
|
63
|
+
"displayName": args.displayName,
|
|
64
|
+
"filters": args.filters,
|
|
65
|
+
"id": args.id,
|
|
66
|
+
"state": args.state,
|
|
67
|
+
}, opts);
|
|
68
|
+
}
|
|
69
|
+
exports.getBatchBatchTaskEnvironmentsOutput = getBatchBatchTaskEnvironmentsOutput;
|
|
70
|
+
//# sourceMappingURL=getBatchBatchTaskEnvironments.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getBatchBatchTaskEnvironments.js","sourceRoot":"","sources":["../../oci/getBatchBatchTaskEnvironments.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,6BAA6B,CAAC,IAAwC,EAAE,IAA2B;IAC/G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qEAAqE,EAAE;QAChG,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,sEAUC;AAmDD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,mCAAmC,CAAC,IAA8C,EAAE,IAAiC;IACjI,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qEAAqE,EAAE;QACtG,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,kFAUC"}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* This data source provides details about a specific Batch Task Profile resource in Oracle Cloud Infrastructure Batch service.
|
|
4
|
+
*
|
|
5
|
+
* Gets information about a batch task profile.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as oci from "@pulumi/oci";
|
|
12
|
+
*
|
|
13
|
+
* const testBatchTaskProfile = oci.oci.getBatchBatchTaskProfile({
|
|
14
|
+
* batchTaskProfileId: testBatchTaskProfileOciBatchBatchTaskProfile.id,
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getBatchBatchTaskProfile(args: GetBatchBatchTaskProfileArgs, opts?: pulumi.InvokeOptions): Promise<GetBatchBatchTaskProfileResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getBatchBatchTaskProfile.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetBatchBatchTaskProfileArgs {
|
|
23
|
+
/**
|
|
24
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the batch task profile.
|
|
25
|
+
*/
|
|
26
|
+
batchTaskProfileId: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* A collection of values returned by getBatchBatchTaskProfile.
|
|
30
|
+
*/
|
|
31
|
+
export interface GetBatchBatchTaskProfileResult {
|
|
32
|
+
readonly batchTaskProfileId: string;
|
|
33
|
+
/**
|
|
34
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
35
|
+
*/
|
|
36
|
+
readonly compartmentId: string;
|
|
37
|
+
/**
|
|
38
|
+
* 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"}`
|
|
39
|
+
*/
|
|
40
|
+
readonly definedTags: {
|
|
41
|
+
[key: string]: string;
|
|
42
|
+
};
|
|
43
|
+
/**
|
|
44
|
+
* The batch task profile description.
|
|
45
|
+
*/
|
|
46
|
+
readonly description: string;
|
|
47
|
+
/**
|
|
48
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
49
|
+
*/
|
|
50
|
+
readonly displayName: string;
|
|
51
|
+
/**
|
|
52
|
+
* 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"}`
|
|
53
|
+
*/
|
|
54
|
+
readonly freeformTags: {
|
|
55
|
+
[key: string]: string;
|
|
56
|
+
};
|
|
57
|
+
/**
|
|
58
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the batch task profile.
|
|
59
|
+
*/
|
|
60
|
+
readonly id: string;
|
|
61
|
+
/**
|
|
62
|
+
* The minimum required memory.
|
|
63
|
+
*/
|
|
64
|
+
readonly minMemoryInGbs: number;
|
|
65
|
+
/**
|
|
66
|
+
* The minimum required OCPUs.
|
|
67
|
+
*/
|
|
68
|
+
readonly minOcpus: number;
|
|
69
|
+
/**
|
|
70
|
+
* The current state of the batch task profile.
|
|
71
|
+
*/
|
|
72
|
+
readonly state: string;
|
|
73
|
+
/**
|
|
74
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
75
|
+
*/
|
|
76
|
+
readonly systemTags: {
|
|
77
|
+
[key: string]: string;
|
|
78
|
+
};
|
|
79
|
+
/**
|
|
80
|
+
* The date and time the batch task profile was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
|
81
|
+
*/
|
|
82
|
+
readonly timeCreated: string;
|
|
83
|
+
/**
|
|
84
|
+
* The date and time the batch task profile was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
|
85
|
+
*/
|
|
86
|
+
readonly timeUpdated: string;
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* This data source provides details about a specific Batch Task Profile resource in Oracle Cloud Infrastructure Batch service.
|
|
90
|
+
*
|
|
91
|
+
* Gets information about a batch task profile.
|
|
92
|
+
*
|
|
93
|
+
* ## Example Usage
|
|
94
|
+
*
|
|
95
|
+
* ```typescript
|
|
96
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
97
|
+
* import * as oci from "@pulumi/oci";
|
|
98
|
+
*
|
|
99
|
+
* const testBatchTaskProfile = oci.oci.getBatchBatchTaskProfile({
|
|
100
|
+
* batchTaskProfileId: testBatchTaskProfileOciBatchBatchTaskProfile.id,
|
|
101
|
+
* });
|
|
102
|
+
* ```
|
|
103
|
+
*/
|
|
104
|
+
export declare function getBatchBatchTaskProfileOutput(args: GetBatchBatchTaskProfileOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetBatchBatchTaskProfileResult>;
|
|
105
|
+
/**
|
|
106
|
+
* A collection of arguments for invoking getBatchBatchTaskProfile.
|
|
107
|
+
*/
|
|
108
|
+
export interface GetBatchBatchTaskProfileOutputArgs {
|
|
109
|
+
/**
|
|
110
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the batch task profile.
|
|
111
|
+
*/
|
|
112
|
+
batchTaskProfileId: pulumi.Input<string>;
|
|
113
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
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.getBatchBatchTaskProfileOutput = exports.getBatchBatchTaskProfile = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides details about a specific Batch Task Profile resource in Oracle Cloud Infrastructure Batch service.
|
|
10
|
+
*
|
|
11
|
+
* Gets information about a batch task profile.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testBatchTaskProfile = oci.oci.getBatchBatchTaskProfile({
|
|
20
|
+
* batchTaskProfileId: testBatchTaskProfileOciBatchBatchTaskProfile.id,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
function getBatchBatchTaskProfile(args, opts) {
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invoke("oci:oci/getBatchBatchTaskProfile:getBatchBatchTaskProfile", {
|
|
27
|
+
"batchTaskProfileId": args.batchTaskProfileId,
|
|
28
|
+
}, opts);
|
|
29
|
+
}
|
|
30
|
+
exports.getBatchBatchTaskProfile = getBatchBatchTaskProfile;
|
|
31
|
+
/**
|
|
32
|
+
* This data source provides details about a specific Batch Task Profile resource in Oracle Cloud Infrastructure Batch service.
|
|
33
|
+
*
|
|
34
|
+
* Gets information about a batch task profile.
|
|
35
|
+
*
|
|
36
|
+
* ## Example Usage
|
|
37
|
+
*
|
|
38
|
+
* ```typescript
|
|
39
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
+
* import * as oci from "@pulumi/oci";
|
|
41
|
+
*
|
|
42
|
+
* const testBatchTaskProfile = oci.oci.getBatchBatchTaskProfile({
|
|
43
|
+
* batchTaskProfileId: testBatchTaskProfileOciBatchBatchTaskProfile.id,
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
function getBatchBatchTaskProfileOutput(args, opts) {
|
|
48
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
49
|
+
return pulumi.runtime.invokeOutput("oci:oci/getBatchBatchTaskProfile:getBatchBatchTaskProfile", {
|
|
50
|
+
"batchTaskProfileId": args.batchTaskProfileId,
|
|
51
|
+
}, opts);
|
|
52
|
+
}
|
|
53
|
+
exports.getBatchBatchTaskProfileOutput = getBatchBatchTaskProfileOutput;
|
|
54
|
+
//# sourceMappingURL=getBatchBatchTaskProfile.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getBatchBatchTaskProfile.js","sourceRoot":"","sources":["../../oci/getBatchBatchTaskProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2DAA2D,EAAE;QACtF,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;KAChD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC;AAkED;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAAiC;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2DAA2D,EAAE;QAC5F,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;KAChD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wEAKC"}
|