@pulumi/oci 3.8.0-alpha.1758168665 → 3.9.0-alpha.1758687119
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/database/cloudExadataInfrastructure.d.ts +8 -0
- package/database/cloudExadataInfrastructure.js +2 -0
- package/database/cloudExadataInfrastructure.js.map +1 -1
- package/database/cloudExadataInfrastructureConfigureExascaleManagement.d.ts +407 -0
- package/database/cloudExadataInfrastructureConfigureExascaleManagement.js +156 -0
- package/database/cloudExadataInfrastructureConfigureExascaleManagement.js.map +1 -0
- package/database/cloudVmCluster.d.ts +21 -0
- package/database/cloudVmCluster.js +5 -0
- package/database/cloudVmCluster.js.map +1 -1
- package/database/getCloudExadataInfrastructure.d.ts +4 -0
- package/database/getCloudExadataInfrastructure.js.map +1 -1
- package/database/getCloudVmCluster.d.ts +8 -0
- package/database/getCloudVmCluster.js.map +1 -1
- package/database/index.d.ts +3 -0
- package/database/index.js +13 -8
- package/database/index.js.map +1 -1
- package/datasafe/auditPolicyManagement.d.ts +3 -3
- package/datasafe/auditTrailManagement.d.ts +1 -0
- package/datasafe/auditTrailManagement.js +1 -0
- package/datasafe/auditTrailManagement.js.map +1 -1
- package/datasafe/discoveryJobsResult.d.ts +4 -0
- package/datasafe/discoveryJobsResult.js +4 -0
- package/datasafe/discoveryJobsResult.js.map +1 -1
- package/datasafe/getDataSafeConfiguration.d.ts +2 -2
- package/datasafe/getDiscoveryJobsResult.d.ts +8 -0
- package/datasafe/getDiscoveryJobsResult.js.map +1 -1
- package/datasafe/getDiscoveryJobsResults.d.ts +14 -0
- package/datasafe/getDiscoveryJobsResults.js +4 -0
- package/datasafe/getDiscoveryJobsResults.js.map +1 -1
- package/datasafe/getMaskingReports.d.ts +11 -0
- package/datasafe/getMaskingReports.js +4 -0
- package/datasafe/getMaskingReports.js.map +1 -1
- package/datasafe/getSecurityAssessmentFinding.d.ts +3 -0
- package/datasafe/getSecurityAssessmentFinding.js +2 -0
- package/datasafe/getSecurityAssessmentFinding.js.map +1 -1
- package/datasafe/getSecurityAssessmentFindings.d.ts +25 -2
- package/datasafe/getSecurityAssessmentFindings.js +2 -0
- package/datasafe/getSecurityAssessmentFindings.js.map +1 -1
- package/datasafe/getSensitiveDataModelsSensitiveColumn.d.ts +9 -0
- package/datasafe/getSensitiveDataModelsSensitiveColumn.js.map +1 -1
- package/datasafe/getSensitiveDataModelsSensitiveColumns.d.ts +25 -0
- package/datasafe/getSensitiveDataModelsSensitiveColumns.js +8 -0
- package/datasafe/getSensitiveDataModelsSensitiveColumns.js.map +1 -1
- package/datasafe/sensitiveDataModelsSensitiveColumn.d.ts +18 -0
- package/datasafe/sensitiveDataModelsSensitiveColumn.js +4 -0
- package/datasafe/sensitiveDataModelsSensitiveColumn.js.map +1 -1
- package/jms/fleet.d.ts +16 -0
- package/jms/fleet.js +4 -0
- package/jms/fleet.js.map +1 -1
- package/jms/getFleet.d.ts +8 -0
- package/jms/getFleet.js.map +1 -1
- package/jms/getFleetContainers.d.ts +161 -0
- package/jms/getFleetContainers.js +84 -0
- package/jms/getFleetContainers.js.map +1 -0
- package/jms/getFleetExportSetting.d.ts +5 -0
- package/jms/getFleetExportSetting.js.map +1 -1
- package/jms/getFleetLibraryApplications.d.ts +152 -0
- package/jms/getFleetLibraryApplications.js +84 -0
- package/jms/getFleetLibraryApplications.js.map +1 -0
- package/jms/getFleetLibraryManagedInstances.d.ts +152 -0
- package/jms/getFleetLibraryManagedInstances.js +84 -0
- package/jms/getFleetLibraryManagedInstances.js.map +1 -0
- package/jms/getFleetSummarizeLibraryInventory.d.ts +43 -0
- package/jms/getFleetSummarizeLibraryInventory.js +32 -0
- package/jms/getFleetSummarizeLibraryInventory.js.map +1 -0
- package/jms/getFleetUncorrelatedPackageApplications.d.ts +127 -0
- package/jms/getFleetUncorrelatedPackageApplications.js +76 -0
- package/jms/getFleetUncorrelatedPackageApplications.js.map +1 -0
- package/jms/getFleetUncorrelatedPackageManagedInstances.d.ts +130 -0
- package/jms/getFleetUncorrelatedPackageManagedInstances.js +76 -0
- package/jms/getFleetUncorrelatedPackageManagedInstances.js.map +1 -0
- package/jms/getFleetUncorrelatedPackages.d.ts +130 -0
- package/jms/getFleetUncorrelatedPackages.js +76 -0
- package/jms/getFleetUncorrelatedPackages.js.map +1 -0
- package/jms/getJavaFamily.d.ts +4 -0
- package/jms/getJavaFamily.js.map +1 -1
- package/jms/getJmsPlugin.d.ts +2 -2
- package/jms/getJmsPlugins.d.ts +4 -4
- package/jms/getTaskSchedule.d.ts +114 -0
- package/jms/getTaskSchedule.js +58 -0
- package/jms/getTaskSchedule.js.map +1 -0
- package/jms/getTaskSchedules.d.ts +124 -0
- package/jms/getTaskSchedules.js +72 -0
- package/jms/getTaskSchedules.js.map +1 -0
- package/jms/getUtilsAnalyzeApplicationsConfiguration.d.ts +87 -0
- package/jms/getUtilsAnalyzeApplicationsConfiguration.js +58 -0
- package/jms/getUtilsAnalyzeApplicationsConfiguration.js.map +1 -0
- package/jms/getUtilsJavaMigrationAnalysi.d.ts +128 -0
- package/jms/getUtilsJavaMigrationAnalysi.js +56 -0
- package/jms/getUtilsJavaMigrationAnalysi.js.map +1 -0
- package/jms/getUtilsJavaMigrationAnalysis.d.ts +99 -0
- package/jms/getUtilsJavaMigrationAnalysis.js +66 -0
- package/jms/getUtilsJavaMigrationAnalysis.js.map +1 -0
- package/jms/getUtilsPerformanceTuningAnalysi.d.ts +116 -0
- package/jms/getUtilsPerformanceTuningAnalysi.js +56 -0
- package/jms/getUtilsPerformanceTuningAnalysi.js.map +1 -0
- package/jms/getUtilsPerformanceTuningAnalysis.d.ts +110 -0
- package/jms/getUtilsPerformanceTuningAnalysis.js +70 -0
- package/jms/getUtilsPerformanceTuningAnalysis.js.map +1 -0
- package/jms/getUtilsSubscriptionAcknowledgmentConfiguration.d.ts +83 -0
- package/jms/getUtilsSubscriptionAcknowledgmentConfiguration.js +58 -0
- package/jms/getUtilsSubscriptionAcknowledgmentConfiguration.js.map +1 -0
- package/jms/index.d.ts +48 -0
- package/jms/index.js +53 -2
- package/jms/index.js.map +1 -1
- package/jms/jmsPlugin.d.ts +11 -6
- package/jms/jmsPlugin.js +2 -1
- package/jms/jmsPlugin.js.map +1 -1
- package/jms/taskSchedule.d.ts +240 -0
- package/jms/taskSchedule.js +186 -0
- package/jms/taskSchedule.js.map +1 -0
- package/marketplace/getMarketplaceMetadataPublicKeys.d.ts +72 -0
- package/marketplace/getMarketplaceMetadataPublicKeys.js +58 -0
- package/marketplace/getMarketplaceMetadataPublicKeys.js.map +1 -0
- package/marketplace/index.d.ts +6 -0
- package/marketplace/index.js +9 -1
- package/marketplace/index.js.map +1 -1
- package/marketplace/marketplaceExternalAttestedMetadata.d.ts +105 -0
- package/marketplace/marketplaceExternalAttestedMetadata.js +84 -0
- package/marketplace/marketplaceExternalAttestedMetadata.js.map +1 -0
- package/package.json +2 -2
- package/redis/getRedisCluster.d.ts +8 -0
- package/redis/getRedisCluster.js.map +1 -1
- package/redis/redisCluster.d.ts +16 -0
- package/redis/redisCluster.js +4 -0
- package/redis/redisCluster.js.map +1 -1
- package/types/input.d.ts +534 -0
- package/types/output.d.ts +1664 -14
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
2
4
|
/**
|
|
3
5
|
* This resource provides the Sensitive Data Models Sensitive Column resource in Oracle Cloud Infrastructure Data Safe service.
|
|
4
6
|
*
|
|
@@ -67,6 +69,14 @@ export declare class SensitiveDataModelsSensitiveColumn extends pulumi.CustomRes
|
|
|
67
69
|
* The name of the sensitive column.
|
|
68
70
|
*/
|
|
69
71
|
readonly columnName: pulumi.Output<string>;
|
|
72
|
+
/**
|
|
73
|
+
* The confidence level of the sensitive column associated with the sensitive type. The confidence level of the discovered sensitive columns can be either HIGH, MEDIUM or LOW. The confidence level will be NONE for manually added sensitive columns.
|
|
74
|
+
*/
|
|
75
|
+
readonly confidenceLevel: pulumi.Output<string>;
|
|
76
|
+
/**
|
|
77
|
+
* List containing maps as values. Example: `{"Operations": [ {"CostCenter": "42"} ] }`
|
|
78
|
+
*/
|
|
79
|
+
readonly confidenceLevelDetails: pulumi.Output<outputs.DataSafe.SensitiveDataModelsSensitiveColumnConfidenceLevelDetail[]>;
|
|
70
80
|
/**
|
|
71
81
|
* (Updatable) The data type of the sensitive column.
|
|
72
82
|
*/
|
|
@@ -172,6 +182,14 @@ export interface SensitiveDataModelsSensitiveColumnState {
|
|
|
172
182
|
* The name of the sensitive column.
|
|
173
183
|
*/
|
|
174
184
|
columnName?: pulumi.Input<string>;
|
|
185
|
+
/**
|
|
186
|
+
* The confidence level of the sensitive column associated with the sensitive type. The confidence level of the discovered sensitive columns can be either HIGH, MEDIUM or LOW. The confidence level will be NONE for manually added sensitive columns.
|
|
187
|
+
*/
|
|
188
|
+
confidenceLevel?: pulumi.Input<string>;
|
|
189
|
+
/**
|
|
190
|
+
* List containing maps as values. Example: `{"Operations": [ {"CostCenter": "42"} ] }`
|
|
191
|
+
*/
|
|
192
|
+
confidenceLevelDetails?: pulumi.Input<pulumi.Input<inputs.DataSafe.SensitiveDataModelsSensitiveColumnConfidenceLevelDetail>[]>;
|
|
175
193
|
/**
|
|
176
194
|
* (Updatable) The data type of the sensitive column.
|
|
177
195
|
*/
|
|
@@ -73,6 +73,8 @@ class SensitiveDataModelsSensitiveColumn extends pulumi.CustomResource {
|
|
|
73
73
|
resourceInputs["appName"] = state?.appName;
|
|
74
74
|
resourceInputs["columnGroups"] = state?.columnGroups;
|
|
75
75
|
resourceInputs["columnName"] = state?.columnName;
|
|
76
|
+
resourceInputs["confidenceLevel"] = state?.confidenceLevel;
|
|
77
|
+
resourceInputs["confidenceLevelDetails"] = state?.confidenceLevelDetails;
|
|
76
78
|
resourceInputs["dataType"] = state?.dataType;
|
|
77
79
|
resourceInputs["dbDefinedChildColumnKeys"] = state?.dbDefinedChildColumnKeys;
|
|
78
80
|
resourceInputs["estimatedDataValueCount"] = state?.estimatedDataValueCount;
|
|
@@ -120,6 +122,8 @@ class SensitiveDataModelsSensitiveColumn extends pulumi.CustomResource {
|
|
|
120
122
|
resourceInputs["sensitiveTypeId"] = args?.sensitiveTypeId;
|
|
121
123
|
resourceInputs["status"] = args?.status;
|
|
122
124
|
resourceInputs["columnGroups"] = undefined /*out*/;
|
|
125
|
+
resourceInputs["confidenceLevel"] = undefined /*out*/;
|
|
126
|
+
resourceInputs["confidenceLevelDetails"] = undefined /*out*/;
|
|
123
127
|
resourceInputs["estimatedDataValueCount"] = undefined /*out*/;
|
|
124
128
|
resourceInputs["key"] = undefined /*out*/;
|
|
125
129
|
resourceInputs["lifecycleDetails"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sensitiveDataModelsSensitiveColumn.js","sourceRoot":"","sources":["../../datasafe/sensitiveDataModelsSensitiveColumn.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"sensitiveDataModelsSensitiveColumn.js","sourceRoot":"","sources":["../../datasafe/sensitiveDataModelsSensitiveColumn.ts"],"names":[],"mappings":"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"}
|
package/jms/fleet.d.ts
CHANGED
|
@@ -80,6 +80,14 @@ export declare class Fleet extends pulumi.CustomResource {
|
|
|
80
80
|
* The approximate count of all unique Java Runtimes in the Fleet in the past seven days. This metric is provided on a best-effort manner, and isn't taken into account when computing the resource ETag.
|
|
81
81
|
*/
|
|
82
82
|
readonly approximateJreCount: pulumi.Output<number>;
|
|
83
|
+
/**
|
|
84
|
+
* The approximate count of all unique libraries in the Fleet in the past seven days. This metric is provided on a best-effort manner, and isn't taken into account when computing the resource ETag.
|
|
85
|
+
*/
|
|
86
|
+
readonly approximateLibraryCount: pulumi.Output<number>;
|
|
87
|
+
/**
|
|
88
|
+
* The approximate count of all unique library vulnerabilities in the Fleet in the past seven days. This metric is provided on a best-effort manner, and isn't taken into account when computing the resource ETag.
|
|
89
|
+
*/
|
|
90
|
+
readonly approximateLibraryVulnerabilityCount: pulumi.Output<number>;
|
|
83
91
|
/**
|
|
84
92
|
* The approximate count of all unique managed instances in the Fleet in the past seven days. This metric is provided on a best-effort manner, and isn't taken into account when computing the resource ETag.
|
|
85
93
|
*/
|
|
@@ -167,6 +175,14 @@ export interface FleetState {
|
|
|
167
175
|
* The approximate count of all unique Java Runtimes in the Fleet in the past seven days. This metric is provided on a best-effort manner, and isn't taken into account when computing the resource ETag.
|
|
168
176
|
*/
|
|
169
177
|
approximateJreCount?: pulumi.Input<number>;
|
|
178
|
+
/**
|
|
179
|
+
* The approximate count of all unique libraries in the Fleet in the past seven days. This metric is provided on a best-effort manner, and isn't taken into account when computing the resource ETag.
|
|
180
|
+
*/
|
|
181
|
+
approximateLibraryCount?: pulumi.Input<number>;
|
|
182
|
+
/**
|
|
183
|
+
* The approximate count of all unique library vulnerabilities in the Fleet in the past seven days. This metric is provided on a best-effort manner, and isn't taken into account when computing the resource ETag.
|
|
184
|
+
*/
|
|
185
|
+
approximateLibraryVulnerabilityCount?: pulumi.Input<number>;
|
|
170
186
|
/**
|
|
171
187
|
* The approximate count of all unique managed instances in the Fleet in the past seven days. This metric is provided on a best-effort manner, and isn't taken into account when computing the resource ETag.
|
|
172
188
|
*/
|
package/jms/fleet.js
CHANGED
|
@@ -84,6 +84,8 @@ class Fleet extends pulumi.CustomResource {
|
|
|
84
84
|
resourceInputs["approximateInstallationCount"] = state?.approximateInstallationCount;
|
|
85
85
|
resourceInputs["approximateJavaServerCount"] = state?.approximateJavaServerCount;
|
|
86
86
|
resourceInputs["approximateJreCount"] = state?.approximateJreCount;
|
|
87
|
+
resourceInputs["approximateLibraryCount"] = state?.approximateLibraryCount;
|
|
88
|
+
resourceInputs["approximateLibraryVulnerabilityCount"] = state?.approximateLibraryVulnerabilityCount;
|
|
87
89
|
resourceInputs["approximateManagedInstanceCount"] = state?.approximateManagedInstanceCount;
|
|
88
90
|
resourceInputs["compartmentId"] = state?.compartmentId;
|
|
89
91
|
resourceInputs["definedTags"] = state?.definedTags;
|
|
@@ -121,6 +123,8 @@ class Fleet extends pulumi.CustomResource {
|
|
|
121
123
|
resourceInputs["approximateInstallationCount"] = undefined /*out*/;
|
|
122
124
|
resourceInputs["approximateJavaServerCount"] = undefined /*out*/;
|
|
123
125
|
resourceInputs["approximateJreCount"] = undefined /*out*/;
|
|
126
|
+
resourceInputs["approximateLibraryCount"] = undefined /*out*/;
|
|
127
|
+
resourceInputs["approximateLibraryVulnerabilityCount"] = undefined /*out*/;
|
|
124
128
|
resourceInputs["approximateManagedInstanceCount"] = undefined /*out*/;
|
|
125
129
|
resourceInputs["isExportSettingEnabled"] = undefined /*out*/;
|
|
126
130
|
resourceInputs["state"] = undefined /*out*/;
|
package/jms/fleet.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fleet.js","sourceRoot":"","sources":["../../jms/fleet.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkB,EAAE,IAAmC;QAChH,OAAO,IAAI,KAAK,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC5D,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,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;
|
|
1
|
+
{"version":3,"file":"fleet.js","sourceRoot":"","sources":["../../jms/fleet.ts"],"names":[],"mappings":"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"}
|
package/jms/getFleet.d.ts
CHANGED
|
@@ -46,6 +46,14 @@ export interface GetFleetResult {
|
|
|
46
46
|
* The approximate count of all unique Java Runtimes in the Fleet in the past seven days. This metric is provided on a best-effort manner, and isn't taken into account when computing the resource ETag.
|
|
47
47
|
*/
|
|
48
48
|
readonly approximateJreCount: number;
|
|
49
|
+
/**
|
|
50
|
+
* The approximate count of all unique libraries in the Fleet in the past seven days. This metric is provided on a best-effort manner, and isn't taken into account when computing the resource ETag.
|
|
51
|
+
*/
|
|
52
|
+
readonly approximateLibraryCount: number;
|
|
53
|
+
/**
|
|
54
|
+
* The approximate count of all unique library vulnerabilities in the Fleet in the past seven days. This metric is provided on a best-effort manner, and isn't taken into account when computing the resource ETag.
|
|
55
|
+
*/
|
|
56
|
+
readonly approximateLibraryVulnerabilityCount: number;
|
|
49
57
|
/**
|
|
50
58
|
* The approximate count of all unique managed instances in the Fleet in the past seven days. This metric is provided on a best-effort manner, and isn't taken into account when computing the resource ETag.
|
|
51
59
|
*/
|
package/jms/getFleet.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getFleet.js","sourceRoot":"","sources":["../../jms/getFleet.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2BAA2B,EAAE;QACtD,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC;
|
|
1
|
+
{"version":3,"file":"getFleet.js","sourceRoot":"","sources":["../../jms/getFleet.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2BAA2B,EAAE;QACtD,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC;AAkGD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAAiC;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2BAA2B,EAAE;QAC5D,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC"}
|
|
@@ -0,0 +1,161 @@
|
|
|
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 Fleet Containers in Oracle Cloud Infrastructure Jms service.
|
|
6
|
+
*
|
|
7
|
+
* List containers in a fleet filtered by query parameters.
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as oci from "@pulumi/oci";
|
|
14
|
+
*
|
|
15
|
+
* const testFleetContainers = oci.Jms.getFleetContainers({
|
|
16
|
+
* fleetId: testFleet.id,
|
|
17
|
+
* applicationName: testApplication.name,
|
|
18
|
+
* displayName: fleetContainerDisplayName,
|
|
19
|
+
* jreSecurityStatus: fleetContainerJreSecurityStatus,
|
|
20
|
+
* jreVersion: fleetContainerJreVersion,
|
|
21
|
+
* managedInstanceId: testManagedInstance.id,
|
|
22
|
+
* timeStartedGreaterThanOrEqualTo: fleetContainerTimeStartedGreaterThanOrEqualTo,
|
|
23
|
+
* timeStartedLessThanOrEqualTo: fleetContainerTimeStartedLessThanOrEqualTo,
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
export declare function getFleetContainers(args: GetFleetContainersArgs, opts?: pulumi.InvokeOptions): Promise<GetFleetContainersResult>;
|
|
28
|
+
/**
|
|
29
|
+
* A collection of arguments for invoking getFleetContainers.
|
|
30
|
+
*/
|
|
31
|
+
export interface GetFleetContainersArgs {
|
|
32
|
+
/**
|
|
33
|
+
* The name of the application.
|
|
34
|
+
*/
|
|
35
|
+
applicationName?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The display name.
|
|
38
|
+
*/
|
|
39
|
+
displayName?: string;
|
|
40
|
+
filters?: inputs.Jms.GetFleetContainersFilter[];
|
|
41
|
+
/**
|
|
42
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
|
|
43
|
+
*/
|
|
44
|
+
fleetId: string;
|
|
45
|
+
/**
|
|
46
|
+
* The security status of the Java Runtime.
|
|
47
|
+
*/
|
|
48
|
+
jreSecurityStatus?: string;
|
|
49
|
+
/**
|
|
50
|
+
* The version of the related Java Runtime.
|
|
51
|
+
*/
|
|
52
|
+
jreVersion?: string;
|
|
53
|
+
/**
|
|
54
|
+
* The Fleet-unique identifier of the managed instance.
|
|
55
|
+
*/
|
|
56
|
+
managedInstanceId?: string;
|
|
57
|
+
/**
|
|
58
|
+
* If specified, only containers with a start time later than or equal to this parameter will be included in the response (formatted according to RFC3339).
|
|
59
|
+
*/
|
|
60
|
+
timeStartedGreaterThanOrEqualTo?: string;
|
|
61
|
+
/**
|
|
62
|
+
* If specified, only containers with a start time earlier than or equal to this parameter will be included in the response (formatted according to RFC3339).
|
|
63
|
+
*/
|
|
64
|
+
timeStartedLessThanOrEqualTo?: string;
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* A collection of values returned by getFleetContainers.
|
|
68
|
+
*/
|
|
69
|
+
export interface GetFleetContainersResult {
|
|
70
|
+
/**
|
|
71
|
+
* The name of the application running in the container.
|
|
72
|
+
*/
|
|
73
|
+
readonly applicationName?: string;
|
|
74
|
+
/**
|
|
75
|
+
* The list of container_collection.
|
|
76
|
+
*/
|
|
77
|
+
readonly containerCollections: outputs.Jms.GetFleetContainersContainerCollection[];
|
|
78
|
+
/**
|
|
79
|
+
* The name of the container.
|
|
80
|
+
*/
|
|
81
|
+
readonly displayName?: string;
|
|
82
|
+
readonly filters?: outputs.Jms.GetFleetContainersFilter[];
|
|
83
|
+
readonly fleetId: string;
|
|
84
|
+
/**
|
|
85
|
+
* The provider-assigned unique ID for this managed resource.
|
|
86
|
+
*/
|
|
87
|
+
readonly id: string;
|
|
88
|
+
/**
|
|
89
|
+
* The security status of the Java runtime used to run the application in the container.
|
|
90
|
+
*/
|
|
91
|
+
readonly jreSecurityStatus?: string;
|
|
92
|
+
readonly jreVersion?: string;
|
|
93
|
+
/**
|
|
94
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated managed instance of type OCMA.
|
|
95
|
+
*/
|
|
96
|
+
readonly managedInstanceId?: string;
|
|
97
|
+
readonly timeStartedGreaterThanOrEqualTo?: string;
|
|
98
|
+
readonly timeStartedLessThanOrEqualTo?: string;
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* This data source provides the list of Fleet Containers in Oracle Cloud Infrastructure Jms service.
|
|
102
|
+
*
|
|
103
|
+
* List containers in a fleet filtered by query parameters.
|
|
104
|
+
*
|
|
105
|
+
* ## Example Usage
|
|
106
|
+
*
|
|
107
|
+
* ```typescript
|
|
108
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
109
|
+
* import * as oci from "@pulumi/oci";
|
|
110
|
+
*
|
|
111
|
+
* const testFleetContainers = oci.Jms.getFleetContainers({
|
|
112
|
+
* fleetId: testFleet.id,
|
|
113
|
+
* applicationName: testApplication.name,
|
|
114
|
+
* displayName: fleetContainerDisplayName,
|
|
115
|
+
* jreSecurityStatus: fleetContainerJreSecurityStatus,
|
|
116
|
+
* jreVersion: fleetContainerJreVersion,
|
|
117
|
+
* managedInstanceId: testManagedInstance.id,
|
|
118
|
+
* timeStartedGreaterThanOrEqualTo: fleetContainerTimeStartedGreaterThanOrEqualTo,
|
|
119
|
+
* timeStartedLessThanOrEqualTo: fleetContainerTimeStartedLessThanOrEqualTo,
|
|
120
|
+
* });
|
|
121
|
+
* ```
|
|
122
|
+
*/
|
|
123
|
+
export declare function getFleetContainersOutput(args: GetFleetContainersOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetFleetContainersResult>;
|
|
124
|
+
/**
|
|
125
|
+
* A collection of arguments for invoking getFleetContainers.
|
|
126
|
+
*/
|
|
127
|
+
export interface GetFleetContainersOutputArgs {
|
|
128
|
+
/**
|
|
129
|
+
* The name of the application.
|
|
130
|
+
*/
|
|
131
|
+
applicationName?: pulumi.Input<string>;
|
|
132
|
+
/**
|
|
133
|
+
* The display name.
|
|
134
|
+
*/
|
|
135
|
+
displayName?: pulumi.Input<string>;
|
|
136
|
+
filters?: pulumi.Input<pulumi.Input<inputs.Jms.GetFleetContainersFilterArgs>[]>;
|
|
137
|
+
/**
|
|
138
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
|
|
139
|
+
*/
|
|
140
|
+
fleetId: pulumi.Input<string>;
|
|
141
|
+
/**
|
|
142
|
+
* The security status of the Java Runtime.
|
|
143
|
+
*/
|
|
144
|
+
jreSecurityStatus?: pulumi.Input<string>;
|
|
145
|
+
/**
|
|
146
|
+
* The version of the related Java Runtime.
|
|
147
|
+
*/
|
|
148
|
+
jreVersion?: pulumi.Input<string>;
|
|
149
|
+
/**
|
|
150
|
+
* The Fleet-unique identifier of the managed instance.
|
|
151
|
+
*/
|
|
152
|
+
managedInstanceId?: pulumi.Input<string>;
|
|
153
|
+
/**
|
|
154
|
+
* If specified, only containers with a start time later than or equal to this parameter will be included in the response (formatted according to RFC3339).
|
|
155
|
+
*/
|
|
156
|
+
timeStartedGreaterThanOrEqualTo?: pulumi.Input<string>;
|
|
157
|
+
/**
|
|
158
|
+
* If specified, only containers with a start time earlier than or equal to this parameter will be included in the response (formatted according to RFC3339).
|
|
159
|
+
*/
|
|
160
|
+
timeStartedLessThanOrEqualTo?: pulumi.Input<string>;
|
|
161
|
+
}
|
|
@@ -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.getFleetContainersOutput = exports.getFleetContainers = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of Fleet Containers in Oracle Cloud Infrastructure Jms service.
|
|
10
|
+
*
|
|
11
|
+
* List containers in a fleet filtered by query parameters.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testFleetContainers = oci.Jms.getFleetContainers({
|
|
20
|
+
* fleetId: testFleet.id,
|
|
21
|
+
* applicationName: testApplication.name,
|
|
22
|
+
* displayName: fleetContainerDisplayName,
|
|
23
|
+
* jreSecurityStatus: fleetContainerJreSecurityStatus,
|
|
24
|
+
* jreVersion: fleetContainerJreVersion,
|
|
25
|
+
* managedInstanceId: testManagedInstance.id,
|
|
26
|
+
* timeStartedGreaterThanOrEqualTo: fleetContainerTimeStartedGreaterThanOrEqualTo,
|
|
27
|
+
* timeStartedLessThanOrEqualTo: fleetContainerTimeStartedLessThanOrEqualTo,
|
|
28
|
+
* });
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
function getFleetContainers(args, opts) {
|
|
32
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
33
|
+
return pulumi.runtime.invoke("oci:Jms/getFleetContainers:getFleetContainers", {
|
|
34
|
+
"applicationName": args.applicationName,
|
|
35
|
+
"displayName": args.displayName,
|
|
36
|
+
"filters": args.filters,
|
|
37
|
+
"fleetId": args.fleetId,
|
|
38
|
+
"jreSecurityStatus": args.jreSecurityStatus,
|
|
39
|
+
"jreVersion": args.jreVersion,
|
|
40
|
+
"managedInstanceId": args.managedInstanceId,
|
|
41
|
+
"timeStartedGreaterThanOrEqualTo": args.timeStartedGreaterThanOrEqualTo,
|
|
42
|
+
"timeStartedLessThanOrEqualTo": args.timeStartedLessThanOrEqualTo,
|
|
43
|
+
}, opts);
|
|
44
|
+
}
|
|
45
|
+
exports.getFleetContainers = getFleetContainers;
|
|
46
|
+
/**
|
|
47
|
+
* This data source provides the list of Fleet Containers in Oracle Cloud Infrastructure Jms service.
|
|
48
|
+
*
|
|
49
|
+
* List containers in a fleet filtered by query parameters.
|
|
50
|
+
*
|
|
51
|
+
* ## Example Usage
|
|
52
|
+
*
|
|
53
|
+
* ```typescript
|
|
54
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
55
|
+
* import * as oci from "@pulumi/oci";
|
|
56
|
+
*
|
|
57
|
+
* const testFleetContainers = oci.Jms.getFleetContainers({
|
|
58
|
+
* fleetId: testFleet.id,
|
|
59
|
+
* applicationName: testApplication.name,
|
|
60
|
+
* displayName: fleetContainerDisplayName,
|
|
61
|
+
* jreSecurityStatus: fleetContainerJreSecurityStatus,
|
|
62
|
+
* jreVersion: fleetContainerJreVersion,
|
|
63
|
+
* managedInstanceId: testManagedInstance.id,
|
|
64
|
+
* timeStartedGreaterThanOrEqualTo: fleetContainerTimeStartedGreaterThanOrEqualTo,
|
|
65
|
+
* timeStartedLessThanOrEqualTo: fleetContainerTimeStartedLessThanOrEqualTo,
|
|
66
|
+
* });
|
|
67
|
+
* ```
|
|
68
|
+
*/
|
|
69
|
+
function getFleetContainersOutput(args, opts) {
|
|
70
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
71
|
+
return pulumi.runtime.invokeOutput("oci:Jms/getFleetContainers:getFleetContainers", {
|
|
72
|
+
"applicationName": args.applicationName,
|
|
73
|
+
"displayName": args.displayName,
|
|
74
|
+
"filters": args.filters,
|
|
75
|
+
"fleetId": args.fleetId,
|
|
76
|
+
"jreSecurityStatus": args.jreSecurityStatus,
|
|
77
|
+
"jreVersion": args.jreVersion,
|
|
78
|
+
"managedInstanceId": args.managedInstanceId,
|
|
79
|
+
"timeStartedGreaterThanOrEqualTo": args.timeStartedGreaterThanOrEqualTo,
|
|
80
|
+
"timeStartedLessThanOrEqualTo": args.timeStartedLessThanOrEqualTo,
|
|
81
|
+
}, opts);
|
|
82
|
+
}
|
|
83
|
+
exports.getFleetContainersOutput = getFleetContainersOutput;
|
|
84
|
+
//# sourceMappingURL=getFleetContainers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFleetContainers.js","sourceRoot":"","sources":["../../jms/getFleetContainers.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+CAA+C,EAAE;QAC1E,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,iCAAiC,EAAE,IAAI,CAAC,+BAA+B;QACvE,8BAA8B,EAAE,IAAI,CAAC,4BAA4B;KACpE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,gDAaC;AA2ED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAAiC;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+CAA+C,EAAE;QAChF,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,iCAAiC,EAAE,IAAI,CAAC,+BAA+B;QACvE,8BAA8B,EAAE,IAAI,CAAC,4BAA4B;KACpE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,4DAaC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
2
3
|
/**
|
|
3
4
|
* This data source provides details about a specific Fleet Export Setting resource in Oracle Cloud Infrastructure Jms service.
|
|
4
5
|
*
|
|
@@ -29,6 +30,10 @@ export interface GetFleetExportSettingArgs {
|
|
|
29
30
|
* A collection of values returned by getFleetExportSetting.
|
|
30
31
|
*/
|
|
31
32
|
export interface GetFleetExportSettingResult {
|
|
33
|
+
/**
|
|
34
|
+
* Filters applied when exporting data
|
|
35
|
+
*/
|
|
36
|
+
readonly exportDataFilters: outputs.Jms.GetFleetExportSettingExportDataFilter[];
|
|
32
37
|
/**
|
|
33
38
|
* The duration of data to be exported for fleets.
|
|
34
39
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getFleetExportSetting.js","sourceRoot":"","sources":["../../jms/getFleetExportSetting.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getFleetExportSetting.js","sourceRoot":"","sources":["../../jms/getFleetExportSetting.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,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,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC;AAyED;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAAiC;IAChH,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,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kEAKC"}
|
|
@@ -0,0 +1,152 @@
|
|
|
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 Fleet Library Applications in Oracle Cloud Infrastructure Jms service.
|
|
6
|
+
*
|
|
7
|
+
* List applications where a library has been detected filtered by query parameters.
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as oci from "@pulumi/oci";
|
|
14
|
+
*
|
|
15
|
+
* const testFleetLibraryApplications = oci.Jms.getFleetLibraryApplications({
|
|
16
|
+
* fleetId: testFleet.id,
|
|
17
|
+
* libraryKey: fleetLibraryApplicationLibraryKey,
|
|
18
|
+
* applicationId: testApplication.id,
|
|
19
|
+
* applicationName: testApplication.name,
|
|
20
|
+
* applicationNameContains: fleetLibraryApplicationApplicationNameContains,
|
|
21
|
+
* managedInstanceId: testManagedInstance.id,
|
|
22
|
+
* timeEnd: fleetLibraryApplicationTimeEnd,
|
|
23
|
+
* timeStart: fleetLibraryApplicationTimeStart,
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
export declare function getFleetLibraryApplications(args: GetFleetLibraryApplicationsArgs, opts?: pulumi.InvokeOptions): Promise<GetFleetLibraryApplicationsResult>;
|
|
28
|
+
/**
|
|
29
|
+
* A collection of arguments for invoking getFleetLibraryApplications.
|
|
30
|
+
*/
|
|
31
|
+
export interface GetFleetLibraryApplicationsArgs {
|
|
32
|
+
/**
|
|
33
|
+
* The Fleet-unique identifier of the application.
|
|
34
|
+
*/
|
|
35
|
+
applicationId?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The name of the application.
|
|
38
|
+
*/
|
|
39
|
+
applicationName?: string;
|
|
40
|
+
/**
|
|
41
|
+
* Filter the list with application name contains the given value.
|
|
42
|
+
*/
|
|
43
|
+
applicationNameContains?: string;
|
|
44
|
+
filters?: inputs.Jms.GetFleetLibraryApplicationsFilter[];
|
|
45
|
+
/**
|
|
46
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
|
|
47
|
+
*/
|
|
48
|
+
fleetId: string;
|
|
49
|
+
/**
|
|
50
|
+
* The unique identifier of a Java library.
|
|
51
|
+
*/
|
|
52
|
+
libraryKey: string;
|
|
53
|
+
/**
|
|
54
|
+
* The Fleet-unique identifier of the managed instance.
|
|
55
|
+
*/
|
|
56
|
+
managedInstanceId?: string;
|
|
57
|
+
/**
|
|
58
|
+
* The end of the time period during which resources are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
59
|
+
*/
|
|
60
|
+
timeEnd?: string;
|
|
61
|
+
/**
|
|
62
|
+
* The start of the time period during which resources are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
63
|
+
*/
|
|
64
|
+
timeStart?: string;
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* A collection of values returned by getFleetLibraryApplications.
|
|
68
|
+
*/
|
|
69
|
+
export interface GetFleetLibraryApplicationsResult {
|
|
70
|
+
readonly applicationId?: string;
|
|
71
|
+
/**
|
|
72
|
+
* The displayed name of the Java application.
|
|
73
|
+
*/
|
|
74
|
+
readonly applicationName?: string;
|
|
75
|
+
readonly applicationNameContains?: string;
|
|
76
|
+
readonly filters?: outputs.Jms.GetFleetLibraryApplicationsFilter[];
|
|
77
|
+
readonly fleetId: string;
|
|
78
|
+
/**
|
|
79
|
+
* The provider-assigned unique ID for this managed resource.
|
|
80
|
+
*/
|
|
81
|
+
readonly id: string;
|
|
82
|
+
/**
|
|
83
|
+
* The list of library_application_usage_collection.
|
|
84
|
+
*/
|
|
85
|
+
readonly libraryApplicationUsageCollections: outputs.Jms.GetFleetLibraryApplicationsLibraryApplicationUsageCollection[];
|
|
86
|
+
readonly libraryKey: string;
|
|
87
|
+
readonly managedInstanceId?: string;
|
|
88
|
+
readonly timeEnd?: string;
|
|
89
|
+
readonly timeStart?: string;
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* This data source provides the list of Fleet Library Applications in Oracle Cloud Infrastructure Jms service.
|
|
93
|
+
*
|
|
94
|
+
* List applications where a library has been detected filtered by query parameters.
|
|
95
|
+
*
|
|
96
|
+
* ## Example Usage
|
|
97
|
+
*
|
|
98
|
+
* ```typescript
|
|
99
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
100
|
+
* import * as oci from "@pulumi/oci";
|
|
101
|
+
*
|
|
102
|
+
* const testFleetLibraryApplications = oci.Jms.getFleetLibraryApplications({
|
|
103
|
+
* fleetId: testFleet.id,
|
|
104
|
+
* libraryKey: fleetLibraryApplicationLibraryKey,
|
|
105
|
+
* applicationId: testApplication.id,
|
|
106
|
+
* applicationName: testApplication.name,
|
|
107
|
+
* applicationNameContains: fleetLibraryApplicationApplicationNameContains,
|
|
108
|
+
* managedInstanceId: testManagedInstance.id,
|
|
109
|
+
* timeEnd: fleetLibraryApplicationTimeEnd,
|
|
110
|
+
* timeStart: fleetLibraryApplicationTimeStart,
|
|
111
|
+
* });
|
|
112
|
+
* ```
|
|
113
|
+
*/
|
|
114
|
+
export declare function getFleetLibraryApplicationsOutput(args: GetFleetLibraryApplicationsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetFleetLibraryApplicationsResult>;
|
|
115
|
+
/**
|
|
116
|
+
* A collection of arguments for invoking getFleetLibraryApplications.
|
|
117
|
+
*/
|
|
118
|
+
export interface GetFleetLibraryApplicationsOutputArgs {
|
|
119
|
+
/**
|
|
120
|
+
* The Fleet-unique identifier of the application.
|
|
121
|
+
*/
|
|
122
|
+
applicationId?: pulumi.Input<string>;
|
|
123
|
+
/**
|
|
124
|
+
* The name of the application.
|
|
125
|
+
*/
|
|
126
|
+
applicationName?: pulumi.Input<string>;
|
|
127
|
+
/**
|
|
128
|
+
* Filter the list with application name contains the given value.
|
|
129
|
+
*/
|
|
130
|
+
applicationNameContains?: pulumi.Input<string>;
|
|
131
|
+
filters?: pulumi.Input<pulumi.Input<inputs.Jms.GetFleetLibraryApplicationsFilterArgs>[]>;
|
|
132
|
+
/**
|
|
133
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
|
|
134
|
+
*/
|
|
135
|
+
fleetId: pulumi.Input<string>;
|
|
136
|
+
/**
|
|
137
|
+
* The unique identifier of a Java library.
|
|
138
|
+
*/
|
|
139
|
+
libraryKey: pulumi.Input<string>;
|
|
140
|
+
/**
|
|
141
|
+
* The Fleet-unique identifier of the managed instance.
|
|
142
|
+
*/
|
|
143
|
+
managedInstanceId?: pulumi.Input<string>;
|
|
144
|
+
/**
|
|
145
|
+
* The end of the time period during which resources are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
146
|
+
*/
|
|
147
|
+
timeEnd?: pulumi.Input<string>;
|
|
148
|
+
/**
|
|
149
|
+
* The start of the time period during which resources are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
150
|
+
*/
|
|
151
|
+
timeStart?: pulumi.Input<string>;
|
|
152
|
+
}
|