@pulumi/oci 3.13.0-alpha.1766126778 → 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.
- package/containerengine/cluster.d.ts +1 -0
- package/containerengine/cluster.js +1 -0
- package/containerengine/cluster.js.map +1 -1
- package/core/computeHost.d.ts +28 -8
- package/core/computeHost.js +6 -0
- package/core/computeHost.js.map +1 -1
- package/core/computeHostGroup.d.ts +1 -0
- package/core/computeHostGroup.js +1 -0
- package/core/computeHostGroup.js.map +1 -1
- package/core/getComputeHost.d.ts +8 -0
- package/core/getComputeHost.js.map +1 -1
- package/core/getFirmwareBundle.d.ts +93 -0
- package/core/getFirmwareBundle.js +54 -0
- package/core/getFirmwareBundle.js.map +1 -0
- package/core/getFirmwareBundles.d.ts +83 -0
- package/core/getFirmwareBundles.js +46 -0
- package/core/getFirmwareBundles.js.map +1 -0
- package/core/getShape.d.ts +3 -0
- package/core/getShape.js +2 -0
- package/core/getShape.js.map +1 -1
- package/core/getShapes.d.ts +11 -0
- package/core/getShapes.js +4 -0
- package/core/getShapes.js.map +1 -1
- package/core/index.d.ts +6 -0
- package/core/index.js +12 -6
- package/core/index.js.map +1 -1
- package/database/autonomousDatabase.d.ts +42 -12
- package/database/autonomousDatabase.js.map +1 -1
- package/database/getAutonomousDatabasesEstimateCostSavings.d.ts +86 -0
- package/database/getAutonomousDatabasesEstimateCostSavings.js +60 -0
- package/database/getAutonomousDatabasesEstimateCostSavings.js.map +1 -0
- package/database/index.d.ts +3 -0
- package/database/index.js +9 -6
- package/database/index.js.map +1 -1
- package/datascience/getMlApplicationImplementationVersion.d.ts +134 -0
- package/datascience/getMlApplicationImplementationVersion.js +54 -0
- package/datascience/getMlApplicationImplementationVersion.js.map +1 -0
- package/datascience/getMlApplicationImplementationVersions.d.ts +89 -0
- package/datascience/getMlApplicationImplementationVersions.js +60 -0
- package/datascience/getMlApplicationImplementationVersions.js.map +1 -0
- package/datascience/index.d.ts +6 -0
- package/datascience/index.js +9 -3
- package/datascience/index.js.map +1 -1
- package/datascience/modelDeployment.d.ts +0 -87
- package/datascience/modelDeployment.js +0 -87
- package/datascience/modelDeployment.js.map +1 -1
- package/disasterrecovery/drPlanExecution.d.ts +8 -0
- package/disasterrecovery/drPlanExecution.js +2 -0
- package/disasterrecovery/drPlanExecution.js.map +1 -1
- package/disasterrecovery/drProtectionGroup.d.ts +4 -0
- package/disasterrecovery/drProtectionGroup.js +4 -0
- package/disasterrecovery/drProtectionGroup.js.map +1 -1
- package/disasterrecovery/getDrPlanExecution.d.ts +4 -0
- package/disasterrecovery/getDrPlanExecution.js.map +1 -1
- package/generativeai/getDedicatedAiCluster.d.ts +15 -3
- package/generativeai/getDedicatedAiCluster.js.map +1 -1
- package/generativeai/getDedicatedAiClusters.d.ts +3 -0
- package/generativeai/getDedicatedAiClusters.js.map +1 -1
- package/generativeai/getEndpoint.d.ts +19 -1
- package/generativeai/getEndpoint.js.map +1 -1
- package/generativeai/getEndpoints.d.ts +8 -2
- package/generativeai/getEndpoints.js +2 -2
- package/generativeai/getEndpoints.js.map +1 -1
- package/generativeai/getImportedModel.d.ts +82 -0
- package/generativeai/getImportedModel.js +54 -0
- package/generativeai/getImportedModel.js.map +1 -0
- package/generativeai/getImportedModels.d.ts +123 -0
- package/generativeai/getImportedModels.js +76 -0
- package/generativeai/getImportedModels.js.map +1 -0
- package/generativeai/getModel.d.ts +0 -54
- package/generativeai/getModel.js.map +1 -1
- package/generativeai/getModels.d.ts +0 -15
- package/generativeai/getModels.js.map +1 -1
- package/generativeai/importedModel.d.ts +270 -0
- package/generativeai/importedModel.js +131 -0
- package/generativeai/importedModel.js.map +1 -0
- package/generativeai/index.d.ts +9 -0
- package/generativeai/index.js +13 -2
- package/generativeai/index.js.map +1 -1
- package/identity/domainsMappedAttribute.d.ts +719 -0
- package/identity/domainsMappedAttribute.js +125 -0
- package/identity/domainsMappedAttribute.js.map +1 -0
- package/identity/getDomainsMappedAttribute.d.ts +187 -0
- package/identity/getDomainsMappedAttribute.js +74 -0
- package/identity/getDomainsMappedAttribute.js.map +1 -0
- package/identity/getDomainsMappedAttributes.d.ts +160 -0
- package/identity/getDomainsMappedAttributes.js +88 -0
- package/identity/getDomainsMappedAttributes.js.map +1 -0
- package/identity/index.d.ts +9 -0
- package/identity/index.js +19 -8
- package/identity/index.js.map +1 -1
- package/integration/getIntegrationInstance.d.ts +6 -0
- package/integration/getIntegrationInstance.js.map +1 -1
- package/integration/integrationInstance.d.ts +55 -10
- package/integration/integrationInstance.js +21 -1
- package/integration/integrationInstance.js.map +1 -1
- package/loganalytics/getLogAnalyticsEntityAssociationsList.d.ts +94 -0
- package/loganalytics/getLogAnalyticsEntityAssociationsList.js +64 -0
- package/loganalytics/getLogAnalyticsEntityAssociationsList.js.map +1 -0
- package/loganalytics/index.d.ts +9 -0
- package/loganalytics/index.js +15 -2
- package/loganalytics/index.js.map +1 -1
- package/loganalytics/logAnalyticsEntityAssociationsAdd.d.ts +106 -0
- package/loganalytics/logAnalyticsEntityAssociationsAdd.js +84 -0
- package/loganalytics/logAnalyticsEntityAssociationsAdd.js.map +1 -0
- package/loganalytics/logAnalyticsEntityAssociationsRemove.d.ts +106 -0
- package/loganalytics/logAnalyticsEntityAssociationsRemove.js +84 -0
- package/loganalytics/logAnalyticsEntityAssociationsRemove.js.map +1 -0
- package/oci/batchBatchContext.d.ts +290 -0
- package/oci/batchBatchContext.js +140 -0
- package/oci/batchBatchContext.js.map +1 -0
- package/oci/batchBatchJobPool.d.ts +201 -0
- package/oci/batchBatchJobPool.js +102 -0
- package/oci/batchBatchJobPool.js.map +1 -0
- package/oci/batchBatchTaskEnvironment.d.ts +254 -0
- package/oci/batchBatchTaskEnvironment.js +121 -0
- package/oci/batchBatchTaskEnvironment.js.map +1 -0
- package/oci/batchBatchTaskProfile.d.ts +210 -0
- package/oci/batchBatchTaskProfile.js +108 -0
- package/oci/batchBatchTaskProfile.js.map +1 -0
- package/oci/getBatchBatchContext.d.ts +132 -0
- package/oci/getBatchBatchContext.js +54 -0
- package/oci/getBatchBatchContext.js.map +1 -0
- package/oci/getBatchBatchContextShapes.d.ts +83 -0
- package/oci/getBatchBatchContextShapes.js +60 -0
- package/oci/getBatchBatchContextShapes.js.map +1 -0
- package/oci/getBatchBatchContexts.d.ts +113 -0
- package/oci/getBatchBatchContexts.js +70 -0
- package/oci/getBatchBatchContexts.js.map +1 -0
- package/oci/getBatchBatchJobPool.d.ts +109 -0
- package/oci/getBatchBatchJobPool.js +54 -0
- package/oci/getBatchBatchJobPool.js.map +1 -0
- package/oci/getBatchBatchJobPools.d.ts +127 -0
- package/oci/getBatchBatchJobPools.js +74 -0
- package/oci/getBatchBatchJobPools.js.map +1 -0
- package/oci/getBatchBatchTaskEnvironment.d.ts +122 -0
- package/oci/getBatchBatchTaskEnvironment.js +54 -0
- package/oci/getBatchBatchTaskEnvironment.js.map +1 -0
- package/oci/getBatchBatchTaskEnvironments.d.ts +113 -0
- package/oci/getBatchBatchTaskEnvironments.js +70 -0
- package/oci/getBatchBatchTaskEnvironments.js.map +1 -0
- package/oci/getBatchBatchTaskProfile.d.ts +113 -0
- package/oci/getBatchBatchTaskProfile.js +54 -0
- package/oci/getBatchBatchTaskProfile.js.map +1 -0
- package/oci/getBatchBatchTaskProfiles.d.ts +113 -0
- package/oci/getBatchBatchTaskProfiles.js +70 -0
- package/oci/getBatchBatchTaskProfiles.js.map +1 -0
- package/oci/getMulticloudExternalLocationsMetadata.d.ts +52 -13
- package/oci/getMulticloudExternalLocationsMetadata.js +14 -2
- package/oci/getMulticloudExternalLocationsMetadata.js.map +1 -1
- package/oci/getMulticloudMulticloudsubscriptions.d.ts +86 -0
- package/oci/getMulticloudMulticloudsubscriptions.js +62 -0
- package/oci/getMulticloudMulticloudsubscriptions.js.map +1 -0
- package/oci/getMulticloudNetworkAnchor.d.ts +15 -0
- package/oci/getMulticloudNetworkAnchor.js +4 -0
- package/oci/getMulticloudNetworkAnchor.js.map +1 -1
- package/oci/getMulticloudNetworkAnchors.d.ts +49 -27
- package/oci/getMulticloudNetworkAnchors.js +14 -4
- package/oci/getMulticloudNetworkAnchors.js.map +1 -1
- package/oci/getMulticloudOmHubMultiCloudsMetadata.d.ts +4 -2
- package/oci/getMulticloudOmHubMultiCloudsMetadata.js +4 -2
- package/oci/getMulticloudOmHubMultiCloudsMetadata.js.map +1 -1
- package/oci/getMulticloudOmHubMulticloudResources.d.ts +122 -0
- package/oci/getMulticloudOmHubMulticloudResources.js +74 -0
- package/oci/getMulticloudOmHubMulticloudResources.js.map +1 -0
- package/oci/getMulticloudResourceAnchor.d.ts +23 -4
- package/oci/getMulticloudResourceAnchor.js +4 -0
- package/oci/getMulticloudResourceAnchor.js.map +1 -1
- package/oci/getMulticloudResourceAnchors.d.ts +42 -28
- package/oci/getMulticloudResourceAnchors.js +16 -10
- package/oci/getMulticloudResourceAnchors.js.map +1 -1
- package/oci/index.d.ts +45 -0
- package/oci/index.js +59 -5
- package/oci/index.js.map +1 -1
- package/ocvp/cluster.d.ts +12 -0
- package/ocvp/cluster.js +2 -0
- package/ocvp/cluster.js.map +1 -1
- package/ocvp/esxiHost.d.ts +18 -0
- package/ocvp/esxiHost.js +2 -0
- package/ocvp/esxiHost.js.map +1 -1
- package/ocvp/getCluster.d.ts +6 -0
- package/ocvp/getCluster.js.map +1 -1
- package/ocvp/getExsiHost.d.ts +6 -0
- package/ocvp/getExsiHost.js.map +1 -1
- package/ocvp/getSddc.d.ts +3 -0
- package/ocvp/getSddc.js.map +1 -1
- package/ocvp/sddc.d.ts +6 -0
- package/ocvp/sddc.js.map +1 -1
- package/package.json +2 -2
- package/types/input.d.ts +845 -43
- package/types/output.d.ts +3324 -608
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../containerengine/cluster.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../containerengine/cluster.ts"],"names":[],"mappings":"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"}
|
package/core/computeHost.d.ts
CHANGED
|
@@ -52,6 +52,10 @@ export declare class ComputeHost extends pulumi.CustomResource {
|
|
|
52
52
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute host.
|
|
53
53
|
*/
|
|
54
54
|
readonly computeHostId: pulumi.Output<string>;
|
|
55
|
+
/**
|
|
56
|
+
* (Updatable) The configuration action to next occur on the host if pinning its firmware with a host group.
|
|
57
|
+
*/
|
|
58
|
+
readonly configurationActionType: pulumi.Output<string | undefined>;
|
|
55
59
|
/**
|
|
56
60
|
* Compute Host Configuration Data
|
|
57
61
|
*/
|
|
@@ -74,12 +78,12 @@ export declare class ComputeHost extends pulumi.CustomResource {
|
|
|
74
78
|
* A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
|
|
75
79
|
*/
|
|
76
80
|
readonly faultDomain: pulumi.Output<string>;
|
|
81
|
+
/**
|
|
82
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Customer-unique firmware bundle associated with the Host.
|
|
83
|
+
*/
|
|
84
|
+
readonly firmwareBundleId: pulumi.Output<string>;
|
|
77
85
|
/**
|
|
78
86
|
* (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"}`
|
|
79
|
-
*
|
|
80
|
-
*
|
|
81
|
-
* ** IMPORTANT **
|
|
82
|
-
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
83
87
|
*/
|
|
84
88
|
readonly freeformTags: pulumi.Output<{
|
|
85
89
|
[key: string]: string;
|
|
@@ -118,6 +122,10 @@ export declare class ComputeHost extends pulumi.CustomResource {
|
|
|
118
122
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique Network Block
|
|
119
123
|
*/
|
|
120
124
|
readonly networkBlockId: pulumi.Output<string>;
|
|
125
|
+
/**
|
|
126
|
+
* The platform of the host
|
|
127
|
+
*/
|
|
128
|
+
readonly platform: pulumi.Output<string>;
|
|
121
129
|
/**
|
|
122
130
|
* Shows details about the last recycle performed on this host.
|
|
123
131
|
*/
|
|
@@ -179,6 +187,10 @@ export interface ComputeHostState {
|
|
|
179
187
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute host.
|
|
180
188
|
*/
|
|
181
189
|
computeHostId?: pulumi.Input<string>;
|
|
190
|
+
/**
|
|
191
|
+
* (Updatable) The configuration action to next occur on the host if pinning its firmware with a host group.
|
|
192
|
+
*/
|
|
193
|
+
configurationActionType?: pulumi.Input<string>;
|
|
182
194
|
/**
|
|
183
195
|
* Compute Host Configuration Data
|
|
184
196
|
*/
|
|
@@ -201,12 +213,12 @@ export interface ComputeHostState {
|
|
|
201
213
|
* A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
|
|
202
214
|
*/
|
|
203
215
|
faultDomain?: pulumi.Input<string>;
|
|
216
|
+
/**
|
|
217
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Customer-unique firmware bundle associated with the Host.
|
|
218
|
+
*/
|
|
219
|
+
firmwareBundleId?: pulumi.Input<string>;
|
|
204
220
|
/**
|
|
205
221
|
* (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"}`
|
|
206
|
-
*
|
|
207
|
-
*
|
|
208
|
-
* ** IMPORTANT **
|
|
209
|
-
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
210
222
|
*/
|
|
211
223
|
freeformTags?: pulumi.Input<{
|
|
212
224
|
[key: string]: pulumi.Input<string>;
|
|
@@ -245,6 +257,10 @@ export interface ComputeHostState {
|
|
|
245
257
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique Network Block
|
|
246
258
|
*/
|
|
247
259
|
networkBlockId?: pulumi.Input<string>;
|
|
260
|
+
/**
|
|
261
|
+
* The platform of the host
|
|
262
|
+
*/
|
|
263
|
+
platform?: pulumi.Input<string>;
|
|
248
264
|
/**
|
|
249
265
|
* Shows details about the last recycle performed on this host.
|
|
250
266
|
*/
|
|
@@ -282,4 +298,8 @@ export interface ComputeHostArgs {
|
|
|
282
298
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute host.
|
|
283
299
|
*/
|
|
284
300
|
computeHostId: pulumi.Input<string>;
|
|
301
|
+
/**
|
|
302
|
+
* (Updatable) The configuration action to next occur on the host if pinning its firmware with a host group.
|
|
303
|
+
*/
|
|
304
|
+
configurationActionType?: pulumi.Input<string>;
|
|
285
305
|
}
|
package/core/computeHost.js
CHANGED
|
@@ -50,11 +50,13 @@ class ComputeHost extends pulumi.CustomResource {
|
|
|
50
50
|
resourceInputs["compartmentId"] = state?.compartmentId;
|
|
51
51
|
resourceInputs["computeHostGroupId"] = state?.computeHostGroupId;
|
|
52
52
|
resourceInputs["computeHostId"] = state?.computeHostId;
|
|
53
|
+
resourceInputs["configurationActionType"] = state?.configurationActionType;
|
|
53
54
|
resourceInputs["configurationDatas"] = state?.configurationDatas;
|
|
54
55
|
resourceInputs["configurationState"] = state?.configurationState;
|
|
55
56
|
resourceInputs["definedTags"] = state?.definedTags;
|
|
56
57
|
resourceInputs["displayName"] = state?.displayName;
|
|
57
58
|
resourceInputs["faultDomain"] = state?.faultDomain;
|
|
59
|
+
resourceInputs["firmwareBundleId"] = state?.firmwareBundleId;
|
|
58
60
|
resourceInputs["freeformTags"] = state?.freeformTags;
|
|
59
61
|
resourceInputs["gpuMemoryFabricId"] = state?.gpuMemoryFabricId;
|
|
60
62
|
resourceInputs["health"] = state?.health;
|
|
@@ -64,6 +66,7 @@ class ComputeHost extends pulumi.CustomResource {
|
|
|
64
66
|
resourceInputs["lifecycleDetails"] = state?.lifecycleDetails;
|
|
65
67
|
resourceInputs["localBlockId"] = state?.localBlockId;
|
|
66
68
|
resourceInputs["networkBlockId"] = state?.networkBlockId;
|
|
69
|
+
resourceInputs["platform"] = state?.platform;
|
|
67
70
|
resourceInputs["recycleDetails"] = state?.recycleDetails;
|
|
68
71
|
resourceInputs["shape"] = state?.shape;
|
|
69
72
|
resourceInputs["state"] = state?.state;
|
|
@@ -78,6 +81,7 @@ class ComputeHost extends pulumi.CustomResource {
|
|
|
78
81
|
}
|
|
79
82
|
resourceInputs["computeHostGroupId"] = args?.computeHostGroupId;
|
|
80
83
|
resourceInputs["computeHostId"] = args?.computeHostId;
|
|
84
|
+
resourceInputs["configurationActionType"] = args?.configurationActionType;
|
|
81
85
|
resourceInputs["additionalData"] = undefined /*out*/;
|
|
82
86
|
resourceInputs["availabilityDomain"] = undefined /*out*/;
|
|
83
87
|
resourceInputs["capacityReservationId"] = undefined /*out*/;
|
|
@@ -87,6 +91,7 @@ class ComputeHost extends pulumi.CustomResource {
|
|
|
87
91
|
resourceInputs["definedTags"] = undefined /*out*/;
|
|
88
92
|
resourceInputs["displayName"] = undefined /*out*/;
|
|
89
93
|
resourceInputs["faultDomain"] = undefined /*out*/;
|
|
94
|
+
resourceInputs["firmwareBundleId"] = undefined /*out*/;
|
|
90
95
|
resourceInputs["freeformTags"] = undefined /*out*/;
|
|
91
96
|
resourceInputs["gpuMemoryFabricId"] = undefined /*out*/;
|
|
92
97
|
resourceInputs["health"] = undefined /*out*/;
|
|
@@ -96,6 +101,7 @@ class ComputeHost extends pulumi.CustomResource {
|
|
|
96
101
|
resourceInputs["lifecycleDetails"] = undefined /*out*/;
|
|
97
102
|
resourceInputs["localBlockId"] = undefined /*out*/;
|
|
98
103
|
resourceInputs["networkBlockId"] = undefined /*out*/;
|
|
104
|
+
resourceInputs["platform"] = undefined /*out*/;
|
|
99
105
|
resourceInputs["recycleDetails"] = undefined /*out*/;
|
|
100
106
|
resourceInputs["shape"] = undefined /*out*/;
|
|
101
107
|
resourceInputs["state"] = undefined /*out*/;
|
package/core/computeHost.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"computeHost.js","sourceRoot":"","sources":["../../core/computeHost.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAClE,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,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;
|
|
1
|
+
{"version":3,"file":"computeHost.js","sourceRoot":"","sources":["../../core/computeHost.ts"],"names":[],"mappings":"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"}
|
|
@@ -16,6 +16,7 @@ import * as outputs from "../types/output";
|
|
|
16
16
|
* configurations: [{
|
|
17
17
|
* firmwareBundleId: testFirmwareBundle.id,
|
|
18
18
|
* recycleLevel: computeHostGroupConfigurationsRecycleLevel,
|
|
19
|
+
* state: computeHostGroupConfigurationsState,
|
|
19
20
|
* target: computeHostGroupConfigurationsTarget,
|
|
20
21
|
* }],
|
|
21
22
|
* definedTags: {
|
package/core/computeHostGroup.js
CHANGED
|
@@ -20,6 +20,7 @@ const utilities = require("../utilities");
|
|
|
20
20
|
* configurations: [{
|
|
21
21
|
* firmwareBundleId: testFirmwareBundle.id,
|
|
22
22
|
* recycleLevel: computeHostGroupConfigurationsRecycleLevel,
|
|
23
|
+
* state: computeHostGroupConfigurationsState,
|
|
23
24
|
* target: computeHostGroupConfigurationsTarget,
|
|
24
25
|
* }],
|
|
25
26
|
* definedTags: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"computeHostGroup.js","sourceRoot":"","sources":["../../core/computeHostGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"computeHostGroup.js","sourceRoot":"","sources":["../../core/computeHostGroup.ts"],"names":[],"mappings":"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"}
|
package/core/getComputeHost.d.ts
CHANGED
|
@@ -73,6 +73,10 @@ export interface GetComputeHostResult {
|
|
|
73
73
|
* A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
|
|
74
74
|
*/
|
|
75
75
|
readonly faultDomain: string;
|
|
76
|
+
/**
|
|
77
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Customer-unique firmware bundle associated with the Host.
|
|
78
|
+
*/
|
|
79
|
+
readonly firmwareBundleId: string;
|
|
76
80
|
/**
|
|
77
81
|
* 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"}`
|
|
78
82
|
*/
|
|
@@ -117,6 +121,10 @@ export interface GetComputeHostResult {
|
|
|
117
121
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique Network Block
|
|
118
122
|
*/
|
|
119
123
|
readonly networkBlockId: string;
|
|
124
|
+
/**
|
|
125
|
+
* The platform of the host
|
|
126
|
+
*/
|
|
127
|
+
readonly platform: string;
|
|
120
128
|
/**
|
|
121
129
|
* Shows details about the last recycle performed on this host.
|
|
122
130
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getComputeHost.js","sourceRoot":"","sources":["../../core/getComputeHost.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;
|
|
1
|
+
{"version":3,"file":"getComputeHost.js","sourceRoot":"","sources":["../../core/getComputeHost.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;AAkID;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wCAAwC,EAAE;QACzE,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC"}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides details about a specific Firmware Bundle resource in Oracle Cloud Infrastructure Core service.
|
|
5
|
+
*
|
|
6
|
+
* Returns the Firmware Bundle matching the provided firmwareBundleId.
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testFirmwareBundle = oci.Core.getFirmwareBundle({
|
|
15
|
+
* firmwareBundleId: testFirmwareBundleOciCoreFirmwareBundle.id,
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare function getFirmwareBundle(args: GetFirmwareBundleArgs, opts?: pulumi.InvokeOptions): Promise<GetFirmwareBundleResult>;
|
|
20
|
+
/**
|
|
21
|
+
* A collection of arguments for invoking getFirmwareBundle.
|
|
22
|
+
*/
|
|
23
|
+
export interface GetFirmwareBundleArgs {
|
|
24
|
+
/**
|
|
25
|
+
* Unique identifier for the firmware bundle.
|
|
26
|
+
*/
|
|
27
|
+
firmwareBundleId: string;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* A collection of values returned by getFirmwareBundle.
|
|
31
|
+
*/
|
|
32
|
+
export interface GetFirmwareBundleResult {
|
|
33
|
+
/**
|
|
34
|
+
* A map of firmware bundle upgrades/downgrades validated by OCI.
|
|
35
|
+
*/
|
|
36
|
+
readonly allowableTransitions: outputs.Core.GetFirmwareBundleAllowableTransition[];
|
|
37
|
+
/**
|
|
38
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment of this firmware bundle.
|
|
39
|
+
*/
|
|
40
|
+
readonly compartmentId: string;
|
|
41
|
+
/**
|
|
42
|
+
* A brief description or metadata about this firmware bundle.
|
|
43
|
+
*/
|
|
44
|
+
readonly description: string;
|
|
45
|
+
/**
|
|
46
|
+
* The user-friendly name of this firmware bundle.
|
|
47
|
+
*/
|
|
48
|
+
readonly displayName: string;
|
|
49
|
+
readonly firmwareBundleId: string;
|
|
50
|
+
/**
|
|
51
|
+
* The provider-assigned unique ID for this managed resource.
|
|
52
|
+
*/
|
|
53
|
+
readonly id: string;
|
|
54
|
+
readonly lifecycleState: string;
|
|
55
|
+
/**
|
|
56
|
+
* A map of platforms to pinned firmware versions.
|
|
57
|
+
*/
|
|
58
|
+
readonly platforms: outputs.Core.GetFirmwareBundlePlatform[];
|
|
59
|
+
/**
|
|
60
|
+
* The date and time the firmware bundle was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
|
61
|
+
*/
|
|
62
|
+
readonly timeCreated: string;
|
|
63
|
+
/**
|
|
64
|
+
* The date and time the firmware bundle was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
|
65
|
+
*/
|
|
66
|
+
readonly timeUpdated: string;
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* This data source provides details about a specific Firmware Bundle resource in Oracle Cloud Infrastructure Core service.
|
|
70
|
+
*
|
|
71
|
+
* Returns the Firmware Bundle matching the provided firmwareBundleId.
|
|
72
|
+
*
|
|
73
|
+
* ## Example Usage
|
|
74
|
+
*
|
|
75
|
+
* ```typescript
|
|
76
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
77
|
+
* import * as oci from "@pulumi/oci";
|
|
78
|
+
*
|
|
79
|
+
* const testFirmwareBundle = oci.Core.getFirmwareBundle({
|
|
80
|
+
* firmwareBundleId: testFirmwareBundleOciCoreFirmwareBundle.id,
|
|
81
|
+
* });
|
|
82
|
+
* ```
|
|
83
|
+
*/
|
|
84
|
+
export declare function getFirmwareBundleOutput(args: GetFirmwareBundleOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetFirmwareBundleResult>;
|
|
85
|
+
/**
|
|
86
|
+
* A collection of arguments for invoking getFirmwareBundle.
|
|
87
|
+
*/
|
|
88
|
+
export interface GetFirmwareBundleOutputArgs {
|
|
89
|
+
/**
|
|
90
|
+
* Unique identifier for the firmware bundle.
|
|
91
|
+
*/
|
|
92
|
+
firmwareBundleId: pulumi.Input<string>;
|
|
93
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
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.getFirmwareBundleOutput = exports.getFirmwareBundle = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides details about a specific Firmware Bundle resource in Oracle Cloud Infrastructure Core service.
|
|
10
|
+
*
|
|
11
|
+
* Returns the Firmware Bundle matching the provided firmwareBundleId.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testFirmwareBundle = oci.Core.getFirmwareBundle({
|
|
20
|
+
* firmwareBundleId: testFirmwareBundleOciCoreFirmwareBundle.id,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
function getFirmwareBundle(args, opts) {
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invoke("oci:Core/getFirmwareBundle:getFirmwareBundle", {
|
|
27
|
+
"firmwareBundleId": args.firmwareBundleId,
|
|
28
|
+
}, opts);
|
|
29
|
+
}
|
|
30
|
+
exports.getFirmwareBundle = getFirmwareBundle;
|
|
31
|
+
/**
|
|
32
|
+
* This data source provides details about a specific Firmware Bundle resource in Oracle Cloud Infrastructure Core service.
|
|
33
|
+
*
|
|
34
|
+
* Returns the Firmware Bundle matching the provided firmwareBundleId.
|
|
35
|
+
*
|
|
36
|
+
* ## Example Usage
|
|
37
|
+
*
|
|
38
|
+
* ```typescript
|
|
39
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
+
* import * as oci from "@pulumi/oci";
|
|
41
|
+
*
|
|
42
|
+
* const testFirmwareBundle = oci.Core.getFirmwareBundle({
|
|
43
|
+
* firmwareBundleId: testFirmwareBundleOciCoreFirmwareBundle.id,
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
function getFirmwareBundleOutput(args, opts) {
|
|
48
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
49
|
+
return pulumi.runtime.invokeOutput("oci:Core/getFirmwareBundle:getFirmwareBundle", {
|
|
50
|
+
"firmwareBundleId": args.firmwareBundleId,
|
|
51
|
+
}, opts);
|
|
52
|
+
}
|
|
53
|
+
exports.getFirmwareBundleOutput = getFirmwareBundleOutput;
|
|
54
|
+
//# sourceMappingURL=getFirmwareBundle.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFirmwareBundle.js","sourceRoot":"","sources":["../../core/getFirmwareBundle.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC;AAmDD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAAiC;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0DAKC"}
|
|
@@ -0,0 +1,83 @@
|
|
|
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 Firmware Bundles in Oracle Cloud Infrastructure Core service.
|
|
6
|
+
*
|
|
7
|
+
* Gets a list of all Firmware Bundles in a compartment for specified platform. Can filter results to include
|
|
8
|
+
* only the default (recommended) Firmware Bundle for the given platform.
|
|
9
|
+
*
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*/
|
|
12
|
+
export declare function getFirmwareBundles(args: GetFirmwareBundlesArgs, opts?: pulumi.InvokeOptions): Promise<GetFirmwareBundlesResult>;
|
|
13
|
+
/**
|
|
14
|
+
* A collection of arguments for invoking getFirmwareBundles.
|
|
15
|
+
*/
|
|
16
|
+
export interface GetFirmwareBundlesArgs {
|
|
17
|
+
/**
|
|
18
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
19
|
+
*/
|
|
20
|
+
compartmentId?: string;
|
|
21
|
+
filters?: inputs.Core.GetFirmwareBundlesFilter[];
|
|
22
|
+
/**
|
|
23
|
+
* If true, return only the default firmware bundle for a given platform. Default is false.
|
|
24
|
+
*/
|
|
25
|
+
isDefaultBundle?: boolean;
|
|
26
|
+
lifecycleState?: string;
|
|
27
|
+
/**
|
|
28
|
+
* platform name
|
|
29
|
+
*/
|
|
30
|
+
platform: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* A collection of values returned by getFirmwareBundles.
|
|
34
|
+
*/
|
|
35
|
+
export interface GetFirmwareBundlesResult {
|
|
36
|
+
/**
|
|
37
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment of this firmware bundle.
|
|
38
|
+
*/
|
|
39
|
+
readonly compartmentId?: string;
|
|
40
|
+
readonly filters?: outputs.Core.GetFirmwareBundlesFilter[];
|
|
41
|
+
/**
|
|
42
|
+
* The list of firmware_bundles_collection.
|
|
43
|
+
*/
|
|
44
|
+
readonly firmwareBundlesCollections: outputs.Core.GetFirmwareBundlesFirmwareBundlesCollection[];
|
|
45
|
+
/**
|
|
46
|
+
* The provider-assigned unique ID for this managed resource.
|
|
47
|
+
*/
|
|
48
|
+
readonly id: string;
|
|
49
|
+
readonly isDefaultBundle?: boolean;
|
|
50
|
+
readonly lifecycleState?: string;
|
|
51
|
+
/**
|
|
52
|
+
* The name of the platform supported by this bundle.
|
|
53
|
+
*/
|
|
54
|
+
readonly platform: string;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* This data source provides the list of Firmware Bundles in Oracle Cloud Infrastructure Core service.
|
|
58
|
+
*
|
|
59
|
+
* Gets a list of all Firmware Bundles in a compartment for specified platform. Can filter results to include
|
|
60
|
+
* only the default (recommended) Firmware Bundle for the given platform.
|
|
61
|
+
*
|
|
62
|
+
* ## Example Usage
|
|
63
|
+
*/
|
|
64
|
+
export declare function getFirmwareBundlesOutput(args: GetFirmwareBundlesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetFirmwareBundlesResult>;
|
|
65
|
+
/**
|
|
66
|
+
* A collection of arguments for invoking getFirmwareBundles.
|
|
67
|
+
*/
|
|
68
|
+
export interface GetFirmwareBundlesOutputArgs {
|
|
69
|
+
/**
|
|
70
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
71
|
+
*/
|
|
72
|
+
compartmentId?: pulumi.Input<string>;
|
|
73
|
+
filters?: pulumi.Input<pulumi.Input<inputs.Core.GetFirmwareBundlesFilterArgs>[]>;
|
|
74
|
+
/**
|
|
75
|
+
* If true, return only the default firmware bundle for a given platform. Default is false.
|
|
76
|
+
*/
|
|
77
|
+
isDefaultBundle?: pulumi.Input<boolean>;
|
|
78
|
+
lifecycleState?: pulumi.Input<string>;
|
|
79
|
+
/**
|
|
80
|
+
* platform name
|
|
81
|
+
*/
|
|
82
|
+
platform: pulumi.Input<string>;
|
|
83
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
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.getFirmwareBundlesOutput = exports.getFirmwareBundles = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of Firmware Bundles in Oracle Cloud Infrastructure Core service.
|
|
10
|
+
*
|
|
11
|
+
* Gets a list of all Firmware Bundles in a compartment for specified platform. Can filter results to include
|
|
12
|
+
* only the default (recommended) Firmware Bundle for the given platform.
|
|
13
|
+
*
|
|
14
|
+
* ## Example Usage
|
|
15
|
+
*/
|
|
16
|
+
function getFirmwareBundles(args, opts) {
|
|
17
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
18
|
+
return pulumi.runtime.invoke("oci:Core/getFirmwareBundles:getFirmwareBundles", {
|
|
19
|
+
"compartmentId": args.compartmentId,
|
|
20
|
+
"filters": args.filters,
|
|
21
|
+
"isDefaultBundle": args.isDefaultBundle,
|
|
22
|
+
"lifecycleState": args.lifecycleState,
|
|
23
|
+
"platform": args.platform,
|
|
24
|
+
}, opts);
|
|
25
|
+
}
|
|
26
|
+
exports.getFirmwareBundles = getFirmwareBundles;
|
|
27
|
+
/**
|
|
28
|
+
* This data source provides the list of Firmware Bundles in Oracle Cloud Infrastructure Core service.
|
|
29
|
+
*
|
|
30
|
+
* Gets a list of all Firmware Bundles in a compartment for specified platform. Can filter results to include
|
|
31
|
+
* only the default (recommended) Firmware Bundle for the given platform.
|
|
32
|
+
*
|
|
33
|
+
* ## Example Usage
|
|
34
|
+
*/
|
|
35
|
+
function getFirmwareBundlesOutput(args, opts) {
|
|
36
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
37
|
+
return pulumi.runtime.invokeOutput("oci:Core/getFirmwareBundles:getFirmwareBundles", {
|
|
38
|
+
"compartmentId": args.compartmentId,
|
|
39
|
+
"filters": args.filters,
|
|
40
|
+
"isDefaultBundle": args.isDefaultBundle,
|
|
41
|
+
"lifecycleState": args.lifecycleState,
|
|
42
|
+
"platform": args.platform,
|
|
43
|
+
}, opts);
|
|
44
|
+
}
|
|
45
|
+
exports.getFirmwareBundlesOutput = getFirmwareBundlesOutput;
|
|
46
|
+
//# sourceMappingURL=getFirmwareBundles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFirmwareBundles.js","sourceRoot":"","sources":["../../core/getFirmwareBundles.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;GAOG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gDASC;AA8CD;;;;;;;GAOG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAAiC;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE;QACjF,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,4DASC"}
|
package/core/getShape.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export interface GetShapeArgs {
|
|
|
10
10
|
compartmentId: string;
|
|
11
11
|
filters?: inputs.Core.GetShapeFilter[];
|
|
12
12
|
imageId?: string;
|
|
13
|
+
shape?: string;
|
|
13
14
|
}
|
|
14
15
|
/**
|
|
15
16
|
* A collection of values returned by getShape.
|
|
@@ -23,6 +24,7 @@ export interface GetShapeResult {
|
|
|
23
24
|
*/
|
|
24
25
|
readonly id: string;
|
|
25
26
|
readonly imageId?: string;
|
|
27
|
+
readonly shape?: string;
|
|
26
28
|
readonly shapes: outputs.Core.GetShapeShape[];
|
|
27
29
|
}
|
|
28
30
|
export declare function getShapeOutput(args: GetShapeOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetShapeResult>;
|
|
@@ -34,4 +36,5 @@ export interface GetShapeOutputArgs {
|
|
|
34
36
|
compartmentId: pulumi.Input<string>;
|
|
35
37
|
filters?: pulumi.Input<pulumi.Input<inputs.Core.GetShapeFilterArgs>[]>;
|
|
36
38
|
imageId?: pulumi.Input<string>;
|
|
39
|
+
shape?: pulumi.Input<string>;
|
|
37
40
|
}
|
package/core/getShape.js
CHANGED
|
@@ -12,6 +12,7 @@ function getShape(args, opts) {
|
|
|
12
12
|
"compartmentId": args.compartmentId,
|
|
13
13
|
"filters": args.filters,
|
|
14
14
|
"imageId": args.imageId,
|
|
15
|
+
"shape": args.shape,
|
|
15
16
|
}, opts);
|
|
16
17
|
}
|
|
17
18
|
exports.getShape = getShape;
|
|
@@ -22,6 +23,7 @@ function getShapeOutput(args, opts) {
|
|
|
22
23
|
"compartmentId": args.compartmentId,
|
|
23
24
|
"filters": args.filters,
|
|
24
25
|
"imageId": args.imageId,
|
|
26
|
+
"shape": args.shape,
|
|
25
27
|
}, opts);
|
|
26
28
|
}
|
|
27
29
|
exports.getShapeOutput = getShapeOutput;
|
package/core/getShape.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getShape.js","sourceRoot":"","sources":["../../core/getShape.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4BAA4B,EAAE;QACvD,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;
|
|
1
|
+
{"version":3,"file":"getShape.js","sourceRoot":"","sources":["../../core/getShape.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4BAA4B,EAAE;QACvD,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,4BASC;AA4BD,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAAiC;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4BAA4B,EAAE;QAC7D,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,wCASC"}
|
package/core/getShapes.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ import * as outputs from "../types/output";
|
|
|
17
17
|
* compartmentId: compartmentId,
|
|
18
18
|
* availabilityDomain: shapeAvailabilityDomain,
|
|
19
19
|
* imageId: testImage.id,
|
|
20
|
+
* shape: shapeShape,
|
|
20
21
|
* });
|
|
21
22
|
* ```
|
|
22
23
|
*/
|
|
@@ -38,6 +39,10 @@ export interface GetShapesArgs {
|
|
|
38
39
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of an image.
|
|
39
40
|
*/
|
|
40
41
|
imageId?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Shape name.
|
|
44
|
+
*/
|
|
45
|
+
shape?: string;
|
|
41
46
|
}
|
|
42
47
|
/**
|
|
43
48
|
* A collection of values returned by getShapes.
|
|
@@ -51,6 +56,7 @@ export interface GetShapesResult {
|
|
|
51
56
|
*/
|
|
52
57
|
readonly id: string;
|
|
53
58
|
readonly imageId?: string;
|
|
59
|
+
readonly shape?: string;
|
|
54
60
|
/**
|
|
55
61
|
* The list of shapes.
|
|
56
62
|
*/
|
|
@@ -72,6 +78,7 @@ export interface GetShapesResult {
|
|
|
72
78
|
* compartmentId: compartmentId,
|
|
73
79
|
* availabilityDomain: shapeAvailabilityDomain,
|
|
74
80
|
* imageId: testImage.id,
|
|
81
|
+
* shape: shapeShape,
|
|
75
82
|
* });
|
|
76
83
|
* ```
|
|
77
84
|
*/
|
|
@@ -93,4 +100,8 @@ export interface GetShapesOutputArgs {
|
|
|
93
100
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of an image.
|
|
94
101
|
*/
|
|
95
102
|
imageId?: pulumi.Input<string>;
|
|
103
|
+
/**
|
|
104
|
+
* Shape name.
|
|
105
|
+
*/
|
|
106
|
+
shape?: pulumi.Input<string>;
|
|
96
107
|
}
|