@pulumi/oci 3.11.0-alpha.1762412398 → 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.
Files changed (110) hide show
  1. package/artifacts/getContainerImages.d.ts +11 -0
  2. package/artifacts/getContainerImages.js +4 -0
  3. package/artifacts/getContainerImages.js.map +1 -1
  4. package/containerengine/getClusterOption.d.ts +11 -0
  5. package/containerengine/getClusterOption.js +4 -0
  6. package/containerengine/getClusterOption.js.map +1 -1
  7. package/containerengine/getNodePoolOption.d.ts +44 -0
  8. package/containerengine/getNodePoolOption.js +16 -0
  9. package/containerengine/getNodePoolOption.js.map +1 -1
  10. package/core/dedicatedVmHost.d.ts +33 -7
  11. package/core/dedicatedVmHost.js +6 -0
  12. package/core/dedicatedVmHost.js.map +1 -1
  13. package/core/getDedicatedVmHost.d.ts +11 -3
  14. package/core/getDedicatedVmHost.js.map +1 -1
  15. package/core/getDedicatedVmHostInstances.d.ts +14 -0
  16. package/core/getDedicatedVmHostInstances.js +4 -0
  17. package/core/getDedicatedVmHostInstances.js.map +1 -1
  18. package/core/getDedicatedVmHosts.d.ts +14 -0
  19. package/core/getDedicatedVmHosts.js +4 -0
  20. package/core/getDedicatedVmHosts.js.map +1 -1
  21. package/fleetappsmanagement/catalogItem.d.ts +0 -54
  22. package/fleetappsmanagement/catalogItem.js +0 -42
  23. package/fleetappsmanagement/catalogItem.js.map +1 -1
  24. package/fleetappsmanagement/fleet.d.ts +6 -6
  25. package/fleetappsmanagement/getCatalogItemVariablesDefinition.d.ts +83 -0
  26. package/fleetappsmanagement/getCatalogItemVariablesDefinition.js +54 -0
  27. package/fleetappsmanagement/getCatalogItemVariablesDefinition.js.map +1 -0
  28. package/fleetappsmanagement/getCatalogItems.d.ts +14 -0
  29. package/fleetappsmanagement/getCatalogItems.js +4 -0
  30. package/fleetappsmanagement/getCatalogItems.js.map +1 -1
  31. package/fleetappsmanagement/getFleet.d.ts +1 -1
  32. package/fleetappsmanagement/getFleetCompliance.d.ts +75 -0
  33. package/fleetappsmanagement/getFleetCompliance.js +54 -0
  34. package/fleetappsmanagement/getFleetCompliance.js.map +1 -0
  35. package/fleetappsmanagement/getFleetTargets.d.ts +14 -0
  36. package/fleetappsmanagement/getFleetTargets.js +4 -0
  37. package/fleetappsmanagement/getFleetTargets.js.map +1 -1
  38. package/fleetappsmanagement/getInstalledPatches.d.ts +138 -0
  39. package/fleetappsmanagement/getInstalledPatches.js +78 -0
  40. package/fleetappsmanagement/getInstalledPatches.js.map +1 -0
  41. package/fleetappsmanagement/getInventoryRecords.d.ts +11 -0
  42. package/fleetappsmanagement/getInventoryRecords.js +4 -0
  43. package/fleetappsmanagement/getInventoryRecords.js.map +1 -1
  44. package/fleetappsmanagement/getRecommendedPatches.d.ts +150 -0
  45. package/fleetappsmanagement/getRecommendedPatches.js +80 -0
  46. package/fleetappsmanagement/getRecommendedPatches.js.map +1 -0
  47. package/fleetappsmanagement/getReportMetadata.d.ts +83 -0
  48. package/fleetappsmanagement/getReportMetadata.js +60 -0
  49. package/fleetappsmanagement/getReportMetadata.js.map +1 -0
  50. package/fleetappsmanagement/getRunbook.d.ts +2 -2
  51. package/fleetappsmanagement/getRunbookExport.d.ts +99 -0
  52. package/fleetappsmanagement/getRunbookExport.js +58 -0
  53. package/fleetappsmanagement/getRunbookExport.js.map +1 -0
  54. package/fleetappsmanagement/getRunbookExportStatuses.d.ts +73 -0
  55. package/fleetappsmanagement/getRunbookExportStatuses.js +60 -0
  56. package/fleetappsmanagement/getRunbookExportStatuses.js.map +1 -0
  57. package/fleetappsmanagement/getRunbookImport.d.ts +99 -0
  58. package/fleetappsmanagement/getRunbookImport.js +58 -0
  59. package/fleetappsmanagement/getRunbookImport.js.map +1 -0
  60. package/fleetappsmanagement/getRunbookImportStatuses.d.ts +73 -0
  61. package/fleetappsmanagement/getRunbookImportStatuses.js +60 -0
  62. package/fleetappsmanagement/getRunbookImportStatuses.js.map +1 -0
  63. package/fleetappsmanagement/getRunbookVersion.d.ts +1 -1
  64. package/fleetappsmanagement/getRunbookVersions.d.ts +1 -1
  65. package/fleetappsmanagement/getSchedulerExecutions.d.ts +26 -4
  66. package/fleetappsmanagement/getSchedulerExecutions.js +10 -2
  67. package/fleetappsmanagement/getSchedulerExecutions.js.map +1 -1
  68. package/fleetappsmanagement/getTargetComponents.d.ts +119 -0
  69. package/fleetappsmanagement/getTargetComponents.js +72 -0
  70. package/fleetappsmanagement/getTargetComponents.js.map +1 -0
  71. package/fleetappsmanagement/getTargetProperties.d.ts +105 -0
  72. package/fleetappsmanagement/getTargetProperties.js +68 -0
  73. package/fleetappsmanagement/getTargetProperties.js.map +1 -0
  74. package/fleetappsmanagement/index.d.ts +33 -0
  75. package/fleetappsmanagement/index.js +36 -3
  76. package/fleetappsmanagement/index.js.map +1 -1
  77. package/fleetappsmanagement/onboarding.d.ts +22 -19
  78. package/fleetappsmanagement/onboarding.js +2 -13
  79. package/fleetappsmanagement/onboarding.js.map +1 -1
  80. package/fleetappsmanagement/platformConfiguration.d.ts +29 -11
  81. package/fleetappsmanagement/platformConfiguration.js +8 -2
  82. package/fleetappsmanagement/platformConfiguration.js.map +1 -1
  83. package/fleetappsmanagement/property.d.ts +22 -4
  84. package/fleetappsmanagement/property.js +8 -2
  85. package/fleetappsmanagement/property.js.map +1 -1
  86. package/fleetappsmanagement/runbook.d.ts +6 -5
  87. package/fleetappsmanagement/runbook.js +1 -0
  88. package/fleetappsmanagement/runbook.js.map +1 -1
  89. package/fleetappsmanagement/runbookVersion.d.ts +6 -152
  90. package/fleetappsmanagement/runbookVersion.js +0 -152
  91. package/fleetappsmanagement/runbookVersion.js.map +1 -1
  92. package/fleetappsmanagement/taskRecord.d.ts +1 -0
  93. package/fleetappsmanagement/taskRecord.js +1 -0
  94. package/fleetappsmanagement/taskRecord.js.map +1 -1
  95. package/functions/getFusionEnvironmentAdminUser.d.ts +3 -0
  96. package/functions/getFusionEnvironmentAdminUser.js.map +1 -1
  97. package/fusionapps/fusionEnvironmentAdminUser.d.ts +6 -0
  98. package/fusionapps/fusionEnvironmentAdminUser.js.map +1 -1
  99. package/limits/getLimitDefinitions.d.ts +8 -8
  100. package/limits/getLimitDefinitions.js +6 -6
  101. package/limits/getLimitValues.d.ts +17 -4
  102. package/limits/getLimitValues.js +8 -2
  103. package/limits/getLimitValues.js.map +1 -1
  104. package/limits/getResourceAvailability.d.ts +17 -6
  105. package/limits/getResourceAvailability.js +8 -4
  106. package/limits/getResourceAvailability.js.map +1 -1
  107. package/limits/getServices.d.ts +2 -2
  108. package/package.json +2 -2
  109. package/types/input.d.ts +155 -60
  110. 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"}
@@ -74,7 +74,7 @@ export interface GetRunbookVersionResult {
74
74
  readonly runbookId: string;
75
75
  readonly runbookVersionId: string;
76
76
  /**
77
- * The current state of the FleetResource.
77
+ * The current state of the runbook version.
78
78
  */
79
79
  readonly state: string;
80
80
  /**
@@ -72,7 +72,7 @@ export interface GetRunbookVersionsResult {
72
72
  */
73
73
  readonly runbookVersionCollections: outputs.FleetAppsManagement.GetRunbookVersionsRunbookVersionCollection[];
74
74
  /**
75
- * The current state of the FleetResource.
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 Fleets that are scheduled.
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
- * ResourceId associated with the Schedule.
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
- * jobId associated with the Schedule.
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 Fleets that are scheduled.
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 Fleets that are scheduled.
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 Fleets that are scheduled.
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;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;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,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,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;AAhBD,wDAgBC;AA2FD;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;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,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,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;AAhBD,oEAgBC"}
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
+ }