@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
package/types/input.d.ts CHANGED
@@ -7374,6 +7374,462 @@ export declare namespace CloudBridge {
7374
7374
  */
7375
7375
  timeUpdated?: pulumi.Input<string>;
7376
7376
  }
7377
+ interface AssetAttachedEbsVolumesCost {
7378
+ /**
7379
+ * (Updatable) Monthly costs for maintenance of this asset.
7380
+ */
7381
+ amount?: pulumi.Input<number>;
7382
+ /**
7383
+ * (Updatable) Currency code
7384
+ */
7385
+ currencyCode?: pulumi.Input<string>;
7386
+ }
7387
+ interface AssetAwsEbs {
7388
+ /**
7389
+ * (Updatable) Information about the volume attachments.
7390
+ */
7391
+ attachments?: pulumi.Input<pulumi.Input<inputs.CloudBridge.AssetAwsEbsAttachment>[]>;
7392
+ /**
7393
+ * (Updatable) The Availability Zone for the volume.
7394
+ */
7395
+ availabilityZone?: pulumi.Input<string>;
7396
+ /**
7397
+ * (Updatable) The number of I/O operations per second.
7398
+ */
7399
+ iops?: pulumi.Input<number>;
7400
+ /**
7401
+ * (Updatable) Indicates whether the volume is encrypted.
7402
+ */
7403
+ isEncrypted?: pulumi.Input<boolean>;
7404
+ /**
7405
+ * (Updatable) Indicates whether Amazon EBS Multi-Attach is enabled.
7406
+ */
7407
+ isMultiAttachEnabled?: pulumi.Input<boolean>;
7408
+ /**
7409
+ * (Updatable) The size of the volume, in GiBs.
7410
+ */
7411
+ sizeInGiBs?: pulumi.Input<number>;
7412
+ /**
7413
+ * (Updatable) The volume state.
7414
+ */
7415
+ status?: pulumi.Input<string>;
7416
+ /**
7417
+ * (Updatable) Any tags assigned to the volume.
7418
+ */
7419
+ tags?: pulumi.Input<pulumi.Input<inputs.CloudBridge.AssetAwsEbsTag>[]>;
7420
+ /**
7421
+ * (Updatable) The throughput that the volume supports, in MiB/s.
7422
+ */
7423
+ throughput?: pulumi.Input<number>;
7424
+ /**
7425
+ * (Updatable) The ID of the volume.
7426
+ */
7427
+ volumeKey?: pulumi.Input<string>;
7428
+ /**
7429
+ * (Updatable) The volume type.
7430
+ */
7431
+ volumeType?: pulumi.Input<string>;
7432
+ }
7433
+ interface AssetAwsEbsAttachment {
7434
+ /**
7435
+ * (Updatable) The device name.
7436
+ */
7437
+ device?: pulumi.Input<string>;
7438
+ /**
7439
+ * (Updatable) The ID of the instance.
7440
+ */
7441
+ instanceKey?: pulumi.Input<string>;
7442
+ /**
7443
+ * (Updatable) Indicates whether the EBS volume is deleted on instance termination.
7444
+ */
7445
+ isDeleteOnTermination?: pulumi.Input<boolean>;
7446
+ /**
7447
+ * (Updatable) The attachment state of the volume.
7448
+ */
7449
+ status?: pulumi.Input<string>;
7450
+ /**
7451
+ * (Updatable) The ID of the volume.
7452
+ */
7453
+ volumeKey?: pulumi.Input<string>;
7454
+ }
7455
+ interface AssetAwsEbsTag {
7456
+ /**
7457
+ * (Updatable) The key of the tag.
7458
+ */
7459
+ key?: pulumi.Input<string>;
7460
+ /**
7461
+ * (Updatable) The value of the tag.
7462
+ */
7463
+ value?: pulumi.Input<string>;
7464
+ }
7465
+ interface AssetAwsEc2 {
7466
+ /**
7467
+ * (Updatable) The architecture of the image.
7468
+ */
7469
+ architecture?: pulumi.Input<string>;
7470
+ /**
7471
+ * (Updatable) Indicates if the elastic inference accelerators attached to an instance
7472
+ */
7473
+ areElasticInferenceAcceleratorsPresent?: pulumi.Input<boolean>;
7474
+ /**
7475
+ * (Updatable) The boot mode of the instance.
7476
+ */
7477
+ bootMode?: pulumi.Input<string>;
7478
+ /**
7479
+ * (Updatable) The ID of the Capacity Reservation.
7480
+ */
7481
+ capacityReservationKey?: pulumi.Input<string>;
7482
+ /**
7483
+ * (Updatable) The ID of the AMI used to launch the instance.
7484
+ */
7485
+ imageKey?: pulumi.Input<string>;
7486
+ /**
7487
+ * (Updatable) The ID of the instance.
7488
+ */
7489
+ instanceKey?: pulumi.Input<string>;
7490
+ /**
7491
+ * (Updatable) Indicates whether this is a Spot Instance or a Scheduled Instance.
7492
+ */
7493
+ instanceLifecycle?: pulumi.Input<string>;
7494
+ /**
7495
+ * (Updatable) The instance type.
7496
+ */
7497
+ instanceType?: pulumi.Input<string>;
7498
+ /**
7499
+ * (Updatable) The public IPv4 address, or the Carrier IP address assigned to the instance.
7500
+ */
7501
+ ipAddress?: pulumi.Input<string>;
7502
+ /**
7503
+ * (Updatable) The IPv6 address assigned to the instance.
7504
+ */
7505
+ ipv6address?: pulumi.Input<string>;
7506
+ /**
7507
+ * (Updatable) Indicates whether the instance is enabled for AWS Nitro Enclaves.
7508
+ */
7509
+ isEnclaveOptions?: pulumi.Input<boolean>;
7510
+ /**
7511
+ * (Updatable) Indicates whether the instance is enabled for hibernation.
7512
+ */
7513
+ isHibernationOptions?: pulumi.Input<boolean>;
7514
+ /**
7515
+ * (Updatable) Indicates whether source/destination checking is enabled.
7516
+ */
7517
+ isSourceDestCheck?: pulumi.Input<boolean>;
7518
+ /**
7519
+ * (Updatable) If the request is a Spot Instance request, this value will be true.
7520
+ */
7521
+ isSpotInstance?: pulumi.Input<boolean>;
7522
+ /**
7523
+ * (Updatable) The kernel associated with this instance, if applicable.
7524
+ */
7525
+ kernelKey?: pulumi.Input<string>;
7526
+ /**
7527
+ * (Updatable) The license configurations for the instance.
7528
+ */
7529
+ licenses?: pulumi.Input<pulumi.Input<string>[]>;
7530
+ /**
7531
+ * (Updatable) Provides information on the recovery and maintenance options of your instance.
7532
+ */
7533
+ maintenanceOptions?: pulumi.Input<string>;
7534
+ /**
7535
+ * (Updatable) The monitoring for the instance.
7536
+ */
7537
+ monitoring?: pulumi.Input<string>;
7538
+ /**
7539
+ * (Updatable) The network interfaces for the instance.
7540
+ */
7541
+ networkInterfaces?: pulumi.Input<pulumi.Input<inputs.CloudBridge.AssetAwsEc2NetworkInterface>[]>;
7542
+ /**
7543
+ * (Updatable) Describes the placement of an instance.
7544
+ */
7545
+ placement?: pulumi.Input<inputs.CloudBridge.AssetAwsEc2Placement>;
7546
+ /**
7547
+ * (Updatable) (IPv4 only) The private DNS hostname name assigned to the instance.
7548
+ */
7549
+ privateDnsName?: pulumi.Input<string>;
7550
+ /**
7551
+ * (Updatable) The private IPv4 address assigned to the instance.
7552
+ */
7553
+ privateIpAddress?: pulumi.Input<string>;
7554
+ /**
7555
+ * (Updatable) The device name of the root device volume.
7556
+ */
7557
+ rootDeviceName?: pulumi.Input<string>;
7558
+ /**
7559
+ * (Updatable) The root device type used by the AMI. The AMI can use an EBS volume or an instance store volume.
7560
+ */
7561
+ rootDeviceType?: pulumi.Input<string>;
7562
+ /**
7563
+ * (Updatable) The security groups for the instance.
7564
+ */
7565
+ securityGroups?: pulumi.Input<pulumi.Input<inputs.CloudBridge.AssetAwsEc2SecurityGroup>[]>;
7566
+ /**
7567
+ * (Updatable) Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
7568
+ */
7569
+ sriovNetSupport?: pulumi.Input<string>;
7570
+ /**
7571
+ * (Updatable) Describes the current state of an instance.
7572
+ */
7573
+ state?: pulumi.Input<inputs.CloudBridge.AssetAwsEc2State>;
7574
+ /**
7575
+ * (Updatable) EC2-VPC The ID of the subnet in which the instance is running.
7576
+ */
7577
+ subnetKey?: pulumi.Input<string>;
7578
+ /**
7579
+ * (Updatable) Any tags assigned to the instance.
7580
+ */
7581
+ tags?: pulumi.Input<pulumi.Input<inputs.CloudBridge.AssetAwsEc2Tag>[]>;
7582
+ /**
7583
+ * (Updatable) The time the instance was launched.
7584
+ */
7585
+ timeLaunch?: pulumi.Input<string>;
7586
+ /**
7587
+ * (Updatable) If the instance is configured for NitroTPM support, the value is v2.0.
7588
+ */
7589
+ tpmSupport?: pulumi.Input<string>;
7590
+ /**
7591
+ * (Updatable) The virtualization type of the instance.
7592
+ */
7593
+ virtualizationType?: pulumi.Input<string>;
7594
+ /**
7595
+ * (Updatable) EC2-VPC The ID of the VPC in which the instance is running.
7596
+ */
7597
+ vpcKey?: pulumi.Input<string>;
7598
+ }
7599
+ interface AssetAwsEc2NetworkInterface {
7600
+ /**
7601
+ * (Updatable) Describes association information for an Elastic IP address (IPv4).
7602
+ */
7603
+ association?: pulumi.Input<inputs.CloudBridge.AssetAwsEc2NetworkInterfaceAssociation>;
7604
+ /**
7605
+ * (Updatable) Describes a network interface attachment.
7606
+ */
7607
+ attachment?: pulumi.Input<inputs.CloudBridge.AssetAwsEc2NetworkInterfaceAttachment>;
7608
+ /**
7609
+ * (Updatable) The description.
7610
+ */
7611
+ description?: pulumi.Input<string>;
7612
+ /**
7613
+ * (Updatable) The type of network interface.
7614
+ */
7615
+ interfaceType?: pulumi.Input<string>;
7616
+ /**
7617
+ * (Updatable) The IPv4 delegated prefixes that are assigned to the network interface.
7618
+ */
7619
+ ipv4prefixes?: pulumi.Input<pulumi.Input<string>[]>;
7620
+ /**
7621
+ * (Updatable) The IPv6 addresses associated with the network interface.
7622
+ */
7623
+ ipv6addresses?: pulumi.Input<pulumi.Input<string>[]>;
7624
+ /**
7625
+ * (Updatable) The IPv6 delegated prefixes that are assigned to the network interface.
7626
+ */
7627
+ ipv6prefixes?: pulumi.Input<pulumi.Input<string>[]>;
7628
+ /**
7629
+ * (Updatable) Indicates whether source/destination checking is enabled.
7630
+ */
7631
+ isSourceDestCheck?: pulumi.Input<boolean>;
7632
+ /**
7633
+ * (Updatable) The MAC address.
7634
+ */
7635
+ macAddress?: pulumi.Input<string>;
7636
+ /**
7637
+ * (Updatable) The ID of the network interface.
7638
+ */
7639
+ networkInterfaceKey?: pulumi.Input<string>;
7640
+ /**
7641
+ * (Updatable) The ID of the AWS account that created the network interface.
7642
+ */
7643
+ ownerKey?: pulumi.Input<string>;
7644
+ /**
7645
+ * (Updatable) The private IPv4 addresses associated with the network interface.
7646
+ */
7647
+ privateIpAddresses?: pulumi.Input<pulumi.Input<inputs.CloudBridge.AssetAwsEc2NetworkInterfacePrivateIpAddress>[]>;
7648
+ /**
7649
+ * (Updatable) The security groups.
7650
+ */
7651
+ securityGroups?: pulumi.Input<pulumi.Input<inputs.CloudBridge.AssetAwsEc2NetworkInterfaceSecurityGroup>[]>;
7652
+ /**
7653
+ * (Updatable) The status of the network interface.
7654
+ */
7655
+ status?: pulumi.Input<string>;
7656
+ /**
7657
+ * (Updatable) The ID of the subnet.
7658
+ */
7659
+ subnetKey?: pulumi.Input<string>;
7660
+ }
7661
+ interface AssetAwsEc2NetworkInterfaceAssociation {
7662
+ /**
7663
+ * (Updatable) The carrier IP address associated with the network interface.
7664
+ */
7665
+ carrierIp?: pulumi.Input<string>;
7666
+ /**
7667
+ * (Updatable) The customer-owned IP address associated with the network interface.
7668
+ */
7669
+ customerOwnedIp?: pulumi.Input<string>;
7670
+ /**
7671
+ * (Updatable) The ID of the owner of the Elastic IP address.
7672
+ */
7673
+ ipOwnerKey?: pulumi.Input<string>;
7674
+ /**
7675
+ * (Updatable) The public DNS name.
7676
+ */
7677
+ publicDnsName?: pulumi.Input<string>;
7678
+ /**
7679
+ * (Updatable) The public IP address or Elastic IP address bound to the network interface.
7680
+ */
7681
+ publicIp?: pulumi.Input<string>;
7682
+ }
7683
+ interface AssetAwsEc2NetworkInterfaceAttachment {
7684
+ /**
7685
+ * (Updatable) The ID of the network interface attachment.
7686
+ */
7687
+ attachmentKey?: pulumi.Input<string>;
7688
+ /**
7689
+ * (Updatable) The index of the device on the instance for the network interface attachment.
7690
+ */
7691
+ deviceIndex?: pulumi.Input<number>;
7692
+ /**
7693
+ * (Updatable) Indicates whether the network interface is deleted when the instance is terminated.
7694
+ */
7695
+ isDeleteOnTermination?: pulumi.Input<boolean>;
7696
+ /**
7697
+ * (Updatable) The index of the network card.
7698
+ */
7699
+ networkCardIndex?: pulumi.Input<number>;
7700
+ /**
7701
+ * (Updatable) The attachment state.
7702
+ */
7703
+ status?: pulumi.Input<string>;
7704
+ /**
7705
+ * (Updatable) The timestamp when the attachment initiated.
7706
+ */
7707
+ timeAttach?: pulumi.Input<string>;
7708
+ }
7709
+ interface AssetAwsEc2NetworkInterfacePrivateIpAddress {
7710
+ /**
7711
+ * (Updatable) Describes association information for an Elastic IP address (IPv4).
7712
+ */
7713
+ association?: pulumi.Input<inputs.CloudBridge.AssetAwsEc2NetworkInterfacePrivateIpAddressAssociation>;
7714
+ /**
7715
+ * (Updatable) Indicates whether this IPv4 address is the primary private IP address of the network interface.
7716
+ */
7717
+ isPrimary?: pulumi.Input<boolean>;
7718
+ /**
7719
+ * (Updatable) The private IPv4 DNS name.
7720
+ */
7721
+ privateDnsName?: pulumi.Input<string>;
7722
+ /**
7723
+ * (Updatable) The private IPv4 address of the network interface.
7724
+ */
7725
+ privateIpAddress?: pulumi.Input<string>;
7726
+ }
7727
+ interface AssetAwsEc2NetworkInterfacePrivateIpAddressAssociation {
7728
+ /**
7729
+ * (Updatable) The carrier IP address associated with the network interface.
7730
+ */
7731
+ carrierIp?: pulumi.Input<string>;
7732
+ /**
7733
+ * (Updatable) The customer-owned IP address associated with the network interface.
7734
+ */
7735
+ customerOwnedIp?: pulumi.Input<string>;
7736
+ /**
7737
+ * (Updatable) The ID of the owner of the Elastic IP address.
7738
+ */
7739
+ ipOwnerKey?: pulumi.Input<string>;
7740
+ /**
7741
+ * (Updatable) The public DNS name.
7742
+ */
7743
+ publicDnsName?: pulumi.Input<string>;
7744
+ /**
7745
+ * (Updatable) The public IP address or Elastic IP address bound to the network interface.
7746
+ */
7747
+ publicIp?: pulumi.Input<string>;
7748
+ }
7749
+ interface AssetAwsEc2NetworkInterfaceSecurityGroup {
7750
+ /**
7751
+ * (Updatable) The ID of the security group.
7752
+ */
7753
+ groupKey?: pulumi.Input<string>;
7754
+ /**
7755
+ * (Updatable) The name of the security group.
7756
+ */
7757
+ groupName?: pulumi.Input<string>;
7758
+ }
7759
+ interface AssetAwsEc2Placement {
7760
+ /**
7761
+ * (Updatable) The affinity setting for the instance on the Dedicated Host.
7762
+ */
7763
+ affinity?: pulumi.Input<string>;
7764
+ /**
7765
+ * (Updatable) The Availability Zone of the instance.
7766
+ */
7767
+ availabilityZone?: pulumi.Input<string>;
7768
+ /**
7769
+ * (Updatable) The name of the placement group the instance is in.
7770
+ */
7771
+ groupName?: pulumi.Input<string>;
7772
+ /**
7773
+ * (Updatable) The ID of the Dedicated Host on which the instance resides.
7774
+ */
7775
+ hostKey?: pulumi.Input<string>;
7776
+ /**
7777
+ * (Updatable) The ARN of the host resource group in which to launch the instances.
7778
+ */
7779
+ hostResourceGroupArn?: pulumi.Input<string>;
7780
+ /**
7781
+ * (Updatable) The number of the partition that the instance is in.
7782
+ */
7783
+ partitionNumber?: pulumi.Input<number>;
7784
+ /**
7785
+ * (Updatable) Reserved for future use.
7786
+ */
7787
+ spreadDomain?: pulumi.Input<string>;
7788
+ /**
7789
+ * (Updatable) The tenancy of the instance (if the instance is running in a VPC).
7790
+ */
7791
+ tenancy?: pulumi.Input<string>;
7792
+ }
7793
+ interface AssetAwsEc2SecurityGroup {
7794
+ /**
7795
+ * (Updatable) The ID of the security group.
7796
+ */
7797
+ groupKey?: pulumi.Input<string>;
7798
+ /**
7799
+ * (Updatable) The name of the security group.
7800
+ */
7801
+ groupName?: pulumi.Input<string>;
7802
+ }
7803
+ interface AssetAwsEc2State {
7804
+ /**
7805
+ * (Updatable) The state of the instance as a 16-bit unsigned integer.
7806
+ */
7807
+ code?: pulumi.Input<number>;
7808
+ /**
7809
+ * (Updatable) The current state of the instance.
7810
+ */
7811
+ name?: pulumi.Input<string>;
7812
+ }
7813
+ interface AssetAwsEc2Tag {
7814
+ /**
7815
+ * (Updatable) The key of the tag.
7816
+ */
7817
+ key?: pulumi.Input<string>;
7818
+ /**
7819
+ * (Updatable) The value of the tag.
7820
+ */
7821
+ value?: pulumi.Input<string>;
7822
+ }
7823
+ interface AssetAwsEc2cost {
7824
+ /**
7825
+ * (Updatable) Monthly costs for maintenance of this asset.
7826
+ */
7827
+ amount?: pulumi.Input<number>;
7828
+ /**
7829
+ * (Updatable) Currency code
7830
+ */
7831
+ currencyCode?: pulumi.Input<string>;
7832
+ }
7377
7833
  interface AssetCompute {
7378
7834
  /**
7379
7835
  * (Updatable) Number of connected networks.
@@ -7497,6 +7953,10 @@ export declare namespace CloudBridge {
7497
7953
  * (Updatable) Order of boot volumes.
7498
7954
  */
7499
7955
  bootOrder?: pulumi.Input<number>;
7956
+ /**
7957
+ * (Updatable) Indicates that CBT (change disk tracking) is enabled for this virtual disk.
7958
+ */
7959
+ isCbtEnabled?: pulumi.Input<boolean>;
7500
7960
  /**
7501
7961
  * (Updatable) Location of the boot/data volume.
7502
7962
  */
@@ -7610,7 +8070,7 @@ export declare namespace CloudBridge {
7610
8070
  }
7611
8071
  interface AssetSourceDiscoveryCredentials {
7612
8072
  /**
7613
- * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret in a vault. If the the type of the credentials is BASIC`, the secret must contain the username and password in JSON format, which is in the form of `{ "username": "<VMwareUser>", "password": "<VMwarePassword>" }`.
8073
+ * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret in a vault. If the type of the credentials is `BASIC`, the secret must contain the username and password in JSON format, which is in the form of `{ "username": "<User>", "password": "example-password" }`. If the type of the credentials is `API_KEY`, the secret must contain the accessKeyId and secretAccessKey in JSON format, which is in the form of `{ "accessKeyId": "<AccessKey>", "secretAccessKey": "<AccessKeyValue>" }`.
7614
8074
  */
7615
8075
  secretId: pulumi.Input<string>;
7616
8076
  /**
@@ -7620,7 +8080,7 @@ export declare namespace CloudBridge {
7620
8080
  }
7621
8081
  interface AssetSourceReplicationCredentials {
7622
8082
  /**
7623
- * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret in a vault. If the the type of the credentials is BASIC`, the secret must contain the username and password in JSON format, which is in the form of `{ "username": "<VMwareUser>", "password": "<VMwarePassword>" }`.
8083
+ * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret in a vault. If the type of the credentials is `BASIC`, the secret must contain the username and password in JSON format, which is in the form of `{ "username": "<User>", "password": "example-password" }`. If the type of the credentials is `API_KEY`, the secret must contain the accessKeyId and secretAccessKey in JSON format, which is in the form of `{ "accessKeyId": "<AccessKey>", "secretAccessKey": "<AccessKeyValue>" }`.
7624
8084
  */
7625
8085
  secretId: pulumi.Input<string>;
7626
8086
  /**
@@ -7808,6 +8268,16 @@ export declare namespace CloudBridge {
7808
8268
  regex?: pulumi.Input<boolean>;
7809
8269
  values: pulumi.Input<pulumi.Input<string>[]>;
7810
8270
  }
8271
+ interface GetSupportedCloudRegionsFilter {
8272
+ name: string;
8273
+ regex?: boolean;
8274
+ values: string[];
8275
+ }
8276
+ interface GetSupportedCloudRegionsFilterArgs {
8277
+ name: pulumi.Input<string>;
8278
+ regex?: pulumi.Input<boolean>;
8279
+ values: pulumi.Input<pulumi.Input<string>[]>;
8280
+ }
7811
8281
  }
7812
8282
  export declare namespace CloudGuard {
7813
8283
  interface AdhocQueryAdhocQueryDetails {
@@ -12078,11 +12548,11 @@ export declare namespace ContainerEngine {
12078
12548
  */
12079
12549
  publicIp?: pulumi.Input<string>;
12080
12550
  /**
12081
- * The state of the nodepool.
12551
+ * The state of the nodepool. For more information, see [Monitoring Clusters](https://docs.cloud.oracle.com/iaas/Content/ContEng/Tasks/contengmonitoringclusters.htm)
12082
12552
  */
12083
12553
  state?: pulumi.Input<string>;
12084
12554
  /**
12085
- * The OCID of the subnet in which this node is placed.
12555
+ * the ocid of the subnet to create the vnic in
12086
12556
  */
12087
12557
  subnetId?: pulumi.Input<string>;
12088
12558
  }
@@ -12266,6 +12736,80 @@ export declare namespace ContainerEngine {
12266
12736
  */
12267
12737
  sourceType: pulumi.Input<string>;
12268
12738
  }
12739
+ interface NodePoolSecondaryVnic {
12740
+ /**
12741
+ * (Updatable) The properties of the secondary vnics
12742
+ */
12743
+ createVnicDetails: pulumi.Input<inputs.ContainerEngine.NodePoolSecondaryVnicCreateVnicDetails>;
12744
+ /**
12745
+ * (Updatable) Display name for vnic attachment
12746
+ */
12747
+ displayName?: pulumi.Input<string>;
12748
+ /**
12749
+ * (Updatable) Which physical network interface card (NIC) the VNIC will use
12750
+ */
12751
+ nicIndex?: pulumi.Input<number>;
12752
+ }
12753
+ interface NodePoolSecondaryVnicCreateVnicDetails {
12754
+ /**
12755
+ * (Updatable) The application resource that corresponds to this secondary vnic. Used to map pods to this specific vnic for scheduling
12756
+ */
12757
+ applicationResources?: pulumi.Input<pulumi.Input<string>[]>;
12758
+ /**
12759
+ * (Updatable) Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet
12760
+ */
12761
+ assignIpv6ip?: pulumi.Input<boolean>;
12762
+ /**
12763
+ * (Updatable) Whether the VNIC should be assigned a public IP address
12764
+ */
12765
+ assignPublicIp?: pulumi.Input<boolean>;
12766
+ /**
12767
+ * (Updatable) 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"}`
12768
+ */
12769
+ definedTags?: pulumi.Input<{
12770
+ [key: string]: pulumi.Input<string>;
12771
+ }>;
12772
+ /**
12773
+ * (Updatable) Display name for secondary vnic
12774
+ */
12775
+ displayName?: pulumi.Input<string>;
12776
+ /**
12777
+ * (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"}`
12778
+ */
12779
+ freeformTags?: pulumi.Input<{
12780
+ [key: string]: pulumi.Input<string>;
12781
+ }>;
12782
+ /**
12783
+ * (Updatable) The number of ip addresses to attach to secondary vnic
12784
+ */
12785
+ ipCount?: pulumi.Input<number>;
12786
+ /**
12787
+ * (Updatable) A list of IPv6 prefixes from which the VNIC should be assigned an IPv6 address. You can provide only the prefix and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
12788
+ */
12789
+ ipv6addressIpv6subnetCidrPairDetails?: pulumi.Input<pulumi.Input<inputs.ContainerEngine.NodePoolSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail>[]>;
12790
+ /**
12791
+ * (Updatable) A list of the OCIDs of the network security groups (NSGs) to add the VNIC to
12792
+ */
12793
+ nsgIds?: pulumi.Input<pulumi.Input<string>[]>;
12794
+ /**
12795
+ * (Updatable) Whether the source/destination check is disabled on the VNIC
12796
+ */
12797
+ skipSourceDestCheck?: pulumi.Input<boolean>;
12798
+ /**
12799
+ * (Updatable) the ocid of the subnet to create the vnic in
12800
+ */
12801
+ subnetId: pulumi.Input<string>;
12802
+ }
12803
+ interface NodePoolSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail {
12804
+ /**
12805
+ * (Updatable) An IPv6 address of your choice. Must be an available IPv6 address within the subnet's prefix
12806
+ */
12807
+ ipv6address?: pulumi.Input<string>;
12808
+ /**
12809
+ * (Updatable) The IPv6 prefix allocated to the subnet
12810
+ */
12811
+ ipv6subnetCidr?: pulumi.Input<string>;
12812
+ }
12269
12813
  interface VirtualNodePoolInitialVirtualNodeLabel {
12270
12814
  /**
12271
12815
  * (Updatable) The key of the pair.
@@ -12705,6 +13249,10 @@ export declare namespace Core {
12705
13249
  * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance pool.
12706
13250
  */
12707
13251
  compartmentId?: pulumi.Input<string>;
13252
+ /**
13253
+ * Count of instance in running state associated to the Instance Pool.
13254
+ */
13255
+ currentSize?: pulumi.Input<number>;
12708
13256
  /**
12709
13257
  * (Updatable) 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"}`
12710
13258
  */
@@ -46839,6 +47387,16 @@ export declare namespace GenerativeAi {
46839
47387
  regex?: pulumi.Input<boolean>;
46840
47388
  values: pulumi.Input<pulumi.Input<string>[]>;
46841
47389
  }
47390
+ interface GetSemanticStoresFilter {
47391
+ name: string;
47392
+ regex?: boolean;
47393
+ values: string[];
47394
+ }
47395
+ interface GetSemanticStoresFilterArgs {
47396
+ name: pulumi.Input<string>;
47397
+ regex?: pulumi.Input<boolean>;
47398
+ values: pulumi.Input<pulumi.Input<string>[]>;
47399
+ }
46842
47400
  interface ImportedModelDataSource {
46843
47401
  /**
46844
47402
  * Hugging Face access token to authenticate requests for restricted models. This token will be securely stored in Oracle Cloud Infrastructure Vault.
@@ -46973,6 +47531,50 @@ export declare namespace GenerativeAi {
46973
47531
  */
46974
47532
  modelMetricsType?: pulumi.Input<string>;
46975
47533
  }
47534
+ interface SemanticStoreDataSource {
47535
+ /**
47536
+ * Specifies the type of underlying connection.
47537
+ */
47538
+ connectionType: pulumi.Input<string>;
47539
+ /**
47540
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure Database Tools Connection for enrichment.
47541
+ */
47542
+ enrichmentConnectionId: pulumi.Input<string>;
47543
+ /**
47544
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure Database Tools Connection for querying.
47545
+ */
47546
+ queryingConnectionId: pulumi.Input<string>;
47547
+ }
47548
+ interface SemanticStoreRefreshSchedule {
47549
+ /**
47550
+ * (Updatable) Specifies the type of refresh schedule.
47551
+ */
47552
+ type: pulumi.Input<string>;
47553
+ /**
47554
+ * (Updatable) Specifies the refresh interval value. The interval must be provided using the ISO 8601 extended format, either as PnW or PnYnMnDTnHnMnS, where 'P' is always required, 'T' precedes any time components less than one day, and each included component is properly suffixed. For example, "P1DT6H" represents a duration of 1 day and 6 hours.
47555
+ */
47556
+ value?: pulumi.Input<string>;
47557
+ }
47558
+ interface SemanticStoreSchemas {
47559
+ /**
47560
+ * (Updatable) Specifies the type of underlying connection.
47561
+ */
47562
+ connectionType: pulumi.Input<string>;
47563
+ /**
47564
+ * (Updatable) Array of database schemas to be included in the connection. Each schema must define a name. A simple schema definition includes only the name, for example: { "schemas": [ { "name": "HR" } ] } Only one schema name is allowed now. Additional configuration options may be supported in extended forms later.
47565
+ */
47566
+ schemas: pulumi.Input<pulumi.Input<inputs.GenerativeAi.SemanticStoreSchemasSchema>[]>;
47567
+ }
47568
+ interface SemanticStoreSchemasSchema {
47569
+ /**
47570
+ * (Updatable)
47571
+ *
47572
+ *
47573
+ * ** IMPORTANT **
47574
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
47575
+ */
47576
+ name: pulumi.Input<string>;
47577
+ }
46976
47578
  }
46977
47579
  export declare namespace GoldenGate {
46978
47580
  interface ConnectionAdditionalAttribute {
@@ -87021,6 +87623,136 @@ export declare namespace Optimizer {
87021
87623
  }
87022
87624
  }
87023
87625
  export declare namespace OsManagementHub {
87626
+ interface DynamicSetInstallPackagesManagementWorkRequestDetails {
87627
+ /**
87628
+ * User-specified information about the job. Avoid entering confidential information.
87629
+ */
87630
+ description?: pulumi.Input<string>;
87631
+ /**
87632
+ * A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
87633
+ *
87634
+ *
87635
+ * ** IMPORTANT **
87636
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
87637
+ */
87638
+ displayName?: pulumi.Input<string>;
87639
+ }
87640
+ interface DynamicSetMatchingRule {
87641
+ /**
87642
+ * (Updatable) The list of managed instance architectures.
87643
+ */
87644
+ architectures?: pulumi.Input<pulumi.Input<string>[]>;
87645
+ /**
87646
+ * (Updatable) The list of managed instance display names.
87647
+ */
87648
+ displayNames?: pulumi.Input<pulumi.Input<string>[]>;
87649
+ /**
87650
+ * (Updatable) Indicates if the managed instance needs to be rebooted.
87651
+ */
87652
+ isRebootRequired?: pulumi.Input<boolean>;
87653
+ /**
87654
+ * (Updatable) The list of managed instance locations.
87655
+ */
87656
+ locations?: pulumi.Input<pulumi.Input<string>[]>;
87657
+ /**
87658
+ * (Updatable) The list of managed instance group IDs.
87659
+ */
87660
+ managedInstanceGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
87661
+ /**
87662
+ * (Updatable) The list of managed instance ids.
87663
+ */
87664
+ managedInstanceIds?: pulumi.Input<pulumi.Input<string>[]>;
87665
+ /**
87666
+ * (Updatable) The list of managed instance OS families.
87667
+ */
87668
+ osFamilies?: pulumi.Input<pulumi.Input<string>[]>;
87669
+ /**
87670
+ * (Updatable) The list of managed instance OS names.
87671
+ */
87672
+ osNames?: pulumi.Input<pulumi.Input<string>[]>;
87673
+ /**
87674
+ * (Updatable) The list of managed instance statuses.
87675
+ */
87676
+ statuses?: pulumi.Input<pulumi.Input<string>[]>;
87677
+ /**
87678
+ * (Updatable) The list of the managed instance tags.
87679
+ */
87680
+ tags?: pulumi.Input<pulumi.Input<inputs.OsManagementHub.DynamicSetMatchingRuleTag>[]>;
87681
+ }
87682
+ interface DynamicSetMatchingRuleTag {
87683
+ /**
87684
+ * (Updatable) The key of the tag.
87685
+ */
87686
+ key?: pulumi.Input<string>;
87687
+ /**
87688
+ * (Updatable) The namespace of the tag.
87689
+ */
87690
+ namespace?: pulumi.Input<string>;
87691
+ /**
87692
+ * (Updatable) The type of the tag. Common values include `defined` or `freeform`.
87693
+ */
87694
+ type: pulumi.Input<string>;
87695
+ /**
87696
+ * (Updatable) The value associated with the tag key.
87697
+ */
87698
+ value?: pulumi.Input<string>;
87699
+ }
87700
+ interface DynamicSetRebootManagementWorkRequestDetails {
87701
+ /**
87702
+ * User-specified information about the job. Avoid entering confidential information.
87703
+ */
87704
+ description?: pulumi.Input<string>;
87705
+ /**
87706
+ * A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
87707
+ *
87708
+ *
87709
+ * ** IMPORTANT **
87710
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
87711
+ */
87712
+ displayName?: pulumi.Input<string>;
87713
+ }
87714
+ interface DynamicSetRemovePackagesManagementWorkRequestDetails {
87715
+ /**
87716
+ * User-specified information about the job. Avoid entering confidential information.
87717
+ */
87718
+ description?: pulumi.Input<string>;
87719
+ /**
87720
+ * A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
87721
+ *
87722
+ *
87723
+ * ** IMPORTANT **
87724
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
87725
+ */
87726
+ displayName?: pulumi.Input<string>;
87727
+ }
87728
+ interface DynamicSetTargetCompartment {
87729
+ /**
87730
+ * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
87731
+ */
87732
+ compartmentId: pulumi.Input<string>;
87733
+ /**
87734
+ * (Updatable) Indicates if the child compartments are included in the matching rule.
87735
+ *
87736
+ *
87737
+ * ** IMPORTANT **
87738
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
87739
+ */
87740
+ doesIncludeChildren: pulumi.Input<boolean>;
87741
+ }
87742
+ interface DynamicSetUpdatePackagesManagementWorkRequestDetails {
87743
+ /**
87744
+ * User-specified information about the job. Avoid entering confidential information.
87745
+ */
87746
+ description?: pulumi.Input<string>;
87747
+ /**
87748
+ * A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
87749
+ *
87750
+ *
87751
+ * ** IMPORTANT **
87752
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
87753
+ */
87754
+ displayName?: pulumi.Input<string>;
87755
+ }
87024
87756
  interface EventData {
87025
87757
  /**
87026
87758
  * Provides additional information for the work request associated with an event.
@@ -87042,6 +87774,10 @@ export declare namespace OsManagementHub {
87042
87774
  * The output log of the error.
87043
87775
  */
87044
87776
  errorLog?: pulumi.Input<string>;
87777
+ /**
87778
+ * Brief description on how this error is categorized.
87779
+ */
87780
+ errorSummary?: pulumi.Input<string>;
87045
87781
  /**
87046
87782
  * Number of times the event has occurred.
87047
87783
  */
@@ -87182,6 +87918,26 @@ export declare namespace OsManagementHub {
87182
87918
  */
87183
87919
  osSystemVersion?: pulumi.Input<string>;
87184
87920
  }
87921
+ interface GetDynamicSetManagedInstancesFilter {
87922
+ name: string;
87923
+ regex?: boolean;
87924
+ values: string[];
87925
+ }
87926
+ interface GetDynamicSetManagedInstancesFilterArgs {
87927
+ name: pulumi.Input<string>;
87928
+ regex?: pulumi.Input<boolean>;
87929
+ values: pulumi.Input<pulumi.Input<string>[]>;
87930
+ }
87931
+ interface GetDynamicSetsFilter {
87932
+ name: string;
87933
+ regex?: boolean;
87934
+ values: string[];
87935
+ }
87936
+ interface GetDynamicSetsFilterArgs {
87937
+ name: pulumi.Input<string>;
87938
+ regex?: pulumi.Input<boolean>;
87939
+ values: pulumi.Input<pulumi.Input<string>[]>;
87940
+ }
87185
87941
  interface GetEntitlementsFilter {
87186
87942
  name: string;
87187
87943
  regex?: boolean;
@@ -87194,7 +87950,7 @@ export declare namespace OsManagementHub {
87194
87950
  }
87195
87951
  interface GetErrataFilter {
87196
87952
  /**
87197
- * The assigned erratum name. It's unique and not changeable. Example: `ELSA-2020-5804`
87953
+ * The erratum name (such as ELSA-2023-34678).
87198
87954
  */
87199
87955
  name: string;
87200
87956
  regex?: boolean;
@@ -87202,7 +87958,7 @@ export declare namespace OsManagementHub {
87202
87958
  }
87203
87959
  interface GetErrataFilterArgs {
87204
87960
  /**
87205
- * The assigned erratum name. It's unique and not changeable. Example: `ELSA-2020-5804`
87961
+ * The erratum name (such as ELSA-2023-34678).
87206
87962
  */
87207
87963
  name: pulumi.Input<string>;
87208
87964
  regex?: pulumi.Input<boolean>;
@@ -87354,6 +88110,16 @@ export declare namespace OsManagementHub {
87354
88110
  regex?: pulumi.Input<boolean>;
87355
88111
  values: pulumi.Input<pulumi.Input<string>[]>;
87356
88112
  }
88113
+ interface GetManagedInstanceGroupManagedInstancesFilter {
88114
+ name: string;
88115
+ regex?: boolean;
88116
+ values: string[];
88117
+ }
88118
+ interface GetManagedInstanceGroupManagedInstancesFilterArgs {
88119
+ name: pulumi.Input<string>;
88120
+ regex?: pulumi.Input<boolean>;
88121
+ values: pulumi.Input<pulumi.Input<string>[]>;
88122
+ }
87357
88123
  interface GetManagedInstanceGroupModulesFilter {
87358
88124
  /**
87359
88125
  * The resource name.
@@ -87428,6 +88194,22 @@ export declare namespace OsManagementHub {
87428
88194
  regex?: pulumi.Input<boolean>;
87429
88195
  values: pulumi.Input<pulumi.Input<string>[]>;
87430
88196
  }
88197
+ interface GetManagedInstanceSnapsFilter {
88198
+ /**
88199
+ * The resource name.
88200
+ */
88201
+ name: string;
88202
+ regex?: boolean;
88203
+ values: string[];
88204
+ }
88205
+ interface GetManagedInstanceSnapsFilterArgs {
88206
+ /**
88207
+ * The resource name.
88208
+ */
88209
+ name: pulumi.Input<string>;
88210
+ regex?: pulumi.Input<boolean>;
88211
+ values: pulumi.Input<pulumi.Input<string>[]>;
88212
+ }
87431
88213
  interface GetManagedInstanceUpdatablePackagesFilter {
87432
88214
  /**
87433
88215
  * Unique identifier for the package.
@@ -87495,11 +88277,17 @@ export declare namespace OsManagementHub {
87495
88277
  values: pulumi.Input<pulumi.Input<string>[]>;
87496
88278
  }
87497
88279
  interface GetScheduledJobsFilter {
88280
+ /**
88281
+ * The name of the snap.
88282
+ */
87498
88283
  name: string;
87499
88284
  regex?: boolean;
87500
88285
  values: string[];
87501
88286
  }
87502
88287
  interface GetScheduledJobsFilterArgs {
88288
+ /**
88289
+ * The name of the snap.
88290
+ */
87503
88291
  name: pulumi.Input<string>;
87504
88292
  regex?: pulumi.Input<boolean>;
87505
88293
  values: pulumi.Input<pulumi.Input<string>[]>;
@@ -87850,6 +88638,20 @@ export declare namespace OsManagementHub {
87850
88638
  */
87851
88639
  displayName?: pulumi.Input<string>;
87852
88640
  }
88641
+ interface ManagedInstanceAttachSoftwareSourcesManagementWorkRequestDetails {
88642
+ /**
88643
+ * User-specified information about the job. Avoid entering confidential information.
88644
+ */
88645
+ description?: pulumi.Input<string>;
88646
+ /**
88647
+ * A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
88648
+ *
88649
+ *
88650
+ * ** IMPORTANT **
88651
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
88652
+ */
88653
+ displayName?: pulumi.Input<string>;
88654
+ }
87853
88655
  interface ManagedInstanceAutonomousSettings {
87854
88656
  /**
87855
88657
  * (Updatable) Indicates whether Autonomous Linux will collect crash files.
@@ -87860,6 +88662,20 @@ export declare namespace OsManagementHub {
87860
88662
  */
87861
88663
  scheduledJobId?: pulumi.Input<string>;
87862
88664
  }
88665
+ interface ManagedInstanceDetachSoftwareSourcesManagementWorkRequestDetails {
88666
+ /**
88667
+ * User-specified information about the job. Avoid entering confidential information.
88668
+ */
88669
+ description?: pulumi.Input<string>;
88670
+ /**
88671
+ * A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
88672
+ *
88673
+ *
88674
+ * ** IMPORTANT **
88675
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
88676
+ */
88677
+ displayName?: pulumi.Input<string>;
88678
+ }
87863
88679
  interface ManagedInstanceGroupAttachManagedInstancesManagementWorkRequestDetails {
87864
88680
  /**
87865
88681
  * User-specified information about the job. Avoid entering confidential information.
@@ -88082,6 +88898,56 @@ export declare namespace OsManagementHub {
88082
88898
  */
88083
88899
  displayName?: pulumi.Input<string>;
88084
88900
  }
88901
+ interface ManagedInstanceInstallPackagesManagementWorkRequestDetails {
88902
+ /**
88903
+ * User-specified information about the job. Avoid entering confidential information.
88904
+ */
88905
+ description?: pulumi.Input<string>;
88906
+ /**
88907
+ * A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
88908
+ *
88909
+ *
88910
+ * ** IMPORTANT **
88911
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
88912
+ */
88913
+ displayName?: pulumi.Input<string>;
88914
+ }
88915
+ interface ManagedInstanceInstallSnapsManagementSnapDetail {
88916
+ /**
88917
+ * The snap channel to install from (e.g. stable, 1.2/edge, beta, candidate, or a custom channel).
88918
+ */
88919
+ channel?: pulumi.Input<string>;
88920
+ /**
88921
+ * If false, allows installing snaps not signed by the Snap Store. E.g., snaps from local file. Use with caution.
88922
+ */
88923
+ isSigned?: pulumi.Input<boolean>;
88924
+ /**
88925
+ * The confinement mode for the snap.
88926
+ */
88927
+ mode?: pulumi.Input<string>;
88928
+ /**
88929
+ * The name of the snap to install.
88930
+ */
88931
+ name: pulumi.Input<string>;
88932
+ /**
88933
+ * The snap revision to install.
88934
+ */
88935
+ revision?: pulumi.Input<string>;
88936
+ }
88937
+ interface ManagedInstanceInstallSnapsManagementWorkRequestDetails {
88938
+ /**
88939
+ * User-specified information about the job. Avoid entering confidential information.
88940
+ */
88941
+ description?: pulumi.Input<string>;
88942
+ /**
88943
+ * A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
88944
+ *
88945
+ *
88946
+ * ** IMPORTANT **
88947
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
88948
+ */
88949
+ displayName?: pulumi.Input<string>;
88950
+ }
88085
88951
  interface ManagedInstanceInstallWindowsUpdatesManagementWorkRequestDetails {
88086
88952
  /**
88087
88953
  * User-specified information about the job. Avoid entering confidential information.
@@ -88140,6 +89006,44 @@ export declare namespace OsManagementHub {
88140
89006
  */
88141
89007
  displayName?: pulumi.Input<string>;
88142
89008
  }
89009
+ interface ManagedInstanceRemovePackagesManagementWorkRequestDetails {
89010
+ /**
89011
+ * User-specified information about the job. Avoid entering confidential information.
89012
+ */
89013
+ description?: pulumi.Input<string>;
89014
+ /**
89015
+ * A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
89016
+ *
89017
+ *
89018
+ * ** IMPORTANT **
89019
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
89020
+ */
89021
+ displayName?: pulumi.Input<string>;
89022
+ }
89023
+ interface ManagedInstanceRemoveSnapsManagementSnapDetail {
89024
+ /**
89025
+ * The name of the snap to remove.
89026
+ */
89027
+ name: pulumi.Input<string>;
89028
+ /**
89029
+ * The revision to remove. Note: This option cannot be used when removing multiple snaps.
89030
+ */
89031
+ revision?: pulumi.Input<string>;
89032
+ }
89033
+ interface ManagedInstanceRemoveSnapsManagementWorkRequestDetails {
89034
+ /**
89035
+ * User-specified information about the job. Avoid entering confidential information.
89036
+ */
89037
+ description?: pulumi.Input<string>;
89038
+ /**
89039
+ * A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
89040
+ *
89041
+ *
89042
+ * ** IMPORTANT **
89043
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
89044
+ */
89045
+ displayName?: pulumi.Input<string>;
89046
+ }
88143
89047
  interface ManagedInstanceSoftwareSource {
88144
89048
  /**
88145
89049
  * (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
@@ -88162,6 +89066,30 @@ export declare namespace OsManagementHub {
88162
89066
  */
88163
89067
  softwareSourceType?: pulumi.Input<string>;
88164
89068
  }
89069
+ interface ManagedInstanceSwitchSnapChannelManagementSnapDetails {
89070
+ /**
89071
+ * The channel to switch to (e.g. stable, edge, beta, candidate, or a custom channel).
89072
+ */
89073
+ channel?: pulumi.Input<string>;
89074
+ /**
89075
+ * The name of the snap.
89076
+ */
89077
+ name: pulumi.Input<string>;
89078
+ }
89079
+ interface ManagedInstanceSwitchSnapChannelManagementWorkRequestDetails {
89080
+ /**
89081
+ * User-specified information about the job. Avoid entering confidential information.
89082
+ */
89083
+ description?: pulumi.Input<string>;
89084
+ /**
89085
+ * A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
89086
+ *
89087
+ *
89088
+ * ** IMPORTANT **
89089
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
89090
+ */
89091
+ displayName?: pulumi.Input<string>;
89092
+ }
88165
89093
  interface ManagedInstanceUpdatePackagesManagementWorkRequestDetails {
88166
89094
  /**
88167
89095
  * User-specified information about the job. Avoid entering confidential information.
@@ -88176,6 +89104,34 @@ export declare namespace OsManagementHub {
88176
89104
  */
88177
89105
  displayName?: pulumi.Input<string>;
88178
89106
  }
89107
+ interface ManagedInstancesInstallWindowsUpdatesManagementWorkRequestDetails {
89108
+ /**
89109
+ * User-specified information about the job. Avoid entering confidential information.
89110
+ */
89111
+ description?: pulumi.Input<string>;
89112
+ /**
89113
+ * A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
89114
+ *
89115
+ *
89116
+ * ** IMPORTANT **
89117
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
89118
+ */
89119
+ displayName?: pulumi.Input<string>;
89120
+ }
89121
+ interface ManagedInstancesUpdatePackagesManagementWorkRequestDetails {
89122
+ /**
89123
+ * User-specified information about the job. Avoid entering confidential information.
89124
+ */
89125
+ description?: pulumi.Input<string>;
89126
+ /**
89127
+ * A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
89128
+ *
89129
+ *
89130
+ * ** IMPORTANT **
89131
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
89132
+ */
89133
+ displayName?: pulumi.Input<string>;
89134
+ }
88179
89135
  interface ManagementStationAssociateManagedInstancesManagementWorkRequestDetails {
88180
89136
  /**
88181
89137
  * User-specified information about the job. Avoid entering confidential information.
@@ -88212,7 +89168,7 @@ export declare namespace OsManagementHub {
88212
89168
  /**
88213
89169
  * (Updatable) Default mirror listening port for http.
88214
89170
  */
88215
- port: pulumi.Input<string>;
89171
+ port?: pulumi.Input<string>;
88216
89172
  /**
88217
89173
  * (Updatable) Path to the SSL cerfificate.
88218
89174
  */
@@ -88274,7 +89230,7 @@ export declare namespace OsManagementHub {
88274
89230
  }
88275
89231
  interface ProfileLifecycleEnvironment {
88276
89232
  /**
88277
- * (Updatable) A user-friendly name. Does not have to be unique and you can change the name later. Avoid entering confidential information.
89233
+ * (Updatable) A user-friendly name. Must be unique and you can change the name later. Avoid entering confidential information.
88278
89234
  */
88279
89235
  displayName?: pulumi.Input<string>;
88280
89236
  /**
@@ -88284,7 +89240,7 @@ export declare namespace OsManagementHub {
88284
89240
  }
88285
89241
  interface ProfileLifecycleStage {
88286
89242
  /**
88287
- * (Updatable) A user-friendly name. Does not have to be unique and you can change the name later. Avoid entering confidential information.
89243
+ * (Updatable) A user-friendly name. Must be unique and you can change the name later. Avoid entering confidential information.
88288
89244
  */
88289
89245
  displayName?: pulumi.Input<string>;
88290
89246
  /**
@@ -88294,7 +89250,7 @@ export declare namespace OsManagementHub {
88294
89250
  }
88295
89251
  interface ProfileManagedInstanceGroup {
88296
89252
  /**
88297
- * (Updatable) A user-friendly name. Does not have to be unique and you can change the name later. Avoid entering confidential information.
89253
+ * (Updatable) A user-friendly name. Must be unique and you can change the name later. Avoid entering confidential information.
88298
89254
  */
88299
89255
  displayName?: pulumi.Input<string>;
88300
89256
  /**
@@ -88308,7 +89264,7 @@ export declare namespace OsManagementHub {
88308
89264
  */
88309
89265
  description?: pulumi.Input<string>;
88310
89266
  /**
88311
- * (Updatable) A user-friendly name. Does not have to be unique and you can change the name later. Avoid entering confidential information.
89267
+ * (Updatable) A user-friendly name. Must be unique and you can change the name later. Avoid entering confidential information.
88312
89268
  */
88313
89269
  displayName?: pulumi.Input<string>;
88314
89270
  /**
@@ -88325,6 +89281,10 @@ export declare namespace OsManagementHub {
88325
89281
  softwareSourceType?: pulumi.Input<string>;
88326
89282
  }
88327
89283
  interface ScheduledJobOperation {
89284
+ /**
89285
+ * (Updatable) Provides the information used to install a snap.
89286
+ */
89287
+ installSnapDetails?: pulumi.Input<inputs.OsManagementHub.ScheduledJobOperationInstallSnapDetails>;
88328
89288
  /**
88329
89289
  * (Updatable) The set of changes to make to the state of the modules, streams, and profiles on the managed target.
88330
89290
  */
@@ -88341,6 +89301,10 @@ export declare namespace OsManagementHub {
88341
89301
  * (Updatable) The number of minutes the service waits for the reboot to complete. If the instance doesn't reboot within the timeout, the service marks the reboot job as failed.
88342
89302
  */
88343
89303
  rebootTimeoutInMins?: pulumi.Input<number>;
89304
+ /**
89305
+ * (Updatable) Provides the information used to remove a snap.
89306
+ */
89307
+ removeSnapDetails?: pulumi.Input<inputs.OsManagementHub.ScheduledJobOperationRemoveSnapDetails>;
88344
89308
  /**
88345
89309
  * (Updatable) The software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). This parameter only applies when the scheduled job is for attaching or detaching software sources.
88346
89310
  */
@@ -88349,11 +89313,37 @@ export declare namespace OsManagementHub {
88349
89313
  * (Updatable) Provides the information used to update a module stream.
88350
89314
  */
88351
89315
  switchModuleStreamsDetails?: pulumi.Input<inputs.OsManagementHub.ScheduledJobOperationSwitchModuleStreamsDetails>;
89316
+ /**
89317
+ * (Updatable) Provides the information used to switch a snap channel.
89318
+ */
89319
+ switchSnapChannelDetails?: pulumi.Input<inputs.OsManagementHub.ScheduledJobOperationSwitchSnapChannelDetails>;
88352
89320
  /**
88353
89321
  * (Updatable) Unique identifier for the Windows update. This parameter only applies if the scheduled job is for installing Windows updates. Note that this is not an OCID, but is a unique identifier assigned by Microsoft. For example: '6981d463-cd91-4a26-b7c4-ea4ded9183ed'.
88354
89322
  */
88355
89323
  windowsUpdateNames?: pulumi.Input<pulumi.Input<string>[]>;
88356
89324
  }
89325
+ interface ScheduledJobOperationInstallSnapDetails {
89326
+ /**
89327
+ * (Updatable) The snap channel to install from (e.g. stable, 1.2/edge, beta, candidate, or a custom channel).
89328
+ */
89329
+ channel?: pulumi.Input<string>;
89330
+ /**
89331
+ * (Updatable) If false, allows installing snaps not signed by the Snap Store. E.g., snaps from local file. Use with caution.
89332
+ */
89333
+ isSigned?: pulumi.Input<boolean>;
89334
+ /**
89335
+ * (Updatable) The confinement mode for the snap.
89336
+ */
89337
+ mode?: pulumi.Input<string>;
89338
+ /**
89339
+ * (Updatable) The name of the snap to install.
89340
+ */
89341
+ name: pulumi.Input<string>;
89342
+ /**
89343
+ * (Updatable) The snap revision to install.
89344
+ */
89345
+ revision?: pulumi.Input<string>;
89346
+ }
88357
89347
  interface ScheduledJobOperationManageModuleStreamsDetails {
88358
89348
  /**
88359
89349
  * (Updatable) The set of module streams to disable.
@@ -88436,6 +89426,16 @@ export declare namespace OsManagementHub {
88436
89426
  */
88437
89427
  streamName: pulumi.Input<string>;
88438
89428
  }
89429
+ interface ScheduledJobOperationRemoveSnapDetails {
89430
+ /**
89431
+ * (Updatable) The name of the snap to remove.
89432
+ */
89433
+ name: pulumi.Input<string>;
89434
+ /**
89435
+ * (Updatable) The revision to remove. Note: This option cannot be used when removing multiple snaps.
89436
+ */
89437
+ revision?: pulumi.Input<string>;
89438
+ }
88439
89439
  interface ScheduledJobOperationSwitchModuleStreamsDetails {
88440
89440
  /**
88441
89441
  * (Updatable) The name of a module.
@@ -88450,6 +89450,16 @@ export declare namespace OsManagementHub {
88450
89450
  */
88451
89451
  streamName: pulumi.Input<string>;
88452
89452
  }
89453
+ interface ScheduledJobOperationSwitchSnapChannelDetails {
89454
+ /**
89455
+ * (Updatable) The channel to switch to (e.g. stable, edge, beta, candidate, or a custom channel).
89456
+ */
89457
+ channel?: pulumi.Input<string>;
89458
+ /**
89459
+ * (Updatable) The name of the snap.
89460
+ */
89461
+ name: pulumi.Input<string>;
89462
+ }
88453
89463
  interface SoftwareSourceChangeAvailabilityManagementSoftwareSourceAvailability {
88454
89464
  /**
88455
89465
  * Availability of the software source to instances in private data centers or third-party clouds.