pulumi-oci 2.26.0a1741847591__py3-none-any.whl → 2.27.0__py3-none-any.whl

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 (206) hide show
  1. pulumi_oci/__init__.py +211 -0
  2. pulumi_oci/containerengine/_inputs.py +43 -44
  3. pulumi_oci/containerengine/cluster.py +2 -0
  4. pulumi_oci/containerengine/container_instance.py +2 -4
  5. pulumi_oci/containerengine/outputs.py +128 -43
  6. pulumi_oci/containerinstances/outputs.py +0 -14
  7. pulumi_oci/core/__init__.py +7 -0
  8. pulumi_oci/core/_inputs.py +168 -33
  9. pulumi_oci/core/compute_gpu_memory_cluster.py +706 -0
  10. pulumi_oci/core/compute_gpu_memory_fabric.py +667 -0
  11. pulumi_oci/core/get_compute_gpu_memory_cluster.py +281 -0
  12. pulumi_oci/core/get_compute_gpu_memory_cluster_instances.py +144 -0
  13. pulumi_oci/core/get_compute_gpu_memory_clusters.py +232 -0
  14. pulumi_oci/core/get_compute_gpu_memory_fabric.py +309 -0
  15. pulumi_oci/core/get_compute_gpu_memory_fabrics.py +289 -0
  16. pulumi_oci/core/outputs.py +595 -21
  17. pulumi_oci/database/__init__.py +3 -0
  18. pulumi_oci/database/_inputs.py +4116 -1225
  19. pulumi_oci/database/application_vip.py +59 -10
  20. pulumi_oci/database/autonomous_container_database.py +305 -52
  21. pulumi_oci/database/autonomous_container_database_add_standby.py +2183 -0
  22. pulumi_oci/database/autonomous_container_database_dataguard_association.py +80 -40
  23. pulumi_oci/database/autonomous_container_database_snapshot_standby.py +322 -0
  24. pulumi_oci/database/autonomous_database.py +7 -28
  25. pulumi_oci/database/backup.py +153 -5
  26. pulumi_oci/database/cloud_exadata_infrastructure.py +126 -0
  27. pulumi_oci/database/cloud_vm_cluster.py +163 -30
  28. pulumi_oci/database/db_node.py +64 -8
  29. pulumi_oci/database/exadata_infrastructure.py +157 -3
  30. pulumi_oci/database/exadata_infrastructure_configure_exascale_management.py +1615 -0
  31. pulumi_oci/database/exadb_vm_cluster.py +84 -7
  32. pulumi_oci/database/exascale_db_storage_vault.py +147 -0
  33. pulumi_oci/database/external_container_database.py +4 -4
  34. pulumi_oci/database/external_non_container_database.py +4 -4
  35. pulumi_oci/database/external_pluggable_database.py +4 -4
  36. pulumi_oci/database/get_application_vip.py +16 -2
  37. pulumi_oci/database/get_autonomous_container_database.py +103 -2
  38. pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +12 -1
  39. pulumi_oci/database/get_autonomous_container_databases.py +1 -1
  40. pulumi_oci/database/get_autonomous_database.py +0 -3
  41. pulumi_oci/database/get_backups.py +136 -10
  42. pulumi_oci/database/get_cloud_exadata_infrastructure.py +43 -1
  43. pulumi_oci/database/get_cloud_vm_cluster.py +59 -3
  44. pulumi_oci/database/get_cloud_vm_clusters.py +28 -6
  45. pulumi_oci/database/get_database_software_images.py +20 -1
  46. pulumi_oci/database/get_db_node.py +31 -4
  47. pulumi_oci/database/get_db_server.py +15 -1
  48. pulumi_oci/database/get_exadata_infrastructure.py +57 -1
  49. pulumi_oci/database/get_exadb_vm_cluster.py +29 -1
  50. pulumi_oci/database/get_exadb_vm_clusters.py +25 -3
  51. pulumi_oci/database/get_exascale_db_storage_vault.py +43 -1
  52. pulumi_oci/database/get_exascale_db_storage_vaults.py +47 -3
  53. pulumi_oci/database/get_external_container_database.py +1 -1
  54. pulumi_oci/database/get_external_non_container_database.py +1 -1
  55. pulumi_oci/database/get_external_pluggable_database.py +1 -1
  56. pulumi_oci/database/get_flex_components.py +28 -6
  57. pulumi_oci/database/get_maintenance_run.py +15 -1
  58. pulumi_oci/database/get_vm_cluster.py +60 -4
  59. pulumi_oci/database/get_vm_clusters.py +25 -3
  60. pulumi_oci/database/maintenance_run.py +28 -0
  61. pulumi_oci/database/outputs.py +3831 -267
  62. pulumi_oci/database/pluggable_database.py +13 -13
  63. pulumi_oci/database/vm_cluster.py +172 -18
  64. pulumi_oci/database/vm_cluster_add_virtual_network.py +114 -2
  65. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +114 -2
  66. pulumi_oci/datasafe/__init__.py +7 -0
  67. pulumi_oci/datasafe/_inputs.py +301 -0
  68. pulumi_oci/datasafe/discovery_mod.py +49 -0
  69. pulumi_oci/datasafe/get_discovery_job.py +15 -1
  70. pulumi_oci/datasafe/get_masking_report.py +46 -4
  71. pulumi_oci/datasafe/get_masking_report_masking_errors.py +166 -0
  72. pulumi_oci/datasafe/get_security_assessment_finding.py +31 -1
  73. pulumi_oci/datasafe/get_security_assessment_findings.py +43 -3
  74. pulumi_oci/datasafe/get_sensitive_column_analytics.py +370 -0
  75. pulumi_oci/datasafe/get_sensitive_data_model.py +15 -1
  76. pulumi_oci/datasafe/get_sensitive_type_group.py +253 -0
  77. pulumi_oci/datasafe/get_sensitive_type_group_grouped_sensitive_types.py +166 -0
  78. pulumi_oci/datasafe/get_sensitive_type_groups.py +294 -0
  79. pulumi_oci/datasafe/outputs.py +676 -3
  80. pulumi_oci/datasafe/sensitive_data_model.py +49 -0
  81. pulumi_oci/datasafe/sensitive_type_group.py +563 -0
  82. pulumi_oci/datasafe/sensitive_type_group_grouped_sensitive_type.py +287 -0
  83. pulumi_oci/datascience/__init__.py +4 -0
  84. pulumi_oci/datascience/_inputs.py +1160 -41
  85. pulumi_oci/datascience/get_model.py +29 -1
  86. pulumi_oci/datascience/get_model_custom_metadata_artifact_content.py +151 -0
  87. pulumi_oci/datascience/get_model_defined_metadata_artifact_content.py +151 -0
  88. pulumi_oci/datascience/get_model_version_set.py +15 -1
  89. pulumi_oci/datascience/get_model_version_sets.py +25 -3
  90. pulumi_oci/datascience/get_models.py +25 -3
  91. pulumi_oci/datascience/get_pipeline.py +15 -1
  92. pulumi_oci/datascience/model.py +64 -0
  93. pulumi_oci/datascience/model_custom_metadata_artifact.py +418 -0
  94. pulumi_oci/datascience/model_defined_metadata_artifact.py +418 -0
  95. pulumi_oci/datascience/model_version_set.py +28 -0
  96. pulumi_oci/datascience/outputs.py +4343 -2164
  97. pulumi_oci/datascience/pipeline.py +48 -141
  98. pulumi_oci/datascience/pipeline_run.py +32 -0
  99. pulumi_oci/dblm/__init__.py +17 -0
  100. pulumi_oci/dblm/_inputs.py +275 -0
  101. pulumi_oci/dblm/get_vulnerability.py +242 -0
  102. pulumi_oci/dblm/get_vulnerability_aggregated_vulnerability_data.py +220 -0
  103. pulumi_oci/dblm/get_vulnerability_notifications.py +144 -0
  104. pulumi_oci/dblm/get_vulnerability_resources.py +258 -0
  105. pulumi_oci/dblm/get_vulnerability_scan.py +267 -0
  106. pulumi_oci/dblm/get_vulnerability_scans.py +270 -0
  107. pulumi_oci/dblm/get_vulnerability_vulnerabilities.py +258 -0
  108. pulumi_oci/dblm/outputs.py +1294 -0
  109. pulumi_oci/dblm/vulnerability_scan.py +521 -0
  110. pulumi_oci/email/dkim.py +120 -20
  111. pulumi_oci/email/get_dkim.py +40 -1
  112. pulumi_oci/email/outputs.py +29 -0
  113. pulumi_oci/filestorage/__init__.py +3 -0
  114. pulumi_oci/filestorage/_inputs.py +49 -0
  115. pulumi_oci/filestorage/file_system.py +105 -0
  116. pulumi_oci/filestorage/file_system_quota_rule.py +593 -0
  117. pulumi_oci/filestorage/get_file_system_quota_rule.py +248 -0
  118. pulumi_oci/filestorage/get_file_system_quota_rules.py +210 -0
  119. pulumi_oci/filestorage/outputs.py +186 -0
  120. pulumi_oci/goldengate/_inputs.py +128 -0
  121. pulumi_oci/goldengate/deployment.py +103 -0
  122. pulumi_oci/goldengate/deployment_backup.py +28 -0
  123. pulumi_oci/goldengate/get_deployment.py +43 -1
  124. pulumi_oci/goldengate/get_deployment_backup.py +15 -1
  125. pulumi_oci/goldengate/outputs.py +289 -0
  126. pulumi_oci/mysql/_inputs.py +1239 -10
  127. pulumi_oci/mysql/channel.py +28 -0
  128. pulumi_oci/mysql/get_channel.py +15 -1
  129. pulumi_oci/mysql/get_mysql_backup.py +15 -1
  130. pulumi_oci/mysql/get_mysql_configuration.py +15 -1
  131. pulumi_oci/mysql/get_mysql_db_system.py +15 -1
  132. pulumi_oci/mysql/mysql_backup.py +28 -0
  133. pulumi_oci/mysql/mysql_configuration.py +106 -0
  134. pulumi_oci/mysql/mysql_db_system.py +36 -0
  135. pulumi_oci/mysql/outputs.py +2008 -35
  136. pulumi_oci/opensearch/__init__.py +3 -0
  137. pulumi_oci/opensearch/_inputs.py +101 -0
  138. pulumi_oci/opensearch/cluster.py +76 -29
  139. pulumi_oci/opensearch/get_opensearch_cluster.py +12 -1
  140. pulumi_oci/opensearch/get_opensearch_cluster_pipeline.py +433 -0
  141. pulumi_oci/opensearch/get_opensearch_cluster_pipelines.py +218 -0
  142. pulumi_oci/opensearch/opensearch_cluster_pipeline.py +1172 -0
  143. pulumi_oci/opensearch/outputs.py +425 -0
  144. pulumi_oci/osmanagementhub/__init__.py +18 -0
  145. pulumi_oci/osmanagementhub/_inputs.py +677 -12
  146. pulumi_oci/osmanagementhub/event.py +8 -0
  147. pulumi_oci/osmanagementhub/get_entitlements.py +2 -2
  148. pulumi_oci/osmanagementhub/get_event.py +2 -0
  149. pulumi_oci/osmanagementhub/get_events.py +2 -0
  150. pulumi_oci/osmanagementhub/get_managed_instance.py +30 -2
  151. pulumi_oci/osmanagementhub/get_managed_instances.py +75 -63
  152. pulumi_oci/osmanagementhub/get_management_station.py +116 -4
  153. pulumi_oci/osmanagementhub/get_management_station_mirrors.py +1 -1
  154. pulumi_oci/osmanagementhub/get_management_stations.py +47 -4
  155. pulumi_oci/osmanagementhub/get_profile.py +32 -4
  156. pulumi_oci/osmanagementhub/get_profile_available_software_sources.py +207 -0
  157. pulumi_oci/osmanagementhub/get_profile_version.py +388 -0
  158. pulumi_oci/osmanagementhub/get_profiles.py +63 -3
  159. pulumi_oci/osmanagementhub/get_scheduled_job.py +15 -1
  160. pulumi_oci/osmanagementhub/get_software_package.py +2 -2
  161. pulumi_oci/osmanagementhub/get_software_package_software_source.py +7 -7
  162. pulumi_oci/osmanagementhub/get_software_source.py +89 -5
  163. pulumi_oci/osmanagementhub/get_software_source_available_software_packages.py +209 -0
  164. pulumi_oci/osmanagementhub/get_software_source_manifest.py +127 -0
  165. pulumi_oci/osmanagementhub/get_software_sources.py +30 -8
  166. pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +6 -39
  167. pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +6 -39
  168. pulumi_oci/osmanagementhub/lifecycle_stage_reboot_management.py +297 -0
  169. pulumi_oci/osmanagementhub/managed_instance.py +56 -0
  170. pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +49 -0
  171. pulumi_oci/osmanagementhub/managed_instance_group_reboot_management.py +297 -0
  172. pulumi_oci/osmanagementhub/managed_instance_reboot_management.py +299 -0
  173. pulumi_oci/osmanagementhub/management_station.py +251 -4
  174. pulumi_oci/osmanagementhub/management_station_associate_managed_instances_management.py +298 -0
  175. pulumi_oci/osmanagementhub/management_station_refresh_management.py +2 -2
  176. pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +9 -9
  177. pulumi_oci/osmanagementhub/outputs.py +1349 -50
  178. pulumi_oci/osmanagementhub/profile.py +70 -14
  179. pulumi_oci/osmanagementhub/profile_attach_lifecycle_stage_management.py +269 -0
  180. pulumi_oci/osmanagementhub/profile_attach_managed_instance_group_management.py +269 -0
  181. pulumi_oci/osmanagementhub/profile_attach_management_station_management.py +269 -0
  182. pulumi_oci/osmanagementhub/profile_attach_software_sources_management.py +269 -0
  183. pulumi_oci/osmanagementhub/profile_detach_software_sources_management.py +269 -0
  184. pulumi_oci/osmanagementhub/scheduled_job.py +72 -21
  185. pulumi_oci/osmanagementhub/software_source.py +365 -26
  186. pulumi_oci/osmanagementhub/software_source_add_packages_management.py +67 -10
  187. pulumi_oci/osmanagementhub/software_source_generate_metadata_management.py +217 -0
  188. pulumi_oci/osmanagementhub/software_source_manifest.py +268 -0
  189. pulumi_oci/osmanagementhub/software_source_remove_packages_management.py +277 -0
  190. pulumi_oci/osmanagementhub/software_source_replace_packages_management.py +277 -0
  191. pulumi_oci/osmanagementhub/work_request_rerun_management.py +325 -0
  192. pulumi_oci/psql/_inputs.py +258 -0
  193. pulumi_oci/psql/backup.py +129 -28
  194. pulumi_oci/psql/db_system.py +10 -0
  195. pulumi_oci/psql/get_backup.py +47 -2
  196. pulumi_oci/psql/get_backups.py +3 -0
  197. pulumi_oci/psql/get_configurations.py +23 -1
  198. pulumi_oci/psql/get_db_system.py +1 -1
  199. pulumi_oci/psql/get_db_systems.py +1 -1
  200. pulumi_oci/psql/outputs.py +541 -5
  201. pulumi_oci/pulumi-plugin.json +1 -1
  202. pulumi_oci/redis/redis_cluster.py +7 -7
  203. {pulumi_oci-2.26.0a1741847591.dist-info → pulumi_oci-2.27.0.dist-info}/METADATA +2 -2
  204. {pulumi_oci-2.26.0a1741847591.dist-info → pulumi_oci-2.27.0.dist-info}/RECORD +206 -150
  205. {pulumi_oci-2.26.0a1741847591.dist-info → pulumi_oci-2.27.0.dist-info}/WHEEL +1 -1
  206. {pulumi_oci-2.26.0a1741847591.dist-info → pulumi_oci-2.27.0.dist-info}/top_level.txt +0 -0
@@ -27,7 +27,7 @@ class GetManagementStationResult:
27
27
  """
28
28
  A collection of values returned by getManagementStation.
29
29
  """
30
- def __init__(__self__, compartment_id=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, healths=None, hostname=None, id=None, managed_instance_id=None, management_station_id=None, mirror_capacity=None, mirror_sync_statuses=None, mirrors=None, overall_percentage=None, overall_state=None, profile_id=None, proxies=None, refresh_trigger=None, scheduled_job_id=None, state=None, system_tags=None, total_mirrors=None):
30
+ def __init__(__self__, compartment_id=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, healths=None, hostname=None, id=None, is_auto_config_enabled=None, location=None, managed_instance_id=None, management_station_id=None, mirror_capacity=None, mirror_package_count=None, mirror_size=None, mirror_storage_available_size=None, mirror_storage_size=None, mirror_sync_statuses=None, mirror_unique_package_count=None, mirrors=None, overall_percentage=None, overall_state=None, peer_management_stations=None, profile_id=None, proxies=None, refresh_trigger=None, scheduled_job_id=None, state=None, system_tags=None, total_mirrors=None):
31
31
  if compartment_id and not isinstance(compartment_id, str):
32
32
  raise TypeError("Expected argument 'compartment_id' to be a str")
33
33
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -52,6 +52,12 @@ class GetManagementStationResult:
52
52
  if id and not isinstance(id, str):
53
53
  raise TypeError("Expected argument 'id' to be a str")
54
54
  pulumi.set(__self__, "id", id)
55
+ if is_auto_config_enabled and not isinstance(is_auto_config_enabled, bool):
56
+ raise TypeError("Expected argument 'is_auto_config_enabled' to be a bool")
57
+ pulumi.set(__self__, "is_auto_config_enabled", is_auto_config_enabled)
58
+ if location and not isinstance(location, str):
59
+ raise TypeError("Expected argument 'location' to be a str")
60
+ pulumi.set(__self__, "location", location)
55
61
  if managed_instance_id and not isinstance(managed_instance_id, str):
56
62
  raise TypeError("Expected argument 'managed_instance_id' to be a str")
57
63
  pulumi.set(__self__, "managed_instance_id", managed_instance_id)
@@ -61,9 +67,24 @@ class GetManagementStationResult:
61
67
  if mirror_capacity and not isinstance(mirror_capacity, int):
62
68
  raise TypeError("Expected argument 'mirror_capacity' to be a int")
63
69
  pulumi.set(__self__, "mirror_capacity", mirror_capacity)
70
+ if mirror_package_count and not isinstance(mirror_package_count, int):
71
+ raise TypeError("Expected argument 'mirror_package_count' to be a int")
72
+ pulumi.set(__self__, "mirror_package_count", mirror_package_count)
73
+ if mirror_size and not isinstance(mirror_size, str):
74
+ raise TypeError("Expected argument 'mirror_size' to be a str")
75
+ pulumi.set(__self__, "mirror_size", mirror_size)
76
+ if mirror_storage_available_size and not isinstance(mirror_storage_available_size, str):
77
+ raise TypeError("Expected argument 'mirror_storage_available_size' to be a str")
78
+ pulumi.set(__self__, "mirror_storage_available_size", mirror_storage_available_size)
79
+ if mirror_storage_size and not isinstance(mirror_storage_size, str):
80
+ raise TypeError("Expected argument 'mirror_storage_size' to be a str")
81
+ pulumi.set(__self__, "mirror_storage_size", mirror_storage_size)
64
82
  if mirror_sync_statuses and not isinstance(mirror_sync_statuses, list):
65
83
  raise TypeError("Expected argument 'mirror_sync_statuses' to be a list")
66
84
  pulumi.set(__self__, "mirror_sync_statuses", mirror_sync_statuses)
85
+ if mirror_unique_package_count and not isinstance(mirror_unique_package_count, int):
86
+ raise TypeError("Expected argument 'mirror_unique_package_count' to be a int")
87
+ pulumi.set(__self__, "mirror_unique_package_count", mirror_unique_package_count)
67
88
  if mirrors and not isinstance(mirrors, list):
68
89
  raise TypeError("Expected argument 'mirrors' to be a list")
69
90
  pulumi.set(__self__, "mirrors", mirrors)
@@ -73,6 +94,9 @@ class GetManagementStationResult:
73
94
  if overall_state and not isinstance(overall_state, str):
74
95
  raise TypeError("Expected argument 'overall_state' to be a str")
75
96
  pulumi.set(__self__, "overall_state", overall_state)
97
+ if peer_management_stations and not isinstance(peer_management_stations, list):
98
+ raise TypeError("Expected argument 'peer_management_stations' to be a list")
99
+ pulumi.set(__self__, "peer_management_stations", peer_management_stations)
76
100
  if profile_id and not isinstance(profile_id, str):
77
101
  raise TypeError("Expected argument 'profile_id' to be a str")
78
102
  pulumi.set(__self__, "profile_id", profile_id)
@@ -123,7 +147,7 @@ class GetManagementStationResult:
123
147
  @pulumi.getter(name="displayName")
124
148
  def display_name(self) -> str:
125
149
  """
126
- A user-friendly name for the management station.
150
+ User-friendly name for the management station.
127
151
  """
128
152
  return pulumi.get(self, "display_name")
129
153
 
@@ -159,6 +183,22 @@ class GetManagementStationResult:
159
183
  """
160
184
  return pulumi.get(self, "id")
161
185
 
186
+ @property
187
+ @pulumi.getter(name="isAutoConfigEnabled")
188
+ def is_auto_config_enabled(self) -> bool:
189
+ """
190
+ When enabled, the station setup script automatically runs to configure the firewall and SELinux settings on the station.
191
+ """
192
+ return pulumi.get(self, "is_auto_config_enabled")
193
+
194
+ @property
195
+ @pulumi.getter
196
+ def location(self) -> str:
197
+ """
198
+ The location of the instance that is acting as the management station.
199
+ """
200
+ return pulumi.get(self, "location")
201
+
162
202
  @property
163
203
  @pulumi.getter(name="managedInstanceId")
164
204
  def managed_instance_id(self) -> str:
@@ -180,6 +220,38 @@ class GetManagementStationResult:
180
220
  """
181
221
  return pulumi.get(self, "mirror_capacity")
182
222
 
223
+ @property
224
+ @pulumi.getter(name="mirrorPackageCount")
225
+ def mirror_package_count(self) -> int:
226
+ """
227
+ The total number of all packages within the mirrored software sources.
228
+ """
229
+ return pulumi.get(self, "mirror_package_count")
230
+
231
+ @property
232
+ @pulumi.getter(name="mirrorSize")
233
+ def mirror_size(self) -> str:
234
+ """
235
+ The total size of all software source mirrors in bytes.
236
+ """
237
+ return pulumi.get(self, "mirror_size")
238
+
239
+ @property
240
+ @pulumi.getter(name="mirrorStorageAvailableSize")
241
+ def mirror_storage_available_size(self) -> str:
242
+ """
243
+ Amount of available mirror storage in bytes.
244
+ """
245
+ return pulumi.get(self, "mirror_storage_available_size")
246
+
247
+ @property
248
+ @pulumi.getter(name="mirrorStorageSize")
249
+ def mirror_storage_size(self) -> str:
250
+ """
251
+ Total mirror storage size in bytes.
252
+ """
253
+ return pulumi.get(self, "mirror_storage_size")
254
+
183
255
  @property
184
256
  @pulumi.getter(name="mirrorSyncStatuses")
185
257
  def mirror_sync_statuses(self) -> Sequence['outputs.GetManagementStationMirrorSyncStatusResult']:
@@ -188,6 +260,14 @@ class GetManagementStationResult:
188
260
  """
189
261
  return pulumi.get(self, "mirror_sync_statuses")
190
262
 
263
+ @property
264
+ @pulumi.getter(name="mirrorUniquePackageCount")
265
+ def mirror_unique_package_count(self) -> int:
266
+ """
267
+ The total number of unique packages within the mirrored software sources on the station. Each package is counted only once, regardless of how many versions it has.
268
+ """
269
+ return pulumi.get(self, "mirror_unique_package_count")
270
+
191
271
  @property
192
272
  @pulumi.getter
193
273
  def mirrors(self) -> Sequence['outputs.GetManagementStationMirrorResult']:
@@ -212,6 +292,14 @@ class GetManagementStationResult:
212
292
  """
213
293
  return pulumi.get(self, "overall_state")
214
294
 
295
+ @property
296
+ @pulumi.getter(name="peerManagementStations")
297
+ def peer_management_stations(self) -> Sequence['outputs.GetManagementStationPeerManagementStationResult']:
298
+ """
299
+ A list of other management stations that are behind the same load balancer within a high availability configuration. Stations are identified as peers if they have the same hostname and compartment.
300
+ """
301
+ return pulumi.get(self, "peer_management_stations")
302
+
215
303
  @property
216
304
  @pulumi.getter(name="profileId")
217
305
  def profile_id(self) -> str:
@@ -280,13 +368,21 @@ class AwaitableGetManagementStationResult(GetManagementStationResult):
280
368
  healths=self.healths,
281
369
  hostname=self.hostname,
282
370
  id=self.id,
371
+ is_auto_config_enabled=self.is_auto_config_enabled,
372
+ location=self.location,
283
373
  managed_instance_id=self.managed_instance_id,
284
374
  management_station_id=self.management_station_id,
285
375
  mirror_capacity=self.mirror_capacity,
376
+ mirror_package_count=self.mirror_package_count,
377
+ mirror_size=self.mirror_size,
378
+ mirror_storage_available_size=self.mirror_storage_available_size,
379
+ mirror_storage_size=self.mirror_storage_size,
286
380
  mirror_sync_statuses=self.mirror_sync_statuses,
381
+ mirror_unique_package_count=self.mirror_unique_package_count,
287
382
  mirrors=self.mirrors,
288
383
  overall_percentage=self.overall_percentage,
289
384
  overall_state=self.overall_state,
385
+ peer_management_stations=self.peer_management_stations,
290
386
  profile_id=self.profile_id,
291
387
  proxies=self.proxies,
292
388
  refresh_trigger=self.refresh_trigger,
@@ -301,7 +397,7 @@ def get_management_station(management_station_id: Optional[str] = None,
301
397
  """
302
398
  This data source provides details about a specific Management Station resource in Oracle Cloud Infrastructure Os Management Hub service.
303
399
 
304
- Gets information about the specified management station.
400
+ Returns information about the specified management station.
305
401
 
306
402
  ## Example Usage
307
403
 
@@ -329,13 +425,21 @@ def get_management_station(management_station_id: Optional[str] = None,
329
425
  healths=pulumi.get(__ret__, 'healths'),
330
426
  hostname=pulumi.get(__ret__, 'hostname'),
331
427
  id=pulumi.get(__ret__, 'id'),
428
+ is_auto_config_enabled=pulumi.get(__ret__, 'is_auto_config_enabled'),
429
+ location=pulumi.get(__ret__, 'location'),
332
430
  managed_instance_id=pulumi.get(__ret__, 'managed_instance_id'),
333
431
  management_station_id=pulumi.get(__ret__, 'management_station_id'),
334
432
  mirror_capacity=pulumi.get(__ret__, 'mirror_capacity'),
433
+ mirror_package_count=pulumi.get(__ret__, 'mirror_package_count'),
434
+ mirror_size=pulumi.get(__ret__, 'mirror_size'),
435
+ mirror_storage_available_size=pulumi.get(__ret__, 'mirror_storage_available_size'),
436
+ mirror_storage_size=pulumi.get(__ret__, 'mirror_storage_size'),
335
437
  mirror_sync_statuses=pulumi.get(__ret__, 'mirror_sync_statuses'),
438
+ mirror_unique_package_count=pulumi.get(__ret__, 'mirror_unique_package_count'),
336
439
  mirrors=pulumi.get(__ret__, 'mirrors'),
337
440
  overall_percentage=pulumi.get(__ret__, 'overall_percentage'),
338
441
  overall_state=pulumi.get(__ret__, 'overall_state'),
442
+ peer_management_stations=pulumi.get(__ret__, 'peer_management_stations'),
339
443
  profile_id=pulumi.get(__ret__, 'profile_id'),
340
444
  proxies=pulumi.get(__ret__, 'proxies'),
341
445
  refresh_trigger=pulumi.get(__ret__, 'refresh_trigger'),
@@ -348,7 +452,7 @@ def get_management_station_output(management_station_id: Optional[pulumi.Input[s
348
452
  """
349
453
  This data source provides details about a specific Management Station resource in Oracle Cloud Infrastructure Os Management Hub service.
350
454
 
351
- Gets information about the specified management station.
455
+ Returns information about the specified management station.
352
456
 
353
457
  ## Example Usage
354
458
 
@@ -375,13 +479,21 @@ def get_management_station_output(management_station_id: Optional[pulumi.Input[s
375
479
  healths=pulumi.get(__response__, 'healths'),
376
480
  hostname=pulumi.get(__response__, 'hostname'),
377
481
  id=pulumi.get(__response__, 'id'),
482
+ is_auto_config_enabled=pulumi.get(__response__, 'is_auto_config_enabled'),
483
+ location=pulumi.get(__response__, 'location'),
378
484
  managed_instance_id=pulumi.get(__response__, 'managed_instance_id'),
379
485
  management_station_id=pulumi.get(__response__, 'management_station_id'),
380
486
  mirror_capacity=pulumi.get(__response__, 'mirror_capacity'),
487
+ mirror_package_count=pulumi.get(__response__, 'mirror_package_count'),
488
+ mirror_size=pulumi.get(__response__, 'mirror_size'),
489
+ mirror_storage_available_size=pulumi.get(__response__, 'mirror_storage_available_size'),
490
+ mirror_storage_size=pulumi.get(__response__, 'mirror_storage_size'),
381
491
  mirror_sync_statuses=pulumi.get(__response__, 'mirror_sync_statuses'),
492
+ mirror_unique_package_count=pulumi.get(__response__, 'mirror_unique_package_count'),
382
493
  mirrors=pulumi.get(__response__, 'mirrors'),
383
494
  overall_percentage=pulumi.get(__response__, 'overall_percentage'),
384
495
  overall_state=pulumi.get(__response__, 'overall_state'),
496
+ peer_management_stations=pulumi.get(__response__, 'peer_management_stations'),
385
497
  profile_id=pulumi.get(__response__, 'profile_id'),
386
498
  proxies=pulumi.get(__response__, 'proxies'),
387
499
  refresh_trigger=pulumi.get(__response__, 'refresh_trigger'),
@@ -55,7 +55,7 @@ class GetManagementStationMirrorsResult:
55
55
  @pulumi.getter(name="displayName")
56
56
  def display_name(self) -> Optional[str]:
57
57
  """
58
- Display name of the mirror
58
+ Display name of the mirror.
59
59
  """
60
60
  return pulumi.get(self, "display_name")
61
61
 
@@ -28,7 +28,7 @@ class GetManagementStationsResult:
28
28
  """
29
29
  A collection of values returned by getManagementStations.
30
30
  """
31
- def __init__(__self__, compartment_id=None, display_name=None, display_name_contains=None, filters=None, id=None, managed_instance_id=None, management_station_collections=None, state=None):
31
+ def __init__(__self__, compartment_id=None, display_name=None, display_name_contains=None, filters=None, id=None, location_not_equal_tos=None, locations=None, managed_instance_id=None, management_station_collections=None, state=None):
32
32
  if compartment_id and not isinstance(compartment_id, str):
33
33
  raise TypeError("Expected argument 'compartment_id' to be a str")
34
34
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -44,6 +44,12 @@ class GetManagementStationsResult:
44
44
  if id and not isinstance(id, str):
45
45
  raise TypeError("Expected argument 'id' to be a str")
46
46
  pulumi.set(__self__, "id", id)
47
+ if location_not_equal_tos and not isinstance(location_not_equal_tos, list):
48
+ raise TypeError("Expected argument 'location_not_equal_tos' to be a list")
49
+ pulumi.set(__self__, "location_not_equal_tos", location_not_equal_tos)
50
+ if locations and not isinstance(locations, list):
51
+ raise TypeError("Expected argument 'locations' to be a list")
52
+ pulumi.set(__self__, "locations", locations)
47
53
  if managed_instance_id and not isinstance(managed_instance_id, str):
48
54
  raise TypeError("Expected argument 'managed_instance_id' to be a str")
49
55
  pulumi.set(__self__, "managed_instance_id", managed_instance_id)
@@ -66,7 +72,7 @@ class GetManagementStationsResult:
66
72
  @pulumi.getter(name="displayName")
67
73
  def display_name(self) -> Optional[str]:
68
74
  """
69
- A user-friendly name for the management station.
75
+ User-friendly name for the management station.
70
76
  """
71
77
  return pulumi.get(self, "display_name")
72
78
 
@@ -88,6 +94,19 @@ class GetManagementStationsResult:
88
94
  """
89
95
  return pulumi.get(self, "id")
90
96
 
97
+ @property
98
+ @pulumi.getter(name="locationNotEqualTos")
99
+ def location_not_equal_tos(self) -> Optional[Sequence[str]]:
100
+ return pulumi.get(self, "location_not_equal_tos")
101
+
102
+ @property
103
+ @pulumi.getter
104
+ def locations(self) -> Optional[Sequence[str]]:
105
+ """
106
+ The location of the instance that is acting as the management station.
107
+ """
108
+ return pulumi.get(self, "locations")
109
+
91
110
  @property
92
111
  @pulumi.getter(name="managedInstanceId")
93
112
  def managed_instance_id(self) -> Optional[str]:
@@ -124,6 +143,8 @@ class AwaitableGetManagementStationsResult(GetManagementStationsResult):
124
143
  display_name_contains=self.display_name_contains,
125
144
  filters=self.filters,
126
145
  id=self.id,
146
+ location_not_equal_tos=self.location_not_equal_tos,
147
+ locations=self.locations,
127
148
  managed_instance_id=self.managed_instance_id,
128
149
  management_station_collections=self.management_station_collections,
129
150
  state=self.state)
@@ -134,13 +155,16 @@ def get_management_stations(compartment_id: Optional[str] = None,
134
155
  display_name_contains: Optional[str] = None,
135
156
  filters: Optional[Sequence[Union['GetManagementStationsFilterArgs', 'GetManagementStationsFilterArgsDict']]] = None,
136
157
  id: Optional[str] = None,
158
+ location_not_equal_tos: Optional[Sequence[str]] = None,
159
+ locations: Optional[Sequence[str]] = None,
137
160
  managed_instance_id: Optional[str] = None,
138
161
  state: Optional[str] = None,
139
162
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetManagementStationsResult:
140
163
  """
141
164
  This data source provides the list of Management Stations in Oracle Cloud Infrastructure Os Management Hub service.
142
165
 
143
- Lists management stations in a compartment.
166
+ Lists management stations within the specified compartment. Filter the list against a variety of criteria
167
+ including but not limited to name, status, and location.
144
168
 
145
169
  ## Example Usage
146
170
 
@@ -152,6 +176,8 @@ def get_management_stations(compartment_id: Optional[str] = None,
152
176
  display_name=management_station_display_name,
153
177
  display_name_contains=management_station_display_name_contains,
154
178
  id=management_station_id,
179
+ locations=management_station_location,
180
+ location_not_equal_tos=management_station_location_not_equal_to,
155
181
  managed_instance_id=test_managed_instance["id"],
156
182
  state=management_station_state)
157
183
  ```
@@ -161,6 +187,8 @@ def get_management_stations(compartment_id: Optional[str] = None,
161
187
  :param str display_name: A filter to return resources that match the given user-friendly name.
162
188
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
163
189
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station. A filter that returns information about the specified management station.
190
+ :param Sequence[str] location_not_equal_tos: A filter to return only resources whose location does not match the given value.
191
+ :param Sequence[str] locations: A filter to return only resources whose location matches the given value.
164
192
  :param str managed_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance. This filter returns resources associated with this managed instance.
165
193
  :param str state: A filter that returns information for management stations in the specified state.
166
194
  """
@@ -170,6 +198,8 @@ def get_management_stations(compartment_id: Optional[str] = None,
170
198
  __args__['displayNameContains'] = display_name_contains
171
199
  __args__['filters'] = filters
172
200
  __args__['id'] = id
201
+ __args__['locationNotEqualTos'] = location_not_equal_tos
202
+ __args__['locations'] = locations
173
203
  __args__['managedInstanceId'] = managed_instance_id
174
204
  __args__['state'] = state
175
205
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
@@ -181,6 +211,8 @@ def get_management_stations(compartment_id: Optional[str] = None,
181
211
  display_name_contains=pulumi.get(__ret__, 'display_name_contains'),
182
212
  filters=pulumi.get(__ret__, 'filters'),
183
213
  id=pulumi.get(__ret__, 'id'),
214
+ location_not_equal_tos=pulumi.get(__ret__, 'location_not_equal_tos'),
215
+ locations=pulumi.get(__ret__, 'locations'),
184
216
  managed_instance_id=pulumi.get(__ret__, 'managed_instance_id'),
185
217
  management_station_collections=pulumi.get(__ret__, 'management_station_collections'),
186
218
  state=pulumi.get(__ret__, 'state'))
@@ -189,13 +221,16 @@ def get_management_stations_output(compartment_id: Optional[pulumi.Input[Optiona
189
221
  display_name_contains: Optional[pulumi.Input[Optional[str]]] = None,
190
222
  filters: Optional[pulumi.Input[Optional[Sequence[Union['GetManagementStationsFilterArgs', 'GetManagementStationsFilterArgsDict']]]]] = None,
191
223
  id: Optional[pulumi.Input[Optional[str]]] = None,
224
+ location_not_equal_tos: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
225
+ locations: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
192
226
  managed_instance_id: Optional[pulumi.Input[Optional[str]]] = None,
193
227
  state: Optional[pulumi.Input[Optional[str]]] = None,
194
228
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetManagementStationsResult]:
195
229
  """
196
230
  This data source provides the list of Management Stations in Oracle Cloud Infrastructure Os Management Hub service.
197
231
 
198
- Lists management stations in a compartment.
232
+ Lists management stations within the specified compartment. Filter the list against a variety of criteria
233
+ including but not limited to name, status, and location.
199
234
 
200
235
  ## Example Usage
201
236
 
@@ -207,6 +242,8 @@ def get_management_stations_output(compartment_id: Optional[pulumi.Input[Optiona
207
242
  display_name=management_station_display_name,
208
243
  display_name_contains=management_station_display_name_contains,
209
244
  id=management_station_id,
245
+ locations=management_station_location,
246
+ location_not_equal_tos=management_station_location_not_equal_to,
210
247
  managed_instance_id=test_managed_instance["id"],
211
248
  state=management_station_state)
212
249
  ```
@@ -216,6 +253,8 @@ def get_management_stations_output(compartment_id: Optional[pulumi.Input[Optiona
216
253
  :param str display_name: A filter to return resources that match the given user-friendly name.
217
254
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
218
255
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station. A filter that returns information about the specified management station.
256
+ :param Sequence[str] location_not_equal_tos: A filter to return only resources whose location does not match the given value.
257
+ :param Sequence[str] locations: A filter to return only resources whose location matches the given value.
219
258
  :param str managed_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance. This filter returns resources associated with this managed instance.
220
259
  :param str state: A filter that returns information for management stations in the specified state.
221
260
  """
@@ -225,6 +264,8 @@ def get_management_stations_output(compartment_id: Optional[pulumi.Input[Optiona
225
264
  __args__['displayNameContains'] = display_name_contains
226
265
  __args__['filters'] = filters
227
266
  __args__['id'] = id
267
+ __args__['locationNotEqualTos'] = location_not_equal_tos
268
+ __args__['locations'] = locations
228
269
  __args__['managedInstanceId'] = managed_instance_id
229
270
  __args__['state'] = state
230
271
  opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
@@ -235,6 +276,8 @@ def get_management_stations_output(compartment_id: Optional[pulumi.Input[Optiona
235
276
  display_name_contains=pulumi.get(__response__, 'display_name_contains'),
236
277
  filters=pulumi.get(__response__, 'filters'),
237
278
  id=pulumi.get(__response__, 'id'),
279
+ location_not_equal_tos=pulumi.get(__response__, 'location_not_equal_tos'),
280
+ locations=pulumi.get(__response__, 'locations'),
238
281
  managed_instance_id=pulumi.get(__response__, 'managed_instance_id'),
239
282
  management_station_collections=pulumi.get(__response__, 'management_station_collections'),
240
283
  state=pulumi.get(__response__, 'state')))
@@ -27,7 +27,7 @@ class GetProfileResult:
27
27
  """
28
28
  A collection of values returned by getProfile.
29
29
  """
30
- def __init__(__self__, arch_type=None, compartment_id=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, id=None, is_default_profile=None, is_service_provided_profile=None, lifecycle_environments=None, lifecycle_stage_id=None, lifecycle_stages=None, managed_instance_group_id=None, managed_instance_groups=None, management_station_id=None, os_family=None, profile_id=None, profile_type=None, registration_type=None, software_source_ids=None, software_sources=None, state=None, system_tags=None, time_created=None, vendor_name=None):
30
+ def __init__(__self__, arch_type=None, compartment_id=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, id=None, is_default_profile=None, is_service_provided_profile=None, lifecycle_environments=None, lifecycle_stage_id=None, lifecycle_stages=None, managed_instance_group_id=None, managed_instance_groups=None, management_station_id=None, os_family=None, profile_id=None, profile_type=None, profile_version=None, registration_type=None, software_source_ids=None, software_sources=None, state=None, system_tags=None, time_created=None, time_modified=None, vendor_name=None):
31
31
  if arch_type and not isinstance(arch_type, str):
32
32
  raise TypeError("Expected argument 'arch_type' to be a str")
33
33
  pulumi.set(__self__, "arch_type", arch_type)
@@ -82,6 +82,9 @@ class GetProfileResult:
82
82
  if profile_type and not isinstance(profile_type, str):
83
83
  raise TypeError("Expected argument 'profile_type' to be a str")
84
84
  pulumi.set(__self__, "profile_type", profile_type)
85
+ if profile_version and not isinstance(profile_version, str):
86
+ raise TypeError("Expected argument 'profile_version' to be a str")
87
+ pulumi.set(__self__, "profile_version", profile_version)
85
88
  if registration_type and not isinstance(registration_type, str):
86
89
  raise TypeError("Expected argument 'registration_type' to be a str")
87
90
  pulumi.set(__self__, "registration_type", registration_type)
@@ -100,6 +103,9 @@ class GetProfileResult:
100
103
  if time_created and not isinstance(time_created, str):
101
104
  raise TypeError("Expected argument 'time_created' to be a str")
102
105
  pulumi.set(__self__, "time_created", time_created)
106
+ if time_modified and not isinstance(time_modified, str):
107
+ raise TypeError("Expected argument 'time_modified' to be a str")
108
+ pulumi.set(__self__, "time_modified", time_modified)
103
109
  if vendor_name and not isinstance(vendor_name, str):
104
110
  raise TypeError("Expected argument 'vendor_name' to be a str")
105
111
  pulumi.set(__self__, "vendor_name", vendor_name)
@@ -214,7 +220,7 @@ class GetProfileResult:
214
220
  @pulumi.getter(name="managementStationId")
215
221
  def management_station_id(self) -> str:
216
222
  """
217
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station to associate with an instance once registered. Associating with a management station applies only to non-OCI instances.
223
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station to associate with an instance once registered. Management stations are only used by non-OCI instances.
218
224
  """
219
225
  return pulumi.get(self, "management_station_id")
220
226
 
@@ -239,6 +245,14 @@ class GetProfileResult:
239
245
  """
240
246
  return pulumi.get(self, "profile_type")
241
247
 
248
+ @property
249
+ @pulumi.getter(name="profileVersion")
250
+ def profile_version(self) -> str:
251
+ """
252
+ The version of the profile. The version is automatically incremented each time the profiled is edited.
253
+ """
254
+ return pulumi.get(self, "profile_version")
255
+
242
256
  @property
243
257
  @pulumi.getter(name="registrationType")
244
258
  def registration_type(self) -> str:
@@ -284,6 +298,14 @@ class GetProfileResult:
284
298
  """
285
299
  return pulumi.get(self, "time_created")
286
300
 
301
+ @property
302
+ @pulumi.getter(name="timeModified")
303
+ def time_modified(self) -> str:
304
+ """
305
+ The time the registration profile was last modified (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
306
+ """
307
+ return pulumi.get(self, "time_modified")
308
+
287
309
  @property
288
310
  @pulumi.getter(name="vendorName")
289
311
  def vendor_name(self) -> str:
@@ -317,12 +339,14 @@ class AwaitableGetProfileResult(GetProfileResult):
317
339
  os_family=self.os_family,
318
340
  profile_id=self.profile_id,
319
341
  profile_type=self.profile_type,
342
+ profile_version=self.profile_version,
320
343
  registration_type=self.registration_type,
321
344
  software_source_ids=self.software_source_ids,
322
345
  software_sources=self.software_sources,
323
346
  state=self.state,
324
347
  system_tags=self.system_tags,
325
348
  time_created=self.time_created,
349
+ time_modified=self.time_modified,
326
350
  vendor_name=self.vendor_name)
327
351
 
328
352
 
@@ -331,7 +355,7 @@ def get_profile(profile_id: Optional[str] = None,
331
355
  """
332
356
  This data source provides details about a specific Profile resource in Oracle Cloud Infrastructure Os Management Hub service.
333
357
 
334
- Gets information about the specified registration profile.
358
+ Returns information about the specified registration profile.
335
359
 
336
360
  ## Example Usage
337
361
 
@@ -369,19 +393,21 @@ def get_profile(profile_id: Optional[str] = None,
369
393
  os_family=pulumi.get(__ret__, 'os_family'),
370
394
  profile_id=pulumi.get(__ret__, 'profile_id'),
371
395
  profile_type=pulumi.get(__ret__, 'profile_type'),
396
+ profile_version=pulumi.get(__ret__, 'profile_version'),
372
397
  registration_type=pulumi.get(__ret__, 'registration_type'),
373
398
  software_source_ids=pulumi.get(__ret__, 'software_source_ids'),
374
399
  software_sources=pulumi.get(__ret__, 'software_sources'),
375
400
  state=pulumi.get(__ret__, 'state'),
376
401
  system_tags=pulumi.get(__ret__, 'system_tags'),
377
402
  time_created=pulumi.get(__ret__, 'time_created'),
403
+ time_modified=pulumi.get(__ret__, 'time_modified'),
378
404
  vendor_name=pulumi.get(__ret__, 'vendor_name'))
379
405
  def get_profile_output(profile_id: Optional[pulumi.Input[str]] = None,
380
406
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetProfileResult]:
381
407
  """
382
408
  This data source provides details about a specific Profile resource in Oracle Cloud Infrastructure Os Management Hub service.
383
409
 
384
- Gets information about the specified registration profile.
410
+ Returns information about the specified registration profile.
385
411
 
386
412
  ## Example Usage
387
413
 
@@ -418,10 +444,12 @@ def get_profile_output(profile_id: Optional[pulumi.Input[str]] = None,
418
444
  os_family=pulumi.get(__response__, 'os_family'),
419
445
  profile_id=pulumi.get(__response__, 'profile_id'),
420
446
  profile_type=pulumi.get(__response__, 'profile_type'),
447
+ profile_version=pulumi.get(__response__, 'profile_version'),
421
448
  registration_type=pulumi.get(__response__, 'registration_type'),
422
449
  software_source_ids=pulumi.get(__response__, 'software_source_ids'),
423
450
  software_sources=pulumi.get(__response__, 'software_sources'),
424
451
  state=pulumi.get(__response__, 'state'),
425
452
  system_tags=pulumi.get(__response__, 'system_tags'),
426
453
  time_created=pulumi.get(__response__, 'time_created'),
454
+ time_modified=pulumi.get(__response__, 'time_modified'),
427
455
  vendor_name=pulumi.get(__response__, 'vendor_name')))