pulumi-oci 1.36.0__py3-none-any.whl → 1.36.0a1715707046__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 (119) hide show
  1. pulumi_oci/__init__.py +0 -208
  2. pulumi_oci/core/__init__.py +0 -3
  3. pulumi_oci/core/_inputs.py +0 -40
  4. pulumi_oci/core/outputs.py +0 -261
  5. pulumi_oci/database/_inputs.py +0 -192
  6. pulumi_oci/database/exadata_infrastructure.py +0 -28
  7. pulumi_oci/database/get_exadata_infrastructure.py +1 -14
  8. pulumi_oci/database/get_vm_cluster.py +1 -14
  9. pulumi_oci/database/outputs.py +0 -418
  10. pulumi_oci/database/vm_cluster.py +0 -55
  11. pulumi_oci/database/vm_cluster_add_virtual_network.py +0 -28
  12. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +0 -28
  13. pulumi_oci/datasafe/__init__.py +0 -1
  14. pulumi_oci/email/__init__.py +0 -3
  15. pulumi_oci/email/_inputs.py +0 -46
  16. pulumi_oci/email/dkim.py +4 -4
  17. pulumi_oci/email/email_domain.py +0 -77
  18. pulumi_oci/email/get_email_domain.py +1 -27
  19. pulumi_oci/email/outputs.py +0 -231
  20. pulumi_oci/loadbalancer/_inputs.py +0 -16
  21. pulumi_oci/loadbalancer/listener.py +0 -2
  22. pulumi_oci/loadbalancer/outputs.py +0 -14
  23. pulumi_oci/loganalytics/namespace.py +4 -4
  24. pulumi_oci/networkloadbalancer/get_listener.py +1 -14
  25. pulumi_oci/networkloadbalancer/listener.py +2 -51
  26. pulumi_oci/networkloadbalancer/outputs.py +0 -11
  27. pulumi_oci/osmanagementhub/__init__.py +0 -48
  28. pulumi_oci/osmanagementhub/_inputs.py +507 -3649
  29. pulumi_oci/osmanagementhub/get_lifecycle_environment.py +13 -26
  30. pulumi_oci/osmanagementhub/get_lifecycle_environments.py +11 -48
  31. pulumi_oci/osmanagementhub/get_lifecycle_stage.py +15 -28
  32. pulumi_oci/osmanagementhub/get_lifecycle_stages.py +19 -86
  33. pulumi_oci/osmanagementhub/get_managed_instance_group.py +10 -62
  34. pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +9 -7
  35. pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +7 -7
  36. pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +10 -8
  37. pulumi_oci/osmanagementhub/get_managed_instance_groups.py +16 -71
  38. pulumi_oci/osmanagementhub/get_management_station.py +19 -42
  39. pulumi_oci/osmanagementhub/get_management_station_mirrors.py +4 -4
  40. pulumi_oci/osmanagementhub/get_management_stations.py +15 -15
  41. pulumi_oci/osmanagementhub/get_profile.py +12 -51
  42. pulumi_oci/osmanagementhub/get_profiles.py +16 -76
  43. pulumi_oci/osmanagementhub/get_software_source.py +18 -109
  44. pulumi_oci/osmanagementhub/get_software_source_module_stream.py +5 -5
  45. pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +6 -6
  46. pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +8 -8
  47. pulumi_oci/osmanagementhub/get_software_source_module_streams.py +9 -9
  48. pulumi_oci/osmanagementhub/get_software_source_package_group.py +8 -8
  49. pulumi_oci/osmanagementhub/get_software_source_package_groups.py +7 -7
  50. pulumi_oci/osmanagementhub/get_software_source_software_package.py +10 -23
  51. pulumi_oci/osmanagementhub/get_software_source_software_packages.py +6 -6
  52. pulumi_oci/osmanagementhub/get_software_source_vendors.py +2 -2
  53. pulumi_oci/osmanagementhub/get_software_sources.py +21 -78
  54. pulumi_oci/osmanagementhub/lifecycle_environment.py +86 -159
  55. pulumi_oci/osmanagementhub/managed_instance_group.py +86 -264
  56. pulumi_oci/osmanagementhub/management_station.py +81 -184
  57. pulumi_oci/osmanagementhub/outputs.py +2364 -10866
  58. pulumi_oci/osmanagementhub/profile.py +78 -200
  59. pulumi_oci/osmanagementhub/software_source.py +181 -365
  60. pulumi_oci/pulumi-plugin.json +1 -1
  61. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715707046.dist-info}/METADATA +1 -1
  62. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715707046.dist-info}/RECORD +64 -119
  63. pulumi_oci/core/get_ip_inventory_subnet.py +0 -171
  64. pulumi_oci/core/get_ip_inventory_subnet_cidr.py +0 -171
  65. pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +0 -206
  66. pulumi_oci/datasafe/masking_report_management.py +0 -693
  67. pulumi_oci/email/email_return_path.py +0 -642
  68. pulumi_oci/email/get_email_return_path.py +0 -274
  69. pulumi_oci/email/get_email_return_paths.py +0 -203
  70. pulumi_oci/osmanagementhub/event.py +0 -701
  71. pulumi_oci/osmanagementhub/get_entitlements.py +0 -178
  72. pulumi_oci/osmanagementhub/get_errata.py +0 -283
  73. pulumi_oci/osmanagementhub/get_erratum.py +0 -308
  74. pulumi_oci/osmanagementhub/get_event.py +0 -314
  75. pulumi_oci/osmanagementhub/get_events.py +0 -314
  76. pulumi_oci/osmanagementhub/get_managed_instance.py +0 -587
  77. pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +0 -187
  78. pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +0 -190
  79. pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +0 -238
  80. pulumi_oci/osmanagementhub/get_managed_instance_errata.py +0 -204
  81. pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +0 -220
  82. pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +0 -244
  83. pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +0 -221
  84. pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +0 -204
  85. pulumi_oci/osmanagementhub/get_managed_instance_modules.py +0 -187
  86. pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +0 -221
  87. pulumi_oci/osmanagementhub/get_managed_instances.py +0 -537
  88. pulumi_oci/osmanagementhub/get_scheduled_job.py +0 -426
  89. pulumi_oci/osmanagementhub/get_scheduled_jobs.py +0 -433
  90. pulumi_oci/osmanagementhub/get_software_package.py +0 -301
  91. pulumi_oci/osmanagementhub/get_software_package_software_source.py +0 -329
  92. pulumi_oci/osmanagementhub/get_software_packages.py +0 -232
  93. pulumi_oci/osmanagementhub/get_windows_update.py +0 -222
  94. pulumi_oci/osmanagementhub/get_windows_updates.py +0 -187
  95. pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +0 -249
  96. pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +0 -249
  97. pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +0 -296
  98. pulumi_oci/osmanagementhub/managed_instance.py +0 -1327
  99. pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +0 -266
  100. pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +0 -214
  101. pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +0 -293
  102. pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +0 -293
  103. pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +0 -264
  104. pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +0 -293
  105. pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +0 -293
  106. pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +0 -293
  107. pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +0 -526
  108. pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +0 -293
  109. pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +0 -292
  110. pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +0 -341
  111. pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +0 -341
  112. pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +0 -264
  113. pulumi_oci/osmanagementhub/management_station_refresh_management.py +0 -212
  114. pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +0 -264
  115. pulumi_oci/osmanagementhub/scheduled_job.py +0 -1331
  116. pulumi_oci/osmanagementhub/software_source_add_packages_management.py +0 -266
  117. pulumi_oci/osmanagementhub/software_source_change_availability_management.py +0 -194
  118. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715707046.dist-info}/WHEEL +0 -0
  119. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715707046.dist-info}/top_level.txt +0 -0
pulumi_oci/__init__.py CHANGED
@@ -2004,14 +2004,6 @@ _utilities.register(
2004
2004
  "oci:DataSafe/maskingPolicy:MaskingPolicy": "MaskingPolicy"
2005
2005
  }
2006
2006
  },
2007
- {
2008
- "pkg": "oci",
2009
- "mod": "DataSafe/maskingReportManagement",
2010
- "fqn": "pulumi_oci.datasafe",
2011
- "classes": {
2012
- "oci:DataSafe/maskingReportManagement:MaskingReportManagement": "MaskingReportManagement"
2013
- }
2014
- },
2015
2007
  {
2016
2008
  "pkg": "oci",
2017
2009
  "mod": "DataSafe/onPremConnector",
@@ -3300,14 +3292,6 @@ _utilities.register(
3300
3292
  "oci:Email/emailDomain:EmailDomain": "EmailDomain"
3301
3293
  }
3302
3294
  },
3303
- {
3304
- "pkg": "oci",
3305
- "mod": "Email/emailReturnPath",
3306
- "fqn": "pulumi_oci.email",
3307
- "classes": {
3308
- "oci:Email/emailReturnPath:EmailReturnPath": "EmailReturnPath"
3309
- }
3310
- },
3311
3295
  {
3312
3296
  "pkg": "oci",
3313
3297
  "mod": "Email/sender",
@@ -5204,14 +5188,6 @@ _utilities.register(
5204
5188
  "oci:OsManagement/softwareSource:SoftwareSource": "SoftwareSource"
5205
5189
  }
5206
5190
  },
5207
- {
5208
- "pkg": "oci",
5209
- "mod": "OsManagementHub/event",
5210
- "fqn": "pulumi_oci.osmanagementhub",
5211
- "classes": {
5212
- "oci:OsManagementHub/event:Event": "Event"
5213
- }
5214
- },
5215
5191
  {
5216
5192
  "pkg": "oci",
5217
5193
  "mod": "OsManagementHub/lifecycleEnvironment",
@@ -5220,54 +5196,6 @@ _utilities.register(
5220
5196
  "oci:OsManagementHub/lifecycleEnvironment:LifecycleEnvironment": "LifecycleEnvironment"
5221
5197
  }
5222
5198
  },
5223
- {
5224
- "pkg": "oci",
5225
- "mod": "OsManagementHub/lifecycleStageAttachManagedInstancesManagement",
5226
- "fqn": "pulumi_oci.osmanagementhub",
5227
- "classes": {
5228
- "oci:OsManagementHub/lifecycleStageAttachManagedInstancesManagement:LifecycleStageAttachManagedInstancesManagement": "LifecycleStageAttachManagedInstancesManagement"
5229
- }
5230
- },
5231
- {
5232
- "pkg": "oci",
5233
- "mod": "OsManagementHub/lifecycleStageDetachManagedInstancesManagement",
5234
- "fqn": "pulumi_oci.osmanagementhub",
5235
- "classes": {
5236
- "oci:OsManagementHub/lifecycleStageDetachManagedInstancesManagement:LifecycleStageDetachManagedInstancesManagement": "LifecycleStageDetachManagedInstancesManagement"
5237
- }
5238
- },
5239
- {
5240
- "pkg": "oci",
5241
- "mod": "OsManagementHub/lifecycleStagePromoteSoftwareSourceManagement",
5242
- "fqn": "pulumi_oci.osmanagementhub",
5243
- "classes": {
5244
- "oci:OsManagementHub/lifecycleStagePromoteSoftwareSourceManagement:LifecycleStagePromoteSoftwareSourceManagement": "LifecycleStagePromoteSoftwareSourceManagement"
5245
- }
5246
- },
5247
- {
5248
- "pkg": "oci",
5249
- "mod": "OsManagementHub/managedInstance",
5250
- "fqn": "pulumi_oci.osmanagementhub",
5251
- "classes": {
5252
- "oci:OsManagementHub/managedInstance:ManagedInstance": "ManagedInstance"
5253
- }
5254
- },
5255
- {
5256
- "pkg": "oci",
5257
- "mod": "OsManagementHub/managedInstanceAttachProfileManagement",
5258
- "fqn": "pulumi_oci.osmanagementhub",
5259
- "classes": {
5260
- "oci:OsManagementHub/managedInstanceAttachProfileManagement:ManagedInstanceAttachProfileManagement": "ManagedInstanceAttachProfileManagement"
5261
- }
5262
- },
5263
- {
5264
- "pkg": "oci",
5265
- "mod": "OsManagementHub/managedInstanceDetachProfileManagement",
5266
- "fqn": "pulumi_oci.osmanagementhub",
5267
- "classes": {
5268
- "oci:OsManagementHub/managedInstanceDetachProfileManagement:ManagedInstanceDetachProfileManagement": "ManagedInstanceDetachProfileManagement"
5269
- }
5270
- },
5271
5199
  {
5272
5200
  "pkg": "oci",
5273
5201
  "mod": "OsManagementHub/managedInstanceGroup",
@@ -5276,94 +5204,6 @@ _utilities.register(
5276
5204
  "oci:OsManagementHub/managedInstanceGroup:ManagedInstanceGroup": "ManagedInstanceGroup"
5277
5205
  }
5278
5206
  },
5279
- {
5280
- "pkg": "oci",
5281
- "mod": "OsManagementHub/managedInstanceGroupAttachManagedInstancesManagement",
5282
- "fqn": "pulumi_oci.osmanagementhub",
5283
- "classes": {
5284
- "oci:OsManagementHub/managedInstanceGroupAttachManagedInstancesManagement:ManagedInstanceGroupAttachManagedInstancesManagement": "ManagedInstanceGroupAttachManagedInstancesManagement"
5285
- }
5286
- },
5287
- {
5288
- "pkg": "oci",
5289
- "mod": "OsManagementHub/managedInstanceGroupAttachSoftwareSourcesManagement",
5290
- "fqn": "pulumi_oci.osmanagementhub",
5291
- "classes": {
5292
- "oci:OsManagementHub/managedInstanceGroupAttachSoftwareSourcesManagement:ManagedInstanceGroupAttachSoftwareSourcesManagement": "ManagedInstanceGroupAttachSoftwareSourcesManagement"
5293
- }
5294
- },
5295
- {
5296
- "pkg": "oci",
5297
- "mod": "OsManagementHub/managedInstanceGroupDetachManagedInstancesManagement",
5298
- "fqn": "pulumi_oci.osmanagementhub",
5299
- "classes": {
5300
- "oci:OsManagementHub/managedInstanceGroupDetachManagedInstancesManagement:ManagedInstanceGroupDetachManagedInstancesManagement": "ManagedInstanceGroupDetachManagedInstancesManagement"
5301
- }
5302
- },
5303
- {
5304
- "pkg": "oci",
5305
- "mod": "OsManagementHub/managedInstanceGroupDetachSoftwareSourcesManagement",
5306
- "fqn": "pulumi_oci.osmanagementhub",
5307
- "classes": {
5308
- "oci:OsManagementHub/managedInstanceGroupDetachSoftwareSourcesManagement:ManagedInstanceGroupDetachSoftwareSourcesManagement": "ManagedInstanceGroupDetachSoftwareSourcesManagement"
5309
- }
5310
- },
5311
- {
5312
- "pkg": "oci",
5313
- "mod": "OsManagementHub/managedInstanceGroupInstallPackagesManagement",
5314
- "fqn": "pulumi_oci.osmanagementhub",
5315
- "classes": {
5316
- "oci:OsManagementHub/managedInstanceGroupInstallPackagesManagement:ManagedInstanceGroupInstallPackagesManagement": "ManagedInstanceGroupInstallPackagesManagement"
5317
- }
5318
- },
5319
- {
5320
- "pkg": "oci",
5321
- "mod": "OsManagementHub/managedInstanceGroupInstallWindowsUpdatesManagement",
5322
- "fqn": "pulumi_oci.osmanagementhub",
5323
- "classes": {
5324
- "oci:OsManagementHub/managedInstanceGroupInstallWindowsUpdatesManagement:ManagedInstanceGroupInstallWindowsUpdatesManagement": "ManagedInstanceGroupInstallWindowsUpdatesManagement"
5325
- }
5326
- },
5327
- {
5328
- "pkg": "oci",
5329
- "mod": "OsManagementHub/managedInstanceGroupManageModuleStreamsManagement",
5330
- "fqn": "pulumi_oci.osmanagementhub",
5331
- "classes": {
5332
- "oci:OsManagementHub/managedInstanceGroupManageModuleStreamsManagement:ManagedInstanceGroupManageModuleStreamsManagement": "ManagedInstanceGroupManageModuleStreamsManagement"
5333
- }
5334
- },
5335
- {
5336
- "pkg": "oci",
5337
- "mod": "OsManagementHub/managedInstanceGroupRemovePackagesManagement",
5338
- "fqn": "pulumi_oci.osmanagementhub",
5339
- "classes": {
5340
- "oci:OsManagementHub/managedInstanceGroupRemovePackagesManagement:ManagedInstanceGroupRemovePackagesManagement": "ManagedInstanceGroupRemovePackagesManagement"
5341
- }
5342
- },
5343
- {
5344
- "pkg": "oci",
5345
- "mod": "OsManagementHub/managedInstanceGroupUpdateAllPackagesManagement",
5346
- "fqn": "pulumi_oci.osmanagementhub",
5347
- "classes": {
5348
- "oci:OsManagementHub/managedInstanceGroupUpdateAllPackagesManagement:ManagedInstanceGroupUpdateAllPackagesManagement": "ManagedInstanceGroupUpdateAllPackagesManagement"
5349
- }
5350
- },
5351
- {
5352
- "pkg": "oci",
5353
- "mod": "OsManagementHub/managedInstanceInstallWindowsUpdatesManagement",
5354
- "fqn": "pulumi_oci.osmanagementhub",
5355
- "classes": {
5356
- "oci:OsManagementHub/managedInstanceInstallWindowsUpdatesManagement:ManagedInstanceInstallWindowsUpdatesManagement": "ManagedInstanceInstallWindowsUpdatesManagement"
5357
- }
5358
- },
5359
- {
5360
- "pkg": "oci",
5361
- "mod": "OsManagementHub/managedInstanceUpdatePackagesManagement",
5362
- "fqn": "pulumi_oci.osmanagementhub",
5363
- "classes": {
5364
- "oci:OsManagementHub/managedInstanceUpdatePackagesManagement:ManagedInstanceUpdatePackagesManagement": "ManagedInstanceUpdatePackagesManagement"
5365
- }
5366
- },
5367
5207
  {
5368
5208
  "pkg": "oci",
5369
5209
  "mod": "OsManagementHub/managementStation",
@@ -5372,30 +5212,6 @@ _utilities.register(
5372
5212
  "oci:OsManagementHub/managementStation:ManagementStation": "ManagementStation"
5373
5213
  }
5374
5214
  },
5375
- {
5376
- "pkg": "oci",
5377
- "mod": "OsManagementHub/managementStationMirrorSynchronizeManagement",
5378
- "fqn": "pulumi_oci.osmanagementhub",
5379
- "classes": {
5380
- "oci:OsManagementHub/managementStationMirrorSynchronizeManagement:ManagementStationMirrorSynchronizeManagement": "ManagementStationMirrorSynchronizeManagement"
5381
- }
5382
- },
5383
- {
5384
- "pkg": "oci",
5385
- "mod": "OsManagementHub/managementStationRefreshManagement",
5386
- "fqn": "pulumi_oci.osmanagementhub",
5387
- "classes": {
5388
- "oci:OsManagementHub/managementStationRefreshManagement:ManagementStationRefreshManagement": "ManagementStationRefreshManagement"
5389
- }
5390
- },
5391
- {
5392
- "pkg": "oci",
5393
- "mod": "OsManagementHub/managementStationSynchronizeMirrorsManagement",
5394
- "fqn": "pulumi_oci.osmanagementhub",
5395
- "classes": {
5396
- "oci:OsManagementHub/managementStationSynchronizeMirrorsManagement:ManagementStationSynchronizeMirrorsManagement": "ManagementStationSynchronizeMirrorsManagement"
5397
- }
5398
- },
5399
5215
  {
5400
5216
  "pkg": "oci",
5401
5217
  "mod": "OsManagementHub/profile",
@@ -5404,14 +5220,6 @@ _utilities.register(
5404
5220
  "oci:OsManagementHub/profile:Profile": "Profile"
5405
5221
  }
5406
5222
  },
5407
- {
5408
- "pkg": "oci",
5409
- "mod": "OsManagementHub/scheduledJob",
5410
- "fqn": "pulumi_oci.osmanagementhub",
5411
- "classes": {
5412
- "oci:OsManagementHub/scheduledJob:ScheduledJob": "ScheduledJob"
5413
- }
5414
- },
5415
5223
  {
5416
5224
  "pkg": "oci",
5417
5225
  "mod": "OsManagementHub/softwareSource",
@@ -5420,22 +5228,6 @@ _utilities.register(
5420
5228
  "oci:OsManagementHub/softwareSource:SoftwareSource": "SoftwareSource"
5421
5229
  }
5422
5230
  },
5423
- {
5424
- "pkg": "oci",
5425
- "mod": "OsManagementHub/softwareSourceAddPackagesManagement",
5426
- "fqn": "pulumi_oci.osmanagementhub",
5427
- "classes": {
5428
- "oci:OsManagementHub/softwareSourceAddPackagesManagement:SoftwareSourceAddPackagesManagement": "SoftwareSourceAddPackagesManagement"
5429
- }
5430
- },
5431
- {
5432
- "pkg": "oci",
5433
- "mod": "OsManagementHub/softwareSourceChangeAvailabilityManagement",
5434
- "fqn": "pulumi_oci.osmanagementhub",
5435
- "classes": {
5436
- "oci:OsManagementHub/softwareSourceChangeAvailabilityManagement:SoftwareSourceChangeAvailabilityManagement": "SoftwareSourceChangeAvailabilityManagement"
5437
- }
5438
- },
5439
5231
  {
5440
5232
  "pkg": "oci",
5441
5233
  "mod": "OspGateway/addressActionVerification",
@@ -120,9 +120,6 @@ from .get_instance_pool_load_balancer_attachment import *
120
120
  from .get_instance_pools import *
121
121
  from .get_instances import *
122
122
  from .get_internet_gateways import *
123
- from .get_ip_inventory_subnet import *
124
- from .get_ip_inventory_subnet_cidr import *
125
- from .get_ip_inventory_vcn_overlaps import *
126
123
  from .get_ipsec_algorithm import *
127
124
  from .get_ipsec_config import *
128
125
  from .get_ipsec_connection_tunnel import *
@@ -239,7 +239,6 @@ __all__ = [
239
239
  'GetInstancePoolsFilterArgs',
240
240
  'GetInstancesFilterArgs',
241
241
  'GetInternetGatewaysFilterArgs',
242
- 'GetIpInventoryVcnOverlapsFilterArgs',
243
242
  'GetIpsecConfigFilterArgs',
244
243
  'GetIpsecConnectionTunnelRoutesFilterArgs',
245
244
  'GetIpsecConnectionTunnelsFilterArgs',
@@ -16571,45 +16570,6 @@ class GetInternetGatewaysFilterArgs:
16571
16570
  pulumi.set(self, "regex", value)
16572
16571
 
16573
16572
 
16574
- @pulumi.input_type
16575
- class GetIpInventoryVcnOverlapsFilterArgs:
16576
- def __init__(__self__, *,
16577
- name: str,
16578
- values: Sequence[str],
16579
- regex: Optional[bool] = None):
16580
- pulumi.set(__self__, "name", name)
16581
- pulumi.set(__self__, "values", values)
16582
- if regex is not None:
16583
- pulumi.set(__self__, "regex", regex)
16584
-
16585
- @property
16586
- @pulumi.getter
16587
- def name(self) -> str:
16588
- return pulumi.get(self, "name")
16589
-
16590
- @name.setter
16591
- def name(self, value: str):
16592
- pulumi.set(self, "name", value)
16593
-
16594
- @property
16595
- @pulumi.getter
16596
- def values(self) -> Sequence[str]:
16597
- return pulumi.get(self, "values")
16598
-
16599
- @values.setter
16600
- def values(self, value: Sequence[str]):
16601
- pulumi.set(self, "values", value)
16602
-
16603
- @property
16604
- @pulumi.getter
16605
- def regex(self) -> Optional[bool]:
16606
- return pulumi.get(self, "regex")
16607
-
16608
- @regex.setter
16609
- def regex(self, value: Optional[bool]):
16610
- pulumi.set(self, "regex", value)
16611
-
16612
-
16613
16573
  @pulumi.input_type
16614
16574
  class GetIpsecConfigFilterArgs:
16615
16575
  def __init__(__self__, *,
@@ -544,10 +544,6 @@ __all__ = [
544
544
  'GetInstancesInstanceSourceDetailInstanceSourceImageFilterDetailResult',
545
545
  'GetInternetGatewaysFilterResult',
546
546
  'GetInternetGatewaysGatewayResult',
547
- 'GetIpInventorySubnetCidrIpInventoryCidrUtilizationSummaryResult',
548
- 'GetIpInventorySubnetIpInventorySubnetResourceSummaryResult',
549
- 'GetIpInventoryVcnOverlapsFilterResult',
550
- 'GetIpInventoryVcnOverlapsIpInventoryVcnOverlapSummaryResult',
551
547
  'GetIpsecAlgorithmAllowedPhaseOneParameterResult',
552
548
  'GetIpsecAlgorithmAllowedPhaseTwoParameterResult',
553
549
  'GetIpsecAlgorithmDefaultPhaseOneParameterResult',
@@ -36477,263 +36473,6 @@ class GetInternetGatewaysGatewayResult(dict):
36477
36473
  return pulumi.get(self, "vcn_id")
36478
36474
 
36479
36475
 
36480
- @pulumi.output_type
36481
- class GetIpInventorySubnetCidrIpInventoryCidrUtilizationSummaryResult(dict):
36482
- def __init__(__self__, *,
36483
- address_type: str,
36484
- cidr: str,
36485
- utilization: float):
36486
- """
36487
- :param str address_type: Address type of the CIDR within a subnet.
36488
- :param str cidr: The CIDR range of a subnet.
36489
- :param float utilization: The CIDR utilisation of a subnet.
36490
- """
36491
- pulumi.set(__self__, "address_type", address_type)
36492
- pulumi.set(__self__, "cidr", cidr)
36493
- pulumi.set(__self__, "utilization", utilization)
36494
-
36495
- @property
36496
- @pulumi.getter(name="addressType")
36497
- def address_type(self) -> str:
36498
- """
36499
- Address type of the CIDR within a subnet.
36500
- """
36501
- return pulumi.get(self, "address_type")
36502
-
36503
- @property
36504
- @pulumi.getter
36505
- def cidr(self) -> str:
36506
- """
36507
- The CIDR range of a subnet.
36508
- """
36509
- return pulumi.get(self, "cidr")
36510
-
36511
- @property
36512
- @pulumi.getter
36513
- def utilization(self) -> float:
36514
- """
36515
- The CIDR utilisation of a subnet.
36516
- """
36517
- return pulumi.get(self, "utilization")
36518
-
36519
-
36520
- @pulumi.output_type
36521
- class GetIpInventorySubnetIpInventorySubnetResourceSummaryResult(dict):
36522
- def __init__(__self__, *,
36523
- address_type: str,
36524
- assigned_resource_name: str,
36525
- assigned_resource_type: str,
36526
- assigned_time: str,
36527
- associated_public_ip: str,
36528
- associated_public_ip_pool: str,
36529
- dns_host_name: str,
36530
- ip_address: str,
36531
- ip_address_lifetime: str,
36532
- ip_id: str,
36533
- parent_cidr: str,
36534
- public_ip_lifetime: str):
36535
- """
36536
- :param str address_type: Address type of the allocated private IP address.
36537
- :param str assigned_resource_name: Name of the created resource.
36538
- :param str assigned_resource_type: Type of the resource.
36539
- :param str assigned_time: Assigned time of the private IP address.
36540
- :param str associated_public_ip: Associated public IP address for the private IP address.
36541
- :param str associated_public_ip_pool: Public IP address Pool the IP address is allocated from.
36542
- :param str dns_host_name: DNS hostname of the IP address.
36543
- :param str ip_address: Lists the allocated private IP address.
36544
- :param str ip_address_lifetime: Lifetime of the allocated private IP address.
36545
- :param str ip_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IP address.
36546
- :param str parent_cidr: The address range the IP address is assigned from.
36547
- :param str public_ip_lifetime: Lifetime of the assigned public IP address.
36548
- """
36549
- pulumi.set(__self__, "address_type", address_type)
36550
- pulumi.set(__self__, "assigned_resource_name", assigned_resource_name)
36551
- pulumi.set(__self__, "assigned_resource_type", assigned_resource_type)
36552
- pulumi.set(__self__, "assigned_time", assigned_time)
36553
- pulumi.set(__self__, "associated_public_ip", associated_public_ip)
36554
- pulumi.set(__self__, "associated_public_ip_pool", associated_public_ip_pool)
36555
- pulumi.set(__self__, "dns_host_name", dns_host_name)
36556
- pulumi.set(__self__, "ip_address", ip_address)
36557
- pulumi.set(__self__, "ip_address_lifetime", ip_address_lifetime)
36558
- pulumi.set(__self__, "ip_id", ip_id)
36559
- pulumi.set(__self__, "parent_cidr", parent_cidr)
36560
- pulumi.set(__self__, "public_ip_lifetime", public_ip_lifetime)
36561
-
36562
- @property
36563
- @pulumi.getter(name="addressType")
36564
- def address_type(self) -> str:
36565
- """
36566
- Address type of the allocated private IP address.
36567
- """
36568
- return pulumi.get(self, "address_type")
36569
-
36570
- @property
36571
- @pulumi.getter(name="assignedResourceName")
36572
- def assigned_resource_name(self) -> str:
36573
- """
36574
- Name of the created resource.
36575
- """
36576
- return pulumi.get(self, "assigned_resource_name")
36577
-
36578
- @property
36579
- @pulumi.getter(name="assignedResourceType")
36580
- def assigned_resource_type(self) -> str:
36581
- """
36582
- Type of the resource.
36583
- """
36584
- return pulumi.get(self, "assigned_resource_type")
36585
-
36586
- @property
36587
- @pulumi.getter(name="assignedTime")
36588
- def assigned_time(self) -> str:
36589
- """
36590
- Assigned time of the private IP address.
36591
- """
36592
- return pulumi.get(self, "assigned_time")
36593
-
36594
- @property
36595
- @pulumi.getter(name="associatedPublicIp")
36596
- def associated_public_ip(self) -> str:
36597
- """
36598
- Associated public IP address for the private IP address.
36599
- """
36600
- return pulumi.get(self, "associated_public_ip")
36601
-
36602
- @property
36603
- @pulumi.getter(name="associatedPublicIpPool")
36604
- def associated_public_ip_pool(self) -> str:
36605
- """
36606
- Public IP address Pool the IP address is allocated from.
36607
- """
36608
- return pulumi.get(self, "associated_public_ip_pool")
36609
-
36610
- @property
36611
- @pulumi.getter(name="dnsHostName")
36612
- def dns_host_name(self) -> str:
36613
- """
36614
- DNS hostname of the IP address.
36615
- """
36616
- return pulumi.get(self, "dns_host_name")
36617
-
36618
- @property
36619
- @pulumi.getter(name="ipAddress")
36620
- def ip_address(self) -> str:
36621
- """
36622
- Lists the allocated private IP address.
36623
- """
36624
- return pulumi.get(self, "ip_address")
36625
-
36626
- @property
36627
- @pulumi.getter(name="ipAddressLifetime")
36628
- def ip_address_lifetime(self) -> str:
36629
- """
36630
- Lifetime of the allocated private IP address.
36631
- """
36632
- return pulumi.get(self, "ip_address_lifetime")
36633
-
36634
- @property
36635
- @pulumi.getter(name="ipId")
36636
- def ip_id(self) -> str:
36637
- """
36638
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IP address.
36639
- """
36640
- return pulumi.get(self, "ip_id")
36641
-
36642
- @property
36643
- @pulumi.getter(name="parentCidr")
36644
- def parent_cidr(self) -> str:
36645
- """
36646
- The address range the IP address is assigned from.
36647
- """
36648
- return pulumi.get(self, "parent_cidr")
36649
-
36650
- @property
36651
- @pulumi.getter(name="publicIpLifetime")
36652
- def public_ip_lifetime(self) -> str:
36653
- """
36654
- Lifetime of the assigned public IP address.
36655
- """
36656
- return pulumi.get(self, "public_ip_lifetime")
36657
-
36658
-
36659
- @pulumi.output_type
36660
- class GetIpInventoryVcnOverlapsFilterResult(dict):
36661
- def __init__(__self__, *,
36662
- name: str,
36663
- values: Sequence[str],
36664
- regex: Optional[bool] = None):
36665
- pulumi.set(__self__, "name", name)
36666
- pulumi.set(__self__, "values", values)
36667
- if regex is not None:
36668
- pulumi.set(__self__, "regex", regex)
36669
-
36670
- @property
36671
- @pulumi.getter
36672
- def name(self) -> str:
36673
- return pulumi.get(self, "name")
36674
-
36675
- @property
36676
- @pulumi.getter
36677
- def values(self) -> Sequence[str]:
36678
- return pulumi.get(self, "values")
36679
-
36680
- @property
36681
- @pulumi.getter
36682
- def regex(self) -> Optional[bool]:
36683
- return pulumi.get(self, "regex")
36684
-
36685
-
36686
- @pulumi.output_type
36687
- class GetIpInventoryVcnOverlapsIpInventoryVcnOverlapSummaryResult(dict):
36688
- def __init__(__self__, *,
36689
- cidr: str,
36690
- overlapping_cidr: str,
36691
- overlapping_vcn_id: str,
36692
- overlapping_vcn_name: str):
36693
- """
36694
- :param str cidr: CIDR prefix of the VCN.
36695
- :param str overlapping_cidr: The overlapping CIDR prefix.
36696
- :param str overlapping_vcn_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN .
36697
- :param str overlapping_vcn_name: Name of the overlapping VCN.
36698
- """
36699
- pulumi.set(__self__, "cidr", cidr)
36700
- pulumi.set(__self__, "overlapping_cidr", overlapping_cidr)
36701
- pulumi.set(__self__, "overlapping_vcn_id", overlapping_vcn_id)
36702
- pulumi.set(__self__, "overlapping_vcn_name", overlapping_vcn_name)
36703
-
36704
- @property
36705
- @pulumi.getter
36706
- def cidr(self) -> str:
36707
- """
36708
- CIDR prefix of the VCN.
36709
- """
36710
- return pulumi.get(self, "cidr")
36711
-
36712
- @property
36713
- @pulumi.getter(name="overlappingCidr")
36714
- def overlapping_cidr(self) -> str:
36715
- """
36716
- The overlapping CIDR prefix.
36717
- """
36718
- return pulumi.get(self, "overlapping_cidr")
36719
-
36720
- @property
36721
- @pulumi.getter(name="overlappingVcnId")
36722
- def overlapping_vcn_id(self) -> str:
36723
- """
36724
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN .
36725
- """
36726
- return pulumi.get(self, "overlapping_vcn_id")
36727
-
36728
- @property
36729
- @pulumi.getter(name="overlappingVcnName")
36730
- def overlapping_vcn_name(self) -> str:
36731
- """
36732
- Name of the overlapping VCN.
36733
- """
36734
- return pulumi.get(self, "overlapping_vcn_name")
36735
-
36736
-
36737
36476
  @pulumi.output_type
36738
36477
  class GetIpsecAlgorithmAllowedPhaseOneParameterResult(dict):
36739
36478
  def __init__(__self__, *,