@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/output.d.ts CHANGED
@@ -26786,6 +26786,462 @@ export declare namespace CloudBridge {
26786
26786
  */
26787
26787
  timeUpdated: string;
26788
26788
  }
26789
+ interface AssetAttachedEbsVolumesCost {
26790
+ /**
26791
+ * (Updatable) Monthly costs for maintenance of this asset.
26792
+ */
26793
+ amount: number;
26794
+ /**
26795
+ * (Updatable) Currency code
26796
+ */
26797
+ currencyCode: string;
26798
+ }
26799
+ interface AssetAwsEbs {
26800
+ /**
26801
+ * (Updatable) Information about the volume attachments.
26802
+ */
26803
+ attachments: outputs.CloudBridge.AssetAwsEbsAttachment[];
26804
+ /**
26805
+ * (Updatable) The Availability Zone for the volume.
26806
+ */
26807
+ availabilityZone: string;
26808
+ /**
26809
+ * (Updatable) The number of I/O operations per second.
26810
+ */
26811
+ iops: number;
26812
+ /**
26813
+ * (Updatable) Indicates whether the volume is encrypted.
26814
+ */
26815
+ isEncrypted: boolean;
26816
+ /**
26817
+ * (Updatable) Indicates whether Amazon EBS Multi-Attach is enabled.
26818
+ */
26819
+ isMultiAttachEnabled: boolean;
26820
+ /**
26821
+ * (Updatable) The size of the volume, in GiBs.
26822
+ */
26823
+ sizeInGiBs: number;
26824
+ /**
26825
+ * (Updatable) The volume state.
26826
+ */
26827
+ status: string;
26828
+ /**
26829
+ * (Updatable) Any tags assigned to the volume.
26830
+ */
26831
+ tags: outputs.CloudBridge.AssetAwsEbsTag[];
26832
+ /**
26833
+ * (Updatable) The throughput that the volume supports, in MiB/s.
26834
+ */
26835
+ throughput: number;
26836
+ /**
26837
+ * (Updatable) The ID of the volume.
26838
+ */
26839
+ volumeKey: string;
26840
+ /**
26841
+ * (Updatable) The volume type.
26842
+ */
26843
+ volumeType: string;
26844
+ }
26845
+ interface AssetAwsEbsAttachment {
26846
+ /**
26847
+ * (Updatable) The device name.
26848
+ */
26849
+ device: string;
26850
+ /**
26851
+ * (Updatable) The ID of the instance.
26852
+ */
26853
+ instanceKey: string;
26854
+ /**
26855
+ * (Updatable) Indicates whether the EBS volume is deleted on instance termination.
26856
+ */
26857
+ isDeleteOnTermination: boolean;
26858
+ /**
26859
+ * (Updatable) The attachment state of the volume.
26860
+ */
26861
+ status: string;
26862
+ /**
26863
+ * (Updatable) The ID of the volume.
26864
+ */
26865
+ volumeKey: string;
26866
+ }
26867
+ interface AssetAwsEbsTag {
26868
+ /**
26869
+ * (Updatable) The key of the tag.
26870
+ */
26871
+ key: string;
26872
+ /**
26873
+ * (Updatable) The value of the tag.
26874
+ */
26875
+ value: string;
26876
+ }
26877
+ interface AssetAwsEc2 {
26878
+ /**
26879
+ * (Updatable) The architecture of the image.
26880
+ */
26881
+ architecture: string;
26882
+ /**
26883
+ * (Updatable) Indicates if the elastic inference accelerators attached to an instance
26884
+ */
26885
+ areElasticInferenceAcceleratorsPresent: boolean;
26886
+ /**
26887
+ * (Updatable) The boot mode of the instance.
26888
+ */
26889
+ bootMode: string;
26890
+ /**
26891
+ * (Updatable) The ID of the Capacity Reservation.
26892
+ */
26893
+ capacityReservationKey: string;
26894
+ /**
26895
+ * (Updatable) The ID of the AMI used to launch the instance.
26896
+ */
26897
+ imageKey: string;
26898
+ /**
26899
+ * (Updatable) The ID of the instance.
26900
+ */
26901
+ instanceKey: string;
26902
+ /**
26903
+ * (Updatable) Indicates whether this is a Spot Instance or a Scheduled Instance.
26904
+ */
26905
+ instanceLifecycle: string;
26906
+ /**
26907
+ * (Updatable) The instance type.
26908
+ */
26909
+ instanceType: string;
26910
+ /**
26911
+ * (Updatable) The public IPv4 address, or the Carrier IP address assigned to the instance.
26912
+ */
26913
+ ipAddress: string;
26914
+ /**
26915
+ * (Updatable) The IPv6 address assigned to the instance.
26916
+ */
26917
+ ipv6address: string;
26918
+ /**
26919
+ * (Updatable) Indicates whether the instance is enabled for AWS Nitro Enclaves.
26920
+ */
26921
+ isEnclaveOptions: boolean;
26922
+ /**
26923
+ * (Updatable) Indicates whether the instance is enabled for hibernation.
26924
+ */
26925
+ isHibernationOptions: boolean;
26926
+ /**
26927
+ * (Updatable) Indicates whether source/destination checking is enabled.
26928
+ */
26929
+ isSourceDestCheck: boolean;
26930
+ /**
26931
+ * (Updatable) If the request is a Spot Instance request, this value will be true.
26932
+ */
26933
+ isSpotInstance: boolean;
26934
+ /**
26935
+ * (Updatable) The kernel associated with this instance, if applicable.
26936
+ */
26937
+ kernelKey: string;
26938
+ /**
26939
+ * (Updatable) The license configurations for the instance.
26940
+ */
26941
+ licenses: string[];
26942
+ /**
26943
+ * (Updatable) Provides information on the recovery and maintenance options of your instance.
26944
+ */
26945
+ maintenanceOptions: string;
26946
+ /**
26947
+ * (Updatable) The monitoring for the instance.
26948
+ */
26949
+ monitoring: string;
26950
+ /**
26951
+ * (Updatable) The network interfaces for the instance.
26952
+ */
26953
+ networkInterfaces: outputs.CloudBridge.AssetAwsEc2NetworkInterface[];
26954
+ /**
26955
+ * (Updatable) Describes the placement of an instance.
26956
+ */
26957
+ placement: outputs.CloudBridge.AssetAwsEc2Placement;
26958
+ /**
26959
+ * (Updatable) (IPv4 only) The private DNS hostname name assigned to the instance.
26960
+ */
26961
+ privateDnsName: string;
26962
+ /**
26963
+ * (Updatable) The private IPv4 address assigned to the instance.
26964
+ */
26965
+ privateIpAddress: string;
26966
+ /**
26967
+ * (Updatable) The device name of the root device volume.
26968
+ */
26969
+ rootDeviceName: string;
26970
+ /**
26971
+ * (Updatable) The root device type used by the AMI. The AMI can use an EBS volume or an instance store volume.
26972
+ */
26973
+ rootDeviceType: string;
26974
+ /**
26975
+ * (Updatable) The security groups for the instance.
26976
+ */
26977
+ securityGroups: outputs.CloudBridge.AssetAwsEc2SecurityGroup[];
26978
+ /**
26979
+ * (Updatable) Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
26980
+ */
26981
+ sriovNetSupport: string;
26982
+ /**
26983
+ * (Updatable) Describes the current state of an instance.
26984
+ */
26985
+ state: outputs.CloudBridge.AssetAwsEc2State;
26986
+ /**
26987
+ * (Updatable) EC2-VPC The ID of the subnet in which the instance is running.
26988
+ */
26989
+ subnetKey: string;
26990
+ /**
26991
+ * (Updatable) Any tags assigned to the instance.
26992
+ */
26993
+ tags: outputs.CloudBridge.AssetAwsEc2Tag[];
26994
+ /**
26995
+ * (Updatable) The time the instance was launched.
26996
+ */
26997
+ timeLaunch: string;
26998
+ /**
26999
+ * (Updatable) If the instance is configured for NitroTPM support, the value is v2.0.
27000
+ */
27001
+ tpmSupport: string;
27002
+ /**
27003
+ * (Updatable) The virtualization type of the instance.
27004
+ */
27005
+ virtualizationType: string;
27006
+ /**
27007
+ * (Updatable) EC2-VPC The ID of the VPC in which the instance is running.
27008
+ */
27009
+ vpcKey: string;
27010
+ }
27011
+ interface AssetAwsEc2NetworkInterface {
27012
+ /**
27013
+ * (Updatable) Describes association information for an Elastic IP address (IPv4).
27014
+ */
27015
+ association: outputs.CloudBridge.AssetAwsEc2NetworkInterfaceAssociation;
27016
+ /**
27017
+ * (Updatable) Describes a network interface attachment.
27018
+ */
27019
+ attachment: outputs.CloudBridge.AssetAwsEc2NetworkInterfaceAttachment;
27020
+ /**
27021
+ * (Updatable) The description.
27022
+ */
27023
+ description: string;
27024
+ /**
27025
+ * (Updatable) The type of network interface.
27026
+ */
27027
+ interfaceType: string;
27028
+ /**
27029
+ * (Updatable) The IPv4 delegated prefixes that are assigned to the network interface.
27030
+ */
27031
+ ipv4prefixes: string[];
27032
+ /**
27033
+ * (Updatable) The IPv6 addresses associated with the network interface.
27034
+ */
27035
+ ipv6addresses: string[];
27036
+ /**
27037
+ * (Updatable) The IPv6 delegated prefixes that are assigned to the network interface.
27038
+ */
27039
+ ipv6prefixes: string[];
27040
+ /**
27041
+ * (Updatable) Indicates whether source/destination checking is enabled.
27042
+ */
27043
+ isSourceDestCheck: boolean;
27044
+ /**
27045
+ * (Updatable) The MAC address.
27046
+ */
27047
+ macAddress: string;
27048
+ /**
27049
+ * (Updatable) The ID of the network interface.
27050
+ */
27051
+ networkInterfaceKey: string;
27052
+ /**
27053
+ * (Updatable) The ID of the AWS account that created the network interface.
27054
+ */
27055
+ ownerKey: string;
27056
+ /**
27057
+ * (Updatable) The private IPv4 addresses associated with the network interface.
27058
+ */
27059
+ privateIpAddresses: outputs.CloudBridge.AssetAwsEc2NetworkInterfacePrivateIpAddress[];
27060
+ /**
27061
+ * (Updatable) The security groups.
27062
+ */
27063
+ securityGroups: outputs.CloudBridge.AssetAwsEc2NetworkInterfaceSecurityGroup[];
27064
+ /**
27065
+ * (Updatable) The status of the network interface.
27066
+ */
27067
+ status: string;
27068
+ /**
27069
+ * (Updatable) The ID of the subnet.
27070
+ */
27071
+ subnetKey: string;
27072
+ }
27073
+ interface AssetAwsEc2NetworkInterfaceAssociation {
27074
+ /**
27075
+ * (Updatable) The carrier IP address associated with the network interface.
27076
+ */
27077
+ carrierIp: string;
27078
+ /**
27079
+ * (Updatable) The customer-owned IP address associated with the network interface.
27080
+ */
27081
+ customerOwnedIp: string;
27082
+ /**
27083
+ * (Updatable) The ID of the owner of the Elastic IP address.
27084
+ */
27085
+ ipOwnerKey: string;
27086
+ /**
27087
+ * (Updatable) The public DNS name.
27088
+ */
27089
+ publicDnsName: string;
27090
+ /**
27091
+ * (Updatable) The public IP address or Elastic IP address bound to the network interface.
27092
+ */
27093
+ publicIp: string;
27094
+ }
27095
+ interface AssetAwsEc2NetworkInterfaceAttachment {
27096
+ /**
27097
+ * (Updatable) The ID of the network interface attachment.
27098
+ */
27099
+ attachmentKey: string;
27100
+ /**
27101
+ * (Updatable) The index of the device on the instance for the network interface attachment.
27102
+ */
27103
+ deviceIndex: number;
27104
+ /**
27105
+ * (Updatable) Indicates whether the network interface is deleted when the instance is terminated.
27106
+ */
27107
+ isDeleteOnTermination: boolean;
27108
+ /**
27109
+ * (Updatable) The index of the network card.
27110
+ */
27111
+ networkCardIndex: number;
27112
+ /**
27113
+ * (Updatable) The attachment state.
27114
+ */
27115
+ status: string;
27116
+ /**
27117
+ * (Updatable) The timestamp when the attachment initiated.
27118
+ */
27119
+ timeAttach: string;
27120
+ }
27121
+ interface AssetAwsEc2NetworkInterfacePrivateIpAddress {
27122
+ /**
27123
+ * (Updatable) Describes association information for an Elastic IP address (IPv4).
27124
+ */
27125
+ association: outputs.CloudBridge.AssetAwsEc2NetworkInterfacePrivateIpAddressAssociation;
27126
+ /**
27127
+ * (Updatable) Indicates whether this IPv4 address is the primary private IP address of the network interface.
27128
+ */
27129
+ isPrimary: boolean;
27130
+ /**
27131
+ * (Updatable) The private IPv4 DNS name.
27132
+ */
27133
+ privateDnsName: string;
27134
+ /**
27135
+ * (Updatable) The private IPv4 address of the network interface.
27136
+ */
27137
+ privateIpAddress: string;
27138
+ }
27139
+ interface AssetAwsEc2NetworkInterfacePrivateIpAddressAssociation {
27140
+ /**
27141
+ * (Updatable) The carrier IP address associated with the network interface.
27142
+ */
27143
+ carrierIp: string;
27144
+ /**
27145
+ * (Updatable) The customer-owned IP address associated with the network interface.
27146
+ */
27147
+ customerOwnedIp: string;
27148
+ /**
27149
+ * (Updatable) The ID of the owner of the Elastic IP address.
27150
+ */
27151
+ ipOwnerKey: string;
27152
+ /**
27153
+ * (Updatable) The public DNS name.
27154
+ */
27155
+ publicDnsName: string;
27156
+ /**
27157
+ * (Updatable) The public IP address or Elastic IP address bound to the network interface.
27158
+ */
27159
+ publicIp: string;
27160
+ }
27161
+ interface AssetAwsEc2NetworkInterfaceSecurityGroup {
27162
+ /**
27163
+ * (Updatable) The ID of the security group.
27164
+ */
27165
+ groupKey: string;
27166
+ /**
27167
+ * (Updatable) The name of the security group.
27168
+ */
27169
+ groupName: string;
27170
+ }
27171
+ interface AssetAwsEc2Placement {
27172
+ /**
27173
+ * (Updatable) The affinity setting for the instance on the Dedicated Host.
27174
+ */
27175
+ affinity: string;
27176
+ /**
27177
+ * (Updatable) The Availability Zone of the instance.
27178
+ */
27179
+ availabilityZone: string;
27180
+ /**
27181
+ * (Updatable) The name of the placement group the instance is in.
27182
+ */
27183
+ groupName: string;
27184
+ /**
27185
+ * (Updatable) The ID of the Dedicated Host on which the instance resides.
27186
+ */
27187
+ hostKey: string;
27188
+ /**
27189
+ * (Updatable) The ARN of the host resource group in which to launch the instances.
27190
+ */
27191
+ hostResourceGroupArn: string;
27192
+ /**
27193
+ * (Updatable) The number of the partition that the instance is in.
27194
+ */
27195
+ partitionNumber: number;
27196
+ /**
27197
+ * (Updatable) Reserved for future use.
27198
+ */
27199
+ spreadDomain: string;
27200
+ /**
27201
+ * (Updatable) The tenancy of the instance (if the instance is running in a VPC).
27202
+ */
27203
+ tenancy: string;
27204
+ }
27205
+ interface AssetAwsEc2SecurityGroup {
27206
+ /**
27207
+ * (Updatable) The ID of the security group.
27208
+ */
27209
+ groupKey: string;
27210
+ /**
27211
+ * (Updatable) The name of the security group.
27212
+ */
27213
+ groupName: string;
27214
+ }
27215
+ interface AssetAwsEc2State {
27216
+ /**
27217
+ * (Updatable) The state of the instance as a 16-bit unsigned integer.
27218
+ */
27219
+ code: number;
27220
+ /**
27221
+ * (Updatable) The current state of the instance.
27222
+ */
27223
+ name: string;
27224
+ }
27225
+ interface AssetAwsEc2Tag {
27226
+ /**
27227
+ * (Updatable) The key of the tag.
27228
+ */
27229
+ key: string;
27230
+ /**
27231
+ * (Updatable) The value of the tag.
27232
+ */
27233
+ value: string;
27234
+ }
27235
+ interface AssetAwsEc2cost {
27236
+ /**
27237
+ * (Updatable) Monthly costs for maintenance of this asset.
27238
+ */
27239
+ amount: number;
27240
+ /**
27241
+ * (Updatable) Currency code
27242
+ */
27243
+ currencyCode: string;
27244
+ }
26789
27245
  interface AssetCompute {
26790
27246
  /**
26791
27247
  * (Updatable) Number of connected networks.
@@ -26909,6 +27365,10 @@ export declare namespace CloudBridge {
26909
27365
  * (Updatable) Order of boot volumes.
26910
27366
  */
26911
27367
  bootOrder: number;
27368
+ /**
27369
+ * (Updatable) Indicates that CBT (change disk tracking) is enabled for this virtual disk.
27370
+ */
27371
+ isCbtEnabled: boolean;
26912
27372
  /**
26913
27373
  * (Updatable) Location of the boot/data volume.
26914
27374
  */
@@ -27022,7 +27482,7 @@ export declare namespace CloudBridge {
27022
27482
  }
27023
27483
  interface AssetSourceDiscoveryCredentials {
27024
27484
  /**
27025
- * (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>" }`.
27485
+ * (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>" }`.
27026
27486
  */
27027
27487
  secretId: string;
27028
27488
  /**
@@ -27032,7 +27492,7 @@ export declare namespace CloudBridge {
27032
27492
  }
27033
27493
  interface AssetSourceReplicationCredentials {
27034
27494
  /**
27035
- * (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>" }`.
27495
+ * (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>" }`.
27036
27496
  */
27037
27497
  secretId: string;
27038
27498
  /**
@@ -27526,6 +27986,156 @@ export declare namespace CloudBridge {
27526
27986
  regex?: boolean;
27527
27987
  values: string[];
27528
27988
  }
27989
+ interface GetAssetAttachedEbsVolumesCost {
27990
+ amount: number;
27991
+ currencyCode: string;
27992
+ }
27993
+ interface GetAssetAwsEb {
27994
+ attachments: outputs.CloudBridge.GetAssetAwsEbAttachment[];
27995
+ availabilityZone: string;
27996
+ iops: number;
27997
+ isEncrypted: boolean;
27998
+ isMultiAttachEnabled: boolean;
27999
+ sizeInGiBs: number;
28000
+ status: string;
28001
+ tags: outputs.CloudBridge.GetAssetAwsEbTag[];
28002
+ throughput: number;
28003
+ volumeKey: string;
28004
+ volumeType: string;
28005
+ }
28006
+ interface GetAssetAwsEbAttachment {
28007
+ device: string;
28008
+ instanceKey: string;
28009
+ isDeleteOnTermination: boolean;
28010
+ status: string;
28011
+ volumeKey: string;
28012
+ }
28013
+ interface GetAssetAwsEbTag {
28014
+ key: string;
28015
+ value: string;
28016
+ }
28017
+ interface GetAssetAwsEc2 {
28018
+ architecture: string;
28019
+ areElasticInferenceAcceleratorsPresent: boolean;
28020
+ bootMode: string;
28021
+ capacityReservationKey: string;
28022
+ imageKey: string;
28023
+ instanceKey: string;
28024
+ instanceLifecycle: string;
28025
+ instanceType: string;
28026
+ ipAddress: string;
28027
+ ipv6address: string;
28028
+ isEnclaveOptions: boolean;
28029
+ isHibernationOptions: boolean;
28030
+ isSourceDestCheck: boolean;
28031
+ isSpotInstance: boolean;
28032
+ kernelKey: string;
28033
+ licenses: string[];
28034
+ maintenanceOptions: string;
28035
+ monitoring: string;
28036
+ networkInterfaces: outputs.CloudBridge.GetAssetAwsEc2NetworkInterface[];
28037
+ placements: outputs.CloudBridge.GetAssetAwsEc2Placement[];
28038
+ privateDnsName: string;
28039
+ privateIpAddress: string;
28040
+ rootDeviceName: string;
28041
+ rootDeviceType: string;
28042
+ securityGroups: outputs.CloudBridge.GetAssetAwsEc2SecurityGroup[];
28043
+ sriovNetSupport: string;
28044
+ /**
28045
+ * The current state of the asset.
28046
+ */
28047
+ states: outputs.CloudBridge.GetAssetAwsEc2State[];
28048
+ subnetKey: string;
28049
+ tags: outputs.CloudBridge.GetAssetAwsEc2Tag[];
28050
+ timeLaunch: string;
28051
+ tpmSupport: string;
28052
+ virtualizationType: string;
28053
+ vpcKey: string;
28054
+ }
28055
+ interface GetAssetAwsEc2NetworkInterface {
28056
+ associations: outputs.CloudBridge.GetAssetAwsEc2NetworkInterfaceAssociation[];
28057
+ attachments: outputs.CloudBridge.GetAssetAwsEc2NetworkInterfaceAttachment[];
28058
+ /**
28059
+ * The tag description.
28060
+ */
28061
+ description: string;
28062
+ interfaceType: string;
28063
+ ipv4prefixes: string[];
28064
+ ipv6addresses: string[];
28065
+ ipv6prefixes: string[];
28066
+ isSourceDestCheck: boolean;
28067
+ /**
28068
+ * Mac address of the VM.
28069
+ */
28070
+ macAddress: string;
28071
+ networkInterfaceKey: string;
28072
+ ownerKey: string;
28073
+ privateIpAddresses: outputs.CloudBridge.GetAssetAwsEc2NetworkInterfacePrivateIpAddress[];
28074
+ securityGroups: outputs.CloudBridge.GetAssetAwsEc2NetworkInterfaceSecurityGroup[];
28075
+ status: string;
28076
+ subnetKey: string;
28077
+ }
28078
+ interface GetAssetAwsEc2NetworkInterfaceAssociation {
28079
+ carrierIp: string;
28080
+ customerOwnedIp: string;
28081
+ ipOwnerKey: string;
28082
+ publicDnsName: string;
28083
+ publicIp: string;
28084
+ }
28085
+ interface GetAssetAwsEc2NetworkInterfaceAttachment {
28086
+ attachmentKey: string;
28087
+ deviceIndex: number;
28088
+ isDeleteOnTermination: boolean;
28089
+ networkCardIndex: number;
28090
+ status: string;
28091
+ timeAttach: string;
28092
+ }
28093
+ interface GetAssetAwsEc2NetworkInterfacePrivateIpAddress {
28094
+ associations: outputs.CloudBridge.GetAssetAwsEc2NetworkInterfacePrivateIpAddressAssociation[];
28095
+ isPrimary: boolean;
28096
+ privateDnsName: string;
28097
+ privateIpAddress: string;
28098
+ }
28099
+ interface GetAssetAwsEc2NetworkInterfacePrivateIpAddressAssociation {
28100
+ carrierIp: string;
28101
+ customerOwnedIp: string;
28102
+ ipOwnerKey: string;
28103
+ publicDnsName: string;
28104
+ publicIp: string;
28105
+ }
28106
+ interface GetAssetAwsEc2NetworkInterfaceSecurityGroup {
28107
+ groupKey: string;
28108
+ groupName: string;
28109
+ }
28110
+ interface GetAssetAwsEc2Placement {
28111
+ affinity: string;
28112
+ availabilityZone: string;
28113
+ groupName: string;
28114
+ hostKey: string;
28115
+ hostResourceGroupArn: string;
28116
+ partitionNumber: number;
28117
+ spreadDomain: string;
28118
+ tenancy: string;
28119
+ }
28120
+ interface GetAssetAwsEc2SecurityGroup {
28121
+ groupKey: string;
28122
+ groupName: string;
28123
+ }
28124
+ interface GetAssetAwsEc2State {
28125
+ code: number;
28126
+ /**
28127
+ * The tag name.
28128
+ */
28129
+ name: string;
28130
+ }
28131
+ interface GetAssetAwsEc2Tag {
28132
+ key: string;
28133
+ value: string;
28134
+ }
28135
+ interface GetAssetAwsEc2cost {
28136
+ amount: number;
28137
+ currencyCode: string;
28138
+ }
27529
28139
  interface GetAssetCompute {
27530
28140
  /**
27531
28141
  * Number of connected networks.
@@ -27649,6 +28259,7 @@ export declare namespace CloudBridge {
27649
28259
  * Order of boot volumes.
27650
28260
  */
27651
28261
  bootOrder: number;
28262
+ isCbtEnabled: boolean;
27652
28263
  /**
27653
28264
  * Location of the boot/data volume.
27654
28265
  */
@@ -27796,6 +28407,8 @@ export declare namespace CloudBridge {
27796
28407
  * 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.
27797
28408
  */
27798
28409
  assetsCompartmentId: string;
28410
+ awsAccountKey: string;
28411
+ awsRegion: string;
27799
28412
  /**
27800
28413
  * The ID of the compartment in which to list resources.
27801
28414
  */
@@ -27822,6 +28435,10 @@ export declare namespace CloudBridge {
27822
28435
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the environment.
27823
28436
  */
27824
28437
  environmentId: string;
28438
+ /**
28439
+ * Specifies if this is the Source or Destination point for migration - different assets may be discovered depending on setting.
28440
+ */
28441
+ environmentType: string;
27825
28442
  /**
27826
28443
  * 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"}`
27827
28444
  */
@@ -27836,10 +28453,15 @@ export declare namespace CloudBridge {
27836
28453
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the inventory that will contain created assets.
27837
28454
  */
27838
28455
  inventoryId: string;
28456
+ isCostInformationCollected: boolean;
27839
28457
  /**
27840
28458
  * The detailed state of the asset source.
27841
28459
  */
27842
28460
  lifecycleDetails: string;
28461
+ /**
28462
+ * Endpoint for OLVM asset discovery and replication in the form of ```https://<host>:<port>```
28463
+ */
28464
+ olvmEndpoint: string;
27843
28465
  /**
27844
28466
  * Credentials for an asset source.
27845
28467
  */
@@ -27984,6 +28606,18 @@ export declare namespace CloudBridge {
27984
28606
  items: outputs.CloudBridge.GetAssetsAssetCollectionItem[];
27985
28607
  }
27986
28608
  interface GetAssetsAssetCollectionItem {
28609
+ /**
28610
+ * The name of the asset class.
28611
+ */
28612
+ assetClassName: string;
28613
+ /**
28614
+ * The version of the asset class.
28615
+ */
28616
+ assetClassVersion: string;
28617
+ /**
28618
+ * The details of the asset.
28619
+ */
28620
+ assetDetails: string;
27987
28621
  /**
27988
28622
  * List of asset source OCID.
27989
28623
  */
@@ -27992,6 +28626,10 @@ export declare namespace CloudBridge {
27992
28626
  * The type of asset.
27993
28627
  */
27994
28628
  assetType: string;
28629
+ attachedEbsVolumesCosts: outputs.CloudBridge.GetAssetsAssetCollectionItemAttachedEbsVolumesCost[];
28630
+ awsEbs: outputs.CloudBridge.GetAssetsAssetCollectionItemAwsEb[];
28631
+ awsEc2costs: outputs.CloudBridge.GetAssetsAssetCollectionItemAwsEc2cost[];
28632
+ awsEc2s: outputs.CloudBridge.GetAssetsAssetCollectionItemAwsEc2[];
27995
28633
  /**
27996
28634
  * The ID of the compartment in which to list resources.
27997
28635
  */
@@ -28010,6 +28648,10 @@ export declare namespace CloudBridge {
28010
28648
  * A filter to return only resources that match the entire display name given.
28011
28649
  */
28012
28650
  displayName: string;
28651
+ /**
28652
+ * Specifies if this is the Source or Destination point for migration - different assets may be discovered depending on setting.
28653
+ */
28654
+ environmentType: string;
28013
28655
  /**
28014
28656
  * External asset key.
28015
28657
  */
@@ -28063,6 +28705,156 @@ export declare namespace CloudBridge {
28063
28705
  */
28064
28706
  vmwareVms: outputs.CloudBridge.GetAssetsAssetCollectionItemVmwareVm[];
28065
28707
  }
28708
+ interface GetAssetsAssetCollectionItemAttachedEbsVolumesCost {
28709
+ amount: number;
28710
+ currencyCode: string;
28711
+ }
28712
+ interface GetAssetsAssetCollectionItemAwsEb {
28713
+ attachments: outputs.CloudBridge.GetAssetsAssetCollectionItemAwsEbAttachment[];
28714
+ availabilityZone: string;
28715
+ iops: number;
28716
+ isEncrypted: boolean;
28717
+ isMultiAttachEnabled: boolean;
28718
+ sizeInGiBs: number;
28719
+ status: string;
28720
+ tags: outputs.CloudBridge.GetAssetsAssetCollectionItemAwsEbTag[];
28721
+ throughput: number;
28722
+ volumeKey: string;
28723
+ volumeType: string;
28724
+ }
28725
+ interface GetAssetsAssetCollectionItemAwsEbAttachment {
28726
+ device: string;
28727
+ instanceKey: string;
28728
+ isDeleteOnTermination: boolean;
28729
+ status: string;
28730
+ volumeKey: string;
28731
+ }
28732
+ interface GetAssetsAssetCollectionItemAwsEbTag {
28733
+ key: string;
28734
+ value: string;
28735
+ }
28736
+ interface GetAssetsAssetCollectionItemAwsEc2 {
28737
+ architecture: string;
28738
+ areElasticInferenceAcceleratorsPresent: boolean;
28739
+ bootMode: string;
28740
+ capacityReservationKey: string;
28741
+ imageKey: string;
28742
+ instanceKey: string;
28743
+ instanceLifecycle: string;
28744
+ instanceType: string;
28745
+ ipAddress: string;
28746
+ ipv6address: string;
28747
+ isEnclaveOptions: boolean;
28748
+ isHibernationOptions: boolean;
28749
+ isSourceDestCheck: boolean;
28750
+ isSpotInstance: boolean;
28751
+ kernelKey: string;
28752
+ licenses: string[];
28753
+ maintenanceOptions: string;
28754
+ monitoring: string;
28755
+ networkInterfaces: outputs.CloudBridge.GetAssetsAssetCollectionItemAwsEc2NetworkInterface[];
28756
+ placements: outputs.CloudBridge.GetAssetsAssetCollectionItemAwsEc2Placement[];
28757
+ privateDnsName: string;
28758
+ privateIpAddress: string;
28759
+ rootDeviceName: string;
28760
+ rootDeviceType: string;
28761
+ securityGroups: outputs.CloudBridge.GetAssetsAssetCollectionItemAwsEc2SecurityGroup[];
28762
+ sriovNetSupport: string;
28763
+ /**
28764
+ * A filter to return only assets whose lifecycleState matches the given lifecycleState.
28765
+ */
28766
+ states: outputs.CloudBridge.GetAssetsAssetCollectionItemAwsEc2State[];
28767
+ subnetKey: string;
28768
+ tags: outputs.CloudBridge.GetAssetsAssetCollectionItemAwsEc2Tag[];
28769
+ timeLaunch: string;
28770
+ tpmSupport: string;
28771
+ virtualizationType: string;
28772
+ vpcKey: string;
28773
+ }
28774
+ interface GetAssetsAssetCollectionItemAwsEc2NetworkInterface {
28775
+ associations: outputs.CloudBridge.GetAssetsAssetCollectionItemAwsEc2NetworkInterfaceAssociation[];
28776
+ attachments: outputs.CloudBridge.GetAssetsAssetCollectionItemAwsEc2NetworkInterfaceAttachment[];
28777
+ /**
28778
+ * The tag description.
28779
+ */
28780
+ description: string;
28781
+ interfaceType: string;
28782
+ ipv4prefixes: string[];
28783
+ ipv6addresses: string[];
28784
+ ipv6prefixes: string[];
28785
+ isSourceDestCheck: boolean;
28786
+ /**
28787
+ * Mac address of the VM.
28788
+ */
28789
+ macAddress: string;
28790
+ networkInterfaceKey: string;
28791
+ ownerKey: string;
28792
+ privateIpAddresses: outputs.CloudBridge.GetAssetsAssetCollectionItemAwsEc2NetworkInterfacePrivateIpAddress[];
28793
+ securityGroups: outputs.CloudBridge.GetAssetsAssetCollectionItemAwsEc2NetworkInterfaceSecurityGroup[];
28794
+ status: string;
28795
+ subnetKey: string;
28796
+ }
28797
+ interface GetAssetsAssetCollectionItemAwsEc2NetworkInterfaceAssociation {
28798
+ carrierIp: string;
28799
+ customerOwnedIp: string;
28800
+ ipOwnerKey: string;
28801
+ publicDnsName: string;
28802
+ publicIp: string;
28803
+ }
28804
+ interface GetAssetsAssetCollectionItemAwsEc2NetworkInterfaceAttachment {
28805
+ attachmentKey: string;
28806
+ deviceIndex: number;
28807
+ isDeleteOnTermination: boolean;
28808
+ networkCardIndex: number;
28809
+ status: string;
28810
+ timeAttach: string;
28811
+ }
28812
+ interface GetAssetsAssetCollectionItemAwsEc2NetworkInterfacePrivateIpAddress {
28813
+ associations: outputs.CloudBridge.GetAssetsAssetCollectionItemAwsEc2NetworkInterfacePrivateIpAddressAssociation[];
28814
+ isPrimary: boolean;
28815
+ privateDnsName: string;
28816
+ privateIpAddress: string;
28817
+ }
28818
+ interface GetAssetsAssetCollectionItemAwsEc2NetworkInterfacePrivateIpAddressAssociation {
28819
+ carrierIp: string;
28820
+ customerOwnedIp: string;
28821
+ ipOwnerKey: string;
28822
+ publicDnsName: string;
28823
+ publicIp: string;
28824
+ }
28825
+ interface GetAssetsAssetCollectionItemAwsEc2NetworkInterfaceSecurityGroup {
28826
+ groupKey: string;
28827
+ groupName: string;
28828
+ }
28829
+ interface GetAssetsAssetCollectionItemAwsEc2Placement {
28830
+ affinity: string;
28831
+ availabilityZone: string;
28832
+ groupName: string;
28833
+ hostKey: string;
28834
+ hostResourceGroupArn: string;
28835
+ partitionNumber: number;
28836
+ spreadDomain: string;
28837
+ tenancy: string;
28838
+ }
28839
+ interface GetAssetsAssetCollectionItemAwsEc2SecurityGroup {
28840
+ groupKey: string;
28841
+ groupName: string;
28842
+ }
28843
+ interface GetAssetsAssetCollectionItemAwsEc2State {
28844
+ code: number;
28845
+ /**
28846
+ * The tag name.
28847
+ */
28848
+ name: string;
28849
+ }
28850
+ interface GetAssetsAssetCollectionItemAwsEc2Tag {
28851
+ key: string;
28852
+ value: string;
28853
+ }
28854
+ interface GetAssetsAssetCollectionItemAwsEc2cost {
28855
+ amount: number;
28856
+ currencyCode: string;
28857
+ }
28066
28858
  interface GetAssetsAssetCollectionItemCompute {
28067
28859
  /**
28068
28860
  * Number of connected networks.
@@ -28186,6 +28978,7 @@ export declare namespace CloudBridge {
28186
28978
  * Order of boot volumes.
28187
28979
  */
28188
28980
  bootOrder: number;
28981
+ isCbtEnabled: boolean;
28189
28982
  /**
28190
28983
  * Location of the boot/data volume.
28191
28984
  */
@@ -28561,6 +29354,19 @@ export declare namespace CloudBridge {
28561
29354
  */
28562
29355
  timeUpdated: string;
28563
29356
  }
29357
+ interface GetSupportedCloudRegionsFilter {
29358
+ name: string;
29359
+ regex?: boolean;
29360
+ values: string[];
29361
+ }
29362
+ interface GetSupportedCloudRegionsSupportedCloudRegionCollection {
29363
+ items: outputs.CloudBridge.GetSupportedCloudRegionsSupportedCloudRegionCollectionItem[];
29364
+ }
29365
+ interface GetSupportedCloudRegionsSupportedCloudRegionCollectionItem {
29366
+ assetSourceType: string;
29367
+ name: string;
29368
+ state: string;
29369
+ }
28564
29370
  }
28565
29371
  export declare namespace CloudGuard {
28566
29372
  interface AdhocQueryAdhocQueryDetails {
@@ -41048,7 +41854,7 @@ export declare namespace ContainerEngine {
41048
41854
  */
41049
41855
  state: string;
41050
41856
  /**
41051
- * The OCID of the subnet in which this node is placed.
41857
+ * the ocid of the subnet to create the vnic in
41052
41858
  */
41053
41859
  subnetId: string;
41054
41860
  }
@@ -41078,7 +41884,7 @@ export declare namespace ContainerEngine {
41078
41884
  */
41079
41885
  nodePoolPodNetworkOptionDetails: outputs.ContainerEngine.GetNodePoolNodeConfigDetailNodePoolPodNetworkOptionDetail[];
41080
41886
  /**
41081
- * The OCIDs of the Network Security Group(s) to associate nodes for this node pool with. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/NetworkSecurityGroup/).
41887
+ * A list of the OCIDs of the network security groups (NSGs) to add the VNIC to
41082
41888
  */
41083
41889
  nsgIds: string[];
41084
41890
  /**
@@ -41126,7 +41932,7 @@ export declare namespace ContainerEngine {
41126
41932
  */
41127
41933
  preemptibleNodeConfigs: outputs.ContainerEngine.GetNodePoolNodeConfigDetailPlacementConfigPreemptibleNodeConfig[];
41128
41934
  /**
41129
- * The OCID of the subnet in which this node is placed.
41935
+ * the ocid of the subnet to create the vnic in
41130
41936
  */
41131
41937
  subnetId: string;
41132
41938
  }
@@ -41244,6 +42050,80 @@ export declare namespace ContainerEngine {
41244
42050
  */
41245
42051
  sourceType: string;
41246
42052
  }
42053
+ interface GetNodePoolSecondaryVnic {
42054
+ /**
42055
+ * The properties of the secondary vnics
42056
+ */
42057
+ createVnicDetails: outputs.ContainerEngine.GetNodePoolSecondaryVnicCreateVnicDetail[];
42058
+ /**
42059
+ * Display name for vnic attachment
42060
+ */
42061
+ displayName: string;
42062
+ /**
42063
+ * Which physical network interface card (NIC) the VNIC will use
42064
+ */
42065
+ nicIndex: number;
42066
+ }
42067
+ interface GetNodePoolSecondaryVnicCreateVnicDetail {
42068
+ /**
42069
+ * The application resource that corresponds to this secondary vnic. Used to map pods to this specific vnic for scheduling
42070
+ */
42071
+ applicationResources: string[];
42072
+ /**
42073
+ * Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet
42074
+ */
42075
+ assignIpv6ip: boolean;
42076
+ /**
42077
+ * Whether the VNIC should be assigned a public IP address
42078
+ */
42079
+ assignPublicIp: boolean;
42080
+ /**
42081
+ * 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"}`
42082
+ */
42083
+ definedTags: {
42084
+ [key: string]: string;
42085
+ };
42086
+ /**
42087
+ * Display name for vnic attachment
42088
+ */
42089
+ displayName: string;
42090
+ /**
42091
+ * 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"}`
42092
+ */
42093
+ freeformTags: {
42094
+ [key: string]: string;
42095
+ };
42096
+ /**
42097
+ * The number of ip addresses to attach to secondary vnic
42098
+ */
42099
+ ipCount: number;
42100
+ /**
42101
+ * 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.
42102
+ */
42103
+ ipv6addressIpv6subnetCidrPairDetails: outputs.ContainerEngine.GetNodePoolSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail[];
42104
+ /**
42105
+ * A list of the OCIDs of the network security groups (NSGs) to add the VNIC to
42106
+ */
42107
+ nsgIds: string[];
42108
+ /**
42109
+ * Whether the source/destination check is disabled on the VNIC
42110
+ */
42111
+ skipSourceDestCheck: boolean;
42112
+ /**
42113
+ * the ocid of the subnet to create the vnic in
42114
+ */
42115
+ subnetId: string;
42116
+ }
42117
+ interface GetNodePoolSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail {
42118
+ /**
42119
+ * An IPv6 address of your choice. Must be an available IPv6 address within the subnet's prefix
42120
+ */
42121
+ ipv6address: string;
42122
+ /**
42123
+ * The IPv6 prefix allocated to the subnet
42124
+ */
42125
+ ipv6subnetCidr: string;
42126
+ }
41247
42127
  interface GetNodePoolsFilter {
41248
42128
  /**
41249
42129
  * The name to filter on.
@@ -41293,6 +42173,10 @@ export declare namespace ContainerEngine {
41293
42173
  * The name to filter on.
41294
42174
  */
41295
42175
  name: string;
42176
+ /**
42177
+ * Emulation type for the physical network interface card (NIC) for nodes
42178
+ */
42179
+ networkLaunchType: string;
41296
42180
  /**
41297
42181
  * The configuration of nodes in the node pool.
41298
42182
  */
@@ -41342,6 +42226,10 @@ export declare namespace ContainerEngine {
41342
42226
  * The number of nodes in each subnet.
41343
42227
  */
41344
42228
  quantityPerSubnet: number;
42229
+ /**
42230
+ * A list of secondary vnics to attach to nodes
42231
+ */
42232
+ secondaryVnics: outputs.ContainerEngine.GetNodePoolsNodePoolSecondaryVnic[];
41345
42233
  /**
41346
42234
  * The SSH public key on each node in the node pool on launch.
41347
42235
  */
@@ -41408,7 +42296,7 @@ export declare namespace ContainerEngine {
41408
42296
  */
41409
42297
  state: string;
41410
42298
  /**
41411
- * The OCID of the subnet in which to place nodes.
42299
+ * the ocid of the subnet to create the vnic in
41412
42300
  */
41413
42301
  subnetId: string;
41414
42302
  }
@@ -41438,7 +42326,7 @@ export declare namespace ContainerEngine {
41438
42326
  */
41439
42327
  nodePoolPodNetworkOptionDetails: outputs.ContainerEngine.GetNodePoolsNodePoolNodeConfigDetailNodePoolPodNetworkOptionDetail[];
41440
42328
  /**
41441
- * The OCIDs of the Network Security Group(s) to associate nodes for this node pool with. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/NetworkSecurityGroup/).
42329
+ * A list of the OCIDs of the network security groups (NSGs) to add the VNIC to
41442
42330
  */
41443
42331
  nsgIds: string[];
41444
42332
  /**
@@ -41486,7 +42374,7 @@ export declare namespace ContainerEngine {
41486
42374
  */
41487
42375
  preemptibleNodeConfigs: outputs.ContainerEngine.GetNodePoolsNodePoolNodeConfigDetailPlacementConfigPreemptibleNodeConfig[];
41488
42376
  /**
41489
- * The OCID of the subnet in which to place nodes.
42377
+ * the ocid of the subnet to create the vnic in
41490
42378
  */
41491
42379
  subnetId: string;
41492
42380
  }
@@ -41581,6 +42469,80 @@ export declare namespace ContainerEngine {
41581
42469
  */
41582
42470
  sourceType: string;
41583
42471
  }
42472
+ interface GetNodePoolsNodePoolSecondaryVnic {
42473
+ /**
42474
+ * The properties of the secondary vnics
42475
+ */
42476
+ createVnicDetails: outputs.ContainerEngine.GetNodePoolsNodePoolSecondaryVnicCreateVnicDetail[];
42477
+ /**
42478
+ * Display name for vnic attachment
42479
+ */
42480
+ displayName: string;
42481
+ /**
42482
+ * Which physical network interface card (NIC) the VNIC will use
42483
+ */
42484
+ nicIndex: number;
42485
+ }
42486
+ interface GetNodePoolsNodePoolSecondaryVnicCreateVnicDetail {
42487
+ /**
42488
+ * The application resource that corresponds to this secondary vnic. Used to map pods to this specific vnic for scheduling
42489
+ */
42490
+ applicationResources: string[];
42491
+ /**
42492
+ * Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet
42493
+ */
42494
+ assignIpv6ip: boolean;
42495
+ /**
42496
+ * Whether the VNIC should be assigned a public IP address
42497
+ */
42498
+ assignPublicIp: boolean;
42499
+ /**
42500
+ * 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"}`
42501
+ */
42502
+ definedTags: {
42503
+ [key: string]: string;
42504
+ };
42505
+ /**
42506
+ * Display name for vnic attachment
42507
+ */
42508
+ displayName: string;
42509
+ /**
42510
+ * 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"}`
42511
+ */
42512
+ freeformTags: {
42513
+ [key: string]: string;
42514
+ };
42515
+ /**
42516
+ * The number of ip addresses to attach to secondary vnic
42517
+ */
42518
+ ipCount: number;
42519
+ /**
42520
+ * 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.
42521
+ */
42522
+ ipv6addressIpv6subnetCidrPairDetails: outputs.ContainerEngine.GetNodePoolsNodePoolSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail[];
42523
+ /**
42524
+ * A list of the OCIDs of the network security groups (NSGs) to add the VNIC to
42525
+ */
42526
+ nsgIds: string[];
42527
+ /**
42528
+ * Whether the source/destination check is disabled on the VNIC
42529
+ */
42530
+ skipSourceDestCheck: boolean;
42531
+ /**
42532
+ * the ocid of the subnet to create the vnic in
42533
+ */
42534
+ subnetId: string;
42535
+ }
42536
+ interface GetNodePoolsNodePoolSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail {
42537
+ /**
42538
+ * An IPv6 address of your choice. Must be an available IPv6 address within the subnet's prefix
42539
+ */
42540
+ ipv6address: string;
42541
+ /**
42542
+ * The IPv6 prefix allocated to the subnet
42543
+ */
42544
+ ipv6subnetCidr: string;
42545
+ }
41584
42546
  interface GetPodShapesFilter {
41585
42547
  /**
41586
42548
  * The name to filter on.
@@ -42037,11 +42999,11 @@ export declare namespace ContainerEngine {
42037
42999
  */
42038
43000
  publicIp: string;
42039
43001
  /**
42040
- * The state of the nodepool.
43002
+ * The state of the nodepool. For more information, see [Monitoring Clusters](https://docs.cloud.oracle.com/iaas/Content/ContEng/Tasks/contengmonitoringclusters.htm)
42041
43003
  */
42042
43004
  state: string;
42043
43005
  /**
42044
- * The OCID of the subnet in which this node is placed.
43006
+ * the ocid of the subnet to create the vnic in
42045
43007
  */
42046
43008
  subnetId: string;
42047
43009
  }
@@ -42225,6 +43187,80 @@ export declare namespace ContainerEngine {
42225
43187
  */
42226
43188
  sourceType: string;
42227
43189
  }
43190
+ interface NodePoolSecondaryVnic {
43191
+ /**
43192
+ * (Updatable) The properties of the secondary vnics
43193
+ */
43194
+ createVnicDetails: outputs.ContainerEngine.NodePoolSecondaryVnicCreateVnicDetails;
43195
+ /**
43196
+ * (Updatable) Display name for vnic attachment
43197
+ */
43198
+ displayName: string;
43199
+ /**
43200
+ * (Updatable) Which physical network interface card (NIC) the VNIC will use
43201
+ */
43202
+ nicIndex: number;
43203
+ }
43204
+ interface NodePoolSecondaryVnicCreateVnicDetails {
43205
+ /**
43206
+ * (Updatable) The application resource that corresponds to this secondary vnic. Used to map pods to this specific vnic for scheduling
43207
+ */
43208
+ applicationResources: string[];
43209
+ /**
43210
+ * (Updatable) Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet
43211
+ */
43212
+ assignIpv6ip: boolean;
43213
+ /**
43214
+ * (Updatable) Whether the VNIC should be assigned a public IP address
43215
+ */
43216
+ assignPublicIp: boolean;
43217
+ /**
43218
+ * (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"}`
43219
+ */
43220
+ definedTags: {
43221
+ [key: string]: string;
43222
+ };
43223
+ /**
43224
+ * (Updatable) Display name for secondary vnic
43225
+ */
43226
+ displayName: string;
43227
+ /**
43228
+ * (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"}`
43229
+ */
43230
+ freeformTags: {
43231
+ [key: string]: string;
43232
+ };
43233
+ /**
43234
+ * (Updatable) The number of ip addresses to attach to secondary vnic
43235
+ */
43236
+ ipCount: number;
43237
+ /**
43238
+ * (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.
43239
+ */
43240
+ ipv6addressIpv6subnetCidrPairDetails: outputs.ContainerEngine.NodePoolSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail[];
43241
+ /**
43242
+ * (Updatable) A list of the OCIDs of the network security groups (NSGs) to add the VNIC to
43243
+ */
43244
+ nsgIds: string[];
43245
+ /**
43246
+ * (Updatable) Whether the source/destination check is disabled on the VNIC
43247
+ */
43248
+ skipSourceDestCheck: boolean;
43249
+ /**
43250
+ * (Updatable) the ocid of the subnet to create the vnic in
43251
+ */
43252
+ subnetId: string;
43253
+ }
43254
+ interface NodePoolSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail {
43255
+ /**
43256
+ * (Updatable) An IPv6 address of your choice. Must be an available IPv6 address within the subnet's prefix
43257
+ */
43258
+ ipv6address: string;
43259
+ /**
43260
+ * (Updatable) The IPv6 prefix allocated to the subnet
43261
+ */
43262
+ ipv6subnetCidr: string;
43263
+ }
42228
43264
  interface VirtualNodePoolInitialVirtualNodeLabel {
42229
43265
  /**
42230
43266
  * (Updatable) The key of the pair.
@@ -43356,6 +44392,10 @@ export declare namespace Core {
43356
44392
  * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance pool.
43357
44393
  */
43358
44394
  compartmentId: string;
44395
+ /**
44396
+ * Count of instance in running state associated to the Instance Pool.
44397
+ */
44398
+ currentSize: number;
43359
44399
  /**
43360
44400
  * (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"}`
43361
44401
  */
@@ -45461,6 +46501,10 @@ export declare namespace Core {
45461
46501
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance pool.
45462
46502
  */
45463
46503
  compartmentId: string;
46504
+ /**
46505
+ * Count of instance in running state associated to the Instance Pool.
46506
+ */
46507
+ currentSize: number;
45464
46508
  /**
45465
46509
  * 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"}`
45466
46510
  */
@@ -45814,6 +46858,10 @@ export declare namespace Core {
45814
46858
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
45815
46859
  */
45816
46860
  compartmentId: string;
46861
+ /**
46862
+ * Count of instance in running state associated to the Instance Pool.
46863
+ */
46864
+ currentSize: number;
45817
46865
  /**
45818
46866
  * 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"}`
45819
46867
  */
@@ -52384,6 +53432,10 @@ export declare namespace Core {
52384
53432
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
52385
53433
  */
52386
53434
  compartmentId: string;
53435
+ /**
53436
+ * Count of instance in running state associated to the Instance Pool.
53437
+ */
53438
+ currentSize: number;
52387
53439
  /**
52388
53440
  * 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"}`
52389
53441
  */
@@ -166830,6 +167882,152 @@ export declare namespace GenerativeAi {
166830
167882
  finalLoss: number;
166831
167883
  modelMetricsType: string;
166832
167884
  }
167885
+ interface GetSemanticStoreDataSource {
167886
+ /**
167887
+ * Specifies the type of underlying connection.
167888
+ */
167889
+ connectionType: string;
167890
+ /**
167891
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure Database Tools Connection for enrichment.
167892
+ */
167893
+ enrichmentConnectionId: string;
167894
+ /**
167895
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure Database Tools Connection for querying.
167896
+ */
167897
+ queryingConnectionId: string;
167898
+ }
167899
+ interface GetSemanticStoreRefreshSchedule {
167900
+ /**
167901
+ * Specifies the type of refresh schedule.
167902
+ */
167903
+ type: string;
167904
+ /**
167905
+ * 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.
167906
+ */
167907
+ value: string;
167908
+ }
167909
+ interface GetSemanticStoreSchema {
167910
+ /**
167911
+ * Specifies the type of underlying connection.
167912
+ */
167913
+ connectionType: string;
167914
+ /**
167915
+ * 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.
167916
+ */
167917
+ schemas: outputs.GenerativeAi.GetSemanticStoreSchemaSchema[];
167918
+ }
167919
+ interface GetSemanticStoreSchemaSchema {
167920
+ name: string;
167921
+ }
167922
+ interface GetSemanticStoresFilter {
167923
+ name: string;
167924
+ regex?: boolean;
167925
+ values: string[];
167926
+ }
167927
+ interface GetSemanticStoresSemanticStoreCollection {
167928
+ items: outputs.GenerativeAi.GetSemanticStoresSemanticStoreCollectionItem[];
167929
+ }
167930
+ interface GetSemanticStoresSemanticStoreCollectionItem {
167931
+ /**
167932
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
167933
+ */
167934
+ compartmentId: string;
167935
+ /**
167936
+ * Defines the data source that the semantic model connects to.
167937
+ */
167938
+ dataSources: outputs.GenerativeAi.GetSemanticStoresSemanticStoreCollectionItemDataSource[];
167939
+ /**
167940
+ * 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"}`
167941
+ */
167942
+ definedTags: {
167943
+ [key: string]: string;
167944
+ };
167945
+ /**
167946
+ * An optional description of the SemanticStore.
167947
+ */
167948
+ description: string;
167949
+ /**
167950
+ * A filter to return only resources that match the given display name exactly.
167951
+ */
167952
+ displayName: string;
167953
+ /**
167954
+ * 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"}`
167955
+ */
167956
+ freeformTags: {
167957
+ [key: string]: string;
167958
+ };
167959
+ /**
167960
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the SemanticStore.
167961
+ */
167962
+ id: string;
167963
+ /**
167964
+ * A message describing the current state in more detail that can provide actionable information.
167965
+ */
167966
+ lifecycleDetails: string;
167967
+ /**
167968
+ * Specifies a refresh schedule. Null represents no automated synchronization schedule.
167969
+ */
167970
+ refreshSchedules: outputs.GenerativeAi.GetSemanticStoresSemanticStoreCollectionItemRefreshSchedule[];
167971
+ /**
167972
+ * 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.
167973
+ */
167974
+ schemas: outputs.GenerativeAi.GetSemanticStoresSemanticStoreCollectionItemSchema[];
167975
+ /**
167976
+ * A filter to return only resources whose lifecycle state matches the given array.
167977
+ */
167978
+ state: string;
167979
+ /**
167980
+ * System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
167981
+ */
167982
+ systemTags: {
167983
+ [key: string]: string;
167984
+ };
167985
+ /**
167986
+ * The date and time that the SemanticStore was created in the format of an RFC3339 datetime string.
167987
+ */
167988
+ timeCreated: string;
167989
+ /**
167990
+ * The date and time that the SemanticStore was updated in the format of an RFC3339 datetime string.
167991
+ */
167992
+ timeUpdated: string;
167993
+ }
167994
+ interface GetSemanticStoresSemanticStoreCollectionItemDataSource {
167995
+ /**
167996
+ * Specifies the type of underlying connection.
167997
+ */
167998
+ connectionType: string;
167999
+ /**
168000
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure Database Tools Connection for enrichment.
168001
+ */
168002
+ enrichmentConnectionId: string;
168003
+ /**
168004
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure Database Tools Connection for querying.
168005
+ */
168006
+ queryingConnectionId: string;
168007
+ }
168008
+ interface GetSemanticStoresSemanticStoreCollectionItemRefreshSchedule {
168009
+ /**
168010
+ * Specifies the type of refresh schedule.
168011
+ */
168012
+ type: string;
168013
+ /**
168014
+ * 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.
168015
+ */
168016
+ value: string;
168017
+ }
168018
+ interface GetSemanticStoresSemanticStoreCollectionItemSchema {
168019
+ /**
168020
+ * Specifies the type of underlying connection.
168021
+ */
168022
+ connectionType: string;
168023
+ /**
168024
+ * 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.
168025
+ */
168026
+ schemas: outputs.GenerativeAi.GetSemanticStoresSemanticStoreCollectionItemSchemaSchema[];
168027
+ }
168028
+ interface GetSemanticStoresSemanticStoreCollectionItemSchemaSchema {
168029
+ name: string;
168030
+ }
166833
168031
  interface ImportedModelDataSource {
166834
168032
  /**
166835
168033
  * Hugging Face access token to authenticate requests for restricted models. This token will be securely stored in Oracle Cloud Infrastructure Vault.
@@ -166964,6 +168162,50 @@ export declare namespace GenerativeAi {
166964
168162
  */
166965
168163
  modelMetricsType: string;
166966
168164
  }
168165
+ interface SemanticStoreDataSource {
168166
+ /**
168167
+ * Specifies the type of underlying connection.
168168
+ */
168169
+ connectionType: string;
168170
+ /**
168171
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure Database Tools Connection for enrichment.
168172
+ */
168173
+ enrichmentConnectionId: string;
168174
+ /**
168175
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure Database Tools Connection for querying.
168176
+ */
168177
+ queryingConnectionId: string;
168178
+ }
168179
+ interface SemanticStoreRefreshSchedule {
168180
+ /**
168181
+ * (Updatable) Specifies the type of refresh schedule.
168182
+ */
168183
+ type: string;
168184
+ /**
168185
+ * (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.
168186
+ */
168187
+ value: string;
168188
+ }
168189
+ interface SemanticStoreSchemas {
168190
+ /**
168191
+ * (Updatable) Specifies the type of underlying connection.
168192
+ */
168193
+ connectionType: string;
168194
+ /**
168195
+ * (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.
168196
+ */
168197
+ schemas: outputs.GenerativeAi.SemanticStoreSchemasSchema[];
168198
+ }
168199
+ interface SemanticStoreSchemasSchema {
168200
+ /**
168201
+ * (Updatable)
168202
+ *
168203
+ *
168204
+ * ** IMPORTANT **
168205
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
168206
+ */
168207
+ name: string;
168208
+ }
166967
168209
  }
166968
168210
  export declare namespace GoldenGate {
166969
168211
  interface ConnectionAdditionalAttribute {
@@ -254031,6 +255273,10 @@ export declare namespace ObjectStorage {
254031
255273
  */
254032
255274
  autoTiering: string;
254033
255275
  bucketId: string;
255276
+ /**
255277
+ * Scope in which the bucket is unique. Default value is NAMESPACE. Bucket scope as NAMESPACE means that the bucket is unique only in the owning namespace/tenancy. Other tenancies can have a bucket with same name in their namespace. Bucket scope as REGION means that the bucket is regionally unique. No other tenancy can have a bucket with same name and scope REGION.
255278
+ */
255279
+ bucketScope: string;
254034
255280
  /**
254035
255281
  * The ID of the compartment in which to list buckets.
254036
255282
  */
@@ -265799,6 +267045,136 @@ export declare namespace Optimizer {
265799
267045
  }
265800
267046
  }
265801
267047
  export declare namespace OsManagementHub {
267048
+ interface DynamicSetInstallPackagesManagementWorkRequestDetails {
267049
+ /**
267050
+ * User-specified information about the job. Avoid entering confidential information.
267051
+ */
267052
+ description: string;
267053
+ /**
267054
+ * A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
267055
+ *
267056
+ *
267057
+ * ** IMPORTANT **
267058
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
267059
+ */
267060
+ displayName: string;
267061
+ }
267062
+ interface DynamicSetMatchingRule {
267063
+ /**
267064
+ * (Updatable) The list of managed instance architectures.
267065
+ */
267066
+ architectures: string[];
267067
+ /**
267068
+ * (Updatable) The list of managed instance display names.
267069
+ */
267070
+ displayNames: string[];
267071
+ /**
267072
+ * (Updatable) Indicates if the managed instance needs to be rebooted.
267073
+ */
267074
+ isRebootRequired: boolean;
267075
+ /**
267076
+ * (Updatable) The list of managed instance locations.
267077
+ */
267078
+ locations: string[];
267079
+ /**
267080
+ * (Updatable) The list of managed instance group IDs.
267081
+ */
267082
+ managedInstanceGroupIds: string[];
267083
+ /**
267084
+ * (Updatable) The list of managed instance ids.
267085
+ */
267086
+ managedInstanceIds: string[];
267087
+ /**
267088
+ * (Updatable) The list of managed instance OS families.
267089
+ */
267090
+ osFamilies: string[];
267091
+ /**
267092
+ * (Updatable) The list of managed instance OS names.
267093
+ */
267094
+ osNames: string[];
267095
+ /**
267096
+ * (Updatable) The list of managed instance statuses.
267097
+ */
267098
+ statuses: string[];
267099
+ /**
267100
+ * (Updatable) The list of the managed instance tags.
267101
+ */
267102
+ tags: outputs.OsManagementHub.DynamicSetMatchingRuleTag[];
267103
+ }
267104
+ interface DynamicSetMatchingRuleTag {
267105
+ /**
267106
+ * (Updatable) The key of the tag.
267107
+ */
267108
+ key: string;
267109
+ /**
267110
+ * (Updatable) The namespace of the tag.
267111
+ */
267112
+ namespace: string;
267113
+ /**
267114
+ * (Updatable) The type of the tag. Common values include `defined` or `freeform`.
267115
+ */
267116
+ type: string;
267117
+ /**
267118
+ * (Updatable) The value associated with the tag key.
267119
+ */
267120
+ value: string;
267121
+ }
267122
+ interface DynamicSetRebootManagementWorkRequestDetails {
267123
+ /**
267124
+ * User-specified information about the job. Avoid entering confidential information.
267125
+ */
267126
+ description: string;
267127
+ /**
267128
+ * A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
267129
+ *
267130
+ *
267131
+ * ** IMPORTANT **
267132
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
267133
+ */
267134
+ displayName: string;
267135
+ }
267136
+ interface DynamicSetRemovePackagesManagementWorkRequestDetails {
267137
+ /**
267138
+ * User-specified information about the job. Avoid entering confidential information.
267139
+ */
267140
+ description: string;
267141
+ /**
267142
+ * A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
267143
+ *
267144
+ *
267145
+ * ** IMPORTANT **
267146
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
267147
+ */
267148
+ displayName: string;
267149
+ }
267150
+ interface DynamicSetTargetCompartment {
267151
+ /**
267152
+ * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
267153
+ */
267154
+ compartmentId: string;
267155
+ /**
267156
+ * (Updatable) Indicates if the child compartments are included in the matching rule.
267157
+ *
267158
+ *
267159
+ * ** IMPORTANT **
267160
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
267161
+ */
267162
+ doesIncludeChildren: boolean;
267163
+ }
267164
+ interface DynamicSetUpdatePackagesManagementWorkRequestDetails {
267165
+ /**
267166
+ * User-specified information about the job. Avoid entering confidential information.
267167
+ */
267168
+ description: string;
267169
+ /**
267170
+ * A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
267171
+ *
267172
+ *
267173
+ * ** IMPORTANT **
267174
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
267175
+ */
267176
+ displayName: string;
267177
+ }
265802
267178
  interface EventData {
265803
267179
  /**
265804
267180
  * Provides additional information for the work request associated with an event.
@@ -265820,6 +267196,10 @@ export declare namespace OsManagementHub {
265820
267196
  * The output log of the error.
265821
267197
  */
265822
267198
  errorLog: string;
267199
+ /**
267200
+ * Brief description on how this error is categorized.
267201
+ */
267202
+ errorSummary: string;
265823
267203
  /**
265824
267204
  * Number of times the event has occurred.
265825
267205
  */
@@ -265960,6 +267340,351 @@ export declare namespace OsManagementHub {
265960
267340
  */
265961
267341
  osSystemVersion: string;
265962
267342
  }
267343
+ interface GetDynamicSetManagedInstancesFilter {
267344
+ name: string;
267345
+ regex?: boolean;
267346
+ values: string[];
267347
+ }
267348
+ interface GetDynamicSetManagedInstancesManagedInstanceCollection {
267349
+ /**
267350
+ * List of managed instances.
267351
+ */
267352
+ items: outputs.OsManagementHub.GetDynamicSetManagedInstancesManagedInstanceCollectionItem[];
267353
+ }
267354
+ interface GetDynamicSetManagedInstancesManagedInstanceCollectionItem {
267355
+ /**
267356
+ * The version of osmh-agent running on the managed instance
267357
+ */
267358
+ agentVersion: string;
267359
+ /**
267360
+ * The CPU architecture type of the managed instance.
267361
+ */
267362
+ architecture: string;
267363
+ /**
267364
+ * Settings for the Autonomous Linux service.
267365
+ */
267366
+ autonomousSettings: outputs.OsManagementHub.GetDynamicSetManagedInstancesManagedInstanceCollectionItemAutonomousSetting[];
267367
+ /**
267368
+ * The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
267369
+ */
267370
+ compartmentId: string;
267371
+ /**
267372
+ * User-specified description of the managed instance.
267373
+ */
267374
+ description: string;
267375
+ /**
267376
+ * A filter to return resources that match the given user-friendly name.
267377
+ */
267378
+ displayName: string;
267379
+ /**
267380
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource that is immutable on creation.
267381
+ */
267382
+ id: string;
267383
+ /**
267384
+ * Indicates whether Autonomous Linux manages this instance.
267385
+ */
267386
+ isManagedByAutonomousLinux: boolean;
267387
+ /**
267388
+ * Whether this managed instance is acting as an on-premises management station.
267389
+ */
267390
+ isManagementStation: boolean;
267391
+ /**
267392
+ * Indicates whether a reboot is required to complete installation of updates.
267393
+ */
267394
+ isRebootRequired: boolean;
267395
+ /**
267396
+ * Id and name of a resource to simplify the display for the user.
267397
+ */
267398
+ lifecycleEnvironments: outputs.OsManagementHub.GetDynamicSetManagedInstancesManagedInstanceCollectionItemLifecycleEnvironment[];
267399
+ /**
267400
+ * Id and name of a resource to simplify the display for the user.
267401
+ */
267402
+ lifecycleStages: outputs.OsManagementHub.GetDynamicSetManagedInstancesManagedInstanceCollectionItemLifecycleStage[];
267403
+ /**
267404
+ * The location of the managed instance.
267405
+ */
267406
+ location: string;
267407
+ /**
267408
+ * Id and name of a resource to simplify the display for the user.
267409
+ */
267410
+ managedInstanceGroups: outputs.OsManagementHub.GetDynamicSetManagedInstancesManagedInstanceCollectionItemManagedInstanceGroup[];
267411
+ /**
267412
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
267413
+ */
267414
+ notificationTopicId: string;
267415
+ /**
267416
+ * The operating system type of the managed instance.
267417
+ */
267418
+ osFamily: string;
267419
+ /**
267420
+ * Current status of the managed instance.
267421
+ */
267422
+ status: string;
267423
+ /**
267424
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tenancy this managed instance resides in.
267425
+ */
267426
+ tenancyId: string;
267427
+ /**
267428
+ * Time that the instance last booted (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
267429
+ */
267430
+ timeLastBoot: string;
267431
+ /**
267432
+ * Number of updates available for installation.
267433
+ */
267434
+ updatesAvailable: number;
267435
+ }
267436
+ interface GetDynamicSetManagedInstancesManagedInstanceCollectionItemAutonomousSetting {
267437
+ /**
267438
+ * Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.
267439
+ */
267440
+ isDataCollectionAuthorized: boolean;
267441
+ /**
267442
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
267443
+ */
267444
+ scheduledJobId: string;
267445
+ }
267446
+ interface GetDynamicSetManagedInstancesManagedInstanceCollectionItemLifecycleEnvironment {
267447
+ /**
267448
+ * A filter to return resources that match the given user-friendly name.
267449
+ */
267450
+ displayName: string;
267451
+ /**
267452
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource that is immutable on creation.
267453
+ */
267454
+ id: string;
267455
+ }
267456
+ interface GetDynamicSetManagedInstancesManagedInstanceCollectionItemLifecycleStage {
267457
+ /**
267458
+ * A filter to return resources that match the given user-friendly name.
267459
+ */
267460
+ displayName: string;
267461
+ /**
267462
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource that is immutable on creation.
267463
+ */
267464
+ id: string;
267465
+ }
267466
+ interface GetDynamicSetManagedInstancesManagedInstanceCollectionItemManagedInstanceGroup {
267467
+ /**
267468
+ * A filter to return resources that match the given user-friendly name.
267469
+ */
267470
+ displayName: string;
267471
+ /**
267472
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource that is immutable on creation.
267473
+ */
267474
+ id: string;
267475
+ }
267476
+ interface GetDynamicSetMatchingRule {
267477
+ /**
267478
+ * The list of managed instance architectures.
267479
+ */
267480
+ architectures: string[];
267481
+ /**
267482
+ * The list of managed instance display names.
267483
+ */
267484
+ displayNames: string[];
267485
+ /**
267486
+ * Indicates if the managed instance needs to be rebooted.
267487
+ */
267488
+ isRebootRequired: boolean;
267489
+ /**
267490
+ * The list of managed instance locations.
267491
+ */
267492
+ locations: string[];
267493
+ /**
267494
+ * The list of managed instance group IDs.
267495
+ */
267496
+ managedInstanceGroupIds: string[];
267497
+ /**
267498
+ * The list of managed instance ids.
267499
+ */
267500
+ managedInstanceIds: string[];
267501
+ /**
267502
+ * The list of managed instance OS families.
267503
+ */
267504
+ osFamilies: string[];
267505
+ /**
267506
+ * The list of managed instance OS names.
267507
+ */
267508
+ osNames: string[];
267509
+ /**
267510
+ * The list of managed instance statuses.
267511
+ */
267512
+ statuses: string[];
267513
+ /**
267514
+ * The list of the managed instance tags.
267515
+ */
267516
+ tags: outputs.OsManagementHub.GetDynamicSetMatchingRuleTag[];
267517
+ }
267518
+ interface GetDynamicSetMatchingRuleTag {
267519
+ /**
267520
+ * The key of the tag.
267521
+ */
267522
+ key: string;
267523
+ /**
267524
+ * The namespace of the tag.
267525
+ */
267526
+ namespace: string;
267527
+ /**
267528
+ * The type of the tag. Common values include `defined` or `freeform`.
267529
+ */
267530
+ type: string;
267531
+ /**
267532
+ * The value associated with the tag key.
267533
+ */
267534
+ value: string;
267535
+ }
267536
+ interface GetDynamicSetTargetCompartment {
267537
+ /**
267538
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
267539
+ */
267540
+ compartmentId: string;
267541
+ /**
267542
+ * Indicates if the child compartments are included in the matching rule.
267543
+ */
267544
+ doesIncludeChildren: boolean;
267545
+ }
267546
+ interface GetDynamicSetsDynamicSetCollection {
267547
+ items: outputs.OsManagementHub.GetDynamicSetsDynamicSetCollectionItem[];
267548
+ }
267549
+ interface GetDynamicSetsDynamicSetCollectionItem {
267550
+ /**
267551
+ * The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
267552
+ */
267553
+ compartmentId: string;
267554
+ /**
267555
+ * 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"}`
267556
+ */
267557
+ definedTags: {
267558
+ [key: string]: string;
267559
+ };
267560
+ /**
267561
+ * User-specified description for the dynamic set.
267562
+ */
267563
+ description: string;
267564
+ /**
267565
+ * A filter to return resources that match the given user-friendly name.
267566
+ */
267567
+ displayName: string;
267568
+ /**
267569
+ * 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"}`
267570
+ */
267571
+ freeformTags: {
267572
+ [key: string]: string;
267573
+ };
267574
+ /**
267575
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the dynamic set.
267576
+ */
267577
+ id: string;
267578
+ /**
267579
+ * Include either any or all attributes.
267580
+ */
267581
+ matchType: string;
267582
+ /**
267583
+ * An object that defines the set of rules that identifies the target instances in a dynamic set.
267584
+ */
267585
+ matchingRules: outputs.OsManagementHub.GetDynamicSetsDynamicSetCollectionItemMatchingRule[];
267586
+ /**
267587
+ * Number of scheduled jobs currently targeting this dynamic set.
267588
+ */
267589
+ scheduledJobCount: string;
267590
+ /**
267591
+ * The current state of the event.
267592
+ */
267593
+ state: string;
267594
+ /**
267595
+ * System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
267596
+ */
267597
+ systemTags: {
267598
+ [key: string]: string;
267599
+ };
267600
+ /**
267601
+ * The list of compartment details.
267602
+ */
267603
+ targetCompartments: outputs.OsManagementHub.GetDynamicSetsDynamicSetCollectionItemTargetCompartment[];
267604
+ /**
267605
+ * The date and time the dynamic set was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
267606
+ */
267607
+ timeCreated: string;
267608
+ /**
267609
+ * The date and time the dynamic set was last updated (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
267610
+ */
267611
+ timeUpdated: string;
267612
+ }
267613
+ interface GetDynamicSetsDynamicSetCollectionItemMatchingRule {
267614
+ /**
267615
+ * The list of managed instance architectures.
267616
+ */
267617
+ architectures: string[];
267618
+ /**
267619
+ * The list of managed instance display names.
267620
+ */
267621
+ displayNames: string[];
267622
+ /**
267623
+ * Indicates if the managed instance needs to be rebooted.
267624
+ */
267625
+ isRebootRequired: boolean;
267626
+ /**
267627
+ * The list of managed instance locations.
267628
+ */
267629
+ locations: string[];
267630
+ /**
267631
+ * The list of managed instance group IDs.
267632
+ */
267633
+ managedInstanceGroupIds: string[];
267634
+ /**
267635
+ * The list of managed instance ids.
267636
+ */
267637
+ managedInstanceIds: string[];
267638
+ /**
267639
+ * The list of managed instance OS families.
267640
+ */
267641
+ osFamilies: string[];
267642
+ /**
267643
+ * The list of managed instance OS names.
267644
+ */
267645
+ osNames: string[];
267646
+ /**
267647
+ * The list of managed instance statuses.
267648
+ */
267649
+ statuses: string[];
267650
+ /**
267651
+ * The list of the managed instance tags.
267652
+ */
267653
+ tags: outputs.OsManagementHub.GetDynamicSetsDynamicSetCollectionItemMatchingRuleTag[];
267654
+ }
267655
+ interface GetDynamicSetsDynamicSetCollectionItemMatchingRuleTag {
267656
+ /**
267657
+ * The key of the tag.
267658
+ */
267659
+ key: string;
267660
+ /**
267661
+ * The namespace of the tag.
267662
+ */
267663
+ namespace: string;
267664
+ /**
267665
+ * The type of the tag. Common values include `defined` or `freeform`.
267666
+ */
267667
+ type: string;
267668
+ /**
267669
+ * The value associated with the tag key.
267670
+ */
267671
+ value: string;
267672
+ }
267673
+ interface GetDynamicSetsDynamicSetCollectionItemTargetCompartment {
267674
+ /**
267675
+ * The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
267676
+ */
267677
+ compartmentId: string;
267678
+ /**
267679
+ * Indicates if the child compartments are included in the matching rule.
267680
+ */
267681
+ doesIncludeChildren: boolean;
267682
+ }
267683
+ interface GetDynamicSetsFilter {
267684
+ name: string;
267685
+ regex?: boolean;
267686
+ values: string[];
267687
+ }
265963
267688
  interface GetEntitlementsEntitlementCollection {
265964
267689
  /**
265965
267690
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. This parameter is required and returns only resources contained within the specified compartment.
@@ -265998,15 +267723,15 @@ export declare namespace OsManagementHub {
265998
267723
  }
265999
267724
  interface GetErrataErratumCollectionItem {
266000
267725
  /**
266001
- * The advisory severity.
267726
+ * The severity for a security advisory, otherwise, null.
266002
267727
  */
266003
267728
  advisorySeverity: string;
266004
267729
  /**
266005
- * A filter to return only errata that match the given advisory types.
267730
+ * The advisory type of the erratum.
266006
267731
  */
266007
267732
  advisoryType: string;
266008
267733
  /**
266009
- * A filter to return only packages that match the given update classification type.
267734
+ * Type of the erratum. This property is deprecated and it will be removed in a future API release. Please refer to the advisoryType property instead.
266010
267735
  */
266011
267736
  classificationType: string;
266012
267737
  /**
@@ -266018,7 +267743,7 @@ export declare namespace OsManagementHub {
266018
267743
  */
266019
267744
  from: string;
266020
267745
  /**
266021
- * The assigned erratum name. It's unique and not changeable. Example: `ELSA-2020-5804`
267746
+ * The erratum name (such as ELSA-2023-34678).
266022
267747
  */
266023
267748
  name: string;
266024
267749
  /**
@@ -266080,7 +267805,7 @@ export declare namespace OsManagementHub {
266080
267805
  */
266081
267806
  isLatest: boolean;
266082
267807
  /**
266083
- * The assigned erratum name. It's unique and not changeable. Example: `ELSA-2020-5804`
267808
+ * The erratum name (such as ELSA-2023-34678).
266084
267809
  */
266085
267810
  name: string;
266086
267811
  /**
@@ -266124,7 +267849,7 @@ export declare namespace OsManagementHub {
266124
267849
  }
266125
267850
  interface GetErrataFilter {
266126
267851
  /**
266127
- * The assigned erratum name. It's unique and not changeable. Example: `ELSA-2020-5804`
267852
+ * The erratum name (such as ELSA-2023-34678).
266128
267853
  */
266129
267854
  name: string;
266130
267855
  regex?: boolean;
@@ -266215,6 +267940,10 @@ export declare namespace OsManagementHub {
266215
267940
  * The output log of the error.
266216
267941
  */
266217
267942
  errorLog: string;
267943
+ /**
267944
+ * Brief description on how this error is categorized.
267945
+ */
267946
+ errorSummary: string;
266218
267947
  /**
266219
267948
  * Number of times the event has occurred.
266220
267949
  */
@@ -266456,6 +268185,10 @@ export declare namespace OsManagementHub {
266456
268185
  * The output log of the error.
266457
268186
  */
266458
268187
  errorLog: string;
268188
+ /**
268189
+ * Brief description on how this error is categorized.
268190
+ */
268191
+ errorSummary: string;
266459
268192
  /**
266460
268193
  * Number of times the event has occurred.
266461
268194
  */
@@ -266814,9 +268547,6 @@ export declare namespace OsManagementHub {
266814
268547
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
266815
268548
  */
266816
268549
  id: string;
266817
- /**
266818
- * The user-friendly name for the lifecycle environment. Does not have to be unique, and it's changeable. Avoid entering confidential information.
266819
- */
266820
268550
  lifecycleEnvironmentDisplayName: string;
266821
268551
  /**
266822
268552
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the lifecycle environment.
@@ -266826,9 +268556,6 @@ export declare namespace OsManagementHub {
266826
268556
  * A filter to return only resources whose location matches the given value.
266827
268557
  */
266828
268558
  location: string;
266829
- /**
266830
- * The number of managed instances associated with the lifecycle stage.
266831
- */
266832
268559
  managedInstances: number;
266833
268560
  /**
266834
268561
  * A filter to return only resources that match the given operating system family.
@@ -266956,9 +268683,6 @@ export declare namespace OsManagementHub {
266956
268683
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
266957
268684
  */
266958
268685
  id: string;
266959
- /**
266960
- * The user-friendly name for the lifecycle environment. Does not have to be unique, and it's changeable. Avoid entering confidential information.
266961
- */
266962
268686
  lifecycleEnvironmentDisplayName: string;
266963
268687
  /**
266964
268688
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the lifecycle environment that contains the lifecycle stage.
@@ -266968,9 +268692,6 @@ export declare namespace OsManagementHub {
266968
268692
  * A filter to return only resources whose location matches the given value.
266969
268693
  */
266970
268694
  location: string;
266971
- /**
266972
- * The number of managed instances associated with the lifecycle stage.
266973
- */
266974
268695
  managedInstances: number;
266975
268696
  /**
266976
268697
  * A filter to return only resources that match the given operating system family.
@@ -267116,6 +268837,10 @@ export declare namespace OsManagementHub {
267116
268837
  * The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
267117
268838
  */
267118
268839
  compartmentId: string;
268840
+ /**
268841
+ * Software source description.
268842
+ */
268843
+ description: string;
267119
268844
  /**
267120
268845
  * A filter to return resources that match the given display names.
267121
268846
  */
@@ -267124,6 +268849,10 @@ export declare namespace OsManagementHub {
267124
268849
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
267125
268850
  */
267126
268851
  id: string;
268852
+ /**
268853
+ * Type of the software source.
268854
+ */
268855
+ softwareSourceType: string;
267127
268856
  }
267128
268857
  interface GetManagedInstanceAvailableSoftwareSourcesFilter {
267129
268858
  name: string;
@@ -267339,6 +269068,10 @@ export declare namespace OsManagementHub {
267339
269068
  * The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
267340
269069
  */
267341
269070
  compartmentId: string;
269071
+ /**
269072
+ * Software source description.
269073
+ */
269074
+ description: string;
267342
269075
  /**
267343
269076
  * A filter to return resources that match the given display names.
267344
269077
  */
@@ -267347,6 +269080,10 @@ export declare namespace OsManagementHub {
267347
269080
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
267348
269081
  */
267349
269082
  id: string;
269083
+ /**
269084
+ * Type of the software source.
269085
+ */
269086
+ softwareSourceType: string;
267350
269087
  }
267351
269088
  interface GetManagedInstanceGroupAvailableSoftwareSourcesFilter {
267352
269089
  name: string;
@@ -267377,6 +269114,139 @@ export declare namespace OsManagementHub {
267377
269114
  */
267378
269115
  name: string;
267379
269116
  }
269117
+ interface GetManagedInstanceGroupManagedInstancesFilter {
269118
+ name: string;
269119
+ regex?: boolean;
269120
+ values: string[];
269121
+ }
269122
+ interface GetManagedInstanceGroupManagedInstancesManagedInstanceCollection {
269123
+ /**
269124
+ * List of managed instances.
269125
+ */
269126
+ items: outputs.OsManagementHub.GetManagedInstanceGroupManagedInstancesManagedInstanceCollectionItem[];
269127
+ }
269128
+ interface GetManagedInstanceGroupManagedInstancesManagedInstanceCollectionItem {
269129
+ /**
269130
+ * The version of osmh-agent running on the managed instance
269131
+ */
269132
+ agentVersion: string;
269133
+ /**
269134
+ * The CPU architecture type of the managed instance.
269135
+ */
269136
+ architecture: string;
269137
+ /**
269138
+ * Settings for the Autonomous Linux service.
269139
+ */
269140
+ autonomousSettings: outputs.OsManagementHub.GetManagedInstanceGroupManagedInstancesManagedInstanceCollectionItemAutonomousSetting[];
269141
+ /**
269142
+ * The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
269143
+ */
269144
+ compartmentId: string;
269145
+ /**
269146
+ * User-specified description of the managed instance.
269147
+ */
269148
+ description: string;
269149
+ /**
269150
+ * A filter to return resources that match the given display names.
269151
+ */
269152
+ displayName: string;
269153
+ /**
269154
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource that is immutable on creation.
269155
+ */
269156
+ id: string;
269157
+ /**
269158
+ * Indicates whether Autonomous Linux manages this instance.
269159
+ */
269160
+ isManagedByAutonomousLinux: boolean;
269161
+ /**
269162
+ * Whether this managed instance is acting as an on-premises management station.
269163
+ */
269164
+ isManagementStation: boolean;
269165
+ /**
269166
+ * Indicates whether a reboot is required to complete installation of updates.
269167
+ */
269168
+ isRebootRequired: boolean;
269169
+ /**
269170
+ * Id and name of a resource to simplify the display for the user.
269171
+ */
269172
+ lifecycleEnvironments: outputs.OsManagementHub.GetManagedInstanceGroupManagedInstancesManagedInstanceCollectionItemLifecycleEnvironment[];
269173
+ /**
269174
+ * Id and name of a resource to simplify the display for the user.
269175
+ */
269176
+ lifecycleStages: outputs.OsManagementHub.GetManagedInstanceGroupManagedInstancesManagedInstanceCollectionItemLifecycleStage[];
269177
+ /**
269178
+ * The location of the managed instance.
269179
+ */
269180
+ location: string;
269181
+ /**
269182
+ * Id and name of a resource to simplify the display for the user.
269183
+ */
269184
+ managedInstanceGroups: outputs.OsManagementHub.GetManagedInstanceGroupManagedInstancesManagedInstanceCollectionItemManagedInstanceGroup[];
269185
+ /**
269186
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
269187
+ */
269188
+ notificationTopicId: string;
269189
+ /**
269190
+ * The operating system type of the managed instance.
269191
+ */
269192
+ osFamily: string;
269193
+ /**
269194
+ * Current status of the managed instance.
269195
+ */
269196
+ status: string;
269197
+ /**
269198
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tenancy this managed instance resides in.
269199
+ */
269200
+ tenancyId: string;
269201
+ /**
269202
+ * Time that the instance last booted (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
269203
+ */
269204
+ timeLastBoot: string;
269205
+ /**
269206
+ * Number of updates available for installation.
269207
+ */
269208
+ updatesAvailable: number;
269209
+ }
269210
+ interface GetManagedInstanceGroupManagedInstancesManagedInstanceCollectionItemAutonomousSetting {
269211
+ /**
269212
+ * Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.
269213
+ */
269214
+ isDataCollectionAuthorized: boolean;
269215
+ /**
269216
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
269217
+ */
269218
+ scheduledJobId: string;
269219
+ }
269220
+ interface GetManagedInstanceGroupManagedInstancesManagedInstanceCollectionItemLifecycleEnvironment {
269221
+ /**
269222
+ * A filter to return resources that match the given display names.
269223
+ */
269224
+ displayName: string;
269225
+ /**
269226
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource that is immutable on creation.
269227
+ */
269228
+ id: string;
269229
+ }
269230
+ interface GetManagedInstanceGroupManagedInstancesManagedInstanceCollectionItemLifecycleStage {
269231
+ /**
269232
+ * A filter to return resources that match the given display names.
269233
+ */
269234
+ displayName: string;
269235
+ /**
269236
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource that is immutable on creation.
269237
+ */
269238
+ id: string;
269239
+ }
269240
+ interface GetManagedInstanceGroupManagedInstancesManagedInstanceCollectionItemManagedInstanceGroup {
269241
+ /**
269242
+ * A filter to return resources that match the given display names.
269243
+ */
269244
+ displayName: string;
269245
+ /**
269246
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource that is immutable on creation.
269247
+ */
269248
+ id: string;
269249
+ }
267380
269250
  interface GetManagedInstanceGroupModulesFilter {
267381
269251
  /**
267382
269252
  * The resource name.
@@ -267739,6 +269609,54 @@ export declare namespace OsManagementHub {
267739
269609
  */
267740
269610
  softwareSourceId: string;
267741
269611
  }
269612
+ interface GetManagedInstanceSnapsFilter {
269613
+ /**
269614
+ * The resource name.
269615
+ */
269616
+ name: string;
269617
+ regex?: boolean;
269618
+ values: string[];
269619
+ }
269620
+ interface GetManagedInstanceSnapsSnapCollection {
269621
+ /**
269622
+ * The list of snaps.
269623
+ */
269624
+ items: outputs.OsManagementHub.GetManagedInstanceSnapsSnapCollectionItem[];
269625
+ }
269626
+ interface GetManagedInstanceSnapsSnapCollectionItem {
269627
+ /**
269628
+ * The description of of snap.
269629
+ */
269630
+ description: string;
269631
+ /**
269632
+ * The resource name.
269633
+ */
269634
+ name: string;
269635
+ /**
269636
+ * The publisher of the snap.
269637
+ */
269638
+ publisher: string;
269639
+ /**
269640
+ * The revision number of the snap channel.
269641
+ */
269642
+ revision: string;
269643
+ /**
269644
+ * The snap's store url.
269645
+ */
269646
+ storeUrl: string;
269647
+ /**
269648
+ * The date and time of the snap's last refresh in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format.
269649
+ */
269650
+ timeRefreshed: string;
269651
+ /**
269652
+ * The track this snap is following.
269653
+ */
269654
+ tracking: string;
269655
+ /**
269656
+ * The version of the snap.
269657
+ */
269658
+ version: string;
269659
+ }
267742
269660
  interface GetManagedInstanceSoftwareSource {
267743
269661
  /**
267744
269662
  * Software source description.
@@ -267776,6 +269694,10 @@ export declare namespace OsManagementHub {
267776
269694
  items: outputs.OsManagementHub.GetManagedInstanceUpdatablePackagesUpdatablePackageCollectionItem[];
267777
269695
  }
267778
269696
  interface GetManagedInstanceUpdatablePackagesUpdatablePackageCollectionItem {
269697
+ /**
269698
+ * The advisory severity.
269699
+ */
269700
+ advisorySeverity: string;
267779
269701
  /**
267780
269702
  * The architecture for which this package was built.
267781
269703
  */
@@ -267860,6 +269782,10 @@ export declare namespace OsManagementHub {
267860
269782
  * The CPU architecture type of the managed instance.
267861
269783
  */
267862
269784
  architecture: string;
269785
+ /**
269786
+ * Controls whether OSMH manages software sources for this instance. This defaults to false for Ubuntu and Windows instances.
269787
+ */
269788
+ areSourcesManaged: boolean;
267863
269789
  /**
267864
269790
  * Settings for the Autonomous Linux service.
267865
269791
  */
@@ -268004,6 +269930,10 @@ export declare namespace OsManagementHub {
268004
269930
  * Time that the instance last checked in with the service (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
268005
269931
  */
268006
269932
  timeLastCheckin: string;
269933
+ /**
269934
+ * The date and time the instance's software information was last refreshed (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
269935
+ */
269936
+ timeLastSoftwareRefresh: string;
268007
269937
  /**
268008
269938
  * The date and time the instance was last updated (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
268009
269939
  */
@@ -268227,6 +270157,10 @@ export declare namespace OsManagementHub {
268227
270157
  items: outputs.OsManagementHub.GetManagementStationsManagementStationCollectionItem[];
268228
270158
  }
268229
270159
  interface GetManagementStationsManagementStationCollectionItem {
270160
+ /**
270161
+ * The architecture type.
270162
+ */
270163
+ archType: string;
268230
270164
  /**
268231
270165
  * (Updatable) The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
268232
270166
  */
@@ -268251,6 +270185,9 @@ export declare namespace OsManagementHub {
268251
270185
  freeformTags: {
268252
270186
  [key: string]: string;
268253
270187
  };
270188
+ /**
270189
+ * A filter that returns information for management stations in the specified health state.
270190
+ */
268254
270191
  healthState: string;
268255
270192
  /**
268256
270193
  * Hostname of the management station.
@@ -268272,6 +270209,10 @@ export declare namespace OsManagementHub {
268272
270209
  * A decimal number representing the amount of mirror capacity used by the sync.
268273
270210
  */
268274
270211
  mirrorCapacity: number;
270212
+ /**
270213
+ * The operating system family.
270214
+ */
270215
+ osFamily: string;
268275
270216
  /**
268276
270217
  * A decimal number representing the progress of the current mirror sync.
268277
270218
  */
@@ -268311,6 +270252,10 @@ export declare namespace OsManagementHub {
268311
270252
  * The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
268312
270253
  */
268313
270254
  compartmentId: string;
270255
+ /**
270256
+ * Software source description.
270257
+ */
270258
+ description: string;
268314
270259
  /**
268315
270260
  * A filter to return resources that match the given display names.
268316
270261
  */
@@ -268319,6 +270264,10 @@ export declare namespace OsManagementHub {
268319
270264
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
268320
270265
  */
268321
270266
  id: string;
270267
+ /**
270268
+ * Type of the software source.
270269
+ */
270270
+ softwareSourceType: string;
268322
270271
  }
268323
270272
  interface GetProfileAvailableSoftwareSourcesFilter {
268324
270273
  name: string;
@@ -268593,6 +270542,10 @@ export declare namespace OsManagementHub {
268593
270542
  softwareSourceType: string;
268594
270543
  }
268595
270544
  interface GetScheduledJobOperation {
270545
+ /**
270546
+ * Provides the information used to install a snap.
270547
+ */
270548
+ installSnapDetails: outputs.OsManagementHub.GetScheduledJobOperationInstallSnapDetail[];
268596
270549
  /**
268597
270550
  * The set of changes to make to the state of the modules, streams, and profiles on the managed target.
268598
270551
  */
@@ -268609,6 +270562,10 @@ export declare namespace OsManagementHub {
268609
270562
  * 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.
268610
270563
  */
268611
270564
  rebootTimeoutInMins: number;
270565
+ /**
270566
+ * Provides the information used to remove a snap.
270567
+ */
270568
+ removeSnapDetails: outputs.OsManagementHub.GetScheduledJobOperationRemoveSnapDetail[];
268612
270569
  /**
268613
270570
  * 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.
268614
270571
  */
@@ -268617,11 +270574,37 @@ export declare namespace OsManagementHub {
268617
270574
  * Provides the information used to update a module stream.
268618
270575
  */
268619
270576
  switchModuleStreamsDetails: outputs.OsManagementHub.GetScheduledJobOperationSwitchModuleStreamsDetail[];
270577
+ /**
270578
+ * Provides the information used to switch a snap channel.
270579
+ */
270580
+ switchSnapChannelDetails: outputs.OsManagementHub.GetScheduledJobOperationSwitchSnapChannelDetail[];
268620
270581
  /**
268621
270582
  * 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'.
268622
270583
  */
268623
270584
  windowsUpdateNames: string[];
268624
270585
  }
270586
+ interface GetScheduledJobOperationInstallSnapDetail {
270587
+ /**
270588
+ * The channel to switch to (e.g. stable, edge, beta, candidate, or a custom channel).
270589
+ */
270590
+ channel: string;
270591
+ /**
270592
+ * If false, allows installing snaps not signed by the Snap Store. E.g., snaps from local file. Use with caution.
270593
+ */
270594
+ isSigned: boolean;
270595
+ /**
270596
+ * The confinement mode for the snap.
270597
+ */
270598
+ mode: string;
270599
+ /**
270600
+ * The name of the snap.
270601
+ */
270602
+ name: string;
270603
+ /**
270604
+ * The revision to remove. Note: This option cannot be used when removing multiple snaps.
270605
+ */
270606
+ revision: string;
270607
+ }
268625
270608
  interface GetScheduledJobOperationManageModuleStreamsDetail {
268626
270609
  /**
268627
270610
  * The set of module streams to disable.
@@ -268704,6 +270687,16 @@ export declare namespace OsManagementHub {
268704
270687
  */
268705
270688
  streamName: string;
268706
270689
  }
270690
+ interface GetScheduledJobOperationRemoveSnapDetail {
270691
+ /**
270692
+ * The name of the snap.
270693
+ */
270694
+ name: string;
270695
+ /**
270696
+ * The revision to remove. Note: This option cannot be used when removing multiple snaps.
270697
+ */
270698
+ revision: string;
270699
+ }
268707
270700
  interface GetScheduledJobOperationSwitchModuleStreamsDetail {
268708
270701
  /**
268709
270702
  * The name of a module.
@@ -268718,7 +270711,20 @@ export declare namespace OsManagementHub {
268718
270711
  */
268719
270712
  streamName: string;
268720
270713
  }
270714
+ interface GetScheduledJobOperationSwitchSnapChannelDetail {
270715
+ /**
270716
+ * The channel to switch to (e.g. stable, edge, beta, candidate, or a custom channel).
270717
+ */
270718
+ channel: string;
270719
+ /**
270720
+ * The name of the snap.
270721
+ */
270722
+ name: string;
270723
+ }
268721
270724
  interface GetScheduledJobsFilter {
270725
+ /**
270726
+ * The name of the snap.
270727
+ */
268722
270728
  name: string;
268723
270729
  regex?: boolean;
268724
270730
  values: string[];
@@ -268745,6 +270751,10 @@ export declare namespace OsManagementHub {
268745
270751
  * A filter to return resources that match the given user-friendly name.
268746
270752
  */
268747
270753
  displayName: string;
270754
+ /**
270755
+ * The dynamic set [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. A scheduled job can only operate on one type of target. therefore this parameter is mutually exclusive with managedInstanceIds, managedInstanceGroupIds, and managedCompartmentIds.
270756
+ */
270757
+ dynamicSetIds: string[];
268748
270758
  /**
268749
270759
  * 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"}`
268750
270760
  */
@@ -268768,7 +270778,7 @@ export declare namespace OsManagementHub {
268768
270778
  */
268769
270779
  isSubcompartmentIncluded: boolean;
268770
270780
  /**
268771
- * The lifecycle stage [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. A scheduled job can only operate on one type of target, therefore this parameter is mutually exclusive with managedInstanceIds, managedInstanceGroupIds, and managedCompartmentIds.
270781
+ * The lifecycle stage [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that this scheduled job operates on. A scheduled job can only operate on one type of target, therefore this parameter is mutually exclusive with managedInstanceIds, managedInstanceGroupIds, managedCompartmentIds, and dynamicSetIds.
268772
270782
  */
268773
270783
  lifecycleStageIds: string[];
268774
270784
  /**
@@ -268800,7 +270810,7 @@ export declare namespace OsManagementHub {
268800
270810
  */
268801
270811
  operations: outputs.OsManagementHub.GetScheduledJobsScheduledJobCollectionItemOperation[];
268802
270812
  /**
268803
- * The frequency schedule for a recurring scheduled job.
270813
+ * The frequency schedule for a recurring scheduled job in the [RFC5535](https://www.rfc-editor.org/rfc/rfc5535) format. Currently, only FREQ/INTERVAL/BYMONTHDAY/BYDAY/BYSETPOS/BYMONTH/BYHOUR/BYMINUTE/BYSECOND rules are supported. In FREQ, only YEARLY, MONTHLY, WEEKLY, DAILY", HOURLY are supported.
268804
270814
  */
268805
270815
  recurringRule: string;
268806
270816
  /**
@@ -268847,6 +270857,10 @@ export declare namespace OsManagementHub {
268847
270857
  workRequestIds: string[];
268848
270858
  }
268849
270859
  interface GetScheduledJobsScheduledJobCollectionItemOperation {
270860
+ /**
270861
+ * Provides the information used to install a snap.
270862
+ */
270863
+ installSnapDetails: outputs.OsManagementHub.GetScheduledJobsScheduledJobCollectionItemOperationInstallSnapDetail[];
268850
270864
  /**
268851
270865
  * The set of changes to make to the state of the modules, streams, and profiles on the managed target.
268852
270866
  */
@@ -268863,6 +270877,10 @@ export declare namespace OsManagementHub {
268863
270877
  * 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.
268864
270878
  */
268865
270879
  rebootTimeoutInMins: number;
270880
+ /**
270881
+ * Provides the information used to remove a snap.
270882
+ */
270883
+ removeSnapDetails: outputs.OsManagementHub.GetScheduledJobsScheduledJobCollectionItemOperationRemoveSnapDetail[];
268866
270884
  /**
268867
270885
  * 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.
268868
270886
  */
@@ -268871,11 +270889,37 @@ export declare namespace OsManagementHub {
268871
270889
  * Provides the information used to update a module stream.
268872
270890
  */
268873
270891
  switchModuleStreamsDetails: outputs.OsManagementHub.GetScheduledJobsScheduledJobCollectionItemOperationSwitchModuleStreamsDetail[];
270892
+ /**
270893
+ * Provides the information used to switch a snap channel.
270894
+ */
270895
+ switchSnapChannelDetails: outputs.OsManagementHub.GetScheduledJobsScheduledJobCollectionItemOperationSwitchSnapChannelDetail[];
268874
270896
  /**
268875
270897
  * 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'.
268876
270898
  */
268877
270899
  windowsUpdateNames: string[];
268878
270900
  }
270901
+ interface GetScheduledJobsScheduledJobCollectionItemOperationInstallSnapDetail {
270902
+ /**
270903
+ * The channel to switch to (e.g. stable, edge, beta, candidate, or a custom channel).
270904
+ */
270905
+ channel: string;
270906
+ /**
270907
+ * If false, allows installing snaps not signed by the Snap Store. E.g., snaps from local file. Use with caution.
270908
+ */
270909
+ isSigned: boolean;
270910
+ /**
270911
+ * The confinement mode for the snap.
270912
+ */
270913
+ mode: string;
270914
+ /**
270915
+ * The name of the snap.
270916
+ */
270917
+ name: string;
270918
+ /**
270919
+ * The revision to remove. Note: This option cannot be used when removing multiple snaps.
270920
+ */
270921
+ revision: string;
270922
+ }
268879
270923
  interface GetScheduledJobsScheduledJobCollectionItemOperationManageModuleStreamsDetail {
268880
270924
  /**
268881
270925
  * The set of module streams to disable.
@@ -268958,6 +271002,16 @@ export declare namespace OsManagementHub {
268958
271002
  */
268959
271003
  streamName: string;
268960
271004
  }
271005
+ interface GetScheduledJobsScheduledJobCollectionItemOperationRemoveSnapDetail {
271006
+ /**
271007
+ * The name of the snap.
271008
+ */
271009
+ name: string;
271010
+ /**
271011
+ * The revision to remove. Note: This option cannot be used when removing multiple snaps.
271012
+ */
271013
+ revision: string;
271014
+ }
268961
271015
  interface GetScheduledJobsScheduledJobCollectionItemOperationSwitchModuleStreamsDetail {
268962
271016
  /**
268963
271017
  * The name of a module.
@@ -268972,6 +271026,16 @@ export declare namespace OsManagementHub {
268972
271026
  */
268973
271027
  streamName: string;
268974
271028
  }
271029
+ interface GetScheduledJobsScheduledJobCollectionItemOperationSwitchSnapChannelDetail {
271030
+ /**
271031
+ * The channel to switch to (e.g. stable, edge, beta, candidate, or a custom channel).
271032
+ */
271033
+ channel: string;
271034
+ /**
271035
+ * The name of the snap.
271036
+ */
271037
+ name: string;
271038
+ }
268975
271039
  interface GetSoftwarePackageDependency {
268976
271040
  /**
268977
271041
  * The software package's dependency.
@@ -269333,6 +271397,10 @@ export declare namespace OsManagementHub {
269333
271397
  * Indicates whether to list only the latest versions of packages, module streams, and stream profiles.
269334
271398
  */
269335
271399
  isLatest: boolean;
271400
+ /**
271401
+ * The date and time the package was last modified (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
271402
+ */
271403
+ lastModifiedDate: string;
269336
271404
  /**
269337
271405
  * Unique identifier for the package. Note that this is not an OCID.
269338
271406
  */
@@ -270176,6 +272244,20 @@ export declare namespace OsManagementHub {
270176
272244
  */
270177
272245
  displayName: string;
270178
272246
  }
272247
+ interface ManagedInstanceAttachSoftwareSourcesManagementWorkRequestDetails {
272248
+ /**
272249
+ * User-specified information about the job. Avoid entering confidential information.
272250
+ */
272251
+ description: string;
272252
+ /**
272253
+ * A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
272254
+ *
272255
+ *
272256
+ * ** IMPORTANT **
272257
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
272258
+ */
272259
+ displayName: string;
272260
+ }
270179
272261
  interface ManagedInstanceAutonomousSettings {
270180
272262
  /**
270181
272263
  * (Updatable) Indicates whether Autonomous Linux will collect crash files.
@@ -270186,6 +272268,20 @@ export declare namespace OsManagementHub {
270186
272268
  */
270187
272269
  scheduledJobId: string;
270188
272270
  }
272271
+ interface ManagedInstanceDetachSoftwareSourcesManagementWorkRequestDetails {
272272
+ /**
272273
+ * User-specified information about the job. Avoid entering confidential information.
272274
+ */
272275
+ description: string;
272276
+ /**
272277
+ * A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
272278
+ *
272279
+ *
272280
+ * ** IMPORTANT **
272281
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
272282
+ */
272283
+ displayName: string;
272284
+ }
270189
272285
  interface ManagedInstanceGroupAttachManagedInstancesManagementWorkRequestDetails {
270190
272286
  /**
270191
272287
  * User-specified information about the job. Avoid entering confidential information.
@@ -270408,6 +272504,56 @@ export declare namespace OsManagementHub {
270408
272504
  */
270409
272505
  displayName: string;
270410
272506
  }
272507
+ interface ManagedInstanceInstallPackagesManagementWorkRequestDetails {
272508
+ /**
272509
+ * User-specified information about the job. Avoid entering confidential information.
272510
+ */
272511
+ description: string;
272512
+ /**
272513
+ * A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
272514
+ *
272515
+ *
272516
+ * ** IMPORTANT **
272517
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
272518
+ */
272519
+ displayName: string;
272520
+ }
272521
+ interface ManagedInstanceInstallSnapsManagementSnapDetail {
272522
+ /**
272523
+ * The snap channel to install from (e.g. stable, 1.2/edge, beta, candidate, or a custom channel).
272524
+ */
272525
+ channel: string;
272526
+ /**
272527
+ * If false, allows installing snaps not signed by the Snap Store. E.g., snaps from local file. Use with caution.
272528
+ */
272529
+ isSigned: boolean;
272530
+ /**
272531
+ * The confinement mode for the snap.
272532
+ */
272533
+ mode: string;
272534
+ /**
272535
+ * The name of the snap to install.
272536
+ */
272537
+ name: string;
272538
+ /**
272539
+ * The snap revision to install.
272540
+ */
272541
+ revision: string;
272542
+ }
272543
+ interface ManagedInstanceInstallSnapsManagementWorkRequestDetails {
272544
+ /**
272545
+ * User-specified information about the job. Avoid entering confidential information.
272546
+ */
272547
+ description: string;
272548
+ /**
272549
+ * A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
272550
+ *
272551
+ *
272552
+ * ** IMPORTANT **
272553
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
272554
+ */
272555
+ displayName: string;
272556
+ }
270411
272557
  interface ManagedInstanceInstallWindowsUpdatesManagementWorkRequestDetails {
270412
272558
  /**
270413
272559
  * User-specified information about the job. Avoid entering confidential information.
@@ -270466,6 +272612,44 @@ export declare namespace OsManagementHub {
270466
272612
  */
270467
272613
  displayName: string;
270468
272614
  }
272615
+ interface ManagedInstanceRemovePackagesManagementWorkRequestDetails {
272616
+ /**
272617
+ * User-specified information about the job. Avoid entering confidential information.
272618
+ */
272619
+ description: string;
272620
+ /**
272621
+ * A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
272622
+ *
272623
+ *
272624
+ * ** IMPORTANT **
272625
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
272626
+ */
272627
+ displayName: string;
272628
+ }
272629
+ interface ManagedInstanceRemoveSnapsManagementSnapDetail {
272630
+ /**
272631
+ * The name of the snap to remove.
272632
+ */
272633
+ name: string;
272634
+ /**
272635
+ * The revision to remove. Note: This option cannot be used when removing multiple snaps.
272636
+ */
272637
+ revision: string;
272638
+ }
272639
+ interface ManagedInstanceRemoveSnapsManagementWorkRequestDetails {
272640
+ /**
272641
+ * User-specified information about the job. Avoid entering confidential information.
272642
+ */
272643
+ description: string;
272644
+ /**
272645
+ * A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
272646
+ *
272647
+ *
272648
+ * ** IMPORTANT **
272649
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
272650
+ */
272651
+ displayName: string;
272652
+ }
270469
272653
  interface ManagedInstanceSoftwareSource {
270470
272654
  /**
270471
272655
  * (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
@@ -270488,6 +272672,30 @@ export declare namespace OsManagementHub {
270488
272672
  */
270489
272673
  softwareSourceType: string;
270490
272674
  }
272675
+ interface ManagedInstanceSwitchSnapChannelManagementSnapDetails {
272676
+ /**
272677
+ * The channel to switch to (e.g. stable, edge, beta, candidate, or a custom channel).
272678
+ */
272679
+ channel: string;
272680
+ /**
272681
+ * The name of the snap.
272682
+ */
272683
+ name: string;
272684
+ }
272685
+ interface ManagedInstanceSwitchSnapChannelManagementWorkRequestDetails {
272686
+ /**
272687
+ * User-specified information about the job. Avoid entering confidential information.
272688
+ */
272689
+ description: string;
272690
+ /**
272691
+ * A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
272692
+ *
272693
+ *
272694
+ * ** IMPORTANT **
272695
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
272696
+ */
272697
+ displayName: string;
272698
+ }
270491
272699
  interface ManagedInstanceUpdatePackagesManagementWorkRequestDetails {
270492
272700
  /**
270493
272701
  * User-specified information about the job. Avoid entering confidential information.
@@ -270502,6 +272710,34 @@ export declare namespace OsManagementHub {
270502
272710
  */
270503
272711
  displayName: string;
270504
272712
  }
272713
+ interface ManagedInstancesInstallWindowsUpdatesManagementWorkRequestDetails {
272714
+ /**
272715
+ * User-specified information about the job. Avoid entering confidential information.
272716
+ */
272717
+ description: string;
272718
+ /**
272719
+ * A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
272720
+ *
272721
+ *
272722
+ * ** IMPORTANT **
272723
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
272724
+ */
272725
+ displayName: string;
272726
+ }
272727
+ interface ManagedInstancesUpdatePackagesManagementWorkRequestDetails {
272728
+ /**
272729
+ * User-specified information about the job. Avoid entering confidential information.
272730
+ */
272731
+ description: string;
272732
+ /**
272733
+ * A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
272734
+ *
272735
+ *
272736
+ * ** IMPORTANT **
272737
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
272738
+ */
272739
+ displayName: string;
272740
+ }
270505
272741
  interface ManagementStationAssociateManagedInstancesManagementWorkRequestDetails {
270506
272742
  /**
270507
272743
  * User-specified information about the job. Avoid entering confidential information.
@@ -270600,7 +272836,7 @@ export declare namespace OsManagementHub {
270600
272836
  }
270601
272837
  interface ProfileLifecycleEnvironment {
270602
272838
  /**
270603
- * (Updatable) A user-friendly name. Does not have to be unique and you can change the name later. Avoid entering confidential information.
272839
+ * (Updatable) A user-friendly name. Must be unique and you can change the name later. Avoid entering confidential information.
270604
272840
  */
270605
272841
  displayName: string;
270606
272842
  /**
@@ -270610,7 +272846,7 @@ export declare namespace OsManagementHub {
270610
272846
  }
270611
272847
  interface ProfileLifecycleStage {
270612
272848
  /**
270613
- * (Updatable) A user-friendly name. Does not have to be unique and you can change the name later. Avoid entering confidential information.
272849
+ * (Updatable) A user-friendly name. Must be unique and you can change the name later. Avoid entering confidential information.
270614
272850
  */
270615
272851
  displayName: string;
270616
272852
  /**
@@ -270620,7 +272856,7 @@ export declare namespace OsManagementHub {
270620
272856
  }
270621
272857
  interface ProfileManagedInstanceGroup {
270622
272858
  /**
270623
- * (Updatable) A user-friendly name. Does not have to be unique and you can change the name later. Avoid entering confidential information.
272859
+ * (Updatable) A user-friendly name. Must be unique and you can change the name later. Avoid entering confidential information.
270624
272860
  */
270625
272861
  displayName: string;
270626
272862
  /**
@@ -270634,7 +272870,7 @@ export declare namespace OsManagementHub {
270634
272870
  */
270635
272871
  description: string;
270636
272872
  /**
270637
- * (Updatable) A user-friendly name. Does not have to be unique and you can change the name later. Avoid entering confidential information.
272873
+ * (Updatable) A user-friendly name. Must be unique and you can change the name later. Avoid entering confidential information.
270638
272874
  */
270639
272875
  displayName: string;
270640
272876
  /**
@@ -270651,6 +272887,10 @@ export declare namespace OsManagementHub {
270651
272887
  softwareSourceType: string;
270652
272888
  }
270653
272889
  interface ScheduledJobOperation {
272890
+ /**
272891
+ * (Updatable) Provides the information used to install a snap.
272892
+ */
272893
+ installSnapDetails: outputs.OsManagementHub.ScheduledJobOperationInstallSnapDetails;
270654
272894
  /**
270655
272895
  * (Updatable) The set of changes to make to the state of the modules, streams, and profiles on the managed target.
270656
272896
  */
@@ -270667,6 +272907,10 @@ export declare namespace OsManagementHub {
270667
272907
  * (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.
270668
272908
  */
270669
272909
  rebootTimeoutInMins: number;
272910
+ /**
272911
+ * (Updatable) Provides the information used to remove a snap.
272912
+ */
272913
+ removeSnapDetails: outputs.OsManagementHub.ScheduledJobOperationRemoveSnapDetails;
270670
272914
  /**
270671
272915
  * (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.
270672
272916
  */
@@ -270675,11 +272919,37 @@ export declare namespace OsManagementHub {
270675
272919
  * (Updatable) Provides the information used to update a module stream.
270676
272920
  */
270677
272921
  switchModuleStreamsDetails: outputs.OsManagementHub.ScheduledJobOperationSwitchModuleStreamsDetails;
272922
+ /**
272923
+ * (Updatable) Provides the information used to switch a snap channel.
272924
+ */
272925
+ switchSnapChannelDetails: outputs.OsManagementHub.ScheduledJobOperationSwitchSnapChannelDetails;
270678
272926
  /**
270679
272927
  * (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'.
270680
272928
  */
270681
272929
  windowsUpdateNames: string[];
270682
272930
  }
272931
+ interface ScheduledJobOperationInstallSnapDetails {
272932
+ /**
272933
+ * (Updatable) The snap channel to install from (e.g. stable, 1.2/edge, beta, candidate, or a custom channel).
272934
+ */
272935
+ channel: string;
272936
+ /**
272937
+ * (Updatable) If false, allows installing snaps not signed by the Snap Store. E.g., snaps from local file. Use with caution.
272938
+ */
272939
+ isSigned: boolean;
272940
+ /**
272941
+ * (Updatable) The confinement mode for the snap.
272942
+ */
272943
+ mode: string;
272944
+ /**
272945
+ * (Updatable) The name of the snap to install.
272946
+ */
272947
+ name: string;
272948
+ /**
272949
+ * (Updatable) The snap revision to install.
272950
+ */
272951
+ revision: string;
272952
+ }
270683
272953
  interface ScheduledJobOperationManageModuleStreamsDetails {
270684
272954
  /**
270685
272955
  * (Updatable) The set of module streams to disable.
@@ -270762,6 +273032,16 @@ export declare namespace OsManagementHub {
270762
273032
  */
270763
273033
  streamName: string;
270764
273034
  }
273035
+ interface ScheduledJobOperationRemoveSnapDetails {
273036
+ /**
273037
+ * (Updatable) The name of the snap to remove.
273038
+ */
273039
+ name: string;
273040
+ /**
273041
+ * (Updatable) The revision to remove. Note: This option cannot be used when removing multiple snaps.
273042
+ */
273043
+ revision: string;
273044
+ }
270765
273045
  interface ScheduledJobOperationSwitchModuleStreamsDetails {
270766
273046
  /**
270767
273047
  * (Updatable) The name of a module.
@@ -270776,6 +273056,16 @@ export declare namespace OsManagementHub {
270776
273056
  */
270777
273057
  streamName: string;
270778
273058
  }
273059
+ interface ScheduledJobOperationSwitchSnapChannelDetails {
273060
+ /**
273061
+ * (Updatable) The channel to switch to (e.g. stable, edge, beta, candidate, or a custom channel).
273062
+ */
273063
+ channel: string;
273064
+ /**
273065
+ * (Updatable) The name of the snap.
273066
+ */
273067
+ name: string;
273068
+ }
270779
273069
  interface SoftwareSourceChangeAvailabilityManagementSoftwareSourceAvailability {
270780
273070
  /**
270781
273071
  * Availability of the software source to instances in private data centers or third-party clouds.