pulumi-oci 1.36.0a1715383492__py3-none-any.whl → 1.36.0a1715878445__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.
- pulumi_oci/__init__.py +208 -0
- pulumi_oci/core/__init__.py +3 -0
- pulumi_oci/core/_inputs.py +40 -0
- pulumi_oci/core/get_ip_inventory_subnet.py +171 -0
- pulumi_oci/core/get_ip_inventory_subnet_cidr.py +171 -0
- pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +206 -0
- pulumi_oci/core/outputs.py +261 -0
- pulumi_oci/database/_inputs.py +192 -0
- pulumi_oci/database/exadata_infrastructure.py +28 -0
- pulumi_oci/database/get_exadata_infrastructure.py +14 -1
- pulumi_oci/database/get_vm_cluster.py +14 -1
- pulumi_oci/database/outputs.py +418 -0
- pulumi_oci/database/vm_cluster.py +55 -0
- pulumi_oci/database/vm_cluster_add_virtual_network.py +28 -0
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +28 -0
- pulumi_oci/datasafe/__init__.py +1 -0
- pulumi_oci/datasafe/masking_report_management.py +693 -0
- pulumi_oci/email/__init__.py +3 -0
- pulumi_oci/email/_inputs.py +46 -0
- pulumi_oci/email/dkim.py +4 -4
- pulumi_oci/email/email_domain.py +77 -0
- pulumi_oci/email/email_return_path.py +642 -0
- pulumi_oci/email/get_email_domain.py +27 -1
- pulumi_oci/email/get_email_return_path.py +274 -0
- pulumi_oci/email/get_email_return_paths.py +203 -0
- pulumi_oci/email/outputs.py +231 -0
- pulumi_oci/loadbalancer/_inputs.py +16 -0
- pulumi_oci/loadbalancer/listener.py +2 -0
- pulumi_oci/loadbalancer/outputs.py +14 -0
- pulumi_oci/loganalytics/namespace.py +4 -4
- pulumi_oci/networkloadbalancer/get_listener.py +14 -1
- pulumi_oci/networkloadbalancer/listener.py +51 -2
- pulumi_oci/networkloadbalancer/outputs.py +11 -0
- pulumi_oci/osmanagementhub/__init__.py +48 -0
- pulumi_oci/osmanagementhub/_inputs.py +3635 -493
- pulumi_oci/osmanagementhub/event.py +701 -0
- pulumi_oci/osmanagementhub/get_entitlements.py +178 -0
- pulumi_oci/osmanagementhub/get_errata.py +283 -0
- pulumi_oci/osmanagementhub/get_erratum.py +308 -0
- pulumi_oci/osmanagementhub/get_event.py +314 -0
- pulumi_oci/osmanagementhub/get_events.py +314 -0
- pulumi_oci/osmanagementhub/get_lifecycle_environment.py +26 -13
- pulumi_oci/osmanagementhub/get_lifecycle_environments.py +48 -11
- pulumi_oci/osmanagementhub/get_lifecycle_stage.py +28 -15
- pulumi_oci/osmanagementhub/get_lifecycle_stages.py +86 -19
- pulumi_oci/osmanagementhub/get_managed_instance.py +587 -0
- pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +187 -0
- pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +190 -0
- pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +238 -0
- pulumi_oci/osmanagementhub/get_managed_instance_errata.py +204 -0
- pulumi_oci/osmanagementhub/get_managed_instance_group.py +62 -10
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +7 -9
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +7 -7
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +8 -10
- pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +220 -0
- pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +244 -0
- pulumi_oci/osmanagementhub/get_managed_instance_groups.py +71 -16
- pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +221 -0
- pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +204 -0
- pulumi_oci/osmanagementhub/get_managed_instance_modules.py +187 -0
- pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +221 -0
- pulumi_oci/osmanagementhub/get_managed_instances.py +537 -0
- pulumi_oci/osmanagementhub/get_management_station.py +42 -19
- pulumi_oci/osmanagementhub/get_management_station_mirrors.py +4 -4
- pulumi_oci/osmanagementhub/get_management_stations.py +15 -15
- pulumi_oci/osmanagementhub/get_profile.py +51 -12
- pulumi_oci/osmanagementhub/get_profiles.py +76 -16
- pulumi_oci/osmanagementhub/get_scheduled_job.py +426 -0
- pulumi_oci/osmanagementhub/get_scheduled_jobs.py +433 -0
- pulumi_oci/osmanagementhub/get_software_package.py +301 -0
- pulumi_oci/osmanagementhub/get_software_package_software_source.py +329 -0
- pulumi_oci/osmanagementhub/get_software_packages.py +232 -0
- pulumi_oci/osmanagementhub/get_software_source.py +109 -18
- pulumi_oci/osmanagementhub/get_software_source_module_stream.py +5 -5
- pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +6 -6
- pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +8 -8
- pulumi_oci/osmanagementhub/get_software_source_module_streams.py +9 -9
- pulumi_oci/osmanagementhub/get_software_source_package_group.py +8 -8
- pulumi_oci/osmanagementhub/get_software_source_package_groups.py +7 -7
- pulumi_oci/osmanagementhub/get_software_source_software_package.py +23 -10
- pulumi_oci/osmanagementhub/get_software_source_software_packages.py +6 -6
- pulumi_oci/osmanagementhub/get_software_source_vendors.py +2 -2
- pulumi_oci/osmanagementhub/get_software_sources.py +78 -21
- pulumi_oci/osmanagementhub/get_windows_update.py +222 -0
- pulumi_oci/osmanagementhub/get_windows_updates.py +187 -0
- pulumi_oci/osmanagementhub/lifecycle_environment.py +159 -86
- pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +249 -0
- pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +249 -0
- pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +296 -0
- pulumi_oci/osmanagementhub/managed_instance.py +1327 -0
- pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +266 -0
- pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +214 -0
- pulumi_oci/osmanagementhub/managed_instance_group.py +264 -86
- pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +264 -0
- pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +526 -0
- pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +292 -0
- pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +341 -0
- pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +341 -0
- pulumi_oci/osmanagementhub/management_station.py +184 -81
- pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +264 -0
- pulumi_oci/osmanagementhub/management_station_refresh_management.py +212 -0
- pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +264 -0
- pulumi_oci/osmanagementhub/outputs.py +10867 -2365
- pulumi_oci/osmanagementhub/profile.py +200 -78
- pulumi_oci/osmanagementhub/scheduled_job.py +1331 -0
- pulumi_oci/osmanagementhub/software_source.py +365 -181
- pulumi_oci/osmanagementhub/software_source_add_packages_management.py +266 -0
- pulumi_oci/osmanagementhub/software_source_change_availability_management.py +194 -0
- pulumi_oci/pulumi-plugin.json +2 -1
- {pulumi_oci-1.36.0a1715383492.dist-info → pulumi_oci-1.36.0a1715878445.dist-info}/METADATA +1 -1
- {pulumi_oci-1.36.0a1715383492.dist-info → pulumi_oci-1.36.0a1715878445.dist-info}/RECORD +119 -64
- {pulumi_oci-1.36.0a1715383492.dist-info → pulumi_oci-1.36.0a1715878445.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.36.0a1715383492.dist-info → pulumi_oci-1.36.0a1715878445.dist-info}/top_level.txt +0 -0
pulumi_oci/__init__.py
CHANGED
@@ -2004,6 +2004,14 @@ _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
|
+
},
|
2007
2015
|
{
|
2008
2016
|
"pkg": "oci",
|
2009
2017
|
"mod": "DataSafe/onPremConnector",
|
@@ -3292,6 +3300,14 @@ _utilities.register(
|
|
3292
3300
|
"oci:Email/emailDomain:EmailDomain": "EmailDomain"
|
3293
3301
|
}
|
3294
3302
|
},
|
3303
|
+
{
|
3304
|
+
"pkg": "oci",
|
3305
|
+
"mod": "Email/emailReturnPath",
|
3306
|
+
"fqn": "pulumi_oci.email",
|
3307
|
+
"classes": {
|
3308
|
+
"oci:Email/emailReturnPath:EmailReturnPath": "EmailReturnPath"
|
3309
|
+
}
|
3310
|
+
},
|
3295
3311
|
{
|
3296
3312
|
"pkg": "oci",
|
3297
3313
|
"mod": "Email/sender",
|
@@ -5188,6 +5204,14 @@ _utilities.register(
|
|
5188
5204
|
"oci:OsManagement/softwareSource:SoftwareSource": "SoftwareSource"
|
5189
5205
|
}
|
5190
5206
|
},
|
5207
|
+
{
|
5208
|
+
"pkg": "oci",
|
5209
|
+
"mod": "OsManagementHub/event",
|
5210
|
+
"fqn": "pulumi_oci.osmanagementhub",
|
5211
|
+
"classes": {
|
5212
|
+
"oci:OsManagementHub/event:Event": "Event"
|
5213
|
+
}
|
5214
|
+
},
|
5191
5215
|
{
|
5192
5216
|
"pkg": "oci",
|
5193
5217
|
"mod": "OsManagementHub/lifecycleEnvironment",
|
@@ -5196,6 +5220,54 @@ _utilities.register(
|
|
5196
5220
|
"oci:OsManagementHub/lifecycleEnvironment:LifecycleEnvironment": "LifecycleEnvironment"
|
5197
5221
|
}
|
5198
5222
|
},
|
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
|
+
},
|
5199
5271
|
{
|
5200
5272
|
"pkg": "oci",
|
5201
5273
|
"mod": "OsManagementHub/managedInstanceGroup",
|
@@ -5204,6 +5276,94 @@ _utilities.register(
|
|
5204
5276
|
"oci:OsManagementHub/managedInstanceGroup:ManagedInstanceGroup": "ManagedInstanceGroup"
|
5205
5277
|
}
|
5206
5278
|
},
|
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
|
+
},
|
5207
5367
|
{
|
5208
5368
|
"pkg": "oci",
|
5209
5369
|
"mod": "OsManagementHub/managementStation",
|
@@ -5212,6 +5372,30 @@ _utilities.register(
|
|
5212
5372
|
"oci:OsManagementHub/managementStation:ManagementStation": "ManagementStation"
|
5213
5373
|
}
|
5214
5374
|
},
|
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
|
+
},
|
5215
5399
|
{
|
5216
5400
|
"pkg": "oci",
|
5217
5401
|
"mod": "OsManagementHub/profile",
|
@@ -5220,6 +5404,14 @@ _utilities.register(
|
|
5220
5404
|
"oci:OsManagementHub/profile:Profile": "Profile"
|
5221
5405
|
}
|
5222
5406
|
},
|
5407
|
+
{
|
5408
|
+
"pkg": "oci",
|
5409
|
+
"mod": "OsManagementHub/scheduledJob",
|
5410
|
+
"fqn": "pulumi_oci.osmanagementhub",
|
5411
|
+
"classes": {
|
5412
|
+
"oci:OsManagementHub/scheduledJob:ScheduledJob": "ScheduledJob"
|
5413
|
+
}
|
5414
|
+
},
|
5223
5415
|
{
|
5224
5416
|
"pkg": "oci",
|
5225
5417
|
"mod": "OsManagementHub/softwareSource",
|
@@ -5228,6 +5420,22 @@ _utilities.register(
|
|
5228
5420
|
"oci:OsManagementHub/softwareSource:SoftwareSource": "SoftwareSource"
|
5229
5421
|
}
|
5230
5422
|
},
|
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
|
+
},
|
5231
5439
|
{
|
5232
5440
|
"pkg": "oci",
|
5233
5441
|
"mod": "OspGateway/addressActionVerification",
|
pulumi_oci/core/__init__.py
CHANGED
@@ -120,6 +120,9 @@ 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 *
|
123
126
|
from .get_ipsec_algorithm import *
|
124
127
|
from .get_ipsec_config import *
|
125
128
|
from .get_ipsec_connection_tunnel import *
|
pulumi_oci/core/_inputs.py
CHANGED
@@ -239,6 +239,7 @@ __all__ = [
|
|
239
239
|
'GetInstancePoolsFilterArgs',
|
240
240
|
'GetInstancesFilterArgs',
|
241
241
|
'GetInternetGatewaysFilterArgs',
|
242
|
+
'GetIpInventoryVcnOverlapsFilterArgs',
|
242
243
|
'GetIpsecConfigFilterArgs',
|
243
244
|
'GetIpsecConnectionTunnelRoutesFilterArgs',
|
244
245
|
'GetIpsecConnectionTunnelsFilterArgs',
|
@@ -16570,6 +16571,45 @@ class GetInternetGatewaysFilterArgs:
|
|
16570
16571
|
pulumi.set(self, "regex", value)
|
16571
16572
|
|
16572
16573
|
|
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
|
+
|
16573
16613
|
@pulumi.input_type
|
16574
16614
|
class GetIpsecConfigFilterArgs:
|
16575
16615
|
def __init__(__self__, *,
|
@@ -0,0 +1,171 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import pulumi
|
8
|
+
import pulumi.runtime
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
|
+
from .. import _utilities
|
11
|
+
from . import outputs
|
12
|
+
|
13
|
+
__all__ = [
|
14
|
+
'GetIpInventorySubnetResult',
|
15
|
+
'AwaitableGetIpInventorySubnetResult',
|
16
|
+
'get_ip_inventory_subnet',
|
17
|
+
'get_ip_inventory_subnet_output',
|
18
|
+
]
|
19
|
+
|
20
|
+
@pulumi.output_type
|
21
|
+
class GetIpInventorySubnetResult:
|
22
|
+
"""
|
23
|
+
A collection of values returned by getIpInventorySubnet.
|
24
|
+
"""
|
25
|
+
def __init__(__self__, compartment_id=None, id=None, ip_inventory_subnet_count=None, ip_inventory_subnet_resource_summaries=None, last_updated_timestamp=None, message=None, subnet_id=None):
|
26
|
+
if compartment_id and not isinstance(compartment_id, str):
|
27
|
+
raise TypeError("Expected argument 'compartment_id' to be a str")
|
28
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
29
|
+
if id and not isinstance(id, str):
|
30
|
+
raise TypeError("Expected argument 'id' to be a str")
|
31
|
+
pulumi.set(__self__, "id", id)
|
32
|
+
if ip_inventory_subnet_count and not isinstance(ip_inventory_subnet_count, int):
|
33
|
+
raise TypeError("Expected argument 'ip_inventory_subnet_count' to be a int")
|
34
|
+
pulumi.set(__self__, "ip_inventory_subnet_count", ip_inventory_subnet_count)
|
35
|
+
if ip_inventory_subnet_resource_summaries and not isinstance(ip_inventory_subnet_resource_summaries, list):
|
36
|
+
raise TypeError("Expected argument 'ip_inventory_subnet_resource_summaries' to be a list")
|
37
|
+
pulumi.set(__self__, "ip_inventory_subnet_resource_summaries", ip_inventory_subnet_resource_summaries)
|
38
|
+
if last_updated_timestamp and not isinstance(last_updated_timestamp, str):
|
39
|
+
raise TypeError("Expected argument 'last_updated_timestamp' to be a str")
|
40
|
+
pulumi.set(__self__, "last_updated_timestamp", last_updated_timestamp)
|
41
|
+
if message and not isinstance(message, str):
|
42
|
+
raise TypeError("Expected argument 'message' to be a str")
|
43
|
+
pulumi.set(__self__, "message", message)
|
44
|
+
if subnet_id and not isinstance(subnet_id, str):
|
45
|
+
raise TypeError("Expected argument 'subnet_id' to be a str")
|
46
|
+
pulumi.set(__self__, "subnet_id", subnet_id)
|
47
|
+
|
48
|
+
@property
|
49
|
+
@pulumi.getter(name="compartmentId")
|
50
|
+
def compartment_id(self) -> str:
|
51
|
+
"""
|
52
|
+
The compartment of the subnet.
|
53
|
+
"""
|
54
|
+
return pulumi.get(self, "compartment_id")
|
55
|
+
|
56
|
+
@property
|
57
|
+
@pulumi.getter
|
58
|
+
def id(self) -> str:
|
59
|
+
"""
|
60
|
+
The provider-assigned unique ID for this managed resource.
|
61
|
+
"""
|
62
|
+
return pulumi.get(self, "id")
|
63
|
+
|
64
|
+
@property
|
65
|
+
@pulumi.getter(name="ipInventorySubnetCount")
|
66
|
+
def ip_inventory_subnet_count(self) -> int:
|
67
|
+
"""
|
68
|
+
Specifies the count for the number of results for the response.
|
69
|
+
"""
|
70
|
+
return pulumi.get(self, "ip_inventory_subnet_count")
|
71
|
+
|
72
|
+
@property
|
73
|
+
@pulumi.getter(name="ipInventorySubnetResourceSummaries")
|
74
|
+
def ip_inventory_subnet_resource_summaries(self) -> Sequence['outputs.GetIpInventorySubnetIpInventorySubnetResourceSummaryResult']:
|
75
|
+
"""
|
76
|
+
Lists `SubnetResourceSummary` objects.
|
77
|
+
"""
|
78
|
+
return pulumi.get(self, "ip_inventory_subnet_resource_summaries")
|
79
|
+
|
80
|
+
@property
|
81
|
+
@pulumi.getter(name="lastUpdatedTimestamp")
|
82
|
+
def last_updated_timestamp(self) -> str:
|
83
|
+
"""
|
84
|
+
The Timestamp of the latest update from the database in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
85
|
+
"""
|
86
|
+
return pulumi.get(self, "last_updated_timestamp")
|
87
|
+
|
88
|
+
@property
|
89
|
+
@pulumi.getter
|
90
|
+
def message(self) -> str:
|
91
|
+
"""
|
92
|
+
Indicates the status of the data.
|
93
|
+
"""
|
94
|
+
return pulumi.get(self, "message")
|
95
|
+
|
96
|
+
@property
|
97
|
+
@pulumi.getter(name="subnetId")
|
98
|
+
def subnet_id(self) -> str:
|
99
|
+
return pulumi.get(self, "subnet_id")
|
100
|
+
|
101
|
+
|
102
|
+
class AwaitableGetIpInventorySubnetResult(GetIpInventorySubnetResult):
|
103
|
+
# pylint: disable=using-constant-test
|
104
|
+
def __await__(self):
|
105
|
+
if False:
|
106
|
+
yield self
|
107
|
+
return GetIpInventorySubnetResult(
|
108
|
+
compartment_id=self.compartment_id,
|
109
|
+
id=self.id,
|
110
|
+
ip_inventory_subnet_count=self.ip_inventory_subnet_count,
|
111
|
+
ip_inventory_subnet_resource_summaries=self.ip_inventory_subnet_resource_summaries,
|
112
|
+
last_updated_timestamp=self.last_updated_timestamp,
|
113
|
+
message=self.message,
|
114
|
+
subnet_id=self.subnet_id)
|
115
|
+
|
116
|
+
|
117
|
+
def get_ip_inventory_subnet(subnet_id: Optional[str] = None,
|
118
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetIpInventorySubnetResult:
|
119
|
+
"""
|
120
|
+
This data source provides details about a specific Ip Inventory Subnet resource in Oracle Cloud Infrastructure Core service.
|
121
|
+
|
122
|
+
Gets the IP Inventory data of the specified subnet. Specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
123
|
+
|
124
|
+
## Example Usage
|
125
|
+
|
126
|
+
```python
|
127
|
+
import pulumi
|
128
|
+
import pulumi_oci as oci
|
129
|
+
|
130
|
+
test_ip_inventory_subnet = oci.Core.get_ip_inventory_subnet(subnet_id=test_subnet["id"])
|
131
|
+
```
|
132
|
+
|
133
|
+
|
134
|
+
:param str subnet_id: Specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet.
|
135
|
+
"""
|
136
|
+
__args__ = dict()
|
137
|
+
__args__['subnetId'] = subnet_id
|
138
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
139
|
+
__ret__ = pulumi.runtime.invoke('oci:Core/getIpInventorySubnet:getIpInventorySubnet', __args__, opts=opts, typ=GetIpInventorySubnetResult).value
|
140
|
+
|
141
|
+
return AwaitableGetIpInventorySubnetResult(
|
142
|
+
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
143
|
+
id=pulumi.get(__ret__, 'id'),
|
144
|
+
ip_inventory_subnet_count=pulumi.get(__ret__, 'ip_inventory_subnet_count'),
|
145
|
+
ip_inventory_subnet_resource_summaries=pulumi.get(__ret__, 'ip_inventory_subnet_resource_summaries'),
|
146
|
+
last_updated_timestamp=pulumi.get(__ret__, 'last_updated_timestamp'),
|
147
|
+
message=pulumi.get(__ret__, 'message'),
|
148
|
+
subnet_id=pulumi.get(__ret__, 'subnet_id'))
|
149
|
+
|
150
|
+
|
151
|
+
@_utilities.lift_output_func(get_ip_inventory_subnet)
|
152
|
+
def get_ip_inventory_subnet_output(subnet_id: Optional[pulumi.Input[str]] = None,
|
153
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetIpInventorySubnetResult]:
|
154
|
+
"""
|
155
|
+
This data source provides details about a specific Ip Inventory Subnet resource in Oracle Cloud Infrastructure Core service.
|
156
|
+
|
157
|
+
Gets the IP Inventory data of the specified subnet. Specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
158
|
+
|
159
|
+
## Example Usage
|
160
|
+
|
161
|
+
```python
|
162
|
+
import pulumi
|
163
|
+
import pulumi_oci as oci
|
164
|
+
|
165
|
+
test_ip_inventory_subnet = oci.Core.get_ip_inventory_subnet(subnet_id=test_subnet["id"])
|
166
|
+
```
|
167
|
+
|
168
|
+
|
169
|
+
:param str subnet_id: Specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet.
|
170
|
+
"""
|
171
|
+
...
|
@@ -0,0 +1,171 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import pulumi
|
8
|
+
import pulumi.runtime
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
|
+
from .. import _utilities
|
11
|
+
from . import outputs
|
12
|
+
|
13
|
+
__all__ = [
|
14
|
+
'GetIpInventorySubnetCidrResult',
|
15
|
+
'AwaitableGetIpInventorySubnetCidrResult',
|
16
|
+
'get_ip_inventory_subnet_cidr',
|
17
|
+
'get_ip_inventory_subnet_cidr_output',
|
18
|
+
]
|
19
|
+
|
20
|
+
@pulumi.output_type
|
21
|
+
class GetIpInventorySubnetCidrResult:
|
22
|
+
"""
|
23
|
+
A collection of values returned by getIpInventorySubnetCidr.
|
24
|
+
"""
|
25
|
+
def __init__(__self__, compartment_id=None, id=None, ip_inventory_cidr_utilization_summaries=None, ip_inventory_subnet_cidr_count=None, last_updated_timestamp=None, message=None, subnet_id=None):
|
26
|
+
if compartment_id and not isinstance(compartment_id, str):
|
27
|
+
raise TypeError("Expected argument 'compartment_id' to be a str")
|
28
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
29
|
+
if id and not isinstance(id, str):
|
30
|
+
raise TypeError("Expected argument 'id' to be a str")
|
31
|
+
pulumi.set(__self__, "id", id)
|
32
|
+
if ip_inventory_cidr_utilization_summaries and not isinstance(ip_inventory_cidr_utilization_summaries, list):
|
33
|
+
raise TypeError("Expected argument 'ip_inventory_cidr_utilization_summaries' to be a list")
|
34
|
+
pulumi.set(__self__, "ip_inventory_cidr_utilization_summaries", ip_inventory_cidr_utilization_summaries)
|
35
|
+
if ip_inventory_subnet_cidr_count and not isinstance(ip_inventory_subnet_cidr_count, int):
|
36
|
+
raise TypeError("Expected argument 'ip_inventory_subnet_cidr_count' to be a int")
|
37
|
+
pulumi.set(__self__, "ip_inventory_subnet_cidr_count", ip_inventory_subnet_cidr_count)
|
38
|
+
if last_updated_timestamp and not isinstance(last_updated_timestamp, str):
|
39
|
+
raise TypeError("Expected argument 'last_updated_timestamp' to be a str")
|
40
|
+
pulumi.set(__self__, "last_updated_timestamp", last_updated_timestamp)
|
41
|
+
if message and not isinstance(message, str):
|
42
|
+
raise TypeError("Expected argument 'message' to be a str")
|
43
|
+
pulumi.set(__self__, "message", message)
|
44
|
+
if subnet_id and not isinstance(subnet_id, str):
|
45
|
+
raise TypeError("Expected argument 'subnet_id' to be a str")
|
46
|
+
pulumi.set(__self__, "subnet_id", subnet_id)
|
47
|
+
|
48
|
+
@property
|
49
|
+
@pulumi.getter(name="compartmentId")
|
50
|
+
def compartment_id(self) -> str:
|
51
|
+
"""
|
52
|
+
Compartment of the subnet.
|
53
|
+
"""
|
54
|
+
return pulumi.get(self, "compartment_id")
|
55
|
+
|
56
|
+
@property
|
57
|
+
@pulumi.getter
|
58
|
+
def id(self) -> str:
|
59
|
+
"""
|
60
|
+
The provider-assigned unique ID for this managed resource.
|
61
|
+
"""
|
62
|
+
return pulumi.get(self, "id")
|
63
|
+
|
64
|
+
@property
|
65
|
+
@pulumi.getter(name="ipInventoryCidrUtilizationSummaries")
|
66
|
+
def ip_inventory_cidr_utilization_summaries(self) -> Sequence['outputs.GetIpInventorySubnetCidrIpInventoryCidrUtilizationSummaryResult']:
|
67
|
+
"""
|
68
|
+
Lists 'IpInventoryCidrUtilizationSummary` object.
|
69
|
+
"""
|
70
|
+
return pulumi.get(self, "ip_inventory_cidr_utilization_summaries")
|
71
|
+
|
72
|
+
@property
|
73
|
+
@pulumi.getter(name="ipInventorySubnetCidrCount")
|
74
|
+
def ip_inventory_subnet_cidr_count(self) -> int:
|
75
|
+
"""
|
76
|
+
Specifies the count for the number of results for the response.
|
77
|
+
"""
|
78
|
+
return pulumi.get(self, "ip_inventory_subnet_cidr_count")
|
79
|
+
|
80
|
+
@property
|
81
|
+
@pulumi.getter(name="lastUpdatedTimestamp")
|
82
|
+
def last_updated_timestamp(self) -> str:
|
83
|
+
"""
|
84
|
+
The Timestamp of the latest update from the database in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
85
|
+
"""
|
86
|
+
return pulumi.get(self, "last_updated_timestamp")
|
87
|
+
|
88
|
+
@property
|
89
|
+
@pulumi.getter
|
90
|
+
def message(self) -> str:
|
91
|
+
"""
|
92
|
+
Indicates the status of the data.
|
93
|
+
"""
|
94
|
+
return pulumi.get(self, "message")
|
95
|
+
|
96
|
+
@property
|
97
|
+
@pulumi.getter(name="subnetId")
|
98
|
+
def subnet_id(self) -> str:
|
99
|
+
return pulumi.get(self, "subnet_id")
|
100
|
+
|
101
|
+
|
102
|
+
class AwaitableGetIpInventorySubnetCidrResult(GetIpInventorySubnetCidrResult):
|
103
|
+
# pylint: disable=using-constant-test
|
104
|
+
def __await__(self):
|
105
|
+
if False:
|
106
|
+
yield self
|
107
|
+
return GetIpInventorySubnetCidrResult(
|
108
|
+
compartment_id=self.compartment_id,
|
109
|
+
id=self.id,
|
110
|
+
ip_inventory_cidr_utilization_summaries=self.ip_inventory_cidr_utilization_summaries,
|
111
|
+
ip_inventory_subnet_cidr_count=self.ip_inventory_subnet_cidr_count,
|
112
|
+
last_updated_timestamp=self.last_updated_timestamp,
|
113
|
+
message=self.message,
|
114
|
+
subnet_id=self.subnet_id)
|
115
|
+
|
116
|
+
|
117
|
+
def get_ip_inventory_subnet_cidr(subnet_id: Optional[str] = None,
|
118
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetIpInventorySubnetCidrResult:
|
119
|
+
"""
|
120
|
+
This data source provides details about a specific Ip Inventory Subnet Cidr resource in Oracle Cloud Infrastructure Core service.
|
121
|
+
|
122
|
+
Gets the CIDR utilization data of the specified subnet. Specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
123
|
+
|
124
|
+
## Example Usage
|
125
|
+
|
126
|
+
```python
|
127
|
+
import pulumi
|
128
|
+
import pulumi_oci as oci
|
129
|
+
|
130
|
+
test_ip_inventory_subnet_cidr = oci.Core.get_ip_inventory_subnet_cidr(subnet_id=test_subnet["id"])
|
131
|
+
```
|
132
|
+
|
133
|
+
|
134
|
+
:param str subnet_id: Specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet.
|
135
|
+
"""
|
136
|
+
__args__ = dict()
|
137
|
+
__args__['subnetId'] = subnet_id
|
138
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
139
|
+
__ret__ = pulumi.runtime.invoke('oci:Core/getIpInventorySubnetCidr:getIpInventorySubnetCidr', __args__, opts=opts, typ=GetIpInventorySubnetCidrResult).value
|
140
|
+
|
141
|
+
return AwaitableGetIpInventorySubnetCidrResult(
|
142
|
+
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
143
|
+
id=pulumi.get(__ret__, 'id'),
|
144
|
+
ip_inventory_cidr_utilization_summaries=pulumi.get(__ret__, 'ip_inventory_cidr_utilization_summaries'),
|
145
|
+
ip_inventory_subnet_cidr_count=pulumi.get(__ret__, 'ip_inventory_subnet_cidr_count'),
|
146
|
+
last_updated_timestamp=pulumi.get(__ret__, 'last_updated_timestamp'),
|
147
|
+
message=pulumi.get(__ret__, 'message'),
|
148
|
+
subnet_id=pulumi.get(__ret__, 'subnet_id'))
|
149
|
+
|
150
|
+
|
151
|
+
@_utilities.lift_output_func(get_ip_inventory_subnet_cidr)
|
152
|
+
def get_ip_inventory_subnet_cidr_output(subnet_id: Optional[pulumi.Input[str]] = None,
|
153
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetIpInventorySubnetCidrResult]:
|
154
|
+
"""
|
155
|
+
This data source provides details about a specific Ip Inventory Subnet Cidr resource in Oracle Cloud Infrastructure Core service.
|
156
|
+
|
157
|
+
Gets the CIDR utilization data of the specified subnet. Specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
158
|
+
|
159
|
+
## Example Usage
|
160
|
+
|
161
|
+
```python
|
162
|
+
import pulumi
|
163
|
+
import pulumi_oci as oci
|
164
|
+
|
165
|
+
test_ip_inventory_subnet_cidr = oci.Core.get_ip_inventory_subnet_cidr(subnet_id=test_subnet["id"])
|
166
|
+
```
|
167
|
+
|
168
|
+
|
169
|
+
:param str subnet_id: Specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet.
|
170
|
+
"""
|
171
|
+
...
|