@pulumi/oci 4.5.1 → 4.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (163) hide show
  1. package/cloudbridge/asset.d.ts +223 -0
  2. package/cloudbridge/asset.js +147 -0
  3. package/cloudbridge/asset.js.map +1 -1
  4. package/cloudbridge/assetSource.d.ts +67 -2
  5. package/cloudbridge/assetSource.js +16 -4
  6. package/cloudbridge/assetSource.js.map +1 -1
  7. package/cloudbridge/getAsset.d.ts +20 -0
  8. package/cloudbridge/getAsset.js.map +1 -1
  9. package/cloudbridge/getAssetSource.d.ts +11 -0
  10. package/cloudbridge/getAssetSource.js.map +1 -1
  11. package/cloudbridge/getAssets.d.ts +28 -0
  12. package/cloudbridge/getAssets.js +8 -0
  13. package/cloudbridge/getAssets.js.map +1 -1
  14. package/cloudbridge/getSupportedCloudRegions.d.ts +34 -0
  15. package/cloudbridge/getSupportedCloudRegions.js +28 -0
  16. package/cloudbridge/getSupportedCloudRegions.js.map +1 -0
  17. package/cloudbridge/index.d.ts +3 -0
  18. package/cloudbridge/index.js +4 -1
  19. package/cloudbridge/index.js.map +1 -1
  20. package/containerengine/getNodePool.d.ts +8 -0
  21. package/containerengine/getNodePool.js.map +1 -1
  22. package/containerengine/nodePool.d.ts +57 -8
  23. package/containerengine/nodePool.js +35 -6
  24. package/containerengine/nodePool.js.map +1 -1
  25. package/core/getInstancePool.d.ts +4 -0
  26. package/core/getInstancePool.js.map +1 -1
  27. package/core/instancePool.d.ts +8 -0
  28. package/core/instancePool.js +2 -0
  29. package/core/instancePool.js.map +1 -1
  30. package/generativeai/getSemanticStore.d.ts +122 -0
  31. package/generativeai/getSemanticStore.js +54 -0
  32. package/generativeai/getSemanticStore.js.map +1 -0
  33. package/generativeai/getSemanticStores.d.ts +124 -0
  34. package/generativeai/getSemanticStores.js +74 -0
  35. package/generativeai/getSemanticStores.js.map +1 -0
  36. package/generativeai/index.d.ts +9 -0
  37. package/generativeai/index.js +12 -1
  38. package/generativeai/index.js.map +1 -1
  39. package/generativeai/semanticStore.d.ts +240 -0
  40. package/generativeai/semanticStore.js +135 -0
  41. package/generativeai/semanticStore.js.map +1 -0
  42. package/managementagent/getManagementAgents.d.ts +2 -2
  43. package/managementagent/getManagementAgents.js +2 -2
  44. package/objectstorage/bucket.d.ts +13 -0
  45. package/objectstorage/bucket.js +3 -0
  46. package/objectstorage/bucket.js.map +1 -1
  47. package/objectstorage/getBucket.d.ts +4 -0
  48. package/objectstorage/getBucket.js.map +1 -1
  49. package/osmanagementhub/dynamicSet.d.ts +247 -0
  50. package/osmanagementhub/dynamicSet.js +142 -0
  51. package/osmanagementhub/dynamicSet.js.map +1 -0
  52. package/osmanagementhub/dynamicSetInstallPackagesManagement.d.ts +119 -0
  53. package/osmanagementhub/dynamicSetInstallPackagesManagement.js +94 -0
  54. package/osmanagementhub/dynamicSetInstallPackagesManagement.js.map +1 -0
  55. package/osmanagementhub/dynamicSetRebootManagement.d.ts +119 -0
  56. package/osmanagementhub/dynamicSetRebootManagement.js +91 -0
  57. package/osmanagementhub/dynamicSetRebootManagement.js.map +1 -0
  58. package/osmanagementhub/dynamicSetRemovePackagesManagement.d.ts +119 -0
  59. package/osmanagementhub/dynamicSetRemovePackagesManagement.js +94 -0
  60. package/osmanagementhub/dynamicSetRemovePackagesManagement.js.map +1 -0
  61. package/osmanagementhub/dynamicSetUpdatePackagesManagement.d.ts +119 -0
  62. package/osmanagementhub/dynamicSetUpdatePackagesManagement.js +91 -0
  63. package/osmanagementhub/dynamicSetUpdatePackagesManagement.js.map +1 -0
  64. package/osmanagementhub/getDynamicSet.d.ts +122 -0
  65. package/osmanagementhub/getDynamicSet.js +54 -0
  66. package/osmanagementhub/getDynamicSet.js.map +1 -0
  67. package/osmanagementhub/getDynamicSetManagedInstances.d.ts +122 -0
  68. package/osmanagementhub/getDynamicSetManagedInstances.js +72 -0
  69. package/osmanagementhub/getDynamicSetManagedInstances.js.map +1 -0
  70. package/osmanagementhub/getDynamicSets.d.ts +111 -0
  71. package/osmanagementhub/getDynamicSets.js +70 -0
  72. package/osmanagementhub/getDynamicSets.js.map +1 -0
  73. package/osmanagementhub/getErrata.d.ts +14 -57
  74. package/osmanagementhub/getErrata.js +6 -22
  75. package/osmanagementhub/getErrata.js.map +1 -1
  76. package/osmanagementhub/getLifecycleStages.d.ts +0 -40
  77. package/osmanagementhub/getLifecycleStages.js +0 -40
  78. package/osmanagementhub/getLifecycleStages.js.map +1 -1
  79. package/osmanagementhub/getManagedInstance.d.ts +8 -0
  80. package/osmanagementhub/getManagedInstance.js.map +1 -1
  81. package/osmanagementhub/getManagedInstanceGroup.d.ts +1 -1
  82. package/osmanagementhub/getManagedInstanceGroupManagedInstances.d.ts +133 -0
  83. package/osmanagementhub/getManagedInstanceGroupManagedInstances.js +76 -0
  84. package/osmanagementhub/getManagedInstanceGroupManagedInstances.js.map +1 -0
  85. package/osmanagementhub/getManagedInstanceSnaps.d.ts +108 -0
  86. package/osmanagementhub/getManagedInstanceSnaps.js +68 -0
  87. package/osmanagementhub/getManagedInstanceSnaps.js.map +1 -0
  88. package/osmanagementhub/getManagedInstanceUpdatablePackages.d.ts +14 -0
  89. package/osmanagementhub/getManagedInstanceUpdatablePackages.js +4 -0
  90. package/osmanagementhub/getManagedInstanceUpdatablePackages.js.map +1 -1
  91. package/osmanagementhub/getManagementStation.d.ts +8 -0
  92. package/osmanagementhub/getManagementStation.js.map +1 -1
  93. package/osmanagementhub/getManagementStations.d.ts +11 -0
  94. package/osmanagementhub/getManagementStations.js +4 -0
  95. package/osmanagementhub/getManagementStations.js.map +1 -1
  96. package/osmanagementhub/getScheduledJob.d.ts +6 -2
  97. package/osmanagementhub/getScheduledJob.js.map +1 -1
  98. package/osmanagementhub/getScheduledJobs.d.ts +11 -0
  99. package/osmanagementhub/getScheduledJobs.js +4 -0
  100. package/osmanagementhub/getScheduledJobs.js.map +1 -1
  101. package/osmanagementhub/getSoftwareSource.d.ts +1 -0
  102. package/osmanagementhub/getSoftwareSource.js.map +1 -1
  103. package/osmanagementhub/getSoftwareSourceManifest.d.ts +0 -6
  104. package/osmanagementhub/getSoftwareSourceManifest.js.map +1 -1
  105. package/osmanagementhub/index.d.ts +63 -0
  106. package/osmanagementhub/index.js +99 -3
  107. package/osmanagementhub/index.js.map +1 -1
  108. package/osmanagementhub/lifecycleEnvironment.d.ts +8 -20
  109. package/osmanagementhub/lifecycleEnvironment.js +8 -20
  110. package/osmanagementhub/lifecycleEnvironment.js.map +1 -1
  111. package/osmanagementhub/managedInstance.d.ts +19 -3
  112. package/osmanagementhub/managedInstance.js +4 -0
  113. package/osmanagementhub/managedInstance.js.map +1 -1
  114. package/osmanagementhub/managedInstanceAttachSoftwareSourcesManagement.d.ts +107 -0
  115. package/osmanagementhub/managedInstanceAttachSoftwareSourcesManagement.js +92 -0
  116. package/osmanagementhub/managedInstanceAttachSoftwareSourcesManagement.js.map +1 -0
  117. package/osmanagementhub/managedInstanceDetachSoftwareSourcesManagement.d.ts +107 -0
  118. package/osmanagementhub/managedInstanceDetachSoftwareSourcesManagement.js +92 -0
  119. package/osmanagementhub/managedInstanceDetachSoftwareSourcesManagement.js.map +1 -0
  120. package/osmanagementhub/managedInstanceGroup.d.ts +3 -3
  121. package/osmanagementhub/managedInstanceInstallPackagesManagement.d.ts +106 -0
  122. package/osmanagementhub/managedInstanceInstallPackagesManagement.js +91 -0
  123. package/osmanagementhub/managedInstanceInstallPackagesManagement.js.map +1 -0
  124. package/osmanagementhub/managedInstanceInstallSnapsManagement.d.ts +112 -0
  125. package/osmanagementhub/managedInstanceInstallSnapsManagement.js +94 -0
  126. package/osmanagementhub/managedInstanceInstallSnapsManagement.js.map +1 -0
  127. package/osmanagementhub/managedInstanceRefreshSoftwareManagement.d.ts +85 -0
  128. package/osmanagementhub/managedInstanceRefreshSoftwareManagement.js +77 -0
  129. package/osmanagementhub/managedInstanceRefreshSoftwareManagement.js.map +1 -0
  130. package/osmanagementhub/managedInstanceRemovePackagesManagement.d.ts +106 -0
  131. package/osmanagementhub/managedInstanceRemovePackagesManagement.js +91 -0
  132. package/osmanagementhub/managedInstanceRemovePackagesManagement.js.map +1 -0
  133. package/osmanagementhub/managedInstanceRemoveSnapsManagement.d.ts +109 -0
  134. package/osmanagementhub/managedInstanceRemoveSnapsManagement.js +94 -0
  135. package/osmanagementhub/managedInstanceRemoveSnapsManagement.js.map +1 -0
  136. package/osmanagementhub/managedInstanceSwitchSnapChannelManagement.d.ts +109 -0
  137. package/osmanagementhub/managedInstanceSwitchSnapChannelManagement.js +91 -0
  138. package/osmanagementhub/managedInstanceSwitchSnapChannelManagement.js.map +1 -0
  139. package/osmanagementhub/managedInstancesInstallWindowsUpdatesManagement.d.ts +106 -0
  140. package/osmanagementhub/managedInstancesInstallWindowsUpdatesManagement.js +88 -0
  141. package/osmanagementhub/managedInstancesInstallWindowsUpdatesManagement.js.map +1 -0
  142. package/osmanagementhub/managedInstancesUpdatePackagesManagement.d.ts +106 -0
  143. package/osmanagementhub/managedInstancesUpdatePackagesManagement.js +88 -0
  144. package/osmanagementhub/managedInstancesUpdatePackagesManagement.js.map +1 -0
  145. package/osmanagementhub/managementStation.d.ts +26 -0
  146. package/osmanagementhub/managementStation.js +6 -0
  147. package/osmanagementhub/managementStation.js.map +1 -1
  148. package/osmanagementhub/profile.d.ts +6 -6
  149. package/osmanagementhub/profileDetachManagementStationManagement.d.ts +100 -0
  150. package/osmanagementhub/profileDetachManagementStationManagement.js +85 -0
  151. package/osmanagementhub/profileDetachManagementStationManagement.js.map +1 -0
  152. package/osmanagementhub/scheduledJob.d.ts +43 -15
  153. package/osmanagementhub/scheduledJob.js +18 -0
  154. package/osmanagementhub/scheduledJob.js.map +1 -1
  155. package/osmanagementhub/softwareSource.d.ts +12 -0
  156. package/osmanagementhub/softwareSource.js +2 -0
  157. package/osmanagementhub/softwareSource.js.map +1 -1
  158. package/osmanagementhub/softwareSourceManifest.d.ts +3 -12
  159. package/osmanagementhub/softwareSourceManifest.js +3 -3
  160. package/osmanagementhub/softwareSourceManifest.js.map +1 -1
  161. package/package.json +2 -2
  162. package/types/input.d.ts +1021 -11
  163. package/types/output.d.ts +2324 -34
@@ -21,7 +21,136 @@ import * as outputs from "../types/output";
21
21
  * externalAssetKey: assetExternalAssetKey,
22
22
  * inventoryId: testInventory.id,
23
23
  * sourceKey: assetSourceKey,
24
+ * assetClassName: assetAssetClassName,
25
+ * assetClassVersion: assetAssetClassVersion,
26
+ * assetDetails: assetAssetDetails,
24
27
  * assetSourceIds: assetAssetSourceIds,
28
+ * attachedEbsVolumesCost: {
29
+ * amount: assetAttachedEbsVolumesCostAmount,
30
+ * currencyCode: assetAttachedEbsVolumesCostCurrencyCode,
31
+ * },
32
+ * awsEbs: {
33
+ * attachments: [{
34
+ * device: assetAwsEbsAttachmentsDevice,
35
+ * instanceKey: assetAwsEbsAttachmentsInstanceKey,
36
+ * isDeleteOnTermination: assetAwsEbsAttachmentsIsDeleteOnTermination,
37
+ * status: assetAwsEbsAttachmentsStatus,
38
+ * volumeKey: assetAwsEbsAttachmentsVolumeKey,
39
+ * }],
40
+ * availabilityZone: assetAwsEbsAvailabilityZone,
41
+ * iops: assetAwsEbsIops,
42
+ * isEncrypted: assetAwsEbsIsEncrypted,
43
+ * isMultiAttachEnabled: assetAwsEbsIsMultiAttachEnabled,
44
+ * sizeInGiBs: assetAwsEbsSizeInGiBs,
45
+ * status: assetAwsEbsStatus,
46
+ * tags: [{
47
+ * key: assetAwsEbsTagsKey,
48
+ * value: assetAwsEbsTagsValue,
49
+ * }],
50
+ * throughput: assetAwsEbsThroughput,
51
+ * volumeKey: assetAwsEbsVolumeKey,
52
+ * volumeType: assetAwsEbsVolumeType,
53
+ * },
54
+ * awsEc2: {
55
+ * architecture: assetAwsEc2Architecture,
56
+ * areElasticInferenceAcceleratorsPresent: assetAwsEc2AreElasticInferenceAcceleratorsPresent,
57
+ * bootMode: assetAwsEc2BootMode,
58
+ * capacityReservationKey: assetAwsEc2CapacityReservationKey,
59
+ * imageKey: assetAwsEc2ImageKey,
60
+ * instanceKey: assetAwsEc2InstanceKey,
61
+ * instanceLifecycle: assetAwsEc2InstanceLifecycle,
62
+ * instanceType: assetAwsEc2InstanceType,
63
+ * ipAddress: assetAwsEc2IpAddress,
64
+ * ipv6address: assetAwsEc2Ipv6address,
65
+ * isEnclaveOptions: assetAwsEc2IsEnclaveOptions,
66
+ * isHibernationOptions: assetAwsEc2IsHibernationOptions,
67
+ * isSourceDestCheck: assetAwsEc2IsSourceDestCheck,
68
+ * isSpotInstance: assetAwsEc2IsSpotInstance,
69
+ * kernelKey: assetAwsEc2KernelKey,
70
+ * licenses: assetAwsEc2Licenses,
71
+ * maintenanceOptions: assetAwsEc2MaintenanceOptions,
72
+ * monitoring: assetAwsEc2Monitoring,
73
+ * networkInterfaces: [{
74
+ * association: {
75
+ * carrierIp: assetAwsEc2NetworkInterfacesAssociationCarrierIp,
76
+ * customerOwnedIp: assetAwsEc2NetworkInterfacesAssociationCustomerOwnedIp,
77
+ * ipOwnerKey: assetAwsEc2NetworkInterfacesAssociationIpOwnerKey,
78
+ * publicDnsName: assetAwsEc2NetworkInterfacesAssociationPublicDnsName,
79
+ * publicIp: assetAwsEc2NetworkInterfacesAssociationPublicIp,
80
+ * },
81
+ * attachment: {
82
+ * attachmentKey: assetAwsEc2NetworkInterfacesAttachmentAttachmentKey,
83
+ * deviceIndex: assetAwsEc2NetworkInterfacesAttachmentDeviceIndex,
84
+ * isDeleteOnTermination: assetAwsEc2NetworkInterfacesAttachmentIsDeleteOnTermination,
85
+ * networkCardIndex: assetAwsEc2NetworkInterfacesAttachmentNetworkCardIndex,
86
+ * status: assetAwsEc2NetworkInterfacesAttachmentStatus,
87
+ * timeAttach: assetAwsEc2NetworkInterfacesAttachmentTimeAttach,
88
+ * },
89
+ * description: assetAwsEc2NetworkInterfacesDescription,
90
+ * interfaceType: assetAwsEc2NetworkInterfacesInterfaceType,
91
+ * ipv4prefixes: assetAwsEc2NetworkInterfacesIpv4prefixes,
92
+ * ipv6addresses: assetAwsEc2NetworkInterfacesIpv6addresses,
93
+ * ipv6prefixes: assetAwsEc2NetworkInterfacesIpv6prefixes,
94
+ * isSourceDestCheck: assetAwsEc2NetworkInterfacesIsSourceDestCheck,
95
+ * macAddress: assetAwsEc2NetworkInterfacesMacAddress,
96
+ * networkInterfaceKey: assetAwsEc2NetworkInterfacesNetworkInterfaceKey,
97
+ * ownerKey: assetAwsEc2NetworkInterfacesOwnerKey,
98
+ * privateIpAddresses: [{
99
+ * association: {
100
+ * carrierIp: assetAwsEc2NetworkInterfacesPrivateIpAddressesAssociationCarrierIp,
101
+ * customerOwnedIp: assetAwsEc2NetworkInterfacesPrivateIpAddressesAssociationCustomerOwnedIp,
102
+ * ipOwnerKey: assetAwsEc2NetworkInterfacesPrivateIpAddressesAssociationIpOwnerKey,
103
+ * publicDnsName: assetAwsEc2NetworkInterfacesPrivateIpAddressesAssociationPublicDnsName,
104
+ * publicIp: assetAwsEc2NetworkInterfacesPrivateIpAddressesAssociationPublicIp,
105
+ * },
106
+ * isPrimary: assetAwsEc2NetworkInterfacesPrivateIpAddressesIsPrimary,
107
+ * privateDnsName: assetAwsEc2NetworkInterfacesPrivateIpAddressesPrivateDnsName,
108
+ * privateIpAddress: assetAwsEc2NetworkInterfacesPrivateIpAddressesPrivateIpAddress,
109
+ * }],
110
+ * securityGroups: [{
111
+ * groupKey: assetAwsEc2NetworkInterfacesSecurityGroupsGroupKey,
112
+ * groupName: testGroup.name,
113
+ * }],
114
+ * status: assetAwsEc2NetworkInterfacesStatus,
115
+ * subnetKey: assetAwsEc2NetworkInterfacesSubnetKey,
116
+ * }],
117
+ * placement: {
118
+ * affinity: assetAwsEc2PlacementAffinity,
119
+ * availabilityZone: assetAwsEc2PlacementAvailabilityZone,
120
+ * groupName: testGroup.name,
121
+ * hostKey: assetAwsEc2PlacementHostKey,
122
+ * hostResourceGroupArn: assetAwsEc2PlacementHostResourceGroupArn,
123
+ * partitionNumber: assetAwsEc2PlacementPartitionNumber,
124
+ * spreadDomain: assetAwsEc2PlacementSpreadDomain,
125
+ * tenancy: assetAwsEc2PlacementTenancy,
126
+ * },
127
+ * privateDnsName: assetAwsEc2PrivateDnsName,
128
+ * privateIpAddress: assetAwsEc2PrivateIpAddress,
129
+ * rootDeviceName: assetAwsEc2RootDeviceName,
130
+ * rootDeviceType: assetAwsEc2RootDeviceType,
131
+ * securityGroups: [{
132
+ * groupKey: assetAwsEc2SecurityGroupsGroupKey,
133
+ * groupName: testGroup.name,
134
+ * }],
135
+ * sriovNetSupport: assetAwsEc2SriovNetSupport,
136
+ * state: {
137
+ * code: assetAwsEc2StateCode,
138
+ * name: assetAwsEc2StateName,
139
+ * },
140
+ * subnetKey: assetAwsEc2SubnetKey,
141
+ * tags: [{
142
+ * key: assetAwsEc2TagsKey,
143
+ * value: assetAwsEc2TagsValue,
144
+ * }],
145
+ * timeLaunch: assetAwsEc2TimeLaunch,
146
+ * tpmSupport: assetAwsEc2TpmSupport,
147
+ * virtualizationType: assetAwsEc2VirtualizationType,
148
+ * vpcKey: assetAwsEc2VpcKey,
149
+ * },
150
+ * awsEc2cost: {
151
+ * amount: assetAwsEc2costAmount,
152
+ * currencyCode: assetAwsEc2costCurrencyCode,
153
+ * },
25
154
  * compute: {
26
155
  * connectedNetworks: assetComputeConnectedNetworks,
27
156
  * coresCount: assetComputeCoresCount,
@@ -29,6 +158,7 @@ import * as outputs from "../types/output";
29
158
  * description: assetComputeDescription,
30
159
  * disks: [{
31
160
  * bootOrder: assetComputeDisksBootOrder,
161
+ * isCbtEnabled: assetComputeDisksIsCbtEnabled,
32
162
  * location: assetComputeDisksLocation,
33
163
  * name: assetComputeDisksName,
34
164
  * persistentMode: assetComputeDisksPersistentMode,
@@ -89,6 +219,7 @@ import * as outputs from "../types/output";
89
219
  * "Operations.CostCenter": "42",
90
220
  * },
91
221
  * displayName: assetDisplayName,
222
+ * environmentType: assetEnvironmentType,
92
223
  * freeformTags: {
93
224
  * Department: "Finance",
94
225
  * },
@@ -145,6 +276,18 @@ export declare class Asset extends pulumi.CustomResource {
145
276
  * when multiple copies of the Pulumi SDK have been loaded into the same process.
146
277
  */
147
278
  static isInstance(obj: any): obj is Asset;
279
+ /**
280
+ * (Updatable) The class name of the asset.
281
+ */
282
+ readonly assetClassName: pulumi.Output<string>;
283
+ /**
284
+ * (Updatable) The version of the asset class.
285
+ */
286
+ readonly assetClassVersion: pulumi.Output<string>;
287
+ /**
288
+ * (Updatable) The details of the asset.
289
+ */
290
+ readonly assetDetails: pulumi.Output<string>;
148
291
  /**
149
292
  * (Updatable) List of asset source OCID.
150
293
  */
@@ -153,6 +296,22 @@ export declare class Asset extends pulumi.CustomResource {
153
296
  * (Updatable) The type of asset.
154
297
  */
155
298
  readonly assetType: pulumi.Output<string>;
299
+ /**
300
+ * (Updatable) Cost information for monthly maintenance.
301
+ */
302
+ readonly attachedEbsVolumesCost: pulumi.Output<outputs.CloudBridge.AssetAttachedEbsVolumesCost>;
303
+ /**
304
+ * (Updatable) AWS EBS volume related properties.
305
+ */
306
+ readonly awsEbs: pulumi.Output<outputs.CloudBridge.AssetAwsEbs>;
307
+ /**
308
+ * (Updatable) AWS virtual machine related properties.
309
+ */
310
+ readonly awsEc2: pulumi.Output<outputs.CloudBridge.AssetAwsEc2>;
311
+ /**
312
+ * (Updatable) Cost information for monthly maintenance.
313
+ */
314
+ readonly awsEc2cost: pulumi.Output<outputs.CloudBridge.AssetAwsEc2cost>;
156
315
  /**
157
316
  * (Updatable) The OCID of the compartment that the asset belongs to.
158
317
  */
@@ -171,6 +330,10 @@ export declare class Asset extends pulumi.CustomResource {
171
330
  * (Updatable) Asset display name.
172
331
  */
173
332
  readonly displayName: pulumi.Output<string>;
333
+ /**
334
+ * Specifies if this is the Source or Destination point for migration - different assets may be discovered depending on setting.
335
+ */
336
+ readonly environmentType: pulumi.Output<string>;
174
337
  /**
175
338
  * The key of the asset from the external environment.
176
339
  */
@@ -232,6 +395,18 @@ export declare class Asset extends pulumi.CustomResource {
232
395
  * Input properties used for looking up and filtering Asset resources.
233
396
  */
234
397
  export interface AssetState {
398
+ /**
399
+ * (Updatable) The class name of the asset.
400
+ */
401
+ assetClassName?: pulumi.Input<string>;
402
+ /**
403
+ * (Updatable) The version of the asset class.
404
+ */
405
+ assetClassVersion?: pulumi.Input<string>;
406
+ /**
407
+ * (Updatable) The details of the asset.
408
+ */
409
+ assetDetails?: pulumi.Input<string>;
235
410
  /**
236
411
  * (Updatable) List of asset source OCID.
237
412
  */
@@ -240,6 +415,22 @@ export interface AssetState {
240
415
  * (Updatable) The type of asset.
241
416
  */
242
417
  assetType?: pulumi.Input<string>;
418
+ /**
419
+ * (Updatable) Cost information for monthly maintenance.
420
+ */
421
+ attachedEbsVolumesCost?: pulumi.Input<inputs.CloudBridge.AssetAttachedEbsVolumesCost>;
422
+ /**
423
+ * (Updatable) AWS EBS volume related properties.
424
+ */
425
+ awsEbs?: pulumi.Input<inputs.CloudBridge.AssetAwsEbs>;
426
+ /**
427
+ * (Updatable) AWS virtual machine related properties.
428
+ */
429
+ awsEc2?: pulumi.Input<inputs.CloudBridge.AssetAwsEc2>;
430
+ /**
431
+ * (Updatable) Cost information for monthly maintenance.
432
+ */
433
+ awsEc2cost?: pulumi.Input<inputs.CloudBridge.AssetAwsEc2cost>;
243
434
  /**
244
435
  * (Updatable) The OCID of the compartment that the asset belongs to.
245
436
  */
@@ -258,6 +449,10 @@ export interface AssetState {
258
449
  * (Updatable) Asset display name.
259
450
  */
260
451
  displayName?: pulumi.Input<string>;
452
+ /**
453
+ * Specifies if this is the Source or Destination point for migration - different assets may be discovered depending on setting.
454
+ */
455
+ environmentType?: pulumi.Input<string>;
261
456
  /**
262
457
  * The key of the asset from the external environment.
263
458
  */
@@ -311,6 +506,18 @@ export interface AssetState {
311
506
  * The set of arguments for constructing a Asset resource.
312
507
  */
313
508
  export interface AssetArgs {
509
+ /**
510
+ * (Updatable) The class name of the asset.
511
+ */
512
+ assetClassName?: pulumi.Input<string>;
513
+ /**
514
+ * (Updatable) The version of the asset class.
515
+ */
516
+ assetClassVersion?: pulumi.Input<string>;
517
+ /**
518
+ * (Updatable) The details of the asset.
519
+ */
520
+ assetDetails?: pulumi.Input<string>;
314
521
  /**
315
522
  * (Updatable) List of asset source OCID.
316
523
  */
@@ -319,6 +526,22 @@ export interface AssetArgs {
319
526
  * (Updatable) The type of asset.
320
527
  */
321
528
  assetType: pulumi.Input<string>;
529
+ /**
530
+ * (Updatable) Cost information for monthly maintenance.
531
+ */
532
+ attachedEbsVolumesCost?: pulumi.Input<inputs.CloudBridge.AssetAttachedEbsVolumesCost>;
533
+ /**
534
+ * (Updatable) AWS EBS volume related properties.
535
+ */
536
+ awsEbs?: pulumi.Input<inputs.CloudBridge.AssetAwsEbs>;
537
+ /**
538
+ * (Updatable) AWS virtual machine related properties.
539
+ */
540
+ awsEc2?: pulumi.Input<inputs.CloudBridge.AssetAwsEc2>;
541
+ /**
542
+ * (Updatable) Cost information for monthly maintenance.
543
+ */
544
+ awsEc2cost?: pulumi.Input<inputs.CloudBridge.AssetAwsEc2cost>;
322
545
  /**
323
546
  * (Updatable) The OCID of the compartment that the asset belongs to.
324
547
  */
@@ -25,7 +25,136 @@ const utilities = require("../utilities");
25
25
  * externalAssetKey: assetExternalAssetKey,
26
26
  * inventoryId: testInventory.id,
27
27
  * sourceKey: assetSourceKey,
28
+ * assetClassName: assetAssetClassName,
29
+ * assetClassVersion: assetAssetClassVersion,
30
+ * assetDetails: assetAssetDetails,
28
31
  * assetSourceIds: assetAssetSourceIds,
32
+ * attachedEbsVolumesCost: {
33
+ * amount: assetAttachedEbsVolumesCostAmount,
34
+ * currencyCode: assetAttachedEbsVolumesCostCurrencyCode,
35
+ * },
36
+ * awsEbs: {
37
+ * attachments: [{
38
+ * device: assetAwsEbsAttachmentsDevice,
39
+ * instanceKey: assetAwsEbsAttachmentsInstanceKey,
40
+ * isDeleteOnTermination: assetAwsEbsAttachmentsIsDeleteOnTermination,
41
+ * status: assetAwsEbsAttachmentsStatus,
42
+ * volumeKey: assetAwsEbsAttachmentsVolumeKey,
43
+ * }],
44
+ * availabilityZone: assetAwsEbsAvailabilityZone,
45
+ * iops: assetAwsEbsIops,
46
+ * isEncrypted: assetAwsEbsIsEncrypted,
47
+ * isMultiAttachEnabled: assetAwsEbsIsMultiAttachEnabled,
48
+ * sizeInGiBs: assetAwsEbsSizeInGiBs,
49
+ * status: assetAwsEbsStatus,
50
+ * tags: [{
51
+ * key: assetAwsEbsTagsKey,
52
+ * value: assetAwsEbsTagsValue,
53
+ * }],
54
+ * throughput: assetAwsEbsThroughput,
55
+ * volumeKey: assetAwsEbsVolumeKey,
56
+ * volumeType: assetAwsEbsVolumeType,
57
+ * },
58
+ * awsEc2: {
59
+ * architecture: assetAwsEc2Architecture,
60
+ * areElasticInferenceAcceleratorsPresent: assetAwsEc2AreElasticInferenceAcceleratorsPresent,
61
+ * bootMode: assetAwsEc2BootMode,
62
+ * capacityReservationKey: assetAwsEc2CapacityReservationKey,
63
+ * imageKey: assetAwsEc2ImageKey,
64
+ * instanceKey: assetAwsEc2InstanceKey,
65
+ * instanceLifecycle: assetAwsEc2InstanceLifecycle,
66
+ * instanceType: assetAwsEc2InstanceType,
67
+ * ipAddress: assetAwsEc2IpAddress,
68
+ * ipv6address: assetAwsEc2Ipv6address,
69
+ * isEnclaveOptions: assetAwsEc2IsEnclaveOptions,
70
+ * isHibernationOptions: assetAwsEc2IsHibernationOptions,
71
+ * isSourceDestCheck: assetAwsEc2IsSourceDestCheck,
72
+ * isSpotInstance: assetAwsEc2IsSpotInstance,
73
+ * kernelKey: assetAwsEc2KernelKey,
74
+ * licenses: assetAwsEc2Licenses,
75
+ * maintenanceOptions: assetAwsEc2MaintenanceOptions,
76
+ * monitoring: assetAwsEc2Monitoring,
77
+ * networkInterfaces: [{
78
+ * association: {
79
+ * carrierIp: assetAwsEc2NetworkInterfacesAssociationCarrierIp,
80
+ * customerOwnedIp: assetAwsEc2NetworkInterfacesAssociationCustomerOwnedIp,
81
+ * ipOwnerKey: assetAwsEc2NetworkInterfacesAssociationIpOwnerKey,
82
+ * publicDnsName: assetAwsEc2NetworkInterfacesAssociationPublicDnsName,
83
+ * publicIp: assetAwsEc2NetworkInterfacesAssociationPublicIp,
84
+ * },
85
+ * attachment: {
86
+ * attachmentKey: assetAwsEc2NetworkInterfacesAttachmentAttachmentKey,
87
+ * deviceIndex: assetAwsEc2NetworkInterfacesAttachmentDeviceIndex,
88
+ * isDeleteOnTermination: assetAwsEc2NetworkInterfacesAttachmentIsDeleteOnTermination,
89
+ * networkCardIndex: assetAwsEc2NetworkInterfacesAttachmentNetworkCardIndex,
90
+ * status: assetAwsEc2NetworkInterfacesAttachmentStatus,
91
+ * timeAttach: assetAwsEc2NetworkInterfacesAttachmentTimeAttach,
92
+ * },
93
+ * description: assetAwsEc2NetworkInterfacesDescription,
94
+ * interfaceType: assetAwsEc2NetworkInterfacesInterfaceType,
95
+ * ipv4prefixes: assetAwsEc2NetworkInterfacesIpv4prefixes,
96
+ * ipv6addresses: assetAwsEc2NetworkInterfacesIpv6addresses,
97
+ * ipv6prefixes: assetAwsEc2NetworkInterfacesIpv6prefixes,
98
+ * isSourceDestCheck: assetAwsEc2NetworkInterfacesIsSourceDestCheck,
99
+ * macAddress: assetAwsEc2NetworkInterfacesMacAddress,
100
+ * networkInterfaceKey: assetAwsEc2NetworkInterfacesNetworkInterfaceKey,
101
+ * ownerKey: assetAwsEc2NetworkInterfacesOwnerKey,
102
+ * privateIpAddresses: [{
103
+ * association: {
104
+ * carrierIp: assetAwsEc2NetworkInterfacesPrivateIpAddressesAssociationCarrierIp,
105
+ * customerOwnedIp: assetAwsEc2NetworkInterfacesPrivateIpAddressesAssociationCustomerOwnedIp,
106
+ * ipOwnerKey: assetAwsEc2NetworkInterfacesPrivateIpAddressesAssociationIpOwnerKey,
107
+ * publicDnsName: assetAwsEc2NetworkInterfacesPrivateIpAddressesAssociationPublicDnsName,
108
+ * publicIp: assetAwsEc2NetworkInterfacesPrivateIpAddressesAssociationPublicIp,
109
+ * },
110
+ * isPrimary: assetAwsEc2NetworkInterfacesPrivateIpAddressesIsPrimary,
111
+ * privateDnsName: assetAwsEc2NetworkInterfacesPrivateIpAddressesPrivateDnsName,
112
+ * privateIpAddress: assetAwsEc2NetworkInterfacesPrivateIpAddressesPrivateIpAddress,
113
+ * }],
114
+ * securityGroups: [{
115
+ * groupKey: assetAwsEc2NetworkInterfacesSecurityGroupsGroupKey,
116
+ * groupName: testGroup.name,
117
+ * }],
118
+ * status: assetAwsEc2NetworkInterfacesStatus,
119
+ * subnetKey: assetAwsEc2NetworkInterfacesSubnetKey,
120
+ * }],
121
+ * placement: {
122
+ * affinity: assetAwsEc2PlacementAffinity,
123
+ * availabilityZone: assetAwsEc2PlacementAvailabilityZone,
124
+ * groupName: testGroup.name,
125
+ * hostKey: assetAwsEc2PlacementHostKey,
126
+ * hostResourceGroupArn: assetAwsEc2PlacementHostResourceGroupArn,
127
+ * partitionNumber: assetAwsEc2PlacementPartitionNumber,
128
+ * spreadDomain: assetAwsEc2PlacementSpreadDomain,
129
+ * tenancy: assetAwsEc2PlacementTenancy,
130
+ * },
131
+ * privateDnsName: assetAwsEc2PrivateDnsName,
132
+ * privateIpAddress: assetAwsEc2PrivateIpAddress,
133
+ * rootDeviceName: assetAwsEc2RootDeviceName,
134
+ * rootDeviceType: assetAwsEc2RootDeviceType,
135
+ * securityGroups: [{
136
+ * groupKey: assetAwsEc2SecurityGroupsGroupKey,
137
+ * groupName: testGroup.name,
138
+ * }],
139
+ * sriovNetSupport: assetAwsEc2SriovNetSupport,
140
+ * state: {
141
+ * code: assetAwsEc2StateCode,
142
+ * name: assetAwsEc2StateName,
143
+ * },
144
+ * subnetKey: assetAwsEc2SubnetKey,
145
+ * tags: [{
146
+ * key: assetAwsEc2TagsKey,
147
+ * value: assetAwsEc2TagsValue,
148
+ * }],
149
+ * timeLaunch: assetAwsEc2TimeLaunch,
150
+ * tpmSupport: assetAwsEc2TpmSupport,
151
+ * virtualizationType: assetAwsEc2VirtualizationType,
152
+ * vpcKey: assetAwsEc2VpcKey,
153
+ * },
154
+ * awsEc2cost: {
155
+ * amount: assetAwsEc2costAmount,
156
+ * currencyCode: assetAwsEc2costCurrencyCode,
157
+ * },
29
158
  * compute: {
30
159
  * connectedNetworks: assetComputeConnectedNetworks,
31
160
  * coresCount: assetComputeCoresCount,
@@ -33,6 +162,7 @@ const utilities = require("../utilities");
33
162
  * description: assetComputeDescription,
34
163
  * disks: [{
35
164
  * bootOrder: assetComputeDisksBootOrder,
165
+ * isCbtEnabled: assetComputeDisksIsCbtEnabled,
36
166
  * location: assetComputeDisksLocation,
37
167
  * name: assetComputeDisksName,
38
168
  * persistentMode: assetComputeDisksPersistentMode,
@@ -93,6 +223,7 @@ const utilities = require("../utilities");
93
223
  * "Operations.CostCenter": "42",
94
224
  * },
95
225
  * displayName: assetDisplayName,
226
+ * environmentType: assetEnvironmentType,
96
227
  * freeformTags: {
97
228
  * Department: "Finance",
98
229
  * },
@@ -161,12 +292,20 @@ class Asset extends pulumi.CustomResource {
161
292
  opts = opts || {};
162
293
  if (opts.id) {
163
294
  const state = argsOrState;
295
+ resourceInputs["assetClassName"] = state?.assetClassName;
296
+ resourceInputs["assetClassVersion"] = state?.assetClassVersion;
297
+ resourceInputs["assetDetails"] = state?.assetDetails;
164
298
  resourceInputs["assetSourceIds"] = state?.assetSourceIds;
165
299
  resourceInputs["assetType"] = state?.assetType;
300
+ resourceInputs["attachedEbsVolumesCost"] = state?.attachedEbsVolumesCost;
301
+ resourceInputs["awsEbs"] = state?.awsEbs;
302
+ resourceInputs["awsEc2"] = state?.awsEc2;
303
+ resourceInputs["awsEc2cost"] = state?.awsEc2cost;
166
304
  resourceInputs["compartmentId"] = state?.compartmentId;
167
305
  resourceInputs["compute"] = state?.compute;
168
306
  resourceInputs["definedTags"] = state?.definedTags;
169
307
  resourceInputs["displayName"] = state?.displayName;
308
+ resourceInputs["environmentType"] = state?.environmentType;
170
309
  resourceInputs["externalAssetKey"] = state?.externalAssetKey;
171
310
  resourceInputs["freeformTags"] = state?.freeformTags;
172
311
  resourceInputs["inventoryId"] = state?.inventoryId;
@@ -196,8 +335,15 @@ class Asset extends pulumi.CustomResource {
196
335
  if (args?.sourceKey === undefined && !opts.urn) {
197
336
  throw new Error("Missing required property 'sourceKey'");
198
337
  }
338
+ resourceInputs["assetClassName"] = args?.assetClassName;
339
+ resourceInputs["assetClassVersion"] = args?.assetClassVersion;
340
+ resourceInputs["assetDetails"] = args?.assetDetails;
199
341
  resourceInputs["assetSourceIds"] = args?.assetSourceIds;
200
342
  resourceInputs["assetType"] = args?.assetType;
343
+ resourceInputs["attachedEbsVolumesCost"] = args?.attachedEbsVolumesCost;
344
+ resourceInputs["awsEbs"] = args?.awsEbs;
345
+ resourceInputs["awsEc2"] = args?.awsEc2;
346
+ resourceInputs["awsEc2cost"] = args?.awsEc2cost;
201
347
  resourceInputs["compartmentId"] = args?.compartmentId;
202
348
  resourceInputs["compute"] = args?.compute;
203
349
  resourceInputs["definedTags"] = args?.definedTags;
@@ -209,6 +355,7 @@ class Asset extends pulumi.CustomResource {
209
355
  resourceInputs["vm"] = args?.vm;
210
356
  resourceInputs["vmwareVcenter"] = args?.vmwareVcenter;
211
357
  resourceInputs["vmwareVm"] = args?.vmwareVm;
358
+ resourceInputs["environmentType"] = undefined /*out*/;
212
359
  resourceInputs["state"] = undefined /*out*/;
213
360
  resourceInputs["systemTags"] = undefined /*out*/;
214
361
  resourceInputs["timeCreated"] = undefined /*out*/;
@@ -1 +1 @@
1
- {"version":3,"file":"asset.js","sourceRoot":"","sources":["../../cloudbridge/asset.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"asset.js","sourceRoot":"","sources":["../../cloudbridge/asset.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkQG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkB,EAAE,IAAmC;QAChH,OAAO,IAAI,KAAK,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC5D,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,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;IA+GD,YAAY,IAAY,EAAE,WAAoC,EAAE,IAAmC;QAC/F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqC,CAAC;YACpD,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,EAAE,cAAc,CAAC;YACzD,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,EAAE,iBAAiB,CAAC;YAC/D,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,EAAE,cAAc,CAAC;YACzD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,EAAE,sBAAsB,CAAC;YACzE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,EAAE,gBAAgB,CAAC;YAC7D,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,IAAI,CAAC,GAAG,KAAK,EAAE,EAAE,CAAC;YACjC,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;SAChD;aAAM;YACH,MAAM,IAAI,GAAG,WAAoC,CAAC;YAClD,IAAI,IAAI,EAAE,SAAS,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5C,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,IAAI,EAAE,aAAa,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAChD,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;YACD,IAAI,IAAI,EAAE,gBAAgB,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,8CAA8C,CAAC,CAAC;aACnE;YACD,IAAI,IAAI,EAAE,WAAW,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC9C,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,IAAI,IAAI,EAAE,SAAS,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5C,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,cAAc,CAAC;YACxD,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,cAAc,CAAC;YACxD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,EAAE,sBAAsB,CAAC;YACxE,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,EAAE,gBAAgB,CAAC;YAC5D,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,IAAI,CAAC,GAAG,IAAI,EAAE,EAAE,CAAC;YAChC,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACrD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,KAAK,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;;AApNL,sBAqNC;AAvMG,gBAAgB;AACO,kBAAY,GAAG,6BAA6B,CAAC"}
@@ -25,22 +25,27 @@ import * as outputs from "../types/output";
25
25
  * environmentId: testEnvironment.id,
26
26
  * inventoryId: testInventory.id,
27
27
  * type: assetSourceType,
28
- * vcenterEndpoint: assetSourceVcenterEndpoint,
29
28
  * areHistoricalMetricsCollected: assetSourceAreHistoricalMetricsCollected,
30
29
  * areRealtimeMetricsCollected: assetSourceAreRealtimeMetricsCollected,
30
+ * awsAccountKey: assetSourceAwsAccountKey,
31
+ * awsRegion: assetSourceAwsRegion,
31
32
  * definedTags: {
32
33
  * "Operations.CostCenter": "42",
33
34
  * },
34
35
  * discoveryScheduleId: testDiscoverySchedule.id,
35
36
  * displayName: assetSourceDisplayName,
37
+ * environmentType: assetSourceEnvironmentType,
36
38
  * freeformTags: {
37
39
  * Department: "Finance",
38
40
  * },
41
+ * isCostInformationCollected: assetSourceIsCostInformationCollected,
42
+ * olvmEndpoint: assetSourceOlvmEndpoint,
39
43
  * replicationCredentials: {
40
44
  * secretId: testSecret.id,
41
45
  * type: assetSourceReplicationCredentialsType,
42
46
  * },
43
47
  * systemTags: assetSourceSystemTags,
48
+ * vcenterEndpoint: assetSourceVcenterEndpoint,
44
49
  * });
45
50
  * ```
46
51
  *
@@ -80,6 +85,14 @@ export declare class AssetSource extends pulumi.CustomResource {
80
85
  * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that is going to be used to create assets.
81
86
  */
82
87
  readonly assetsCompartmentId: pulumi.Output<string>;
88
+ /**
89
+ * The key of customer's aws account to be discovered/migrated.
90
+ */
91
+ readonly awsAccountKey: pulumi.Output<string>;
92
+ /**
93
+ * AWS region information, from where the resources are discovered.
94
+ */
95
+ readonly awsRegion: pulumi.Output<string>;
83
96
  /**
84
97
  * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment for the resource.
85
98
  */
@@ -106,6 +119,10 @@ export declare class AssetSource extends pulumi.CustomResource {
106
119
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the environment.
107
120
  */
108
121
  readonly environmentId: pulumi.Output<string>;
122
+ /**
123
+ * (Updatable) Specifies if this is the Source or Destination point for migration - different assets may be discovered depending on setting.
124
+ */
125
+ readonly environmentType: pulumi.Output<string>;
109
126
  /**
110
127
  * (Updatable) The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
111
128
  */
@@ -116,10 +133,18 @@ export declare class AssetSource extends pulumi.CustomResource {
116
133
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the inventory that will contain created assets.
117
134
  */
118
135
  readonly inventoryId: pulumi.Output<string>;
136
+ /**
137
+ * (Updatable) Flag indicating whether cost data collection is enabled for assets, originating from this asset source.
138
+ */
139
+ readonly isCostInformationCollected: pulumi.Output<boolean>;
119
140
  /**
120
141
  * The detailed state of the asset source.
121
142
  */
122
143
  readonly lifecycleDetails: pulumi.Output<string>;
144
+ /**
145
+ * (Updatable) Endpoint for OLVM asset discovery and replication in the form of ```https://<host>:<port>```
146
+ */
147
+ readonly olvmEndpoint: pulumi.Output<string>;
123
148
  /**
124
149
  * (Updatable) Credentials for an asset source.
125
150
  */
@@ -179,6 +204,14 @@ export interface AssetSourceState {
179
204
  * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that is going to be used to create assets.
180
205
  */
181
206
  assetsCompartmentId?: pulumi.Input<string>;
207
+ /**
208
+ * The key of customer's aws account to be discovered/migrated.
209
+ */
210
+ awsAccountKey?: pulumi.Input<string>;
211
+ /**
212
+ * AWS region information, from where the resources are discovered.
213
+ */
214
+ awsRegion?: pulumi.Input<string>;
182
215
  /**
183
216
  * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment for the resource.
184
217
  */
@@ -205,6 +238,10 @@ export interface AssetSourceState {
205
238
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the environment.
206
239
  */
207
240
  environmentId?: pulumi.Input<string>;
241
+ /**
242
+ * (Updatable) Specifies if this is the Source or Destination point for migration - different assets may be discovered depending on setting.
243
+ */
244
+ environmentType?: pulumi.Input<string>;
208
245
  /**
209
246
  * (Updatable) The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
210
247
  */
@@ -215,10 +252,18 @@ export interface AssetSourceState {
215
252
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the inventory that will contain created assets.
216
253
  */
217
254
  inventoryId?: pulumi.Input<string>;
255
+ /**
256
+ * (Updatable) Flag indicating whether cost data collection is enabled for assets, originating from this asset source.
257
+ */
258
+ isCostInformationCollected?: pulumi.Input<boolean>;
218
259
  /**
219
260
  * The detailed state of the asset source.
220
261
  */
221
262
  lifecycleDetails?: pulumi.Input<string>;
263
+ /**
264
+ * (Updatable) Endpoint for OLVM asset discovery and replication in the form of ```https://<host>:<port>```
265
+ */
266
+ olvmEndpoint?: pulumi.Input<string>;
222
267
  /**
223
268
  * (Updatable) Credentials for an asset source.
224
269
  */
@@ -270,6 +315,14 @@ export interface AssetSourceArgs {
270
315
  * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that is going to be used to create assets.
271
316
  */
272
317
  assetsCompartmentId: pulumi.Input<string>;
318
+ /**
319
+ * The key of customer's aws account to be discovered/migrated.
320
+ */
321
+ awsAccountKey?: pulumi.Input<string>;
322
+ /**
323
+ * AWS region information, from where the resources are discovered.
324
+ */
325
+ awsRegion?: pulumi.Input<string>;
273
326
  /**
274
327
  * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment for the resource.
275
328
  */
@@ -296,6 +349,10 @@ export interface AssetSourceArgs {
296
349
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the environment.
297
350
  */
298
351
  environmentId: pulumi.Input<string>;
352
+ /**
353
+ * (Updatable) Specifies if this is the Source or Destination point for migration - different assets may be discovered depending on setting.
354
+ */
355
+ environmentType?: pulumi.Input<string>;
299
356
  /**
300
357
  * (Updatable) The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
301
358
  */
@@ -306,6 +363,14 @@ export interface AssetSourceArgs {
306
363
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the inventory that will contain created assets.
307
364
  */
308
365
  inventoryId: pulumi.Input<string>;
366
+ /**
367
+ * (Updatable) Flag indicating whether cost data collection is enabled for assets, originating from this asset source.
368
+ */
369
+ isCostInformationCollected?: pulumi.Input<boolean>;
370
+ /**
371
+ * (Updatable) Endpoint for OLVM asset discovery and replication in the form of ```https://<host>:<port>```
372
+ */
373
+ olvmEndpoint?: pulumi.Input<string>;
309
374
  /**
310
375
  * (Updatable) Credentials for an asset source.
311
376
  */
@@ -327,5 +392,5 @@ export interface AssetSourceArgs {
327
392
  * ** IMPORTANT **
328
393
  * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
329
394
  */
330
- vcenterEndpoint: pulumi.Input<string>;
395
+ vcenterEndpoint?: pulumi.Input<string>;
331
396
  }