@pulumi/oci 3.11.0-alpha.1762844657 → 3.11.0-alpha.1763007519
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/artifacts/getContainerImages.d.ts +11 -0
- package/artifacts/getContainerImages.js +4 -0
- package/artifacts/getContainerImages.js.map +1 -1
- package/containerengine/getClusterOption.d.ts +11 -0
- package/containerengine/getClusterOption.js +4 -0
- package/containerengine/getClusterOption.js.map +1 -1
- package/containerengine/getNodePoolOption.d.ts +44 -0
- package/containerengine/getNodePoolOption.js +16 -0
- package/containerengine/getNodePoolOption.js.map +1 -1
- package/core/dedicatedVmHost.d.ts +33 -7
- package/core/dedicatedVmHost.js +6 -0
- package/core/dedicatedVmHost.js.map +1 -1
- package/core/getDedicatedVmHost.d.ts +11 -3
- package/core/getDedicatedVmHost.js.map +1 -1
- package/core/getDedicatedVmHostInstances.d.ts +14 -0
- package/core/getDedicatedVmHostInstances.js +4 -0
- package/core/getDedicatedVmHostInstances.js.map +1 -1
- package/core/getDedicatedVmHosts.d.ts +14 -0
- package/core/getDedicatedVmHosts.js +4 -0
- package/core/getDedicatedVmHosts.js.map +1 -1
- package/fleetappsmanagement/catalogItem.d.ts +0 -54
- package/fleetappsmanagement/catalogItem.js +0 -42
- package/fleetappsmanagement/catalogItem.js.map +1 -1
- package/fleetappsmanagement/fleet.d.ts +6 -6
- package/fleetappsmanagement/getCatalogItemVariablesDefinition.d.ts +83 -0
- package/fleetappsmanagement/getCatalogItemVariablesDefinition.js +54 -0
- package/fleetappsmanagement/getCatalogItemVariablesDefinition.js.map +1 -0
- package/fleetappsmanagement/getCatalogItems.d.ts +14 -0
- package/fleetappsmanagement/getCatalogItems.js +4 -0
- package/fleetappsmanagement/getCatalogItems.js.map +1 -1
- package/fleetappsmanagement/getFleet.d.ts +1 -1
- package/fleetappsmanagement/getFleetCompliance.d.ts +75 -0
- package/fleetappsmanagement/getFleetCompliance.js +54 -0
- package/fleetappsmanagement/getFleetCompliance.js.map +1 -0
- package/fleetappsmanagement/getFleetTargets.d.ts +14 -0
- package/fleetappsmanagement/getFleetTargets.js +4 -0
- package/fleetappsmanagement/getFleetTargets.js.map +1 -1
- package/fleetappsmanagement/getInstalledPatches.d.ts +138 -0
- package/fleetappsmanagement/getInstalledPatches.js +78 -0
- package/fleetappsmanagement/getInstalledPatches.js.map +1 -0
- package/fleetappsmanagement/getInventoryRecords.d.ts +11 -0
- package/fleetappsmanagement/getInventoryRecords.js +4 -0
- package/fleetappsmanagement/getInventoryRecords.js.map +1 -1
- package/fleetappsmanagement/getRecommendedPatches.d.ts +150 -0
- package/fleetappsmanagement/getRecommendedPatches.js +80 -0
- package/fleetappsmanagement/getRecommendedPatches.js.map +1 -0
- package/fleetappsmanagement/getReportMetadata.d.ts +83 -0
- package/fleetappsmanagement/getReportMetadata.js +60 -0
- package/fleetappsmanagement/getReportMetadata.js.map +1 -0
- package/fleetappsmanagement/getRunbook.d.ts +2 -2
- package/fleetappsmanagement/getRunbookExport.d.ts +99 -0
- package/fleetappsmanagement/getRunbookExport.js +58 -0
- package/fleetappsmanagement/getRunbookExport.js.map +1 -0
- package/fleetappsmanagement/getRunbookExportStatuses.d.ts +73 -0
- package/fleetappsmanagement/getRunbookExportStatuses.js +60 -0
- package/fleetappsmanagement/getRunbookExportStatuses.js.map +1 -0
- package/fleetappsmanagement/getRunbookImport.d.ts +99 -0
- package/fleetappsmanagement/getRunbookImport.js +58 -0
- package/fleetappsmanagement/getRunbookImport.js.map +1 -0
- package/fleetappsmanagement/getRunbookImportStatuses.d.ts +73 -0
- package/fleetappsmanagement/getRunbookImportStatuses.js +60 -0
- package/fleetappsmanagement/getRunbookImportStatuses.js.map +1 -0
- package/fleetappsmanagement/getRunbookVersion.d.ts +1 -1
- package/fleetappsmanagement/getRunbookVersions.d.ts +1 -1
- package/fleetappsmanagement/getSchedulerExecutions.d.ts +26 -4
- package/fleetappsmanagement/getSchedulerExecutions.js +10 -2
- package/fleetappsmanagement/getSchedulerExecutions.js.map +1 -1
- package/fleetappsmanagement/getTargetComponents.d.ts +119 -0
- package/fleetappsmanagement/getTargetComponents.js +72 -0
- package/fleetappsmanagement/getTargetComponents.js.map +1 -0
- package/fleetappsmanagement/getTargetProperties.d.ts +105 -0
- package/fleetappsmanagement/getTargetProperties.js +68 -0
- package/fleetappsmanagement/getTargetProperties.js.map +1 -0
- package/fleetappsmanagement/index.d.ts +33 -0
- package/fleetappsmanagement/index.js +36 -3
- package/fleetappsmanagement/index.js.map +1 -1
- package/fleetappsmanagement/onboarding.d.ts +22 -19
- package/fleetappsmanagement/onboarding.js +2 -13
- package/fleetappsmanagement/onboarding.js.map +1 -1
- package/fleetappsmanagement/platformConfiguration.d.ts +29 -11
- package/fleetappsmanagement/platformConfiguration.js +8 -2
- package/fleetappsmanagement/platformConfiguration.js.map +1 -1
- package/fleetappsmanagement/property.d.ts +22 -4
- package/fleetappsmanagement/property.js +8 -2
- package/fleetappsmanagement/property.js.map +1 -1
- package/fleetappsmanagement/runbook.d.ts +6 -5
- package/fleetappsmanagement/runbook.js +1 -0
- package/fleetappsmanagement/runbook.js.map +1 -1
- package/fleetappsmanagement/runbookVersion.d.ts +6 -152
- package/fleetappsmanagement/runbookVersion.js +0 -152
- package/fleetappsmanagement/runbookVersion.js.map +1 -1
- package/fleetappsmanagement/taskRecord.d.ts +1 -0
- package/fleetappsmanagement/taskRecord.js +1 -0
- package/fleetappsmanagement/taskRecord.js.map +1 -1
- package/functions/getFusionEnvironmentAdminUser.d.ts +3 -0
- package/functions/getFusionEnvironmentAdminUser.js.map +1 -1
- package/fusionapps/fusionEnvironmentAdminUser.d.ts +6 -0
- package/fusionapps/fusionEnvironmentAdminUser.js.map +1 -1
- package/limits/getLimitDefinitions.d.ts +8 -8
- package/limits/getLimitDefinitions.js +6 -6
- package/limits/getLimitValues.d.ts +17 -4
- package/limits/getLimitValues.js +8 -2
- package/limits/getLimitValues.js.map +1 -1
- package/limits/getResourceAvailability.d.ts +17 -6
- package/limits/getResourceAvailability.js +8 -4
- package/limits/getResourceAvailability.js.map +1 -1
- package/limits/getServices.d.ts +2 -2
- package/package.json +2 -2
- package/types/input.d.ts +155 -60
- package/types/output.d.ts +730 -87
|
@@ -0,0 +1,73 @@
|
|
|
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 Runbook Import Statuses in Oracle Cloud Infrastructure Fleet Apps Management service.
|
|
6
|
+
*
|
|
7
|
+
* Returns a list of all the Runbook import status in the specified compartment.
|
|
8
|
+
* The query parameter `compartmentId` is required.
|
|
9
|
+
*
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as oci from "@pulumi/oci";
|
|
15
|
+
*
|
|
16
|
+
* const testRunbookImportStatuses = oci.FleetAppsManagement.getRunbookImportStatuses({
|
|
17
|
+
* compartmentId: compartmentId,
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
export declare function getRunbookImportStatuses(args: GetRunbookImportStatusesArgs, opts?: pulumi.InvokeOptions): Promise<GetRunbookImportStatusesResult>;
|
|
22
|
+
/**
|
|
23
|
+
* A collection of arguments for invoking getRunbookImportStatuses.
|
|
24
|
+
*/
|
|
25
|
+
export interface GetRunbookImportStatusesArgs {
|
|
26
|
+
/**
|
|
27
|
+
* The ID of the compartment in which to list resources.
|
|
28
|
+
*/
|
|
29
|
+
compartmentId: string;
|
|
30
|
+
filters?: inputs.FleetAppsManagement.GetRunbookImportStatusesFilter[];
|
|
31
|
+
id?: string;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* A collection of values returned by getRunbookImportStatuses.
|
|
35
|
+
*/
|
|
36
|
+
export interface GetRunbookImportStatusesResult {
|
|
37
|
+
readonly compartmentId: string;
|
|
38
|
+
readonly filters?: outputs.FleetAppsManagement.GetRunbookImportStatusesFilter[];
|
|
39
|
+
readonly id?: string;
|
|
40
|
+
/**
|
|
41
|
+
* The list of runbook_import_status_collection.
|
|
42
|
+
*/
|
|
43
|
+
readonly runbookImportStatusCollections: outputs.FleetAppsManagement.GetRunbookImportStatusesRunbookImportStatusCollection[];
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* This data source provides the list of Runbook Import Statuses in Oracle Cloud Infrastructure Fleet Apps Management service.
|
|
47
|
+
*
|
|
48
|
+
* Returns a list of all the Runbook import status in the specified compartment.
|
|
49
|
+
* The query parameter `compartmentId` is required.
|
|
50
|
+
*
|
|
51
|
+
* ## Example Usage
|
|
52
|
+
*
|
|
53
|
+
* ```typescript
|
|
54
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
55
|
+
* import * as oci from "@pulumi/oci";
|
|
56
|
+
*
|
|
57
|
+
* const testRunbookImportStatuses = oci.FleetAppsManagement.getRunbookImportStatuses({
|
|
58
|
+
* compartmentId: compartmentId,
|
|
59
|
+
* });
|
|
60
|
+
* ```
|
|
61
|
+
*/
|
|
62
|
+
export declare function getRunbookImportStatusesOutput(args: GetRunbookImportStatusesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRunbookImportStatusesResult>;
|
|
63
|
+
/**
|
|
64
|
+
* A collection of arguments for invoking getRunbookImportStatuses.
|
|
65
|
+
*/
|
|
66
|
+
export interface GetRunbookImportStatusesOutputArgs {
|
|
67
|
+
/**
|
|
68
|
+
* The ID of the compartment in which to list resources.
|
|
69
|
+
*/
|
|
70
|
+
compartmentId: pulumi.Input<string>;
|
|
71
|
+
filters?: pulumi.Input<pulumi.Input<inputs.FleetAppsManagement.GetRunbookImportStatusesFilterArgs>[]>;
|
|
72
|
+
id?: pulumi.Input<string>;
|
|
73
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
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.getRunbookImportStatusesOutput = exports.getRunbookImportStatuses = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of Runbook Import Statuses in Oracle Cloud Infrastructure Fleet Apps Management service.
|
|
10
|
+
*
|
|
11
|
+
* Returns a list of all the Runbook import status in the specified compartment.
|
|
12
|
+
* The query parameter `compartmentId` is required.
|
|
13
|
+
*
|
|
14
|
+
* ## Example Usage
|
|
15
|
+
*
|
|
16
|
+
* ```typescript
|
|
17
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
18
|
+
* import * as oci from "@pulumi/oci";
|
|
19
|
+
*
|
|
20
|
+
* const testRunbookImportStatuses = oci.FleetAppsManagement.getRunbookImportStatuses({
|
|
21
|
+
* compartmentId: compartmentId,
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
function getRunbookImportStatuses(args, opts) {
|
|
26
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
27
|
+
return pulumi.runtime.invoke("oci:FleetAppsManagement/getRunbookImportStatuses:getRunbookImportStatuses", {
|
|
28
|
+
"compartmentId": args.compartmentId,
|
|
29
|
+
"filters": args.filters,
|
|
30
|
+
"id": args.id,
|
|
31
|
+
}, opts);
|
|
32
|
+
}
|
|
33
|
+
exports.getRunbookImportStatuses = getRunbookImportStatuses;
|
|
34
|
+
/**
|
|
35
|
+
* This data source provides the list of Runbook Import Statuses in Oracle Cloud Infrastructure Fleet Apps Management service.
|
|
36
|
+
*
|
|
37
|
+
* Returns a list of all the Runbook import status in the specified compartment.
|
|
38
|
+
* The query parameter `compartmentId` is required.
|
|
39
|
+
*
|
|
40
|
+
* ## Example Usage
|
|
41
|
+
*
|
|
42
|
+
* ```typescript
|
|
43
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
44
|
+
* import * as oci from "@pulumi/oci";
|
|
45
|
+
*
|
|
46
|
+
* const testRunbookImportStatuses = oci.FleetAppsManagement.getRunbookImportStatuses({
|
|
47
|
+
* compartmentId: compartmentId,
|
|
48
|
+
* });
|
|
49
|
+
* ```
|
|
50
|
+
*/
|
|
51
|
+
function getRunbookImportStatusesOutput(args, opts) {
|
|
52
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
53
|
+
return pulumi.runtime.invokeOutput("oci:FleetAppsManagement/getRunbookImportStatuses:getRunbookImportStatuses", {
|
|
54
|
+
"compartmentId": args.compartmentId,
|
|
55
|
+
"filters": args.filters,
|
|
56
|
+
"id": args.id,
|
|
57
|
+
}, opts);
|
|
58
|
+
}
|
|
59
|
+
exports.getRunbookImportStatusesOutput = getRunbookImportStatusesOutput;
|
|
60
|
+
//# sourceMappingURL=getRunbookImportStatuses.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRunbookImportStatuses.js","sourceRoot":"","sources":["../../fleetappsmanagement/getRunbookImportStatuses.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;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,2EAA2E,EAAE;QACtG,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4DAOC;AA0BD;;;;;;;;;;;;;;;;GAgBG;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,2EAA2E,EAAE;QAC5G,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wEAOC"}
|
|
@@ -72,7 +72,7 @@ export interface GetRunbookVersionsResult {
|
|
|
72
72
|
*/
|
|
73
73
|
readonly runbookVersionCollections: outputs.FleetAppsManagement.GetRunbookVersionsRunbookVersionCollection[];
|
|
74
74
|
/**
|
|
75
|
-
* The current state of the
|
|
75
|
+
* The current state of the runbook version.
|
|
76
76
|
*/
|
|
77
77
|
readonly state?: string;
|
|
78
78
|
}
|
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* This data source provides the list of Scheduler Executions in Oracle Cloud Infrastructure Fleet Apps Management service.
|
|
6
6
|
*
|
|
7
|
-
* Returns a list of all
|
|
7
|
+
* Returns a list of all executions that are scheduled.
|
|
8
8
|
*
|
|
9
9
|
* ## Example Usage
|
|
10
10
|
*
|
|
@@ -14,7 +14,9 @@ import * as outputs from "../types/output";
|
|
|
14
14
|
*
|
|
15
15
|
* const testSchedulerExecutions = oci.FleetAppsManagement.getSchedulerExecutions({
|
|
16
16
|
* compartmentId: compartmentId,
|
|
17
|
+
* compartmentIdInSubtree: schedulerExecutionCompartmentIdInSubtree,
|
|
17
18
|
* displayName: schedulerExecutionDisplayName,
|
|
19
|
+
* lifecycleOperation: schedulerExecutionLifecycleOperation,
|
|
18
20
|
* resourceId: testResource.id,
|
|
19
21
|
* runbookId: testRunbook.id,
|
|
20
22
|
* runbookVersionName: testRunbookVersion.name,
|
|
@@ -35,11 +37,19 @@ export interface GetSchedulerExecutionsArgs {
|
|
|
35
37
|
* The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
|
|
36
38
|
*/
|
|
37
39
|
compartmentId?: string;
|
|
40
|
+
/**
|
|
41
|
+
* If set to true, resources will be returned for not only the provided compartment, but all compartments which descend from it. Which resources are returned and their field contents depends on the value of accessLevel.
|
|
42
|
+
*/
|
|
43
|
+
compartmentIdInSubtree?: boolean;
|
|
38
44
|
/**
|
|
39
45
|
* A filter to return only resources that match the entire display name given.
|
|
40
46
|
*/
|
|
41
47
|
displayName?: string;
|
|
42
48
|
filters?: inputs.FleetAppsManagement.GetSchedulerExecutionsFilter[];
|
|
49
|
+
/**
|
|
50
|
+
* A filter to return only resources their lifecycleOperation matches the given lifecycleOperation.
|
|
51
|
+
*/
|
|
52
|
+
lifecycleOperation?: string;
|
|
43
53
|
/**
|
|
44
54
|
* ResourceId filter (Example FleetId)
|
|
45
55
|
*/
|
|
@@ -81,6 +91,7 @@ export interface GetSchedulerExecutionsResult {
|
|
|
81
91
|
* Compartment OCID
|
|
82
92
|
*/
|
|
83
93
|
readonly compartmentId?: string;
|
|
94
|
+
readonly compartmentIdInSubtree?: boolean;
|
|
84
95
|
/**
|
|
85
96
|
* A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: `My new resource`
|
|
86
97
|
*/
|
|
@@ -90,8 +101,9 @@ export interface GetSchedulerExecutionsResult {
|
|
|
90
101
|
* The provider-assigned unique ID for this managed resource.
|
|
91
102
|
*/
|
|
92
103
|
readonly id: string;
|
|
104
|
+
readonly lifecycleOperation?: string;
|
|
93
105
|
/**
|
|
94
|
-
*
|
|
106
|
+
* FleetId associated with the Schedule.
|
|
95
107
|
*/
|
|
96
108
|
readonly resourceId?: string;
|
|
97
109
|
/**
|
|
@@ -108,7 +120,7 @@ export interface GetSchedulerExecutionsResult {
|
|
|
108
120
|
*/
|
|
109
121
|
readonly schedulerExecutionCollections: outputs.FleetAppsManagement.GetSchedulerExecutionsSchedulerExecutionCollection[];
|
|
110
122
|
/**
|
|
111
|
-
*
|
|
123
|
+
* SchedulerJobId associated with the Schedule.
|
|
112
124
|
*/
|
|
113
125
|
readonly schedulerJobId?: string;
|
|
114
126
|
readonly substate?: string;
|
|
@@ -118,7 +130,7 @@ export interface GetSchedulerExecutionsResult {
|
|
|
118
130
|
/**
|
|
119
131
|
* This data source provides the list of Scheduler Executions in Oracle Cloud Infrastructure Fleet Apps Management service.
|
|
120
132
|
*
|
|
121
|
-
* Returns a list of all
|
|
133
|
+
* Returns a list of all executions that are scheduled.
|
|
122
134
|
*
|
|
123
135
|
* ## Example Usage
|
|
124
136
|
*
|
|
@@ -128,7 +140,9 @@ export interface GetSchedulerExecutionsResult {
|
|
|
128
140
|
*
|
|
129
141
|
* const testSchedulerExecutions = oci.FleetAppsManagement.getSchedulerExecutions({
|
|
130
142
|
* compartmentId: compartmentId,
|
|
143
|
+
* compartmentIdInSubtree: schedulerExecutionCompartmentIdInSubtree,
|
|
131
144
|
* displayName: schedulerExecutionDisplayName,
|
|
145
|
+
* lifecycleOperation: schedulerExecutionLifecycleOperation,
|
|
132
146
|
* resourceId: testResource.id,
|
|
133
147
|
* runbookId: testRunbook.id,
|
|
134
148
|
* runbookVersionName: testRunbookVersion.name,
|
|
@@ -149,11 +163,19 @@ export interface GetSchedulerExecutionsOutputArgs {
|
|
|
149
163
|
* The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
|
|
150
164
|
*/
|
|
151
165
|
compartmentId?: pulumi.Input<string>;
|
|
166
|
+
/**
|
|
167
|
+
* If set to true, resources will be returned for not only the provided compartment, but all compartments which descend from it. Which resources are returned and their field contents depends on the value of accessLevel.
|
|
168
|
+
*/
|
|
169
|
+
compartmentIdInSubtree?: pulumi.Input<boolean>;
|
|
152
170
|
/**
|
|
153
171
|
* A filter to return only resources that match the entire display name given.
|
|
154
172
|
*/
|
|
155
173
|
displayName?: pulumi.Input<string>;
|
|
156
174
|
filters?: pulumi.Input<pulumi.Input<inputs.FleetAppsManagement.GetSchedulerExecutionsFilterArgs>[]>;
|
|
175
|
+
/**
|
|
176
|
+
* A filter to return only resources their lifecycleOperation matches the given lifecycleOperation.
|
|
177
|
+
*/
|
|
178
|
+
lifecycleOperation?: pulumi.Input<string>;
|
|
157
179
|
/**
|
|
158
180
|
* ResourceId filter (Example FleetId)
|
|
159
181
|
*/
|
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* This data source provides the list of Scheduler Executions in Oracle Cloud Infrastructure Fleet Apps Management service.
|
|
10
10
|
*
|
|
11
|
-
* Returns a list of all
|
|
11
|
+
* Returns a list of all executions that are scheduled.
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
|
@@ -18,7 +18,9 @@ const utilities = require("../utilities");
|
|
|
18
18
|
*
|
|
19
19
|
* const testSchedulerExecutions = oci.FleetAppsManagement.getSchedulerExecutions({
|
|
20
20
|
* compartmentId: compartmentId,
|
|
21
|
+
* compartmentIdInSubtree: schedulerExecutionCompartmentIdInSubtree,
|
|
21
22
|
* displayName: schedulerExecutionDisplayName,
|
|
23
|
+
* lifecycleOperation: schedulerExecutionLifecycleOperation,
|
|
22
24
|
* resourceId: testResource.id,
|
|
23
25
|
* runbookId: testRunbook.id,
|
|
24
26
|
* runbookVersionName: testRunbookVersion.name,
|
|
@@ -35,8 +37,10 @@ function getSchedulerExecutions(args, opts) {
|
|
|
35
37
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
36
38
|
return pulumi.runtime.invoke("oci:FleetAppsManagement/getSchedulerExecutions:getSchedulerExecutions", {
|
|
37
39
|
"compartmentId": args.compartmentId,
|
|
40
|
+
"compartmentIdInSubtree": args.compartmentIdInSubtree,
|
|
38
41
|
"displayName": args.displayName,
|
|
39
42
|
"filters": args.filters,
|
|
43
|
+
"lifecycleOperation": args.lifecycleOperation,
|
|
40
44
|
"resourceId": args.resourceId,
|
|
41
45
|
"runbookId": args.runbookId,
|
|
42
46
|
"runbookVersionName": args.runbookVersionName,
|
|
@@ -51,7 +55,7 @@ exports.getSchedulerExecutions = getSchedulerExecutions;
|
|
|
51
55
|
/**
|
|
52
56
|
* This data source provides the list of Scheduler Executions in Oracle Cloud Infrastructure Fleet Apps Management service.
|
|
53
57
|
*
|
|
54
|
-
* Returns a list of all
|
|
58
|
+
* Returns a list of all executions that are scheduled.
|
|
55
59
|
*
|
|
56
60
|
* ## Example Usage
|
|
57
61
|
*
|
|
@@ -61,7 +65,9 @@ exports.getSchedulerExecutions = getSchedulerExecutions;
|
|
|
61
65
|
*
|
|
62
66
|
* const testSchedulerExecutions = oci.FleetAppsManagement.getSchedulerExecutions({
|
|
63
67
|
* compartmentId: compartmentId,
|
|
68
|
+
* compartmentIdInSubtree: schedulerExecutionCompartmentIdInSubtree,
|
|
64
69
|
* displayName: schedulerExecutionDisplayName,
|
|
70
|
+
* lifecycleOperation: schedulerExecutionLifecycleOperation,
|
|
65
71
|
* resourceId: testResource.id,
|
|
66
72
|
* runbookId: testRunbook.id,
|
|
67
73
|
* runbookVersionName: testRunbookVersion.name,
|
|
@@ -78,8 +84,10 @@ function getSchedulerExecutionsOutput(args, opts) {
|
|
|
78
84
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
79
85
|
return pulumi.runtime.invokeOutput("oci:FleetAppsManagement/getSchedulerExecutions:getSchedulerExecutions", {
|
|
80
86
|
"compartmentId": args.compartmentId,
|
|
87
|
+
"compartmentIdInSubtree": args.compartmentIdInSubtree,
|
|
81
88
|
"displayName": args.displayName,
|
|
82
89
|
"filters": args.filters,
|
|
90
|
+
"lifecycleOperation": args.lifecycleOperation,
|
|
83
91
|
"resourceId": args.resourceId,
|
|
84
92
|
"runbookId": args.runbookId,
|
|
85
93
|
"runbookVersionName": args.runbookVersionName,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSchedulerExecutions.js","sourceRoot":"","sources":["../../fleetappsmanagement/getSchedulerExecutions.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"getSchedulerExecutions.js","sourceRoot":"","sources":["../../fleetappsmanagement/getSchedulerExecutions.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,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,uEAAuE,EAAE;QAClG,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,mCAAmC,EAAE,IAAI,CAAC,iCAAiC;QAC3E,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;KACtD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAlBD,wDAkBC;AAqGD;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,SAAgB,4BAA4B,CAAC,IAAuC,EAAE,IAAiC;IACnH,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,uEAAuE,EAAE;QACxG,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,mCAAmC,EAAE,IAAI,CAAC,iCAAiC;QAC3E,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;KACtD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAlBD,oEAkBC"}
|
|
@@ -0,0 +1,119 @@
|
|
|
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 Target Components in Oracle Cloud Infrastructure Fleet Apps Management service.
|
|
6
|
+
*
|
|
7
|
+
* Gets a list of target component for the specified target.
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as oci from "@pulumi/oci";
|
|
14
|
+
*
|
|
15
|
+
* const testTargetComponents = oci.FleetAppsManagement.getTargetComponents({
|
|
16
|
+
* compartmentId: compartmentId,
|
|
17
|
+
* targetId: fleetTargetId,
|
|
18
|
+
* targetName: fleetTargetName,
|
|
19
|
+
* name: targetComponentName,
|
|
20
|
+
* severity: targetComponentSeverity,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export declare function getTargetComponents(args: GetTargetComponentsArgs, opts?: pulumi.InvokeOptions): Promise<GetTargetComponentsResult>;
|
|
25
|
+
/**
|
|
26
|
+
* A collection of arguments for invoking getTargetComponents.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetTargetComponentsArgs {
|
|
29
|
+
/**
|
|
30
|
+
* The OCID of the compartment in which to list resources.
|
|
31
|
+
*/
|
|
32
|
+
compartmentId: string;
|
|
33
|
+
filters?: inputs.FleetAppsManagement.GetTargetComponentsFilter[];
|
|
34
|
+
/**
|
|
35
|
+
* Target Component Name.
|
|
36
|
+
*/
|
|
37
|
+
name?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Patch severity.
|
|
40
|
+
*/
|
|
41
|
+
severity?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Target identifier.
|
|
44
|
+
*/
|
|
45
|
+
targetId?: string;
|
|
46
|
+
/**
|
|
47
|
+
* Target name.
|
|
48
|
+
*/
|
|
49
|
+
targetName?: string;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* A collection of values returned by getTargetComponents.
|
|
53
|
+
*/
|
|
54
|
+
export interface GetTargetComponentsResult {
|
|
55
|
+
readonly compartmentId: string;
|
|
56
|
+
readonly filters?: outputs.FleetAppsManagement.GetTargetComponentsFilter[];
|
|
57
|
+
/**
|
|
58
|
+
* The provider-assigned unique ID for this managed resource.
|
|
59
|
+
*/
|
|
60
|
+
readonly id: string;
|
|
61
|
+
/**
|
|
62
|
+
* Name of the property.
|
|
63
|
+
*/
|
|
64
|
+
readonly name?: string;
|
|
65
|
+
readonly severity?: string;
|
|
66
|
+
/**
|
|
67
|
+
* The list of target_component_collection.
|
|
68
|
+
*/
|
|
69
|
+
readonly targetComponentCollections: outputs.FleetAppsManagement.GetTargetComponentsTargetComponentCollection[];
|
|
70
|
+
readonly targetId?: string;
|
|
71
|
+
readonly targetName?: string;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* This data source provides the list of Target Components in Oracle Cloud Infrastructure Fleet Apps Management service.
|
|
75
|
+
*
|
|
76
|
+
* Gets a list of target component for the specified target.
|
|
77
|
+
*
|
|
78
|
+
* ## Example Usage
|
|
79
|
+
*
|
|
80
|
+
* ```typescript
|
|
81
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
82
|
+
* import * as oci from "@pulumi/oci";
|
|
83
|
+
*
|
|
84
|
+
* const testTargetComponents = oci.FleetAppsManagement.getTargetComponents({
|
|
85
|
+
* compartmentId: compartmentId,
|
|
86
|
+
* targetId: fleetTargetId,
|
|
87
|
+
* targetName: fleetTargetName,
|
|
88
|
+
* name: targetComponentName,
|
|
89
|
+
* severity: targetComponentSeverity,
|
|
90
|
+
* });
|
|
91
|
+
* ```
|
|
92
|
+
*/
|
|
93
|
+
export declare function getTargetComponentsOutput(args: GetTargetComponentsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTargetComponentsResult>;
|
|
94
|
+
/**
|
|
95
|
+
* A collection of arguments for invoking getTargetComponents.
|
|
96
|
+
*/
|
|
97
|
+
export interface GetTargetComponentsOutputArgs {
|
|
98
|
+
/**
|
|
99
|
+
* The OCID of the compartment in which to list resources.
|
|
100
|
+
*/
|
|
101
|
+
compartmentId: pulumi.Input<string>;
|
|
102
|
+
filters?: pulumi.Input<pulumi.Input<inputs.FleetAppsManagement.GetTargetComponentsFilterArgs>[]>;
|
|
103
|
+
/**
|
|
104
|
+
* Target Component Name.
|
|
105
|
+
*/
|
|
106
|
+
name?: pulumi.Input<string>;
|
|
107
|
+
/**
|
|
108
|
+
* Patch severity.
|
|
109
|
+
*/
|
|
110
|
+
severity?: pulumi.Input<string>;
|
|
111
|
+
/**
|
|
112
|
+
* Target identifier.
|
|
113
|
+
*/
|
|
114
|
+
targetId?: pulumi.Input<string>;
|
|
115
|
+
/**
|
|
116
|
+
* Target name.
|
|
117
|
+
*/
|
|
118
|
+
targetName?: pulumi.Input<string>;
|
|
119
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
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.getTargetComponentsOutput = exports.getTargetComponents = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of Target Components in Oracle Cloud Infrastructure Fleet Apps Management service.
|
|
10
|
+
*
|
|
11
|
+
* Gets a list of target component for the specified target.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testTargetComponents = oci.FleetAppsManagement.getTargetComponents({
|
|
20
|
+
* compartmentId: compartmentId,
|
|
21
|
+
* targetId: fleetTargetId,
|
|
22
|
+
* targetName: fleetTargetName,
|
|
23
|
+
* name: targetComponentName,
|
|
24
|
+
* severity: targetComponentSeverity,
|
|
25
|
+
* });
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
function getTargetComponents(args, opts) {
|
|
29
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
30
|
+
return pulumi.runtime.invoke("oci:FleetAppsManagement/getTargetComponents:getTargetComponents", {
|
|
31
|
+
"compartmentId": args.compartmentId,
|
|
32
|
+
"filters": args.filters,
|
|
33
|
+
"name": args.name,
|
|
34
|
+
"severity": args.severity,
|
|
35
|
+
"targetId": args.targetId,
|
|
36
|
+
"targetName": args.targetName,
|
|
37
|
+
}, opts);
|
|
38
|
+
}
|
|
39
|
+
exports.getTargetComponents = getTargetComponents;
|
|
40
|
+
/**
|
|
41
|
+
* This data source provides the list of Target Components in Oracle Cloud Infrastructure Fleet Apps Management service.
|
|
42
|
+
*
|
|
43
|
+
* Gets a list of target component for the specified target.
|
|
44
|
+
*
|
|
45
|
+
* ## Example Usage
|
|
46
|
+
*
|
|
47
|
+
* ```typescript
|
|
48
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
49
|
+
* import * as oci from "@pulumi/oci";
|
|
50
|
+
*
|
|
51
|
+
* const testTargetComponents = oci.FleetAppsManagement.getTargetComponents({
|
|
52
|
+
* compartmentId: compartmentId,
|
|
53
|
+
* targetId: fleetTargetId,
|
|
54
|
+
* targetName: fleetTargetName,
|
|
55
|
+
* name: targetComponentName,
|
|
56
|
+
* severity: targetComponentSeverity,
|
|
57
|
+
* });
|
|
58
|
+
* ```
|
|
59
|
+
*/
|
|
60
|
+
function getTargetComponentsOutput(args, opts) {
|
|
61
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
62
|
+
return pulumi.runtime.invokeOutput("oci:FleetAppsManagement/getTargetComponents:getTargetComponents", {
|
|
63
|
+
"compartmentId": args.compartmentId,
|
|
64
|
+
"filters": args.filters,
|
|
65
|
+
"name": args.name,
|
|
66
|
+
"severity": args.severity,
|
|
67
|
+
"targetId": args.targetId,
|
|
68
|
+
"targetName": args.targetName,
|
|
69
|
+
}, opts);
|
|
70
|
+
}
|
|
71
|
+
exports.getTargetComponentsOutput = getTargetComponentsOutput;
|
|
72
|
+
//# sourceMappingURL=getTargetComponents.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTargetComponents.js","sourceRoot":"","sources":["../../fleetappsmanagement/getTargetComponents.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iEAAiE,EAAE;QAC5F,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,kDAUC;AAmDD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iEAAiE,EAAE;QAClG,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,8DAUC"}
|
|
@@ -0,0 +1,105 @@
|
|
|
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 Target Properties in Oracle Cloud Infrastructure Fleet Apps Management service.
|
|
6
|
+
*
|
|
7
|
+
* Gets a list of target properties for the specified target.
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as oci from "@pulumi/oci";
|
|
14
|
+
*
|
|
15
|
+
* const testTargetProperties = oci.FleetAppsManagement.getTargetProperties({
|
|
16
|
+
* compartmentId: compartmentId,
|
|
17
|
+
* targetId: fleetTargetId,
|
|
18
|
+
* targetName: fleetTargetName,
|
|
19
|
+
* severity: targetPropertySeverity,
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
export declare function getTargetProperties(args: GetTargetPropertiesArgs, opts?: pulumi.InvokeOptions): Promise<GetTargetPropertiesResult>;
|
|
24
|
+
/**
|
|
25
|
+
* A collection of arguments for invoking getTargetProperties.
|
|
26
|
+
*/
|
|
27
|
+
export interface GetTargetPropertiesArgs {
|
|
28
|
+
/**
|
|
29
|
+
* The OCID of the compartment in which to list resources.
|
|
30
|
+
*/
|
|
31
|
+
compartmentId: string;
|
|
32
|
+
filters?: inputs.FleetAppsManagement.GetTargetPropertiesFilter[];
|
|
33
|
+
/**
|
|
34
|
+
* Patch severity.
|
|
35
|
+
*/
|
|
36
|
+
severity?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Target identifier.
|
|
39
|
+
*/
|
|
40
|
+
targetId?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Target name.
|
|
43
|
+
*/
|
|
44
|
+
targetName?: string;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* A collection of values returned by getTargetProperties.
|
|
48
|
+
*/
|
|
49
|
+
export interface GetTargetPropertiesResult {
|
|
50
|
+
readonly compartmentId: string;
|
|
51
|
+
readonly filters?: outputs.FleetAppsManagement.GetTargetPropertiesFilter[];
|
|
52
|
+
/**
|
|
53
|
+
* The provider-assigned unique ID for this managed resource.
|
|
54
|
+
*/
|
|
55
|
+
readonly id: string;
|
|
56
|
+
readonly severity?: string;
|
|
57
|
+
readonly targetId?: string;
|
|
58
|
+
readonly targetName?: string;
|
|
59
|
+
/**
|
|
60
|
+
* The list of target_property_collection.
|
|
61
|
+
*/
|
|
62
|
+
readonly targetPropertyCollections: outputs.FleetAppsManagement.GetTargetPropertiesTargetPropertyCollection[];
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* This data source provides the list of Target Properties in Oracle Cloud Infrastructure Fleet Apps Management service.
|
|
66
|
+
*
|
|
67
|
+
* Gets a list of target properties for the specified target.
|
|
68
|
+
*
|
|
69
|
+
* ## Example Usage
|
|
70
|
+
*
|
|
71
|
+
* ```typescript
|
|
72
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
73
|
+
* import * as oci from "@pulumi/oci";
|
|
74
|
+
*
|
|
75
|
+
* const testTargetProperties = oci.FleetAppsManagement.getTargetProperties({
|
|
76
|
+
* compartmentId: compartmentId,
|
|
77
|
+
* targetId: fleetTargetId,
|
|
78
|
+
* targetName: fleetTargetName,
|
|
79
|
+
* severity: targetPropertySeverity,
|
|
80
|
+
* });
|
|
81
|
+
* ```
|
|
82
|
+
*/
|
|
83
|
+
export declare function getTargetPropertiesOutput(args: GetTargetPropertiesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTargetPropertiesResult>;
|
|
84
|
+
/**
|
|
85
|
+
* A collection of arguments for invoking getTargetProperties.
|
|
86
|
+
*/
|
|
87
|
+
export interface GetTargetPropertiesOutputArgs {
|
|
88
|
+
/**
|
|
89
|
+
* The OCID of the compartment in which to list resources.
|
|
90
|
+
*/
|
|
91
|
+
compartmentId: pulumi.Input<string>;
|
|
92
|
+
filters?: pulumi.Input<pulumi.Input<inputs.FleetAppsManagement.GetTargetPropertiesFilterArgs>[]>;
|
|
93
|
+
/**
|
|
94
|
+
* Patch severity.
|
|
95
|
+
*/
|
|
96
|
+
severity?: pulumi.Input<string>;
|
|
97
|
+
/**
|
|
98
|
+
* Target identifier.
|
|
99
|
+
*/
|
|
100
|
+
targetId?: pulumi.Input<string>;
|
|
101
|
+
/**
|
|
102
|
+
* Target name.
|
|
103
|
+
*/
|
|
104
|
+
targetName?: pulumi.Input<string>;
|
|
105
|
+
}
|