@pulumi/oci 3.8.0 → 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
|
@@ -0,0 +1,130 @@
|
|
|
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 Uncorrelated Package Managed Instances in Oracle Cloud Infrastructure Jms service.
|
|
6
|
+
*
|
|
7
|
+
* List managed instances where an uncorrelated package 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 testFleetUncorrelatedPackageManagedInstances = oci.Jms.getFleetUncorrelatedPackageManagedInstances({
|
|
16
|
+
* fleetId: testFleet.id,
|
|
17
|
+
* packageName: fleetUncorrelatedPackageManagedInstancePackageName,
|
|
18
|
+
* applicationId: testApplication.id,
|
|
19
|
+
* managedInstanceId: testManagedInstance.id,
|
|
20
|
+
* timeEnd: fleetUncorrelatedPackageManagedInstanceTimeEnd,
|
|
21
|
+
* timeStart: fleetUncorrelatedPackageManagedInstanceTimeStart,
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
export declare function getFleetUncorrelatedPackageManagedInstances(args: GetFleetUncorrelatedPackageManagedInstancesArgs, opts?: pulumi.InvokeOptions): Promise<GetFleetUncorrelatedPackageManagedInstancesResult>;
|
|
26
|
+
/**
|
|
27
|
+
* A collection of arguments for invoking getFleetUncorrelatedPackageManagedInstances.
|
|
28
|
+
*/
|
|
29
|
+
export interface GetFleetUncorrelatedPackageManagedInstancesArgs {
|
|
30
|
+
/**
|
|
31
|
+
* The Fleet-unique identifier of the application.
|
|
32
|
+
*/
|
|
33
|
+
applicationId?: string;
|
|
34
|
+
filters?: inputs.Jms.GetFleetUncorrelatedPackageManagedInstancesFilter[];
|
|
35
|
+
/**
|
|
36
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
|
|
37
|
+
*/
|
|
38
|
+
fleetId: string;
|
|
39
|
+
/**
|
|
40
|
+
* The Fleet-unique identifier of the managed instance.
|
|
41
|
+
*/
|
|
42
|
+
managedInstanceId?: string;
|
|
43
|
+
/**
|
|
44
|
+
* The unique identifier of a Java package.
|
|
45
|
+
*/
|
|
46
|
+
packageName: string;
|
|
47
|
+
/**
|
|
48
|
+
* The end of the time period during which resources are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
49
|
+
*/
|
|
50
|
+
timeEnd?: string;
|
|
51
|
+
/**
|
|
52
|
+
* The start of the time period during which resources are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
53
|
+
*/
|
|
54
|
+
timeStart?: string;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* A collection of values returned by getFleetUncorrelatedPackageManagedInstances.
|
|
58
|
+
*/
|
|
59
|
+
export interface GetFleetUncorrelatedPackageManagedInstancesResult {
|
|
60
|
+
readonly applicationId?: string;
|
|
61
|
+
readonly filters?: outputs.Jms.GetFleetUncorrelatedPackageManagedInstancesFilter[];
|
|
62
|
+
readonly fleetId: string;
|
|
63
|
+
/**
|
|
64
|
+
* The provider-assigned unique ID for this managed resource.
|
|
65
|
+
*/
|
|
66
|
+
readonly id: string;
|
|
67
|
+
/**
|
|
68
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the related managed instance.
|
|
69
|
+
*/
|
|
70
|
+
readonly managedInstanceId?: string;
|
|
71
|
+
readonly packageName: string;
|
|
72
|
+
readonly timeEnd?: string;
|
|
73
|
+
readonly timeStart?: string;
|
|
74
|
+
/**
|
|
75
|
+
* The list of uncorrelated_package_managed_instance_usage_collection.
|
|
76
|
+
*/
|
|
77
|
+
readonly uncorrelatedPackageManagedInstanceUsageCollections: outputs.Jms.GetFleetUncorrelatedPackageManagedInstancesUncorrelatedPackageManagedInstanceUsageCollection[];
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* This data source provides the list of Fleet Uncorrelated Package Managed Instances in Oracle Cloud Infrastructure Jms service.
|
|
81
|
+
*
|
|
82
|
+
* List managed instances where an uncorrelated package has been detected, filtered by query parameters.
|
|
83
|
+
*
|
|
84
|
+
* ## Example Usage
|
|
85
|
+
*
|
|
86
|
+
* ```typescript
|
|
87
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
88
|
+
* import * as oci from "@pulumi/oci";
|
|
89
|
+
*
|
|
90
|
+
* const testFleetUncorrelatedPackageManagedInstances = oci.Jms.getFleetUncorrelatedPackageManagedInstances({
|
|
91
|
+
* fleetId: testFleet.id,
|
|
92
|
+
* packageName: fleetUncorrelatedPackageManagedInstancePackageName,
|
|
93
|
+
* applicationId: testApplication.id,
|
|
94
|
+
* managedInstanceId: testManagedInstance.id,
|
|
95
|
+
* timeEnd: fleetUncorrelatedPackageManagedInstanceTimeEnd,
|
|
96
|
+
* timeStart: fleetUncorrelatedPackageManagedInstanceTimeStart,
|
|
97
|
+
* });
|
|
98
|
+
* ```
|
|
99
|
+
*/
|
|
100
|
+
export declare function getFleetUncorrelatedPackageManagedInstancesOutput(args: GetFleetUncorrelatedPackageManagedInstancesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetFleetUncorrelatedPackageManagedInstancesResult>;
|
|
101
|
+
/**
|
|
102
|
+
* A collection of arguments for invoking getFleetUncorrelatedPackageManagedInstances.
|
|
103
|
+
*/
|
|
104
|
+
export interface GetFleetUncorrelatedPackageManagedInstancesOutputArgs {
|
|
105
|
+
/**
|
|
106
|
+
* The Fleet-unique identifier of the application.
|
|
107
|
+
*/
|
|
108
|
+
applicationId?: pulumi.Input<string>;
|
|
109
|
+
filters?: pulumi.Input<pulumi.Input<inputs.Jms.GetFleetUncorrelatedPackageManagedInstancesFilterArgs>[]>;
|
|
110
|
+
/**
|
|
111
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
|
|
112
|
+
*/
|
|
113
|
+
fleetId: pulumi.Input<string>;
|
|
114
|
+
/**
|
|
115
|
+
* The Fleet-unique identifier of the managed instance.
|
|
116
|
+
*/
|
|
117
|
+
managedInstanceId?: pulumi.Input<string>;
|
|
118
|
+
/**
|
|
119
|
+
* The unique identifier of a Java package.
|
|
120
|
+
*/
|
|
121
|
+
packageName: pulumi.Input<string>;
|
|
122
|
+
/**
|
|
123
|
+
* The end of the time period during which resources are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
124
|
+
*/
|
|
125
|
+
timeEnd?: pulumi.Input<string>;
|
|
126
|
+
/**
|
|
127
|
+
* The start of the time period during which resources are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
128
|
+
*/
|
|
129
|
+
timeStart?: pulumi.Input<string>;
|
|
130
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
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.getFleetUncorrelatedPackageManagedInstancesOutput = exports.getFleetUncorrelatedPackageManagedInstances = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of Fleet Uncorrelated Package Managed Instances in Oracle Cloud Infrastructure Jms service.
|
|
10
|
+
*
|
|
11
|
+
* List managed instances where an uncorrelated package has been detected, 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 testFleetUncorrelatedPackageManagedInstances = oci.Jms.getFleetUncorrelatedPackageManagedInstances({
|
|
20
|
+
* fleetId: testFleet.id,
|
|
21
|
+
* packageName: fleetUncorrelatedPackageManagedInstancePackageName,
|
|
22
|
+
* applicationId: testApplication.id,
|
|
23
|
+
* managedInstanceId: testManagedInstance.id,
|
|
24
|
+
* timeEnd: fleetUncorrelatedPackageManagedInstanceTimeEnd,
|
|
25
|
+
* timeStart: fleetUncorrelatedPackageManagedInstanceTimeStart,
|
|
26
|
+
* });
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
29
|
+
function getFleetUncorrelatedPackageManagedInstances(args, opts) {
|
|
30
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
31
|
+
return pulumi.runtime.invoke("oci:Jms/getFleetUncorrelatedPackageManagedInstances:getFleetUncorrelatedPackageManagedInstances", {
|
|
32
|
+
"applicationId": args.applicationId,
|
|
33
|
+
"filters": args.filters,
|
|
34
|
+
"fleetId": args.fleetId,
|
|
35
|
+
"managedInstanceId": args.managedInstanceId,
|
|
36
|
+
"packageName": args.packageName,
|
|
37
|
+
"timeEnd": args.timeEnd,
|
|
38
|
+
"timeStart": args.timeStart,
|
|
39
|
+
}, opts);
|
|
40
|
+
}
|
|
41
|
+
exports.getFleetUncorrelatedPackageManagedInstances = getFleetUncorrelatedPackageManagedInstances;
|
|
42
|
+
/**
|
|
43
|
+
* This data source provides the list of Fleet Uncorrelated Package Managed Instances in Oracle Cloud Infrastructure Jms service.
|
|
44
|
+
*
|
|
45
|
+
* List managed instances where an uncorrelated package has been detected, filtered by query parameters.
|
|
46
|
+
*
|
|
47
|
+
* ## Example Usage
|
|
48
|
+
*
|
|
49
|
+
* ```typescript
|
|
50
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
51
|
+
* import * as oci from "@pulumi/oci";
|
|
52
|
+
*
|
|
53
|
+
* const testFleetUncorrelatedPackageManagedInstances = oci.Jms.getFleetUncorrelatedPackageManagedInstances({
|
|
54
|
+
* fleetId: testFleet.id,
|
|
55
|
+
* packageName: fleetUncorrelatedPackageManagedInstancePackageName,
|
|
56
|
+
* applicationId: testApplication.id,
|
|
57
|
+
* managedInstanceId: testManagedInstance.id,
|
|
58
|
+
* timeEnd: fleetUncorrelatedPackageManagedInstanceTimeEnd,
|
|
59
|
+
* timeStart: fleetUncorrelatedPackageManagedInstanceTimeStart,
|
|
60
|
+
* });
|
|
61
|
+
* ```
|
|
62
|
+
*/
|
|
63
|
+
function getFleetUncorrelatedPackageManagedInstancesOutput(args, opts) {
|
|
64
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
65
|
+
return pulumi.runtime.invokeOutput("oci:Jms/getFleetUncorrelatedPackageManagedInstances:getFleetUncorrelatedPackageManagedInstances", {
|
|
66
|
+
"applicationId": args.applicationId,
|
|
67
|
+
"filters": args.filters,
|
|
68
|
+
"fleetId": args.fleetId,
|
|
69
|
+
"managedInstanceId": args.managedInstanceId,
|
|
70
|
+
"packageName": args.packageName,
|
|
71
|
+
"timeEnd": args.timeEnd,
|
|
72
|
+
"timeStart": args.timeStart,
|
|
73
|
+
}, opts);
|
|
74
|
+
}
|
|
75
|
+
exports.getFleetUncorrelatedPackageManagedInstancesOutput = getFleetUncorrelatedPackageManagedInstancesOutput;
|
|
76
|
+
//# sourceMappingURL=getFleetUncorrelatedPackageManagedInstances.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFleetUncorrelatedPackageManagedInstances.js","sourceRoot":"","sources":["../../jms/getFleetUncorrelatedPackageManagedInstances.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,2CAA2C,CAAC,IAAqD,EAAE,IAA2B;IAC1I,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iGAAiG,EAAE;QAC5H,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,kGAWC;AAwDD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,iDAAiD,CAAC,IAA2D,EAAE,IAAiC;IAC5J,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iGAAiG,EAAE;QAClI,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,8GAWC"}
|
|
@@ -0,0 +1,130 @@
|
|
|
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 Uncorrelated Packages in Oracle Cloud Infrastructure Jms service.
|
|
6
|
+
*
|
|
7
|
+
* List uncorrelated package summaries in a fleet, filtered by query parameters. Uncorrelated packages are Java packages which can't be accurately correlated to a library during a library scan.
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as oci from "@pulumi/oci";
|
|
14
|
+
*
|
|
15
|
+
* const testFleetUncorrelatedPackages = oci.Jms.getFleetUncorrelatedPackages({
|
|
16
|
+
* fleetId: testFleet.id,
|
|
17
|
+
* applicationId: testApplication.id,
|
|
18
|
+
* managedInstanceId: testManagedInstance.id,
|
|
19
|
+
* packageName: fleetUncorrelatedPackagePackageName,
|
|
20
|
+
* timeEnd: fleetUncorrelatedPackageTimeEnd,
|
|
21
|
+
* timeStart: fleetUncorrelatedPackageTimeStart,
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
export declare function getFleetUncorrelatedPackages(args: GetFleetUncorrelatedPackagesArgs, opts?: pulumi.InvokeOptions): Promise<GetFleetUncorrelatedPackagesResult>;
|
|
26
|
+
/**
|
|
27
|
+
* A collection of arguments for invoking getFleetUncorrelatedPackages.
|
|
28
|
+
*/
|
|
29
|
+
export interface GetFleetUncorrelatedPackagesArgs {
|
|
30
|
+
/**
|
|
31
|
+
* The Fleet-unique identifier of the application.
|
|
32
|
+
*/
|
|
33
|
+
applicationId?: string;
|
|
34
|
+
filters?: inputs.Jms.GetFleetUncorrelatedPackagesFilter[];
|
|
35
|
+
/**
|
|
36
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
|
|
37
|
+
*/
|
|
38
|
+
fleetId: string;
|
|
39
|
+
/**
|
|
40
|
+
* The Fleet-unique identifier of the managed instance.
|
|
41
|
+
*/
|
|
42
|
+
managedInstanceId?: string;
|
|
43
|
+
/**
|
|
44
|
+
* The unique identifier of a Java package.
|
|
45
|
+
*/
|
|
46
|
+
packageName?: string;
|
|
47
|
+
/**
|
|
48
|
+
* The end of the time period during which resources are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
49
|
+
*/
|
|
50
|
+
timeEnd?: string;
|
|
51
|
+
/**
|
|
52
|
+
* The start of the time period during which resources are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
53
|
+
*/
|
|
54
|
+
timeStart?: string;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* A collection of values returned by getFleetUncorrelatedPackages.
|
|
58
|
+
*/
|
|
59
|
+
export interface GetFleetUncorrelatedPackagesResult {
|
|
60
|
+
readonly applicationId?: string;
|
|
61
|
+
readonly filters?: outputs.Jms.GetFleetUncorrelatedPackagesFilter[];
|
|
62
|
+
readonly fleetId: string;
|
|
63
|
+
/**
|
|
64
|
+
* The provider-assigned unique ID for this managed resource.
|
|
65
|
+
*/
|
|
66
|
+
readonly id: string;
|
|
67
|
+
readonly managedInstanceId?: string;
|
|
68
|
+
/**
|
|
69
|
+
* The name of the package.
|
|
70
|
+
*/
|
|
71
|
+
readonly packageName?: string;
|
|
72
|
+
readonly timeEnd?: string;
|
|
73
|
+
readonly timeStart?: string;
|
|
74
|
+
/**
|
|
75
|
+
* The list of uncorrelated_package_usage_collection.
|
|
76
|
+
*/
|
|
77
|
+
readonly uncorrelatedPackageUsageCollections: outputs.Jms.GetFleetUncorrelatedPackagesUncorrelatedPackageUsageCollection[];
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* This data source provides the list of Fleet Uncorrelated Packages in Oracle Cloud Infrastructure Jms service.
|
|
81
|
+
*
|
|
82
|
+
* List uncorrelated package summaries in a fleet, filtered by query parameters. Uncorrelated packages are Java packages which can't be accurately correlated to a library during a library scan.
|
|
83
|
+
*
|
|
84
|
+
* ## Example Usage
|
|
85
|
+
*
|
|
86
|
+
* ```typescript
|
|
87
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
88
|
+
* import * as oci from "@pulumi/oci";
|
|
89
|
+
*
|
|
90
|
+
* const testFleetUncorrelatedPackages = oci.Jms.getFleetUncorrelatedPackages({
|
|
91
|
+
* fleetId: testFleet.id,
|
|
92
|
+
* applicationId: testApplication.id,
|
|
93
|
+
* managedInstanceId: testManagedInstance.id,
|
|
94
|
+
* packageName: fleetUncorrelatedPackagePackageName,
|
|
95
|
+
* timeEnd: fleetUncorrelatedPackageTimeEnd,
|
|
96
|
+
* timeStart: fleetUncorrelatedPackageTimeStart,
|
|
97
|
+
* });
|
|
98
|
+
* ```
|
|
99
|
+
*/
|
|
100
|
+
export declare function getFleetUncorrelatedPackagesOutput(args: GetFleetUncorrelatedPackagesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetFleetUncorrelatedPackagesResult>;
|
|
101
|
+
/**
|
|
102
|
+
* A collection of arguments for invoking getFleetUncorrelatedPackages.
|
|
103
|
+
*/
|
|
104
|
+
export interface GetFleetUncorrelatedPackagesOutputArgs {
|
|
105
|
+
/**
|
|
106
|
+
* The Fleet-unique identifier of the application.
|
|
107
|
+
*/
|
|
108
|
+
applicationId?: pulumi.Input<string>;
|
|
109
|
+
filters?: pulumi.Input<pulumi.Input<inputs.Jms.GetFleetUncorrelatedPackagesFilterArgs>[]>;
|
|
110
|
+
/**
|
|
111
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
|
|
112
|
+
*/
|
|
113
|
+
fleetId: pulumi.Input<string>;
|
|
114
|
+
/**
|
|
115
|
+
* The Fleet-unique identifier of the managed instance.
|
|
116
|
+
*/
|
|
117
|
+
managedInstanceId?: pulumi.Input<string>;
|
|
118
|
+
/**
|
|
119
|
+
* The unique identifier of a Java package.
|
|
120
|
+
*/
|
|
121
|
+
packageName?: pulumi.Input<string>;
|
|
122
|
+
/**
|
|
123
|
+
* The end of the time period during which resources are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
124
|
+
*/
|
|
125
|
+
timeEnd?: pulumi.Input<string>;
|
|
126
|
+
/**
|
|
127
|
+
* The start of the time period during which resources are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
128
|
+
*/
|
|
129
|
+
timeStart?: pulumi.Input<string>;
|
|
130
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
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.getFleetUncorrelatedPackagesOutput = exports.getFleetUncorrelatedPackages = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of Fleet Uncorrelated Packages in Oracle Cloud Infrastructure Jms service.
|
|
10
|
+
*
|
|
11
|
+
* List uncorrelated package summaries in a fleet, filtered by query parameters. Uncorrelated packages are Java packages which can't be accurately correlated to a library during a library scan.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testFleetUncorrelatedPackages = oci.Jms.getFleetUncorrelatedPackages({
|
|
20
|
+
* fleetId: testFleet.id,
|
|
21
|
+
* applicationId: testApplication.id,
|
|
22
|
+
* managedInstanceId: testManagedInstance.id,
|
|
23
|
+
* packageName: fleetUncorrelatedPackagePackageName,
|
|
24
|
+
* timeEnd: fleetUncorrelatedPackageTimeEnd,
|
|
25
|
+
* timeStart: fleetUncorrelatedPackageTimeStart,
|
|
26
|
+
* });
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
29
|
+
function getFleetUncorrelatedPackages(args, opts) {
|
|
30
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
31
|
+
return pulumi.runtime.invoke("oci:Jms/getFleetUncorrelatedPackages:getFleetUncorrelatedPackages", {
|
|
32
|
+
"applicationId": args.applicationId,
|
|
33
|
+
"filters": args.filters,
|
|
34
|
+
"fleetId": args.fleetId,
|
|
35
|
+
"managedInstanceId": args.managedInstanceId,
|
|
36
|
+
"packageName": args.packageName,
|
|
37
|
+
"timeEnd": args.timeEnd,
|
|
38
|
+
"timeStart": args.timeStart,
|
|
39
|
+
}, opts);
|
|
40
|
+
}
|
|
41
|
+
exports.getFleetUncorrelatedPackages = getFleetUncorrelatedPackages;
|
|
42
|
+
/**
|
|
43
|
+
* This data source provides the list of Fleet Uncorrelated Packages in Oracle Cloud Infrastructure Jms service.
|
|
44
|
+
*
|
|
45
|
+
* List uncorrelated package summaries in a fleet, filtered by query parameters. Uncorrelated packages are Java packages which can't be accurately correlated to a library during a library scan.
|
|
46
|
+
*
|
|
47
|
+
* ## Example Usage
|
|
48
|
+
*
|
|
49
|
+
* ```typescript
|
|
50
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
51
|
+
* import * as oci from "@pulumi/oci";
|
|
52
|
+
*
|
|
53
|
+
* const testFleetUncorrelatedPackages = oci.Jms.getFleetUncorrelatedPackages({
|
|
54
|
+
* fleetId: testFleet.id,
|
|
55
|
+
* applicationId: testApplication.id,
|
|
56
|
+
* managedInstanceId: testManagedInstance.id,
|
|
57
|
+
* packageName: fleetUncorrelatedPackagePackageName,
|
|
58
|
+
* timeEnd: fleetUncorrelatedPackageTimeEnd,
|
|
59
|
+
* timeStart: fleetUncorrelatedPackageTimeStart,
|
|
60
|
+
* });
|
|
61
|
+
* ```
|
|
62
|
+
*/
|
|
63
|
+
function getFleetUncorrelatedPackagesOutput(args, opts) {
|
|
64
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
65
|
+
return pulumi.runtime.invokeOutput("oci:Jms/getFleetUncorrelatedPackages:getFleetUncorrelatedPackages", {
|
|
66
|
+
"applicationId": args.applicationId,
|
|
67
|
+
"filters": args.filters,
|
|
68
|
+
"fleetId": args.fleetId,
|
|
69
|
+
"managedInstanceId": args.managedInstanceId,
|
|
70
|
+
"packageName": args.packageName,
|
|
71
|
+
"timeEnd": args.timeEnd,
|
|
72
|
+
"timeStart": args.timeStart,
|
|
73
|
+
}, opts);
|
|
74
|
+
}
|
|
75
|
+
exports.getFleetUncorrelatedPackagesOutput = getFleetUncorrelatedPackagesOutput;
|
|
76
|
+
//# sourceMappingURL=getFleetUncorrelatedPackages.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFleetUncorrelatedPackages.js","sourceRoot":"","sources":["../../jms/getFleetUncorrelatedPackages.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;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,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,oEAWC;AAwDD;;;;;;;;;;;;;;;;;;;;GAoBG;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,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,gFAWC"}
|
package/jms/getJavaFamily.d.ts
CHANGED
|
@@ -62,6 +62,10 @@ export interface GetJavaFamilyResult {
|
|
|
62
62
|
* Latest Java release version in the family.
|
|
63
63
|
*/
|
|
64
64
|
readonly latestReleaseVersion: string;
|
|
65
|
+
/**
|
|
66
|
+
* The license type(s) associated with the Java family.
|
|
67
|
+
*/
|
|
68
|
+
readonly licenseTypes: string[];
|
|
65
69
|
/**
|
|
66
70
|
* The date on which the Java release family was first made available (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
67
71
|
*/
|
package/jms/getJavaFamily.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getJavaFamily.js","sourceRoot":"","sources":["../../jms/getJavaFamily.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC;
|
|
1
|
+
{"version":3,"file":"getJavaFamily.js","sourceRoot":"","sources":["../../jms/getJavaFamily.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC;AA6DD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAAiC;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qCAAqC,EAAE;QACtE,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC"}
|
package/jms/getJmsPlugin.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ export interface GetJmsPluginArgs {
|
|
|
30
30
|
*/
|
|
31
31
|
export interface GetJmsPluginResult {
|
|
32
32
|
/**
|
|
33
|
-
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent (OMA)
|
|
33
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent (OMA), the Oracle Cloud Agent (OCA), or the Oracle Container Management Agent (OCMA) instance where the JMS plugin is deployed.
|
|
34
34
|
*/
|
|
35
35
|
readonly agentId: string;
|
|
36
36
|
/**
|
|
@@ -42,7 +42,7 @@ export interface GetJmsPluginResult {
|
|
|
42
42
|
*/
|
|
43
43
|
readonly availabilityStatus: string;
|
|
44
44
|
/**
|
|
45
|
-
* The OMA/OCA agent's compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
45
|
+
* The OMA/OCA/OCMA agent's compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
46
46
|
*/
|
|
47
47
|
readonly compartmentId: string;
|
|
48
48
|
/**
|
package/jms/getJmsPlugins.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ export declare function getJmsPlugins(args?: GetJmsPluginsArgs, opts?: pulumi.In
|
|
|
33
33
|
*/
|
|
34
34
|
export interface GetJmsPluginsArgs {
|
|
35
35
|
/**
|
|
36
|
-
* The ManagementAgent (OMA)
|
|
36
|
+
* The ManagementAgent (OMA), Oracle Cloud Agent (OCA), or the Oracle Container Management Agent (OCMA) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that identifies the Agent.
|
|
37
37
|
*/
|
|
38
38
|
agentId?: string;
|
|
39
39
|
/**
|
|
@@ -83,7 +83,7 @@ export interface GetJmsPluginsArgs {
|
|
|
83
83
|
*/
|
|
84
84
|
export interface GetJmsPluginsResult {
|
|
85
85
|
/**
|
|
86
|
-
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent (OMA)
|
|
86
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent (OMA), the Oracle Cloud Agent (OCA), or the Oracle Container Management Agent (OCMA) instance where the JMS plugin is deployed.
|
|
87
87
|
*/
|
|
88
88
|
readonly agentId?: string;
|
|
89
89
|
/**
|
|
@@ -95,7 +95,7 @@ export interface GetJmsPluginsResult {
|
|
|
95
95
|
*/
|
|
96
96
|
readonly availabilityStatus?: string;
|
|
97
97
|
/**
|
|
98
|
-
* The OMA/OCA agent's compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
98
|
+
* The OMA/OCA/OCMA agent's compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
99
99
|
*/
|
|
100
100
|
readonly compartmentId?: string;
|
|
101
101
|
readonly compartmentIdInSubtree?: boolean;
|
|
@@ -152,7 +152,7 @@ export declare function getJmsPluginsOutput(args?: GetJmsPluginsOutputArgs, opts
|
|
|
152
152
|
*/
|
|
153
153
|
export interface GetJmsPluginsOutputArgs {
|
|
154
154
|
/**
|
|
155
|
-
* The ManagementAgent (OMA)
|
|
155
|
+
* The ManagementAgent (OMA), Oracle Cloud Agent (OCA), or the Oracle Container Management Agent (OCMA) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that identifies the Agent.
|
|
156
156
|
*/
|
|
157
157
|
agentId?: pulumi.Input<string>;
|
|
158
158
|
/**
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides details about a specific Task Schedule resource in Oracle Cloud Infrastructure Jms service.
|
|
5
|
+
*
|
|
6
|
+
* Returns a task schedule.
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testTaskSchedule = oci.Jms.getTaskSchedule({
|
|
15
|
+
* taskScheduleId: testTaskScheduleOciJmsTaskSchedule.id,
|
|
16
|
+
* fleetId: testFleet.id,
|
|
17
|
+
* });
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
export declare function getTaskSchedule(args: GetTaskScheduleArgs, opts?: pulumi.InvokeOptions): Promise<GetTaskScheduleResult>;
|
|
21
|
+
/**
|
|
22
|
+
* A collection of arguments for invoking getTaskSchedule.
|
|
23
|
+
*/
|
|
24
|
+
export interface GetTaskScheduleArgs {
|
|
25
|
+
/**
|
|
26
|
+
* The ID of the Fleet.
|
|
27
|
+
*/
|
|
28
|
+
fleetId?: string;
|
|
29
|
+
/**
|
|
30
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to identify this task schedule.
|
|
31
|
+
*/
|
|
32
|
+
taskScheduleId: string;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* A collection of values returned by getTaskSchedule.
|
|
36
|
+
*/
|
|
37
|
+
export interface GetTaskScheduleResult {
|
|
38
|
+
/**
|
|
39
|
+
* Name of the task creator.
|
|
40
|
+
*/
|
|
41
|
+
readonly createdBy: string;
|
|
42
|
+
/**
|
|
43
|
+
* Recurrence specification for the task schedule execution (formatted according to [RFC-5545](https://icalendar.org/RFC-Specifications/iCalendar-RFC-5545/)). To run daily for 10 occurrences starts on September 2, 2024 09:00 EDT, it should be 'DTSTART;TZID=America/New_York:20240902T090000 RRULE:FREQ=DAILY;COUNT=10'. To run every 3 hours from 9:00 AM to 5:00 PM on August 5, 2024 EDT, it should be 'DTSTART;TZID=America/New_York:20240805T090000 RRULE:FREQ=HOURLY;INTERVAL=3;UNTIL=20240805T170000Z'.
|
|
44
|
+
*/
|
|
45
|
+
readonly executionRecurrences: string;
|
|
46
|
+
/**
|
|
47
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
|
|
48
|
+
*/
|
|
49
|
+
readonly fleetId?: string;
|
|
50
|
+
/**
|
|
51
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to identify this task schedule.
|
|
52
|
+
*/
|
|
53
|
+
readonly id: string;
|
|
54
|
+
/**
|
|
55
|
+
* The name of the task schedule.
|
|
56
|
+
*/
|
|
57
|
+
readonly name: string;
|
|
58
|
+
/**
|
|
59
|
+
* All possible status of task schedule.
|
|
60
|
+
*/
|
|
61
|
+
readonly state: string;
|
|
62
|
+
/**
|
|
63
|
+
* The minimum details of a task.
|
|
64
|
+
*/
|
|
65
|
+
readonly taskDetails: outputs.Jms.GetTaskScheduleTaskDetail[];
|
|
66
|
+
readonly taskScheduleId: string;
|
|
67
|
+
/**
|
|
68
|
+
* The date and time the task schedule was created (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
69
|
+
*/
|
|
70
|
+
readonly timeCreated: string;
|
|
71
|
+
/**
|
|
72
|
+
* The date and time the task schedule ran last (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
73
|
+
*/
|
|
74
|
+
readonly timeLastRun: string;
|
|
75
|
+
/**
|
|
76
|
+
* The date and time the task schedule was last updated (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
77
|
+
*/
|
|
78
|
+
readonly timeLastUpdated: string;
|
|
79
|
+
/**
|
|
80
|
+
* The date and time the task schedule will run next (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
81
|
+
*/
|
|
82
|
+
readonly timeNextRun: string;
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* This data source provides details about a specific Task Schedule resource in Oracle Cloud Infrastructure Jms service.
|
|
86
|
+
*
|
|
87
|
+
* Returns a task schedule.
|
|
88
|
+
*
|
|
89
|
+
* ## Example Usage
|
|
90
|
+
*
|
|
91
|
+
* ```typescript
|
|
92
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
93
|
+
* import * as oci from "@pulumi/oci";
|
|
94
|
+
*
|
|
95
|
+
* const testTaskSchedule = oci.Jms.getTaskSchedule({
|
|
96
|
+
* taskScheduleId: testTaskScheduleOciJmsTaskSchedule.id,
|
|
97
|
+
* fleetId: testFleet.id,
|
|
98
|
+
* });
|
|
99
|
+
* ```
|
|
100
|
+
*/
|
|
101
|
+
export declare function getTaskScheduleOutput(args: GetTaskScheduleOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTaskScheduleResult>;
|
|
102
|
+
/**
|
|
103
|
+
* A collection of arguments for invoking getTaskSchedule.
|
|
104
|
+
*/
|
|
105
|
+
export interface GetTaskScheduleOutputArgs {
|
|
106
|
+
/**
|
|
107
|
+
* The ID of the Fleet.
|
|
108
|
+
*/
|
|
109
|
+
fleetId?: pulumi.Input<string>;
|
|
110
|
+
/**
|
|
111
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to identify this task schedule.
|
|
112
|
+
*/
|
|
113
|
+
taskScheduleId: pulumi.Input<string>;
|
|
114
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
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.getTaskScheduleOutput = exports.getTaskSchedule = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides details about a specific Task Schedule resource in Oracle Cloud Infrastructure Jms service.
|
|
10
|
+
*
|
|
11
|
+
* Returns a task schedule.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testTaskSchedule = oci.Jms.getTaskSchedule({
|
|
20
|
+
* taskScheduleId: testTaskScheduleOciJmsTaskSchedule.id,
|
|
21
|
+
* fleetId: testFleet.id,
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
function getTaskSchedule(args, opts) {
|
|
26
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
27
|
+
return pulumi.runtime.invoke("oci:Jms/getTaskSchedule:getTaskSchedule", {
|
|
28
|
+
"fleetId": args.fleetId,
|
|
29
|
+
"taskScheduleId": args.taskScheduleId,
|
|
30
|
+
}, opts);
|
|
31
|
+
}
|
|
32
|
+
exports.getTaskSchedule = getTaskSchedule;
|
|
33
|
+
/**
|
|
34
|
+
* This data source provides details about a specific Task Schedule resource in Oracle Cloud Infrastructure Jms service.
|
|
35
|
+
*
|
|
36
|
+
* Returns a task schedule.
|
|
37
|
+
*
|
|
38
|
+
* ## Example Usage
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as oci from "@pulumi/oci";
|
|
43
|
+
*
|
|
44
|
+
* const testTaskSchedule = oci.Jms.getTaskSchedule({
|
|
45
|
+
* taskScheduleId: testTaskScheduleOciJmsTaskSchedule.id,
|
|
46
|
+
* fleetId: testFleet.id,
|
|
47
|
+
* });
|
|
48
|
+
* ```
|
|
49
|
+
*/
|
|
50
|
+
function getTaskScheduleOutput(args, opts) {
|
|
51
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
52
|
+
return pulumi.runtime.invokeOutput("oci:Jms/getTaskSchedule:getTaskSchedule", {
|
|
53
|
+
"fleetId": args.fleetId,
|
|
54
|
+
"taskScheduleId": args.taskScheduleId,
|
|
55
|
+
}, opts);
|
|
56
|
+
}
|
|
57
|
+
exports.getTaskScheduleOutput = getTaskScheduleOutput;
|
|
58
|
+
//# sourceMappingURL=getTaskSchedule.js.map
|