@pulumi/oci 4.5.1 → 4.6.0

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 (163) hide show
  1. package/cloudbridge/asset.d.ts +223 -0
  2. package/cloudbridge/asset.js +147 -0
  3. package/cloudbridge/asset.js.map +1 -1
  4. package/cloudbridge/assetSource.d.ts +67 -2
  5. package/cloudbridge/assetSource.js +16 -4
  6. package/cloudbridge/assetSource.js.map +1 -1
  7. package/cloudbridge/getAsset.d.ts +20 -0
  8. package/cloudbridge/getAsset.js.map +1 -1
  9. package/cloudbridge/getAssetSource.d.ts +11 -0
  10. package/cloudbridge/getAssetSource.js.map +1 -1
  11. package/cloudbridge/getAssets.d.ts +28 -0
  12. package/cloudbridge/getAssets.js +8 -0
  13. package/cloudbridge/getAssets.js.map +1 -1
  14. package/cloudbridge/getSupportedCloudRegions.d.ts +34 -0
  15. package/cloudbridge/getSupportedCloudRegions.js +28 -0
  16. package/cloudbridge/getSupportedCloudRegions.js.map +1 -0
  17. package/cloudbridge/index.d.ts +3 -0
  18. package/cloudbridge/index.js +4 -1
  19. package/cloudbridge/index.js.map +1 -1
  20. package/containerengine/getNodePool.d.ts +8 -0
  21. package/containerengine/getNodePool.js.map +1 -1
  22. package/containerengine/nodePool.d.ts +57 -8
  23. package/containerengine/nodePool.js +35 -6
  24. package/containerengine/nodePool.js.map +1 -1
  25. package/core/getInstancePool.d.ts +4 -0
  26. package/core/getInstancePool.js.map +1 -1
  27. package/core/instancePool.d.ts +8 -0
  28. package/core/instancePool.js +2 -0
  29. package/core/instancePool.js.map +1 -1
  30. package/generativeai/getSemanticStore.d.ts +122 -0
  31. package/generativeai/getSemanticStore.js +54 -0
  32. package/generativeai/getSemanticStore.js.map +1 -0
  33. package/generativeai/getSemanticStores.d.ts +124 -0
  34. package/generativeai/getSemanticStores.js +74 -0
  35. package/generativeai/getSemanticStores.js.map +1 -0
  36. package/generativeai/index.d.ts +9 -0
  37. package/generativeai/index.js +12 -1
  38. package/generativeai/index.js.map +1 -1
  39. package/generativeai/semanticStore.d.ts +240 -0
  40. package/generativeai/semanticStore.js +135 -0
  41. package/generativeai/semanticStore.js.map +1 -0
  42. package/managementagent/getManagementAgents.d.ts +2 -2
  43. package/managementagent/getManagementAgents.js +2 -2
  44. package/objectstorage/bucket.d.ts +13 -0
  45. package/objectstorage/bucket.js +3 -0
  46. package/objectstorage/bucket.js.map +1 -1
  47. package/objectstorage/getBucket.d.ts +4 -0
  48. package/objectstorage/getBucket.js.map +1 -1
  49. package/osmanagementhub/dynamicSet.d.ts +247 -0
  50. package/osmanagementhub/dynamicSet.js +142 -0
  51. package/osmanagementhub/dynamicSet.js.map +1 -0
  52. package/osmanagementhub/dynamicSetInstallPackagesManagement.d.ts +119 -0
  53. package/osmanagementhub/dynamicSetInstallPackagesManagement.js +94 -0
  54. package/osmanagementhub/dynamicSetInstallPackagesManagement.js.map +1 -0
  55. package/osmanagementhub/dynamicSetRebootManagement.d.ts +119 -0
  56. package/osmanagementhub/dynamicSetRebootManagement.js +91 -0
  57. package/osmanagementhub/dynamicSetRebootManagement.js.map +1 -0
  58. package/osmanagementhub/dynamicSetRemovePackagesManagement.d.ts +119 -0
  59. package/osmanagementhub/dynamicSetRemovePackagesManagement.js +94 -0
  60. package/osmanagementhub/dynamicSetRemovePackagesManagement.js.map +1 -0
  61. package/osmanagementhub/dynamicSetUpdatePackagesManagement.d.ts +119 -0
  62. package/osmanagementhub/dynamicSetUpdatePackagesManagement.js +91 -0
  63. package/osmanagementhub/dynamicSetUpdatePackagesManagement.js.map +1 -0
  64. package/osmanagementhub/getDynamicSet.d.ts +122 -0
  65. package/osmanagementhub/getDynamicSet.js +54 -0
  66. package/osmanagementhub/getDynamicSet.js.map +1 -0
  67. package/osmanagementhub/getDynamicSetManagedInstances.d.ts +122 -0
  68. package/osmanagementhub/getDynamicSetManagedInstances.js +72 -0
  69. package/osmanagementhub/getDynamicSetManagedInstances.js.map +1 -0
  70. package/osmanagementhub/getDynamicSets.d.ts +111 -0
  71. package/osmanagementhub/getDynamicSets.js +70 -0
  72. package/osmanagementhub/getDynamicSets.js.map +1 -0
  73. package/osmanagementhub/getErrata.d.ts +14 -57
  74. package/osmanagementhub/getErrata.js +6 -22
  75. package/osmanagementhub/getErrata.js.map +1 -1
  76. package/osmanagementhub/getLifecycleStages.d.ts +0 -40
  77. package/osmanagementhub/getLifecycleStages.js +0 -40
  78. package/osmanagementhub/getLifecycleStages.js.map +1 -1
  79. package/osmanagementhub/getManagedInstance.d.ts +8 -0
  80. package/osmanagementhub/getManagedInstance.js.map +1 -1
  81. package/osmanagementhub/getManagedInstanceGroup.d.ts +1 -1
  82. package/osmanagementhub/getManagedInstanceGroupManagedInstances.d.ts +133 -0
  83. package/osmanagementhub/getManagedInstanceGroupManagedInstances.js +76 -0
  84. package/osmanagementhub/getManagedInstanceGroupManagedInstances.js.map +1 -0
  85. package/osmanagementhub/getManagedInstanceSnaps.d.ts +108 -0
  86. package/osmanagementhub/getManagedInstanceSnaps.js +68 -0
  87. package/osmanagementhub/getManagedInstanceSnaps.js.map +1 -0
  88. package/osmanagementhub/getManagedInstanceUpdatablePackages.d.ts +14 -0
  89. package/osmanagementhub/getManagedInstanceUpdatablePackages.js +4 -0
  90. package/osmanagementhub/getManagedInstanceUpdatablePackages.js.map +1 -1
  91. package/osmanagementhub/getManagementStation.d.ts +8 -0
  92. package/osmanagementhub/getManagementStation.js.map +1 -1
  93. package/osmanagementhub/getManagementStations.d.ts +11 -0
  94. package/osmanagementhub/getManagementStations.js +4 -0
  95. package/osmanagementhub/getManagementStations.js.map +1 -1
  96. package/osmanagementhub/getScheduledJob.d.ts +6 -2
  97. package/osmanagementhub/getScheduledJob.js.map +1 -1
  98. package/osmanagementhub/getScheduledJobs.d.ts +11 -0
  99. package/osmanagementhub/getScheduledJobs.js +4 -0
  100. package/osmanagementhub/getScheduledJobs.js.map +1 -1
  101. package/osmanagementhub/getSoftwareSource.d.ts +1 -0
  102. package/osmanagementhub/getSoftwareSource.js.map +1 -1
  103. package/osmanagementhub/getSoftwareSourceManifest.d.ts +0 -6
  104. package/osmanagementhub/getSoftwareSourceManifest.js.map +1 -1
  105. package/osmanagementhub/index.d.ts +63 -0
  106. package/osmanagementhub/index.js +99 -3
  107. package/osmanagementhub/index.js.map +1 -1
  108. package/osmanagementhub/lifecycleEnvironment.d.ts +8 -20
  109. package/osmanagementhub/lifecycleEnvironment.js +8 -20
  110. package/osmanagementhub/lifecycleEnvironment.js.map +1 -1
  111. package/osmanagementhub/managedInstance.d.ts +19 -3
  112. package/osmanagementhub/managedInstance.js +4 -0
  113. package/osmanagementhub/managedInstance.js.map +1 -1
  114. package/osmanagementhub/managedInstanceAttachSoftwareSourcesManagement.d.ts +107 -0
  115. package/osmanagementhub/managedInstanceAttachSoftwareSourcesManagement.js +92 -0
  116. package/osmanagementhub/managedInstanceAttachSoftwareSourcesManagement.js.map +1 -0
  117. package/osmanagementhub/managedInstanceDetachSoftwareSourcesManagement.d.ts +107 -0
  118. package/osmanagementhub/managedInstanceDetachSoftwareSourcesManagement.js +92 -0
  119. package/osmanagementhub/managedInstanceDetachSoftwareSourcesManagement.js.map +1 -0
  120. package/osmanagementhub/managedInstanceGroup.d.ts +3 -3
  121. package/osmanagementhub/managedInstanceInstallPackagesManagement.d.ts +106 -0
  122. package/osmanagementhub/managedInstanceInstallPackagesManagement.js +91 -0
  123. package/osmanagementhub/managedInstanceInstallPackagesManagement.js.map +1 -0
  124. package/osmanagementhub/managedInstanceInstallSnapsManagement.d.ts +112 -0
  125. package/osmanagementhub/managedInstanceInstallSnapsManagement.js +94 -0
  126. package/osmanagementhub/managedInstanceInstallSnapsManagement.js.map +1 -0
  127. package/osmanagementhub/managedInstanceRefreshSoftwareManagement.d.ts +85 -0
  128. package/osmanagementhub/managedInstanceRefreshSoftwareManagement.js +77 -0
  129. package/osmanagementhub/managedInstanceRefreshSoftwareManagement.js.map +1 -0
  130. package/osmanagementhub/managedInstanceRemovePackagesManagement.d.ts +106 -0
  131. package/osmanagementhub/managedInstanceRemovePackagesManagement.js +91 -0
  132. package/osmanagementhub/managedInstanceRemovePackagesManagement.js.map +1 -0
  133. package/osmanagementhub/managedInstanceRemoveSnapsManagement.d.ts +109 -0
  134. package/osmanagementhub/managedInstanceRemoveSnapsManagement.js +94 -0
  135. package/osmanagementhub/managedInstanceRemoveSnapsManagement.js.map +1 -0
  136. package/osmanagementhub/managedInstanceSwitchSnapChannelManagement.d.ts +109 -0
  137. package/osmanagementhub/managedInstanceSwitchSnapChannelManagement.js +91 -0
  138. package/osmanagementhub/managedInstanceSwitchSnapChannelManagement.js.map +1 -0
  139. package/osmanagementhub/managedInstancesInstallWindowsUpdatesManagement.d.ts +106 -0
  140. package/osmanagementhub/managedInstancesInstallWindowsUpdatesManagement.js +88 -0
  141. package/osmanagementhub/managedInstancesInstallWindowsUpdatesManagement.js.map +1 -0
  142. package/osmanagementhub/managedInstancesUpdatePackagesManagement.d.ts +106 -0
  143. package/osmanagementhub/managedInstancesUpdatePackagesManagement.js +88 -0
  144. package/osmanagementhub/managedInstancesUpdatePackagesManagement.js.map +1 -0
  145. package/osmanagementhub/managementStation.d.ts +26 -0
  146. package/osmanagementhub/managementStation.js +6 -0
  147. package/osmanagementhub/managementStation.js.map +1 -1
  148. package/osmanagementhub/profile.d.ts +6 -6
  149. package/osmanagementhub/profileDetachManagementStationManagement.d.ts +100 -0
  150. package/osmanagementhub/profileDetachManagementStationManagement.js +85 -0
  151. package/osmanagementhub/profileDetachManagementStationManagement.js.map +1 -0
  152. package/osmanagementhub/scheduledJob.d.ts +43 -15
  153. package/osmanagementhub/scheduledJob.js +18 -0
  154. package/osmanagementhub/scheduledJob.js.map +1 -1
  155. package/osmanagementhub/softwareSource.d.ts +12 -0
  156. package/osmanagementhub/softwareSource.js +2 -0
  157. package/osmanagementhub/softwareSource.js.map +1 -1
  158. package/osmanagementhub/softwareSourceManifest.d.ts +3 -12
  159. package/osmanagementhub/softwareSourceManifest.js +3 -3
  160. package/osmanagementhub/softwareSourceManifest.js.map +1 -1
  161. package/package.json +2 -2
  162. package/types/input.d.ts +1021 -11
  163. package/types/output.d.ts +2324 -34
@@ -0,0 +1,100 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * This resource provides the Profile Detach Management Station Management resource in Oracle Cloud Infrastructure Os Management Hub service.
4
+ * Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/osmh/latest/Profile/DetachManagementStation
5
+ *
6
+ * Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/os_management_hub
7
+ *
8
+ * Detaches the specified management station from a profile.
9
+ *
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as oci from "@pulumi/oci";
15
+ *
16
+ * const testProfileDetachManagementStationManagement = new oci.osmanagementhub.ProfileDetachManagementStationManagement("test_profile_detach_management_station_management", {
17
+ * managementStationId: testManagementStation.id,
18
+ * profileId: testProfile.id,
19
+ * });
20
+ * ```
21
+ *
22
+ * ## Import
23
+ *
24
+ * ProfileDetachManagementStationManagement can be imported using the `id`, e.g.
25
+ *
26
+ * ```sh
27
+ * $ pulumi import oci:OsManagementHub/profileDetachManagementStationManagement:ProfileDetachManagementStationManagement test_profile_detach_management_station_management "id"
28
+ * ```
29
+ */
30
+ export declare class ProfileDetachManagementStationManagement extends pulumi.CustomResource {
31
+ /**
32
+ * Get an existing ProfileDetachManagementStationManagement resource's state with the given name, ID, and optional extra
33
+ * properties used to qualify the lookup.
34
+ *
35
+ * @param name The _unique_ name of the resulting resource.
36
+ * @param id The _unique_ provider ID of the resource to lookup.
37
+ * @param state Any extra arguments used during the lookup.
38
+ * @param opts Optional settings to control the behavior of the CustomResource.
39
+ */
40
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ProfileDetachManagementStationManagementState, opts?: pulumi.CustomResourceOptions): ProfileDetachManagementStationManagement;
41
+ /**
42
+ * Returns true if the given object is an instance of ProfileDetachManagementStationManagement. This is designed to work even
43
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
44
+ */
45
+ static isInstance(obj: any): obj is ProfileDetachManagementStationManagement;
46
+ /**
47
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station to detach from the profile.
48
+ */
49
+ readonly managementStationId: pulumi.Output<string>;
50
+ /**
51
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the registration profile.
52
+ *
53
+ *
54
+ * ** IMPORTANT **
55
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
56
+ */
57
+ readonly profileId: pulumi.Output<string>;
58
+ /**
59
+ * Create a ProfileDetachManagementStationManagement resource with the given unique name, arguments, and options.
60
+ *
61
+ * @param name The _unique_ name of the resource.
62
+ * @param args The arguments to use to populate this resource's properties.
63
+ * @param opts A bag of options that control this resource's behavior.
64
+ */
65
+ constructor(name: string, args: ProfileDetachManagementStationManagementArgs, opts?: pulumi.CustomResourceOptions);
66
+ }
67
+ /**
68
+ * Input properties used for looking up and filtering ProfileDetachManagementStationManagement resources.
69
+ */
70
+ export interface ProfileDetachManagementStationManagementState {
71
+ /**
72
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station to detach from the profile.
73
+ */
74
+ managementStationId?: pulumi.Input<string>;
75
+ /**
76
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the registration profile.
77
+ *
78
+ *
79
+ * ** IMPORTANT **
80
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
81
+ */
82
+ profileId?: pulumi.Input<string>;
83
+ }
84
+ /**
85
+ * The set of arguments for constructing a ProfileDetachManagementStationManagement resource.
86
+ */
87
+ export interface ProfileDetachManagementStationManagementArgs {
88
+ /**
89
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station to detach from the profile.
90
+ */
91
+ managementStationId: pulumi.Input<string>;
92
+ /**
93
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the registration profile.
94
+ *
95
+ *
96
+ * ** IMPORTANT **
97
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
98
+ */
99
+ profileId: pulumi.Input<string>;
100
+ }
@@ -0,0 +1,85 @@
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.ProfileDetachManagementStationManagement = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This resource provides the Profile Detach Management Station Management resource in Oracle Cloud Infrastructure Os Management Hub service.
10
+ * Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/osmh/latest/Profile/DetachManagementStation
11
+ *
12
+ * Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/os_management_hub
13
+ *
14
+ * Detaches the specified management station from a profile.
15
+ *
16
+ * ## Example Usage
17
+ *
18
+ * ```typescript
19
+ * import * as pulumi from "@pulumi/pulumi";
20
+ * import * as oci from "@pulumi/oci";
21
+ *
22
+ * const testProfileDetachManagementStationManagement = new oci.osmanagementhub.ProfileDetachManagementStationManagement("test_profile_detach_management_station_management", {
23
+ * managementStationId: testManagementStation.id,
24
+ * profileId: testProfile.id,
25
+ * });
26
+ * ```
27
+ *
28
+ * ## Import
29
+ *
30
+ * ProfileDetachManagementStationManagement can be imported using the `id`, e.g.
31
+ *
32
+ * ```sh
33
+ * $ pulumi import oci:OsManagementHub/profileDetachManagementStationManagement:ProfileDetachManagementStationManagement test_profile_detach_management_station_management "id"
34
+ * ```
35
+ */
36
+ class ProfileDetachManagementStationManagement extends pulumi.CustomResource {
37
+ /**
38
+ * Get an existing ProfileDetachManagementStationManagement resource's state with the given name, ID, and optional extra
39
+ * properties used to qualify the lookup.
40
+ *
41
+ * @param name The _unique_ name of the resulting resource.
42
+ * @param id The _unique_ provider ID of the resource to lookup.
43
+ * @param state Any extra arguments used during the lookup.
44
+ * @param opts Optional settings to control the behavior of the CustomResource.
45
+ */
46
+ static get(name, id, state, opts) {
47
+ return new ProfileDetachManagementStationManagement(name, state, { ...opts, id: id });
48
+ }
49
+ /**
50
+ * Returns true if the given object is an instance of ProfileDetachManagementStationManagement. This is designed to work even
51
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
52
+ */
53
+ static isInstance(obj) {
54
+ if (obj === undefined || obj === null) {
55
+ return false;
56
+ }
57
+ return obj['__pulumiType'] === ProfileDetachManagementStationManagement.__pulumiType;
58
+ }
59
+ constructor(name, argsOrState, opts) {
60
+ let resourceInputs = {};
61
+ opts = opts || {};
62
+ if (opts.id) {
63
+ const state = argsOrState;
64
+ resourceInputs["managementStationId"] = state?.managementStationId;
65
+ resourceInputs["profileId"] = state?.profileId;
66
+ }
67
+ else {
68
+ const args = argsOrState;
69
+ if (args?.managementStationId === undefined && !opts.urn) {
70
+ throw new Error("Missing required property 'managementStationId'");
71
+ }
72
+ if (args?.profileId === undefined && !opts.urn) {
73
+ throw new Error("Missing required property 'profileId'");
74
+ }
75
+ resourceInputs["managementStationId"] = args?.managementStationId;
76
+ resourceInputs["profileId"] = args?.profileId;
77
+ }
78
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
79
+ super(ProfileDetachManagementStationManagement.__pulumiType, name, resourceInputs, opts);
80
+ }
81
+ }
82
+ exports.ProfileDetachManagementStationManagement = ProfileDetachManagementStationManagement;
83
+ /** @internal */
84
+ ProfileDetachManagementStationManagement.__pulumiType = 'oci:OsManagementHub/profileDetachManagementStationManagement:ProfileDetachManagementStationManagement';
85
+ //# sourceMappingURL=profileDetachManagementStationManagement.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"profileDetachManagementStationManagement.js","sourceRoot":"","sources":["../../osmanagementhub/profileDetachManagementStationManagement.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,MAAa,wCAAyC,SAAQ,MAAM,CAAC,cAAc;IAC/E;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAqD,EAAE,IAAmC;QACnJ,OAAO,IAAI,wCAAwC,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC/F,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,wCAAwC,CAAC,YAAY,CAAC;IACzF,CAAC;IAuBD,YAAY,IAAY,EAAE,WAA0G,EAAE,IAAmC;QACrK,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAwE,CAAC;YACvF,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,EAAE,mBAAmB,CAAC;YACnE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;SAClD;aAAM;YACH,MAAM,IAAI,GAAG,WAAuE,CAAC;YACrF,IAAI,IAAI,EAAE,mBAAmB,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;aACtE;YACD,IAAI,IAAI,EAAE,SAAS,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5C,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,EAAE,mBAAmB,CAAC;YAClE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;SACjD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,wCAAwC,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC7F,CAAC;;AArEL,4FAsEC;AAxDG,gBAAgB;AACO,qDAAY,GAAG,uGAAuG,CAAC"}
@@ -19,6 +19,13 @@ import * as outputs from "../types/output";
19
19
  * compartmentId: compartmentId,
20
20
  * operations: [{
21
21
  * operationType: scheduledJobOperationsOperationType,
22
+ * installSnapDetails: {
23
+ * name: scheduledJobOperationsInstallSnapDetailsName,
24
+ * channel: scheduledJobOperationsInstallSnapDetailsChannel,
25
+ * isSigned: scheduledJobOperationsInstallSnapDetailsIsSigned,
26
+ * mode: scheduledJobOperationsInstallSnapDetailsMode,
27
+ * revision: scheduledJobOperationsInstallSnapDetailsRevision,
28
+ * },
22
29
  * manageModuleStreamsDetails: {
23
30
  * disables: [{
24
31
  * moduleName: scheduledJobOperationsManageModuleStreamsDetailsDisableModuleName,
@@ -45,12 +52,20 @@ import * as outputs from "../types/output";
45
52
  * },
46
53
  * packageNames: scheduledJobOperationsPackageNames,
47
54
  * rebootTimeoutInMins: scheduledJobOperationsRebootTimeoutInMins,
55
+ * removeSnapDetails: {
56
+ * name: scheduledJobOperationsRemoveSnapDetailsName,
57
+ * revision: scheduledJobOperationsRemoveSnapDetailsRevision,
58
+ * },
48
59
  * softwareSourceIds: scheduledJobOperationsSoftwareSourceIds,
49
60
  * switchModuleStreamsDetails: {
50
61
  * moduleName: scheduledJobOperationsSwitchModuleStreamsDetailsModuleName,
51
62
  * streamName: testStream.name,
52
63
  * softwareSourceId: testSoftwareSource.id,
53
64
  * },
65
+ * switchSnapChannelDetails: {
66
+ * name: scheduledJobOperationsSwitchSnapChannelDetailsName,
67
+ * channel: scheduledJobOperationsSwitchSnapChannelDetailsChannel,
68
+ * },
54
69
  * windowsUpdateNames: scheduledJobOperationsWindowsUpdateNames,
55
70
  * }],
56
71
  * scheduleType: scheduledJobScheduleType,
@@ -60,6 +75,7 @@ import * as outputs from "../types/output";
60
75
  * },
61
76
  * description: scheduledJobDescription,
62
77
  * displayName: scheduledJobDisplayName,
78
+ * dynamicSetIds: scheduledJobDynamicSetIds,
63
79
  * freeformTags: {
64
80
  * Department: "Finance",
65
81
  * },
@@ -118,6 +134,10 @@ export declare class ScheduledJob extends pulumi.CustomResource {
118
134
  * (Updatable) User-friendly name for the scheduled job. Does not have to be unique and you can change the name later. Avoid entering confidential information.
119
135
  */
120
136
  readonly displayName: pulumi.Output<string>;
137
+ /**
138
+ * The dynamic set [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. A scheduled job can only operate on one type of target. therefore this parameter is mutually exclusive with managedInstanceIds, managedInstanceGroupIds, lifecycleStageIds, managedCompartmentIds.
139
+ */
140
+ readonly dynamicSetIds: pulumi.Output<string[]>;
121
141
  /**
122
142
  * (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
123
143
  */
@@ -137,7 +157,7 @@ export declare class ScheduledJob extends pulumi.CustomResource {
137
157
  */
138
158
  readonly isSubcompartmentIncluded: pulumi.Output<boolean>;
139
159
  /**
140
- * The lifecycle stage [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. A scheduled job can only operate on one type of target, therefore you must supply either this or managedInstanceIds, or managedInstanceGroupIds, or managedCompartmentIds.
160
+ * The lifecycle stage [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. A scheduled job can only operate on one type of target, therefore you must supply either this or managedInstanceIds, or managedInstanceGroupIds, or managedCompartmentIds, or dynamicSetIds.
141
161
  */
142
162
  readonly lifecycleStageIds: pulumi.Output<string[]>;
143
163
  /**
@@ -145,15 +165,15 @@ export declare class ScheduledJob extends pulumi.CustomResource {
145
165
  */
146
166
  readonly locations: pulumi.Output<string[]>;
147
167
  /**
148
- * The compartment [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. To apply the job to all compartments in the tenancy, set this to the tenancy OCID (root compartment) and set isSubcompartmentIncluded to true. A scheduled job can only operate on one type of target, therefore you must supply either this or managedInstanceIds, or managedInstanceGroupIds, or lifecycleStageIds.
168
+ * The compartment [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. To apply the job to all compartments in the tenancy, set this to the tenancy OCID (root compartment) and set isSubcompartmentIncluded to true. A scheduled job can only operate on one type of target, therefore you must supply either this or managedInstanceIds, or managedInstanceGroupIds, or lifecycleStageIds, or dynamicSetIds.
149
169
  */
150
170
  readonly managedCompartmentIds: pulumi.Output<string[]>;
151
171
  /**
152
- * The managed instance group [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. A scheduled job can only operate on one type of target, therefore you must supply either this or managedInstanceIds, or managedCompartmentIds, or lifecycleStageIds.
172
+ * The managed instance group [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. A scheduled job can only operate on one type of target, therefore you must supply either this or managedInstanceIds, or managedCompartmentIds, or lifecycleStageIds, or dynamicSetIds.
153
173
  */
154
174
  readonly managedInstanceGroupIds: pulumi.Output<string[]>;
155
175
  /**
156
- * The managed instance [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. A scheduled job can only operate on one type of target, therefore you must supply either this or managedInstanceGroupIds, or managedCompartmentIds, or lifecycleStageIds.
176
+ * The managed instance [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. A scheduled job can only operate on one type of target, therefore you must supply either this or managedInstanceGroupIds, or managedCompartmentIds, or lifecycleStageIds, or dynamicSetIds.
157
177
  */
158
178
  readonly managedInstanceIds: pulumi.Output<string[]>;
159
179
  /**
@@ -169,7 +189,7 @@ export declare class ScheduledJob extends pulumi.CustomResource {
169
189
  */
170
190
  readonly operations: pulumi.Output<outputs.OsManagementHub.ScheduledJobOperation[]>;
171
191
  /**
172
- * (Updatable) The frequency schedule for a recurring scheduled job.
192
+ * (Updatable) The frequency schedule for a recurring scheduled job in the [RFC5535](https://www.rfc-editor.org/rfc/rfc5535) format. Note: Currently, only FREQ/INTERVAL/BYMONTHDAY/BYDAY/BYSETPOS/BYMONTH/BYHOUR/BYMINUTE/BYSECOND rules are supported. In FREQ, only YEARLY, MONTHLY, WEEKLY, DAILY", HOURLY are supported.
173
193
  */
174
194
  readonly recurringRule: pulumi.Output<string>;
175
195
  /**
@@ -249,6 +269,10 @@ export interface ScheduledJobState {
249
269
  * (Updatable) User-friendly name for the scheduled job. Does not have to be unique and you can change the name later. Avoid entering confidential information.
250
270
  */
251
271
  displayName?: pulumi.Input<string>;
272
+ /**
273
+ * The dynamic set [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. A scheduled job can only operate on one type of target. therefore this parameter is mutually exclusive with managedInstanceIds, managedInstanceGroupIds, lifecycleStageIds, managedCompartmentIds.
274
+ */
275
+ dynamicSetIds?: pulumi.Input<pulumi.Input<string>[]>;
252
276
  /**
253
277
  * (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
254
278
  */
@@ -268,7 +292,7 @@ export interface ScheduledJobState {
268
292
  */
269
293
  isSubcompartmentIncluded?: pulumi.Input<boolean>;
270
294
  /**
271
- * The lifecycle stage [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. A scheduled job can only operate on one type of target, therefore you must supply either this or managedInstanceIds, or managedInstanceGroupIds, or managedCompartmentIds.
295
+ * The lifecycle stage [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. A scheduled job can only operate on one type of target, therefore you must supply either this or managedInstanceIds, or managedInstanceGroupIds, or managedCompartmentIds, or dynamicSetIds.
272
296
  */
273
297
  lifecycleStageIds?: pulumi.Input<pulumi.Input<string>[]>;
274
298
  /**
@@ -276,15 +300,15 @@ export interface ScheduledJobState {
276
300
  */
277
301
  locations?: pulumi.Input<pulumi.Input<string>[]>;
278
302
  /**
279
- * The compartment [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. To apply the job to all compartments in the tenancy, set this to the tenancy OCID (root compartment) and set isSubcompartmentIncluded to true. A scheduled job can only operate on one type of target, therefore you must supply either this or managedInstanceIds, or managedInstanceGroupIds, or lifecycleStageIds.
303
+ * The compartment [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. To apply the job to all compartments in the tenancy, set this to the tenancy OCID (root compartment) and set isSubcompartmentIncluded to true. A scheduled job can only operate on one type of target, therefore you must supply either this or managedInstanceIds, or managedInstanceGroupIds, or lifecycleStageIds, or dynamicSetIds.
280
304
  */
281
305
  managedCompartmentIds?: pulumi.Input<pulumi.Input<string>[]>;
282
306
  /**
283
- * The managed instance group [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. A scheduled job can only operate on one type of target, therefore you must supply either this or managedInstanceIds, or managedCompartmentIds, or lifecycleStageIds.
307
+ * The managed instance group [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. A scheduled job can only operate on one type of target, therefore you must supply either this or managedInstanceIds, or managedCompartmentIds, or lifecycleStageIds, or dynamicSetIds.
284
308
  */
285
309
  managedInstanceGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
286
310
  /**
287
- * The managed instance [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. A scheduled job can only operate on one type of target, therefore you must supply either this or managedInstanceGroupIds, or managedCompartmentIds, or lifecycleStageIds.
311
+ * The managed instance [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. A scheduled job can only operate on one type of target, therefore you must supply either this or managedInstanceGroupIds, or managedCompartmentIds, or lifecycleStageIds, or dynamicSetIds.
288
312
  */
289
313
  managedInstanceIds?: pulumi.Input<pulumi.Input<string>[]>;
290
314
  /**
@@ -300,7 +324,7 @@ export interface ScheduledJobState {
300
324
  */
301
325
  operations?: pulumi.Input<pulumi.Input<inputs.OsManagementHub.ScheduledJobOperation>[]>;
302
326
  /**
303
- * (Updatable) The frequency schedule for a recurring scheduled job.
327
+ * (Updatable) The frequency schedule for a recurring scheduled job in the [RFC5535](https://www.rfc-editor.org/rfc/rfc5535) format. Note: Currently, only FREQ/INTERVAL/BYMONTHDAY/BYDAY/BYSETPOS/BYMONTH/BYHOUR/BYMINUTE/BYSECOND rules are supported. In FREQ, only YEARLY, MONTHLY, WEEKLY, DAILY", HOURLY are supported.
304
328
  */
305
329
  recurringRule?: pulumi.Input<string>;
306
330
  /**
@@ -372,6 +396,10 @@ export interface ScheduledJobArgs {
372
396
  * (Updatable) User-friendly name for the scheduled job. Does not have to be unique and you can change the name later. Avoid entering confidential information.
373
397
  */
374
398
  displayName?: pulumi.Input<string>;
399
+ /**
400
+ * The dynamic set [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. A scheduled job can only operate on one type of target. therefore this parameter is mutually exclusive with managedInstanceIds, managedInstanceGroupIds, lifecycleStageIds, managedCompartmentIds.
401
+ */
402
+ dynamicSetIds?: pulumi.Input<pulumi.Input<string>[]>;
375
403
  /**
376
404
  * (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
377
405
  */
@@ -387,7 +415,7 @@ export interface ScheduledJobArgs {
387
415
  */
388
416
  isSubcompartmentIncluded?: pulumi.Input<boolean>;
389
417
  /**
390
- * The lifecycle stage [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. A scheduled job can only operate on one type of target, therefore you must supply either this or managedInstanceIds, or managedInstanceGroupIds, or managedCompartmentIds.
418
+ * The lifecycle stage [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. A scheduled job can only operate on one type of target, therefore you must supply either this or managedInstanceIds, or managedInstanceGroupIds, or managedCompartmentIds, or dynamicSetIds.
391
419
  */
392
420
  lifecycleStageIds?: pulumi.Input<pulumi.Input<string>[]>;
393
421
  /**
@@ -395,15 +423,15 @@ export interface ScheduledJobArgs {
395
423
  */
396
424
  locations?: pulumi.Input<pulumi.Input<string>[]>;
397
425
  /**
398
- * The compartment [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. To apply the job to all compartments in the tenancy, set this to the tenancy OCID (root compartment) and set isSubcompartmentIncluded to true. A scheduled job can only operate on one type of target, therefore you must supply either this or managedInstanceIds, or managedInstanceGroupIds, or lifecycleStageIds.
426
+ * The compartment [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. To apply the job to all compartments in the tenancy, set this to the tenancy OCID (root compartment) and set isSubcompartmentIncluded to true. A scheduled job can only operate on one type of target, therefore you must supply either this or managedInstanceIds, or managedInstanceGroupIds, or lifecycleStageIds, or dynamicSetIds.
399
427
  */
400
428
  managedCompartmentIds?: pulumi.Input<pulumi.Input<string>[]>;
401
429
  /**
402
- * The managed instance group [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. A scheduled job can only operate on one type of target, therefore you must supply either this or managedInstanceIds, or managedCompartmentIds, or lifecycleStageIds.
430
+ * The managed instance group [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. A scheduled job can only operate on one type of target, therefore you must supply either this or managedInstanceIds, or managedCompartmentIds, or lifecycleStageIds, or dynamicSetIds.
403
431
  */
404
432
  managedInstanceGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
405
433
  /**
406
- * The managed instance [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. A scheduled job can only operate on one type of target, therefore you must supply either this or managedInstanceGroupIds, or managedCompartmentIds, or lifecycleStageIds.
434
+ * The managed instance [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. A scheduled job can only operate on one type of target, therefore you must supply either this or managedInstanceGroupIds, or managedCompartmentIds, or lifecycleStageIds, or dynamicSetIds.
407
435
  */
408
436
  managedInstanceIds?: pulumi.Input<pulumi.Input<string>[]>;
409
437
  /**
@@ -419,7 +447,7 @@ export interface ScheduledJobArgs {
419
447
  */
420
448
  operations: pulumi.Input<pulumi.Input<inputs.OsManagementHub.ScheduledJobOperation>[]>;
421
449
  /**
422
- * (Updatable) The frequency schedule for a recurring scheduled job.
450
+ * (Updatable) The frequency schedule for a recurring scheduled job in the [RFC5535](https://www.rfc-editor.org/rfc/rfc5535) format. Note: Currently, only FREQ/INTERVAL/BYMONTHDAY/BYDAY/BYSETPOS/BYMONTH/BYHOUR/BYMINUTE/BYSECOND rules are supported. In FREQ, only YEARLY, MONTHLY, WEEKLY, DAILY", HOURLY are supported.
423
451
  */
424
452
  recurringRule?: pulumi.Input<string>;
425
453
  /**
@@ -23,6 +23,13 @@ const utilities = require("../utilities");
23
23
  * compartmentId: compartmentId,
24
24
  * operations: [{
25
25
  * operationType: scheduledJobOperationsOperationType,
26
+ * installSnapDetails: {
27
+ * name: scheduledJobOperationsInstallSnapDetailsName,
28
+ * channel: scheduledJobOperationsInstallSnapDetailsChannel,
29
+ * isSigned: scheduledJobOperationsInstallSnapDetailsIsSigned,
30
+ * mode: scheduledJobOperationsInstallSnapDetailsMode,
31
+ * revision: scheduledJobOperationsInstallSnapDetailsRevision,
32
+ * },
26
33
  * manageModuleStreamsDetails: {
27
34
  * disables: [{
28
35
  * moduleName: scheduledJobOperationsManageModuleStreamsDetailsDisableModuleName,
@@ -49,12 +56,20 @@ const utilities = require("../utilities");
49
56
  * },
50
57
  * packageNames: scheduledJobOperationsPackageNames,
51
58
  * rebootTimeoutInMins: scheduledJobOperationsRebootTimeoutInMins,
59
+ * removeSnapDetails: {
60
+ * name: scheduledJobOperationsRemoveSnapDetailsName,
61
+ * revision: scheduledJobOperationsRemoveSnapDetailsRevision,
62
+ * },
52
63
  * softwareSourceIds: scheduledJobOperationsSoftwareSourceIds,
53
64
  * switchModuleStreamsDetails: {
54
65
  * moduleName: scheduledJobOperationsSwitchModuleStreamsDetailsModuleName,
55
66
  * streamName: testStream.name,
56
67
  * softwareSourceId: testSoftwareSource.id,
57
68
  * },
69
+ * switchSnapChannelDetails: {
70
+ * name: scheduledJobOperationsSwitchSnapChannelDetailsName,
71
+ * channel: scheduledJobOperationsSwitchSnapChannelDetailsChannel,
72
+ * },
58
73
  * windowsUpdateNames: scheduledJobOperationsWindowsUpdateNames,
59
74
  * }],
60
75
  * scheduleType: scheduledJobScheduleType,
@@ -64,6 +79,7 @@ const utilities = require("../utilities");
64
79
  * },
65
80
  * description: scheduledJobDescription,
66
81
  * displayName: scheduledJobDisplayName,
82
+ * dynamicSetIds: scheduledJobDynamicSetIds,
67
83
  * freeformTags: {
68
84
  * Department: "Finance",
69
85
  * },
@@ -120,6 +136,7 @@ class ScheduledJob extends pulumi.CustomResource {
120
136
  resourceInputs["definedTags"] = state?.definedTags;
121
137
  resourceInputs["description"] = state?.description;
122
138
  resourceInputs["displayName"] = state?.displayName;
139
+ resourceInputs["dynamicSetIds"] = state?.dynamicSetIds;
123
140
  resourceInputs["freeformTags"] = state?.freeformTags;
124
141
  resourceInputs["isManagedByAutonomousLinux"] = state?.isManagedByAutonomousLinux;
125
142
  resourceInputs["isRestricted"] = state?.isRestricted;
@@ -160,6 +177,7 @@ class ScheduledJob extends pulumi.CustomResource {
160
177
  resourceInputs["definedTags"] = args?.definedTags;
161
178
  resourceInputs["description"] = args?.description;
162
179
  resourceInputs["displayName"] = args?.displayName;
180
+ resourceInputs["dynamicSetIds"] = args?.dynamicSetIds;
163
181
  resourceInputs["freeformTags"] = args?.freeformTags;
164
182
  resourceInputs["isManagedByAutonomousLinux"] = args?.isManagedByAutonomousLinux;
165
183
  resourceInputs["isSubcompartmentIncluded"] = args?.isSubcompartmentIncluded;
@@ -1 +1 @@
1
- {"version":3,"file":"scheduledJob.js","sourceRoot":"","sources":["../../osmanagementhub/scheduledJob.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"scheduledJob.js","sourceRoot":"","sources":["../../osmanagementhub/scheduledJob.ts"],"names":[],"mappings":"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"}
@@ -130,6 +130,10 @@ export declare class SoftwareSource extends pulumi.CustomResource {
130
130
  * (Updatable) Whether SSL validation needs to be turned on
131
131
  */
132
132
  readonly isSslVerifyEnabled: pulumi.Output<boolean>;
133
+ /**
134
+ * The display name of the software source to be replicated
135
+ */
136
+ readonly originDisplayName: pulumi.Output<string>;
133
137
  /**
134
138
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the vendor software source in the root compartment that is being replicated.
135
139
  */
@@ -306,6 +310,10 @@ export interface SoftwareSourceState {
306
310
  * (Updatable) Whether SSL validation needs to be turned on
307
311
  */
308
312
  isSslVerifyEnabled?: pulumi.Input<boolean>;
313
+ /**
314
+ * The display name of the software source to be replicated
315
+ */
316
+ originDisplayName?: pulumi.Input<string>;
309
317
  /**
310
318
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the vendor software source in the root compartment that is being replicated.
311
319
  */
@@ -450,6 +458,10 @@ export interface SoftwareSourceArgs {
450
458
  * (Updatable) Whether SSL validation needs to be turned on
451
459
  */
452
460
  isSslVerifyEnabled?: pulumi.Input<boolean>;
461
+ /**
462
+ * The display name of the software source to be replicated
463
+ */
464
+ originDisplayName?: pulumi.Input<string>;
453
465
  /**
454
466
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the vendor software source in the root compartment that is being replicated.
455
467
  */
@@ -71,6 +71,7 @@ class SoftwareSource extends pulumi.CustomResource {
71
71
  resourceInputs["isMandatoryForAutonomousLinux"] = state?.isMandatoryForAutonomousLinux;
72
72
  resourceInputs["isMirrorSyncAllowed"] = state?.isMirrorSyncAllowed;
73
73
  resourceInputs["isSslVerifyEnabled"] = state?.isSslVerifyEnabled;
74
+ resourceInputs["originDisplayName"] = state?.originDisplayName;
74
75
  resourceInputs["originSoftwareSourceId"] = state?.originSoftwareSourceId;
75
76
  resourceInputs["osFamily"] = state?.osFamily;
76
77
  resourceInputs["packageCount"] = state?.packageCount;
@@ -112,6 +113,7 @@ class SoftwareSource extends pulumi.CustomResource {
112
113
  resourceInputs["isLatestContentOnly"] = args?.isLatestContentOnly;
113
114
  resourceInputs["isMirrorSyncAllowed"] = args?.isMirrorSyncAllowed;
114
115
  resourceInputs["isSslVerifyEnabled"] = args?.isSslVerifyEnabled;
116
+ resourceInputs["originDisplayName"] = args?.originDisplayName;
115
117
  resourceInputs["originSoftwareSourceId"] = args?.originSoftwareSourceId;
116
118
  resourceInputs["osFamily"] = args?.osFamily;
117
119
  resourceInputs["packages"] = args?.packages;
@@ -1 +1 @@
1
- {"version":3,"file":"softwareSource.js","sourceRoot":"","sources":["../../osmanagementhub/softwareSource.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"softwareSource.js","sourceRoot":"","sources":["../../osmanagementhub/softwareSource.ts"],"names":[],"mappings":"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"}
@@ -1,7 +1,7 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
3
  * This resource provides the Software Source Manifest resource in Oracle Cloud Infrastructure Os Management Hub service.
4
- * Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/os-management/latest/SoftwareSourceManifest
4
+ * Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/osmh/latest/Manifest
5
5
  *
6
6
  * Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/os_management_hub
7
7
  *
@@ -14,8 +14,8 @@ import * as pulumi from "@pulumi/pulumi";
14
14
  * import * as oci from "@pulumi/oci";
15
15
  *
16
16
  * const testSoftwareSourceManifest = new oci.osmanagementhub.SoftwareSourceManifest("test_software_source_manifest", {
17
+ * updateSoftwareSourceManifestDetails: softwareSourceManifestUpdateSoftwareSourceManifestDetails,
17
18
  * softwareSourceId: testSoftwareSource.id,
18
- * content: content,
19
19
  * });
20
20
  * ```
21
21
  *
@@ -24,7 +24,7 @@ import * as pulumi from "@pulumi/pulumi";
24
24
  * SoftwareSourceManifests can be imported using the `id`, e.g.
25
25
  *
26
26
  * ```sh
27
- * $ pulumi import oci:OsManagementHub/softwareSourceManifest:SoftwareSourceManifest test_software_source_manifest "id"
27
+ * $ pulumi import oci:OsManagementHub/softwareSourceManifest:SoftwareSourceManifest test_software_source_manifest "softwareSources/{softwareSourceId}/manifest"
28
28
  * ```
29
29
  */
30
30
  export declare class SoftwareSourceManifest extends pulumi.CustomResource {
@@ -43,9 +43,6 @@ export declare class SoftwareSourceManifest extends pulumi.CustomResource {
43
43
  * when multiple copies of the Pulumi SDK have been loaded into the same process.
44
44
  */
45
45
  static isInstance(obj: any): obj is SoftwareSourceManifest;
46
- /**
47
- * (Updatable) Provides the manifest content used to update the package list of the software source.
48
- */
49
46
  readonly content: pulumi.Output<string | undefined>;
50
47
  /**
51
48
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
@@ -68,9 +65,6 @@ export declare class SoftwareSourceManifest extends pulumi.CustomResource {
68
65
  * Input properties used for looking up and filtering SoftwareSourceManifest resources.
69
66
  */
70
67
  export interface SoftwareSourceManifestState {
71
- /**
72
- * (Updatable) Provides the manifest content used to update the package list of the software source.
73
- */
74
68
  content?: pulumi.Input<string>;
75
69
  /**
76
70
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
@@ -85,9 +79,6 @@ export interface SoftwareSourceManifestState {
85
79
  * The set of arguments for constructing a SoftwareSourceManifest resource.
86
80
  */
87
81
  export interface SoftwareSourceManifestArgs {
88
- /**
89
- * (Updatable) Provides the manifest content used to update the package list of the software source.
90
- */
91
82
  content?: pulumi.Input<string>;
92
83
  /**
93
84
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
@@ -7,7 +7,7 @@ const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
9
  * This resource provides the Software Source Manifest resource in Oracle Cloud Infrastructure Os Management Hub service.
10
- * Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/os-management/latest/SoftwareSourceManifest
10
+ * Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/osmh/latest/Manifest
11
11
  *
12
12
  * Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/os_management_hub
13
13
  *
@@ -20,8 +20,8 @@ const utilities = require("../utilities");
20
20
  * import * as oci from "@pulumi/oci";
21
21
  *
22
22
  * const testSoftwareSourceManifest = new oci.osmanagementhub.SoftwareSourceManifest("test_software_source_manifest", {
23
+ * updateSoftwareSourceManifestDetails: softwareSourceManifestUpdateSoftwareSourceManifestDetails,
23
24
  * softwareSourceId: testSoftwareSource.id,
24
- * content: content,
25
25
  * });
26
26
  * ```
27
27
  *
@@ -30,7 +30,7 @@ const utilities = require("../utilities");
30
30
  * SoftwareSourceManifests can be imported using the `id`, e.g.
31
31
  *
32
32
  * ```sh
33
- * $ pulumi import oci:OsManagementHub/softwareSourceManifest:SoftwareSourceManifest test_software_source_manifest "id"
33
+ * $ pulumi import oci:OsManagementHub/softwareSourceManifest:SoftwareSourceManifest test_software_source_manifest "softwareSources/{softwareSourceId}/manifest"
34
34
  * ```
35
35
  */
36
36
  class SoftwareSourceManifest extends pulumi.CustomResource {