@pulumi/oci 3.13.0-alpha.1766212844 → 3.13.0-alpha.1766291418

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 (191) hide show
  1. package/containerengine/cluster.d.ts +1 -0
  2. package/containerengine/cluster.js +1 -0
  3. package/containerengine/cluster.js.map +1 -1
  4. package/core/computeHost.d.ts +28 -8
  5. package/core/computeHost.js +6 -0
  6. package/core/computeHost.js.map +1 -1
  7. package/core/computeHostGroup.d.ts +1 -0
  8. package/core/computeHostGroup.js +1 -0
  9. package/core/computeHostGroup.js.map +1 -1
  10. package/core/getComputeHost.d.ts +8 -0
  11. package/core/getComputeHost.js.map +1 -1
  12. package/core/getFirmwareBundle.d.ts +93 -0
  13. package/core/getFirmwareBundle.js +54 -0
  14. package/core/getFirmwareBundle.js.map +1 -0
  15. package/core/getFirmwareBundles.d.ts +83 -0
  16. package/core/getFirmwareBundles.js +46 -0
  17. package/core/getFirmwareBundles.js.map +1 -0
  18. package/core/getShape.d.ts +3 -0
  19. package/core/getShape.js +2 -0
  20. package/core/getShape.js.map +1 -1
  21. package/core/getShapes.d.ts +11 -0
  22. package/core/getShapes.js +4 -0
  23. package/core/getShapes.js.map +1 -1
  24. package/core/index.d.ts +6 -0
  25. package/core/index.js +12 -6
  26. package/core/index.js.map +1 -1
  27. package/database/autonomousDatabase.d.ts +42 -12
  28. package/database/autonomousDatabase.js.map +1 -1
  29. package/database/getAutonomousDatabasesEstimateCostSavings.d.ts +86 -0
  30. package/database/getAutonomousDatabasesEstimateCostSavings.js +60 -0
  31. package/database/getAutonomousDatabasesEstimateCostSavings.js.map +1 -0
  32. package/database/index.d.ts +3 -0
  33. package/database/index.js +9 -6
  34. package/database/index.js.map +1 -1
  35. package/datascience/getMlApplicationImplementationVersion.d.ts +134 -0
  36. package/datascience/getMlApplicationImplementationVersion.js +54 -0
  37. package/datascience/getMlApplicationImplementationVersion.js.map +1 -0
  38. package/datascience/getMlApplicationImplementationVersions.d.ts +89 -0
  39. package/datascience/getMlApplicationImplementationVersions.js +60 -0
  40. package/datascience/getMlApplicationImplementationVersions.js.map +1 -0
  41. package/datascience/index.d.ts +6 -0
  42. package/datascience/index.js +9 -3
  43. package/datascience/index.js.map +1 -1
  44. package/datascience/modelDeployment.d.ts +0 -87
  45. package/datascience/modelDeployment.js +0 -87
  46. package/datascience/modelDeployment.js.map +1 -1
  47. package/disasterrecovery/drPlanExecution.d.ts +8 -0
  48. package/disasterrecovery/drPlanExecution.js +2 -0
  49. package/disasterrecovery/drPlanExecution.js.map +1 -1
  50. package/disasterrecovery/drProtectionGroup.d.ts +4 -0
  51. package/disasterrecovery/drProtectionGroup.js +4 -0
  52. package/disasterrecovery/drProtectionGroup.js.map +1 -1
  53. package/disasterrecovery/getDrPlanExecution.d.ts +4 -0
  54. package/disasterrecovery/getDrPlanExecution.js.map +1 -1
  55. package/generativeai/getDedicatedAiCluster.d.ts +15 -3
  56. package/generativeai/getDedicatedAiCluster.js.map +1 -1
  57. package/generativeai/getDedicatedAiClusters.d.ts +3 -0
  58. package/generativeai/getDedicatedAiClusters.js.map +1 -1
  59. package/generativeai/getEndpoint.d.ts +19 -1
  60. package/generativeai/getEndpoint.js.map +1 -1
  61. package/generativeai/getEndpoints.d.ts +8 -2
  62. package/generativeai/getEndpoints.js +2 -2
  63. package/generativeai/getEndpoints.js.map +1 -1
  64. package/generativeai/getImportedModel.d.ts +82 -0
  65. package/generativeai/getImportedModel.js +54 -0
  66. package/generativeai/getImportedModel.js.map +1 -0
  67. package/generativeai/getImportedModels.d.ts +123 -0
  68. package/generativeai/getImportedModels.js +76 -0
  69. package/generativeai/getImportedModels.js.map +1 -0
  70. package/generativeai/getModel.d.ts +0 -54
  71. package/generativeai/getModel.js.map +1 -1
  72. package/generativeai/getModels.d.ts +0 -15
  73. package/generativeai/getModels.js.map +1 -1
  74. package/generativeai/importedModel.d.ts +270 -0
  75. package/generativeai/importedModel.js +131 -0
  76. package/generativeai/importedModel.js.map +1 -0
  77. package/generativeai/index.d.ts +9 -0
  78. package/generativeai/index.js +13 -2
  79. package/generativeai/index.js.map +1 -1
  80. package/identity/domainsMappedAttribute.d.ts +719 -0
  81. package/identity/domainsMappedAttribute.js +125 -0
  82. package/identity/domainsMappedAttribute.js.map +1 -0
  83. package/identity/getDomainsMappedAttribute.d.ts +187 -0
  84. package/identity/getDomainsMappedAttribute.js +74 -0
  85. package/identity/getDomainsMappedAttribute.js.map +1 -0
  86. package/identity/getDomainsMappedAttributes.d.ts +160 -0
  87. package/identity/getDomainsMappedAttributes.js +88 -0
  88. package/identity/getDomainsMappedAttributes.js.map +1 -0
  89. package/identity/index.d.ts +9 -0
  90. package/identity/index.js +19 -8
  91. package/identity/index.js.map +1 -1
  92. package/integration/getIntegrationInstance.d.ts +6 -0
  93. package/integration/getIntegrationInstance.js.map +1 -1
  94. package/integration/integrationInstance.d.ts +55 -10
  95. package/integration/integrationInstance.js +21 -1
  96. package/integration/integrationInstance.js.map +1 -1
  97. package/loganalytics/getLogAnalyticsEntityAssociationsList.d.ts +94 -0
  98. package/loganalytics/getLogAnalyticsEntityAssociationsList.js +64 -0
  99. package/loganalytics/getLogAnalyticsEntityAssociationsList.js.map +1 -0
  100. package/loganalytics/index.d.ts +9 -0
  101. package/loganalytics/index.js +15 -2
  102. package/loganalytics/index.js.map +1 -1
  103. package/loganalytics/logAnalyticsEntityAssociationsAdd.d.ts +106 -0
  104. package/loganalytics/logAnalyticsEntityAssociationsAdd.js +84 -0
  105. package/loganalytics/logAnalyticsEntityAssociationsAdd.js.map +1 -0
  106. package/loganalytics/logAnalyticsEntityAssociationsRemove.d.ts +106 -0
  107. package/loganalytics/logAnalyticsEntityAssociationsRemove.js +84 -0
  108. package/loganalytics/logAnalyticsEntityAssociationsRemove.js.map +1 -0
  109. package/oci/batchBatchContext.d.ts +290 -0
  110. package/oci/batchBatchContext.js +140 -0
  111. package/oci/batchBatchContext.js.map +1 -0
  112. package/oci/batchBatchJobPool.d.ts +201 -0
  113. package/oci/batchBatchJobPool.js +102 -0
  114. package/oci/batchBatchJobPool.js.map +1 -0
  115. package/oci/batchBatchTaskEnvironment.d.ts +254 -0
  116. package/oci/batchBatchTaskEnvironment.js +121 -0
  117. package/oci/batchBatchTaskEnvironment.js.map +1 -0
  118. package/oci/batchBatchTaskProfile.d.ts +210 -0
  119. package/oci/batchBatchTaskProfile.js +108 -0
  120. package/oci/batchBatchTaskProfile.js.map +1 -0
  121. package/oci/getBatchBatchContext.d.ts +132 -0
  122. package/oci/getBatchBatchContext.js +54 -0
  123. package/oci/getBatchBatchContext.js.map +1 -0
  124. package/oci/getBatchBatchContextShapes.d.ts +83 -0
  125. package/oci/getBatchBatchContextShapes.js +60 -0
  126. package/oci/getBatchBatchContextShapes.js.map +1 -0
  127. package/oci/getBatchBatchContexts.d.ts +113 -0
  128. package/oci/getBatchBatchContexts.js +70 -0
  129. package/oci/getBatchBatchContexts.js.map +1 -0
  130. package/oci/getBatchBatchJobPool.d.ts +109 -0
  131. package/oci/getBatchBatchJobPool.js +54 -0
  132. package/oci/getBatchBatchJobPool.js.map +1 -0
  133. package/oci/getBatchBatchJobPools.d.ts +127 -0
  134. package/oci/getBatchBatchJobPools.js +74 -0
  135. package/oci/getBatchBatchJobPools.js.map +1 -0
  136. package/oci/getBatchBatchTaskEnvironment.d.ts +122 -0
  137. package/oci/getBatchBatchTaskEnvironment.js +54 -0
  138. package/oci/getBatchBatchTaskEnvironment.js.map +1 -0
  139. package/oci/getBatchBatchTaskEnvironments.d.ts +113 -0
  140. package/oci/getBatchBatchTaskEnvironments.js +70 -0
  141. package/oci/getBatchBatchTaskEnvironments.js.map +1 -0
  142. package/oci/getBatchBatchTaskProfile.d.ts +113 -0
  143. package/oci/getBatchBatchTaskProfile.js +54 -0
  144. package/oci/getBatchBatchTaskProfile.js.map +1 -0
  145. package/oci/getBatchBatchTaskProfiles.d.ts +113 -0
  146. package/oci/getBatchBatchTaskProfiles.js +70 -0
  147. package/oci/getBatchBatchTaskProfiles.js.map +1 -0
  148. package/oci/getMulticloudExternalLocationsMetadata.d.ts +52 -13
  149. package/oci/getMulticloudExternalLocationsMetadata.js +14 -2
  150. package/oci/getMulticloudExternalLocationsMetadata.js.map +1 -1
  151. package/oci/getMulticloudMulticloudsubscriptions.d.ts +86 -0
  152. package/oci/getMulticloudMulticloudsubscriptions.js +62 -0
  153. package/oci/getMulticloudMulticloudsubscriptions.js.map +1 -0
  154. package/oci/getMulticloudNetworkAnchor.d.ts +15 -0
  155. package/oci/getMulticloudNetworkAnchor.js +4 -0
  156. package/oci/getMulticloudNetworkAnchor.js.map +1 -1
  157. package/oci/getMulticloudNetworkAnchors.d.ts +49 -27
  158. package/oci/getMulticloudNetworkAnchors.js +14 -4
  159. package/oci/getMulticloudNetworkAnchors.js.map +1 -1
  160. package/oci/getMulticloudOmHubMultiCloudsMetadata.d.ts +4 -2
  161. package/oci/getMulticloudOmHubMultiCloudsMetadata.js +4 -2
  162. package/oci/getMulticloudOmHubMultiCloudsMetadata.js.map +1 -1
  163. package/oci/getMulticloudOmHubMulticloudResources.d.ts +122 -0
  164. package/oci/getMulticloudOmHubMulticloudResources.js +74 -0
  165. package/oci/getMulticloudOmHubMulticloudResources.js.map +1 -0
  166. package/oci/getMulticloudResourceAnchor.d.ts +23 -4
  167. package/oci/getMulticloudResourceAnchor.js +4 -0
  168. package/oci/getMulticloudResourceAnchor.js.map +1 -1
  169. package/oci/getMulticloudResourceAnchors.d.ts +42 -28
  170. package/oci/getMulticloudResourceAnchors.js +16 -10
  171. package/oci/getMulticloudResourceAnchors.js.map +1 -1
  172. package/oci/index.d.ts +45 -0
  173. package/oci/index.js +59 -5
  174. package/oci/index.js.map +1 -1
  175. package/ocvp/cluster.d.ts +12 -0
  176. package/ocvp/cluster.js +2 -0
  177. package/ocvp/cluster.js.map +1 -1
  178. package/ocvp/esxiHost.d.ts +18 -0
  179. package/ocvp/esxiHost.js +2 -0
  180. package/ocvp/esxiHost.js.map +1 -1
  181. package/ocvp/getCluster.d.ts +6 -0
  182. package/ocvp/getCluster.js.map +1 -1
  183. package/ocvp/getExsiHost.d.ts +6 -0
  184. package/ocvp/getExsiHost.js.map +1 -1
  185. package/ocvp/getSddc.d.ts +3 -0
  186. package/ocvp/getSddc.js.map +1 -1
  187. package/ocvp/sddc.d.ts +6 -0
  188. package/ocvp/sddc.js.map +1 -1
  189. package/package.json +2 -2
  190. package/types/input.d.ts +845 -43
  191. package/types/output.d.ts +3324 -608
@@ -12,39 +12,43 @@ import * as outputs from "../types/output";
12
12
  * import * as oci from "@pulumi/oci";
13
13
  *
14
14
  * const testNetworkAnchors = oci.oci.getMulticloudNetworkAnchors({
15
- * externalLocation: externalLocation,
15
+ * compartmentId: compartmentId,
16
16
  * subscriptionId: subscriptionId,
17
17
  * subscriptionServiceName: subscriptionServiceName,
18
- * compartmentId: compartmentId,
19
18
  * networkAnchorLifecycleState: networkAnchorLifecycleState,
20
19
  * displayName: displayName,
20
+ * externalLocation: externalLocation,
21
21
  * networkAnchorOciSubnetId: networkAnchorOciSubnetId,
22
+ * compartmentIdInSubtree: compartmentIdInSubtree,
22
23
  * networkAnchorOciVcnId: networkAnchorOciVcnId,
23
24
  * id: id,
25
+ * shouldFetchVcnName: shouldFetchVcnName,
24
26
  * });
25
27
  * ```
26
28
  */
27
- export declare function getMulticloudNetworkAnchors(args: GetMulticloudNetworkAnchorsArgs, opts?: pulumi.InvokeOptions): Promise<GetMulticloudNetworkAnchorsResult>;
29
+ export declare function getMulticloudNetworkAnchors(args?: GetMulticloudNetworkAnchorsArgs, opts?: pulumi.InvokeOptions): Promise<GetMulticloudNetworkAnchorsResult>;
28
30
  /**
29
31
  * A collection of arguments for invoking getMulticloudNetworkAnchors.
30
32
  */
31
33
  export interface GetMulticloudNetworkAnchorsArgs {
32
34
  /**
33
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
35
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Multicloud base compartment or sub-compartment in which to list resources. A Multicloud base compartment is an Oracle Cloud Infrastructure compartment that maps to a subscription in a Cloud Service Provider (such as Azure, AWS, or Google Cloud).
34
36
  */
35
37
  compartmentId?: string;
38
+ /**
39
+ * If set to true, a list operation will return NetworkAnchors from all child compartments in the provided compartmentId parameter.
40
+ */
41
+ compartmentIdInSubtree?: boolean;
36
42
  /**
37
43
  * A filter to return only resources that match the given display name exactly.
38
44
  */
39
45
  displayName?: string;
40
46
  /**
41
- * OMHub Control Plane must know underlying CSP CP Region External Location Name.
47
+ * The Cloud Service Provider region.
42
48
  */
43
- externalLocation: string;
49
+ externalLocation?: string;
44
50
  /**
45
51
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the NetworkAnchor.
46
- *
47
- * Note: one of the arguments `compartmentId` or `id` must be specified.
48
52
  */
49
53
  id?: string;
50
54
  limit?: number;
@@ -61,13 +65,19 @@ export interface GetMulticloudNetworkAnchorsArgs {
61
65
  */
62
66
  networkAnchorOciVcnId?: string;
63
67
  /**
64
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription in which to list resources.
68
+ * Whether to fetch and include the vcn display name, which may introduce additional latency.
69
+ *
70
+ * Note: one of the arguments `compartmentId` or `id` must be specified.
71
+ */
72
+ shouldFetchVcnName?: boolean;
73
+ /**
74
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Multicloud subscription in which to list resources.
65
75
  */
66
- subscriptionId: string;
76
+ subscriptionId?: string;
67
77
  /**
68
- * The subscription service name values from [ORACLEDBATAZURE, ORACLEDBATGOOGLE, ORACLEDBATAWS]
78
+ * The subscription service name of the Cloud Service Provider.
69
79
  */
70
- subscriptionServiceName: string;
80
+ subscriptionServiceName?: string;
71
81
  }
72
82
  /**
73
83
  * A collection of values returned by getMulticloudNetworkAnchors.
@@ -77,11 +87,12 @@ export interface GetMulticloudNetworkAnchorsResult {
77
87
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
78
88
  */
79
89
  readonly compartmentId?: string;
90
+ readonly compartmentIdInSubtree?: boolean;
80
91
  /**
81
92
  * A user-friendly name. Does not have to be unique, and it's changeable.
82
93
  */
83
94
  readonly displayName?: string;
84
- readonly externalLocation: string;
95
+ readonly externalLocation?: string;
85
96
  /**
86
97
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the NetworkAnchor.
87
98
  */
@@ -97,8 +108,9 @@ export interface GetMulticloudNetworkAnchorsResult {
97
108
  readonly networkAnchorLifecycleState?: string;
98
109
  readonly networkAnchorOciSubnetId?: string;
99
110
  readonly networkAnchorOciVcnId?: string;
100
- readonly subscriptionId: string;
101
- readonly subscriptionServiceName: string;
111
+ readonly shouldFetchVcnName?: boolean;
112
+ readonly subscriptionId?: string;
113
+ readonly subscriptionServiceName?: string;
102
114
  }
103
115
  /**
104
116
  * This data source provides the list of Network Anchors in Oracle Cloud Infrastructure Multicloud service.
@@ -112,39 +124,43 @@ export interface GetMulticloudNetworkAnchorsResult {
112
124
  * import * as oci from "@pulumi/oci";
113
125
  *
114
126
  * const testNetworkAnchors = oci.oci.getMulticloudNetworkAnchors({
115
- * externalLocation: externalLocation,
127
+ * compartmentId: compartmentId,
116
128
  * subscriptionId: subscriptionId,
117
129
  * subscriptionServiceName: subscriptionServiceName,
118
- * compartmentId: compartmentId,
119
130
  * networkAnchorLifecycleState: networkAnchorLifecycleState,
120
131
  * displayName: displayName,
132
+ * externalLocation: externalLocation,
121
133
  * networkAnchorOciSubnetId: networkAnchorOciSubnetId,
134
+ * compartmentIdInSubtree: compartmentIdInSubtree,
122
135
  * networkAnchorOciVcnId: networkAnchorOciVcnId,
123
136
  * id: id,
137
+ * shouldFetchVcnName: shouldFetchVcnName,
124
138
  * });
125
139
  * ```
126
140
  */
127
- export declare function getMulticloudNetworkAnchorsOutput(args: GetMulticloudNetworkAnchorsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetMulticloudNetworkAnchorsResult>;
141
+ export declare function getMulticloudNetworkAnchorsOutput(args?: GetMulticloudNetworkAnchorsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetMulticloudNetworkAnchorsResult>;
128
142
  /**
129
143
  * A collection of arguments for invoking getMulticloudNetworkAnchors.
130
144
  */
131
145
  export interface GetMulticloudNetworkAnchorsOutputArgs {
132
146
  /**
133
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
147
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Multicloud base compartment or sub-compartment in which to list resources. A Multicloud base compartment is an Oracle Cloud Infrastructure compartment that maps to a subscription in a Cloud Service Provider (such as Azure, AWS, or Google Cloud).
134
148
  */
135
149
  compartmentId?: pulumi.Input<string>;
150
+ /**
151
+ * If set to true, a list operation will return NetworkAnchors from all child compartments in the provided compartmentId parameter.
152
+ */
153
+ compartmentIdInSubtree?: pulumi.Input<boolean>;
136
154
  /**
137
155
  * A filter to return only resources that match the given display name exactly.
138
156
  */
139
157
  displayName?: pulumi.Input<string>;
140
158
  /**
141
- * OMHub Control Plane must know underlying CSP CP Region External Location Name.
159
+ * The Cloud Service Provider region.
142
160
  */
143
- externalLocation: pulumi.Input<string>;
161
+ externalLocation?: pulumi.Input<string>;
144
162
  /**
145
163
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the NetworkAnchor.
146
- *
147
- * Note: one of the arguments `compartmentId` or `id` must be specified.
148
164
  */
149
165
  id?: pulumi.Input<string>;
150
166
  limit?: pulumi.Input<number>;
@@ -161,11 +177,17 @@ export interface GetMulticloudNetworkAnchorsOutputArgs {
161
177
  */
162
178
  networkAnchorOciVcnId?: pulumi.Input<string>;
163
179
  /**
164
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription in which to list resources.
180
+ * Whether to fetch and include the vcn display name, which may introduce additional latency.
181
+ *
182
+ * Note: one of the arguments `compartmentId` or `id` must be specified.
183
+ */
184
+ shouldFetchVcnName?: pulumi.Input<boolean>;
185
+ /**
186
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Multicloud subscription in which to list resources.
165
187
  */
166
- subscriptionId: pulumi.Input<string>;
188
+ subscriptionId?: pulumi.Input<string>;
167
189
  /**
168
- * The subscription service name values from [ORACLEDBATAZURE, ORACLEDBATGOOGLE, ORACLEDBATAWS]
190
+ * The subscription service name of the Cloud Service Provider.
169
191
  */
170
- subscriptionServiceName: pulumi.Input<string>;
192
+ subscriptionServiceName?: pulumi.Input<string>;
171
193
  }
@@ -17,22 +17,26 @@ const utilities = require("../utilities");
17
17
  * import * as oci from "@pulumi/oci";
18
18
  *
19
19
  * const testNetworkAnchors = oci.oci.getMulticloudNetworkAnchors({
20
- * externalLocation: externalLocation,
20
+ * compartmentId: compartmentId,
21
21
  * subscriptionId: subscriptionId,
22
22
  * subscriptionServiceName: subscriptionServiceName,
23
- * compartmentId: compartmentId,
24
23
  * networkAnchorLifecycleState: networkAnchorLifecycleState,
25
24
  * displayName: displayName,
25
+ * externalLocation: externalLocation,
26
26
  * networkAnchorOciSubnetId: networkAnchorOciSubnetId,
27
+ * compartmentIdInSubtree: compartmentIdInSubtree,
27
28
  * networkAnchorOciVcnId: networkAnchorOciVcnId,
28
29
  * id: id,
30
+ * shouldFetchVcnName: shouldFetchVcnName,
29
31
  * });
30
32
  * ```
31
33
  */
32
34
  function getMulticloudNetworkAnchors(args, opts) {
35
+ args = args || {};
33
36
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
34
37
  return pulumi.runtime.invoke("oci:oci/getMulticloudNetworkAnchors:getMulticloudNetworkAnchors", {
35
38
  "compartmentId": args.compartmentId,
39
+ "compartmentIdInSubtree": args.compartmentIdInSubtree,
36
40
  "displayName": args.displayName,
37
41
  "externalLocation": args.externalLocation,
38
42
  "id": args.id,
@@ -40,6 +44,7 @@ function getMulticloudNetworkAnchors(args, opts) {
40
44
  "networkAnchorLifecycleState": args.networkAnchorLifecycleState,
41
45
  "networkAnchorOciSubnetId": args.networkAnchorOciSubnetId,
42
46
  "networkAnchorOciVcnId": args.networkAnchorOciVcnId,
47
+ "shouldFetchVcnName": args.shouldFetchVcnName,
43
48
  "subscriptionId": args.subscriptionId,
44
49
  "subscriptionServiceName": args.subscriptionServiceName,
45
50
  }, opts);
@@ -57,22 +62,26 @@ exports.getMulticloudNetworkAnchors = getMulticloudNetworkAnchors;
57
62
  * import * as oci from "@pulumi/oci";
58
63
  *
59
64
  * const testNetworkAnchors = oci.oci.getMulticloudNetworkAnchors({
60
- * externalLocation: externalLocation,
65
+ * compartmentId: compartmentId,
61
66
  * subscriptionId: subscriptionId,
62
67
  * subscriptionServiceName: subscriptionServiceName,
63
- * compartmentId: compartmentId,
64
68
  * networkAnchorLifecycleState: networkAnchorLifecycleState,
65
69
  * displayName: displayName,
70
+ * externalLocation: externalLocation,
66
71
  * networkAnchorOciSubnetId: networkAnchorOciSubnetId,
72
+ * compartmentIdInSubtree: compartmentIdInSubtree,
67
73
  * networkAnchorOciVcnId: networkAnchorOciVcnId,
68
74
  * id: id,
75
+ * shouldFetchVcnName: shouldFetchVcnName,
69
76
  * });
70
77
  * ```
71
78
  */
72
79
  function getMulticloudNetworkAnchorsOutput(args, opts) {
80
+ args = args || {};
73
81
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
74
82
  return pulumi.runtime.invokeOutput("oci:oci/getMulticloudNetworkAnchors:getMulticloudNetworkAnchors", {
75
83
  "compartmentId": args.compartmentId,
84
+ "compartmentIdInSubtree": args.compartmentIdInSubtree,
76
85
  "displayName": args.displayName,
77
86
  "externalLocation": args.externalLocation,
78
87
  "id": args.id,
@@ -80,6 +89,7 @@ function getMulticloudNetworkAnchorsOutput(args, opts) {
80
89
  "networkAnchorLifecycleState": args.networkAnchorLifecycleState,
81
90
  "networkAnchorOciSubnetId": args.networkAnchorOciSubnetId,
82
91
  "networkAnchorOciVcnId": args.networkAnchorOciVcnId,
92
+ "shouldFetchVcnName": args.shouldFetchVcnName,
83
93
  "subscriptionId": args.subscriptionId,
84
94
  "subscriptionServiceName": args.subscriptionServiceName,
85
95
  }, opts);
@@ -1 +1 @@
1
- {"version":3,"file":"getMulticloudNetworkAnchors.js","sourceRoot":"","sources":["../../oci/getMulticloudNetworkAnchors.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,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,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,6BAA6B,EAAE,IAAI,CAAC,2BAA2B;QAC/D,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;QACzD,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;KAC1D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,kEAcC;AA8ED;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAAiC;IAC5H,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,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,6BAA6B,EAAE,IAAI,CAAC,2BAA2B;QAC/D,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;QACzD,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;KAC1D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,8EAcC"}
1
+ {"version":3,"file":"getMulticloudNetworkAnchors.js","sourceRoot":"","sources":["../../oci/getMulticloudNetworkAnchors.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,2BAA2B,CAAC,IAAsC,EAAE,IAA2B;IAC3G,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,iEAAiE,EAAE;QAC5F,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,6BAA6B,EAAE,IAAI,CAAC,2BAA2B;QAC/D,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;QACzD,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;KAC1D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAjBD,kEAiBC;AAwFD;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,iCAAiC,CAAC,IAA4C,EAAE,IAAiC;IAC7H,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,iEAAiE,EAAE;QAClG,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,6BAA6B,EAAE,IAAI,CAAC,2BAA2B;QAC/D,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;QACzD,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;KAC1D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAjBD,8EAiBC"}
@@ -1,7 +1,8 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "../types/output";
3
3
  /**
4
- * This data source provides the list of compartments under a root compartment in Oracle Cloud Infrastructure Multicloud service.
4
+ * This data source provides information about the Multicloud base compartment for a given tenancy Id.
5
+ * A Multicloud base compartment is an Oracle Cloud Infrastructure compartment that maps to a subscription in a Cloud Service Provider (such as Azure, AWS, or Google Cloud).
5
6
  *
6
7
  * Gets a list of multicloud metadata with multicloud base compartment and subscription across Cloud Service Providers.
7
8
  *
@@ -46,7 +47,8 @@ export interface GetMulticloudOmHubMultiCloudsMetadataResult {
46
47
  readonly multiCloudMetadataCollections: outputs.oci.GetMulticloudOmHubMultiCloudsMetadataMultiCloudMetadataCollection[];
47
48
  }
48
49
  /**
49
- * This data source provides the list of compartments under a root compartment in Oracle Cloud Infrastructure Multicloud service.
50
+ * This data source provides information about the Multicloud base compartment for a given tenancy Id.
51
+ * A Multicloud base compartment is an Oracle Cloud Infrastructure compartment that maps to a subscription in a Cloud Service Provider (such as Azure, AWS, or Google Cloud).
50
52
  *
51
53
  * Gets a list of multicloud metadata with multicloud base compartment and subscription across Cloud Service Providers.
52
54
  *
@@ -6,7 +6,8 @@ exports.getMulticloudOmHubMultiCloudsMetadataOutput = exports.getMulticloudOmHub
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * This data source provides the list of compartments under a root compartment in Oracle Cloud Infrastructure Multicloud service.
9
+ * This data source provides information about the Multicloud base compartment for a given tenancy Id.
10
+ * A Multicloud base compartment is an Oracle Cloud Infrastructure compartment that maps to a subscription in a Cloud Service Provider (such as Azure, AWS, or Google Cloud).
10
11
  *
11
12
  * Gets a list of multicloud metadata with multicloud base compartment and subscription across Cloud Service Providers.
12
13
  *
@@ -30,7 +31,8 @@ function getMulticloudOmHubMultiCloudsMetadata(args, opts) {
30
31
  }
31
32
  exports.getMulticloudOmHubMultiCloudsMetadata = getMulticloudOmHubMultiCloudsMetadata;
32
33
  /**
33
- * This data source provides the list of compartments under a root compartment in Oracle Cloud Infrastructure Multicloud service.
34
+ * This data source provides information about the Multicloud base compartment for a given tenancy Id.
35
+ * A Multicloud base compartment is an Oracle Cloud Infrastructure compartment that maps to a subscription in a Cloud Service Provider (such as Azure, AWS, or Google Cloud).
34
36
  *
35
37
  * Gets a list of multicloud metadata with multicloud base compartment and subscription across Cloud Service Providers.
36
38
  *
@@ -1 +1 @@
1
- {"version":3,"file":"getMulticloudOmHubMultiCloudsMetadata.js","sourceRoot":"","sources":["../../oci/getMulticloudOmHubMultiCloudsMetadata.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,qCAAqC,CAAC,IAA+C,EAAE,IAA2B;IAC9H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qFAAqF,EAAE;QAChH,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sFAMC;AA+BD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,2CAA2C,CAAC,IAAqD,EAAE,IAAiC;IAChJ,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qFAAqF,EAAE;QACtH,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kGAMC"}
1
+ {"version":3,"file":"getMulticloudOmHubMultiCloudsMetadata.js","sourceRoot":"","sources":["../../oci/getMulticloudOmHubMultiCloudsMetadata.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,qCAAqC,CAAC,IAA+C,EAAE,IAA2B;IAC9H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qFAAqF,EAAE;QAChH,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sFAMC;AA+BD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,2CAA2C,CAAC,IAAqD,EAAE,IAAiC;IAChJ,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qFAAqF,EAAE;QACtH,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kGAMC"}
@@ -0,0 +1,122 @@
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 Om Hub Multicloud Resources in Oracle Cloud Infrastructure Multicloud service.
6
+ *
7
+ * Gets a list of multicloud resources with multicloud base compartment and subscription across Cloud Service Providers.
8
+ *
9
+ * ## Example Usage
10
+ *
11
+ * ```typescript
12
+ * import * as pulumi from "@pulumi/pulumi";
13
+ * import * as oci from "@pulumi/oci";
14
+ *
15
+ * const testOmHubMulticloudResources = oci.oci.getMulticloudOmHubMulticloudResources({
16
+ * subscriptionId: subscriptionId,
17
+ * subscriptionServiceName: subscriptionServiceName,
18
+ * compartmentId: compartmentId,
19
+ * externalLocation: externalLocation,
20
+ * resourceAnchorId: resourceAnchorId,
21
+ * });
22
+ * ```
23
+ */
24
+ export declare function getMulticloudOmHubMulticloudResources(args: GetMulticloudOmHubMulticloudResourcesArgs, opts?: pulumi.InvokeOptions): Promise<GetMulticloudOmHubMulticloudResourcesResult>;
25
+ /**
26
+ * A collection of arguments for invoking getMulticloudOmHubMulticloudResources.
27
+ */
28
+ export interface GetMulticloudOmHubMulticloudResourcesArgs {
29
+ /**
30
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
31
+ */
32
+ compartmentId?: string;
33
+ /**
34
+ * The Cloud Service Provider region.
35
+ */
36
+ externalLocation?: string;
37
+ filters?: inputs.oci.GetMulticloudOmHubMulticloudResourcesFilter[];
38
+ limit?: number;
39
+ /**
40
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ResourceAnchor.
41
+ */
42
+ resourceAnchorId?: string;
43
+ /**
44
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Multicloud subscription in which to list resources.
45
+ */
46
+ subscriptionId: string;
47
+ /**
48
+ * The subscription service name of the Cloud Service Provider.
49
+ */
50
+ subscriptionServiceName: string;
51
+ }
52
+ /**
53
+ * A collection of values returned by getMulticloudOmHubMulticloudResources.
54
+ */
55
+ export interface GetMulticloudOmHubMulticloudResourcesResult {
56
+ /**
57
+ * Compartment Id of the resource.
58
+ */
59
+ readonly compartmentId?: string;
60
+ readonly externalLocation?: string;
61
+ readonly filters?: outputs.oci.GetMulticloudOmHubMulticloudResourcesFilter[];
62
+ /**
63
+ * The provider-assigned unique ID for this managed resource.
64
+ */
65
+ readonly id: string;
66
+ readonly limit?: number;
67
+ /**
68
+ * The list of OmHubMulticloudResource.
69
+ */
70
+ readonly multicloudResourceCollections: outputs.oci.GetMulticloudOmHubMulticloudResourcesMulticloudResourceCollection[];
71
+ readonly resourceAnchorId?: string;
72
+ readonly subscriptionId: string;
73
+ readonly subscriptionServiceName: string;
74
+ }
75
+ /**
76
+ * This data source provides the list of Om Hub Multicloud Resources in Oracle Cloud Infrastructure Multicloud service.
77
+ *
78
+ * Gets a list of multicloud resources with multicloud base compartment and subscription across Cloud Service Providers.
79
+ *
80
+ * ## Example Usage
81
+ *
82
+ * ```typescript
83
+ * import * as pulumi from "@pulumi/pulumi";
84
+ * import * as oci from "@pulumi/oci";
85
+ *
86
+ * const testOmHubMulticloudResources = oci.oci.getMulticloudOmHubMulticloudResources({
87
+ * subscriptionId: subscriptionId,
88
+ * subscriptionServiceName: subscriptionServiceName,
89
+ * compartmentId: compartmentId,
90
+ * externalLocation: externalLocation,
91
+ * resourceAnchorId: resourceAnchorId,
92
+ * });
93
+ * ```
94
+ */
95
+ export declare function getMulticloudOmHubMulticloudResourcesOutput(args: GetMulticloudOmHubMulticloudResourcesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetMulticloudOmHubMulticloudResourcesResult>;
96
+ /**
97
+ * A collection of arguments for invoking getMulticloudOmHubMulticloudResources.
98
+ */
99
+ export interface GetMulticloudOmHubMulticloudResourcesOutputArgs {
100
+ /**
101
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
102
+ */
103
+ compartmentId?: pulumi.Input<string>;
104
+ /**
105
+ * The Cloud Service Provider region.
106
+ */
107
+ externalLocation?: pulumi.Input<string>;
108
+ filters?: pulumi.Input<pulumi.Input<inputs.oci.GetMulticloudOmHubMulticloudResourcesFilterArgs>[]>;
109
+ limit?: pulumi.Input<number>;
110
+ /**
111
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ResourceAnchor.
112
+ */
113
+ resourceAnchorId?: pulumi.Input<string>;
114
+ /**
115
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Multicloud subscription in which to list resources.
116
+ */
117
+ subscriptionId: pulumi.Input<string>;
118
+ /**
119
+ * The subscription service name of the Cloud Service Provider.
120
+ */
121
+ subscriptionServiceName: pulumi.Input<string>;
122
+ }
@@ -0,0 +1,74 @@
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.getMulticloudOmHubMulticloudResourcesOutput = exports.getMulticloudOmHubMulticloudResources = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This data source provides the list of Om Hub Multicloud Resources in Oracle Cloud Infrastructure Multicloud service.
10
+ *
11
+ * Gets a list of multicloud resources with multicloud base compartment and subscription across Cloud Service Providers.
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as oci from "@pulumi/oci";
18
+ *
19
+ * const testOmHubMulticloudResources = oci.oci.getMulticloudOmHubMulticloudResources({
20
+ * subscriptionId: subscriptionId,
21
+ * subscriptionServiceName: subscriptionServiceName,
22
+ * compartmentId: compartmentId,
23
+ * externalLocation: externalLocation,
24
+ * resourceAnchorId: resourceAnchorId,
25
+ * });
26
+ * ```
27
+ */
28
+ function getMulticloudOmHubMulticloudResources(args, opts) {
29
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
30
+ return pulumi.runtime.invoke("oci:oci/getMulticloudOmHubMulticloudResources:getMulticloudOmHubMulticloudResources", {
31
+ "compartmentId": args.compartmentId,
32
+ "externalLocation": args.externalLocation,
33
+ "filters": args.filters,
34
+ "limit": args.limit,
35
+ "resourceAnchorId": args.resourceAnchorId,
36
+ "subscriptionId": args.subscriptionId,
37
+ "subscriptionServiceName": args.subscriptionServiceName,
38
+ }, opts);
39
+ }
40
+ exports.getMulticloudOmHubMulticloudResources = getMulticloudOmHubMulticloudResources;
41
+ /**
42
+ * This data source provides the list of Om Hub Multicloud Resources in Oracle Cloud Infrastructure Multicloud service.
43
+ *
44
+ * Gets a list of multicloud resources with multicloud base compartment and subscription across Cloud Service Providers.
45
+ *
46
+ * ## Example Usage
47
+ *
48
+ * ```typescript
49
+ * import * as pulumi from "@pulumi/pulumi";
50
+ * import * as oci from "@pulumi/oci";
51
+ *
52
+ * const testOmHubMulticloudResources = oci.oci.getMulticloudOmHubMulticloudResources({
53
+ * subscriptionId: subscriptionId,
54
+ * subscriptionServiceName: subscriptionServiceName,
55
+ * compartmentId: compartmentId,
56
+ * externalLocation: externalLocation,
57
+ * resourceAnchorId: resourceAnchorId,
58
+ * });
59
+ * ```
60
+ */
61
+ function getMulticloudOmHubMulticloudResourcesOutput(args, opts) {
62
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
63
+ return pulumi.runtime.invokeOutput("oci:oci/getMulticloudOmHubMulticloudResources:getMulticloudOmHubMulticloudResources", {
64
+ "compartmentId": args.compartmentId,
65
+ "externalLocation": args.externalLocation,
66
+ "filters": args.filters,
67
+ "limit": args.limit,
68
+ "resourceAnchorId": args.resourceAnchorId,
69
+ "subscriptionId": args.subscriptionId,
70
+ "subscriptionServiceName": args.subscriptionServiceName,
71
+ }, opts);
72
+ }
73
+ exports.getMulticloudOmHubMulticloudResourcesOutput = getMulticloudOmHubMulticloudResourcesOutput;
74
+ //# sourceMappingURL=getMulticloudOmHubMulticloudResources.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getMulticloudOmHubMulticloudResources.js","sourceRoot":"","sources":["../../oci/getMulticloudOmHubMulticloudResources.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,qCAAqC,CAAC,IAA+C,EAAE,IAA2B;IAC9H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qFAAqF,EAAE;QAChH,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;KAC1D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,sFAWC;AAqDD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,2CAA2C,CAAC,IAAqD,EAAE,IAAiC;IAChJ,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qFAAqF,EAAE;QACtH,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;KAC1D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,kGAWC"}
@@ -15,6 +15,7 @@ import * as outputs from "../types/output";
15
15
  * resourceAnchorId: resourceAnchorId,
16
16
  * subscriptionId: subscriptionId,
17
17
  * subscriptionServiceName: subscriptionServiceName,
18
+ * shouldFetchCompartmentName: shouldFetchCompartmentName,
18
19
  * });
19
20
  * ```
20
21
  */
@@ -28,11 +29,15 @@ export interface GetMulticloudResourceAnchorArgs {
28
29
  */
29
30
  resourceAnchorId: string;
30
31
  /**
31
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription in which to list resources.
32
+ * Whether to fetch and include the compartment name, setting this field to yes may introduce additional latency.
33
+ */
34
+ shouldFetchCompartmentName?: boolean;
35
+ /**
36
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Multicloud subscription in which to list resources.
32
37
  */
33
38
  subscriptionId: string;
34
39
  /**
35
- * The subscription service name values from [ORACLEDBATAZURE, ORACLEDBATGOOGLE, ORACLEDBATAWS]
40
+ * The subscription service name of the Cloud Service Provider.
36
41
  */
37
42
  subscriptionServiceName: string;
38
43
  }
@@ -48,6 +53,10 @@ export interface GetMulticloudResourceAnchorResult {
48
53
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
49
54
  */
50
55
  readonly compartmentId: string;
56
+ /**
57
+ * The name assigned to the compartment during creation.
58
+ */
59
+ readonly compartmentName: string;
51
60
  /**
52
61
  * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
53
62
  */
@@ -80,6 +89,10 @@ export interface GetMulticloudResourceAnchorResult {
80
89
  * Optional - Oracle Cloud Infrastructure compartment Id (OCID) which was created or linked by customer with resource anchor. This compartmentId is different from where resource Anchor live.
81
90
  */
82
91
  readonly linkedCompartmentId: string;
92
+ /**
93
+ * The name assigned to the compartment which was created or linked by customer with resource anchor. This compartment is different from where resource Anchor live.
94
+ */
95
+ readonly linkedCompartmentName: string;
83
96
  /**
84
97
  * Oracle Cloud Infrastructure Region that resource is created.
85
98
  */
@@ -93,6 +106,7 @@ export interface GetMulticloudResourceAnchorResult {
93
106
  * AUTO_BIND - when passed compartment will be created on-behalf of customer and bind to this resource anchor NO_AUTO_BIND - compartment will not be created and later customer can bind existing compartment. to this resource anchor. This is for future use only
94
107
  */
95
108
  readonly setupMode: string;
109
+ readonly shouldFetchCompartmentName?: boolean;
96
110
  readonly subscriptionId: string;
97
111
  readonly subscriptionServiceName: string;
98
112
  /**
@@ -129,6 +143,7 @@ export interface GetMulticloudResourceAnchorResult {
129
143
  * resourceAnchorId: resourceAnchorId,
130
144
  * subscriptionId: subscriptionId,
131
145
  * subscriptionServiceName: subscriptionServiceName,
146
+ * shouldFetchCompartmentName: shouldFetchCompartmentName,
132
147
  * });
133
148
  * ```
134
149
  */
@@ -142,11 +157,15 @@ export interface GetMulticloudResourceAnchorOutputArgs {
142
157
  */
143
158
  resourceAnchorId: pulumi.Input<string>;
144
159
  /**
145
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription in which to list resources.
160
+ * Whether to fetch and include the compartment name, setting this field to yes may introduce additional latency.
161
+ */
162
+ shouldFetchCompartmentName?: pulumi.Input<boolean>;
163
+ /**
164
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Multicloud subscription in which to list resources.
146
165
  */
147
166
  subscriptionId: pulumi.Input<string>;
148
167
  /**
149
- * The subscription service name values from [ORACLEDBATAZURE, ORACLEDBATGOOGLE, ORACLEDBATAWS]
168
+ * The subscription service name of the Cloud Service Provider.
150
169
  */
151
170
  subscriptionServiceName: pulumi.Input<string>;
152
171
  }
@@ -20,6 +20,7 @@ const utilities = require("../utilities");
20
20
  * resourceAnchorId: resourceAnchorId,
21
21
  * subscriptionId: subscriptionId,
22
22
  * subscriptionServiceName: subscriptionServiceName,
23
+ * shouldFetchCompartmentName: shouldFetchCompartmentName,
23
24
  * });
24
25
  * ```
25
26
  */
@@ -27,6 +28,7 @@ function getMulticloudResourceAnchor(args, opts) {
27
28
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
28
29
  return pulumi.runtime.invoke("oci:oci/getMulticloudResourceAnchor:getMulticloudResourceAnchor", {
29
30
  "resourceAnchorId": args.resourceAnchorId,
31
+ "shouldFetchCompartmentName": args.shouldFetchCompartmentName,
30
32
  "subscriptionId": args.subscriptionId,
31
33
  "subscriptionServiceName": args.subscriptionServiceName,
32
34
  }, opts);
@@ -47,6 +49,7 @@ exports.getMulticloudResourceAnchor = getMulticloudResourceAnchor;
47
49
  * resourceAnchorId: resourceAnchorId,
48
50
  * subscriptionId: subscriptionId,
49
51
  * subscriptionServiceName: subscriptionServiceName,
52
+ * shouldFetchCompartmentName: shouldFetchCompartmentName,
50
53
  * });
51
54
  * ```
52
55
  */
@@ -54,6 +57,7 @@ function getMulticloudResourceAnchorOutput(args, opts) {
54
57
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
55
58
  return pulumi.runtime.invokeOutput("oci:oci/getMulticloudResourceAnchor:getMulticloudResourceAnchor", {
56
59
  "resourceAnchorId": args.resourceAnchorId,
60
+ "shouldFetchCompartmentName": args.shouldFetchCompartmentName,
57
61
  "subscriptionId": args.subscriptionId,
58
62
  "subscriptionServiceName": args.subscriptionServiceName,
59
63
  }, opts);
@@ -1 +1 @@
1
- {"version":3,"file":"getMulticloudResourceAnchor.js","sourceRoot":"","sources":["../../oci/getMulticloudResourceAnchor.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,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,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;KAC1D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kEAOC;AA4FD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAAiC;IAC5H,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,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;KAC1D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8EAOC"}
1
+ {"version":3,"file":"getMulticloudResourceAnchor.js","sourceRoot":"","sources":["../../oci/getMulticloudResourceAnchor.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,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,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,4BAA4B,EAAE,IAAI,CAAC,0BAA0B;QAC7D,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;KAC1D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,kEAQC;AAyGD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAAiC;IAC5H,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,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,4BAA4B,EAAE,IAAI,CAAC,0BAA0B;QAC7D,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;KAC1D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8EAQC"}