pulumi-oci 2.4.0a1721933648__py3-none-any.whl → 2.5.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 (77) hide show
  1. pulumi_oci/__init__.py +59 -32
  2. pulumi_oci/_utilities.py +2 -0
  3. pulumi_oci/bigdataservice/bds_instance.py +47 -0
  4. pulumi_oci/bigdataservice/get_bds_instance.py +11 -1
  5. pulumi_oci/bigdataservice/outputs.py +7 -0
  6. pulumi_oci/core/__init__.py +3 -0
  7. pulumi_oci/core/_inputs.py +40 -0
  8. pulumi_oci/core/get_instance_maintenance_event.py +414 -0
  9. pulumi_oci/core/get_instance_maintenance_events.py +250 -0
  10. pulumi_oci/core/instance_maintenance_event.py +1022 -0
  11. pulumi_oci/core/outputs.py +314 -0
  12. pulumi_oci/database/autonomous_database.py +28 -0
  13. pulumi_oci/database/get_autonomous_database.py +14 -1
  14. pulumi_oci/database/outputs.py +22 -0
  15. pulumi_oci/databasemigration/_inputs.py +184 -0
  16. pulumi_oci/databasemigration/job.py +99 -24
  17. pulumi_oci/databasemigration/outputs.py +171 -0
  18. pulumi_oci/datasafe/__init__.py +2 -4
  19. pulumi_oci/datasafe/_inputs.py +55 -0
  20. pulumi_oci/datasafe/alert.py +56 -0
  21. pulumi_oci/datasafe/alert_policy.py +745 -0
  22. pulumi_oci/datasafe/alert_policy_rule.py +446 -0
  23. pulumi_oci/datasafe/get_alert.py +27 -1
  24. pulumi_oci/datasafe/get_alert_policy.py +26 -2
  25. pulumi_oci/datasafe/get_alert_policy_rule.py +94 -18
  26. pulumi_oci/datasafe/get_report.py +14 -1
  27. pulumi_oci/datasafe/get_report_definition.py +14 -1
  28. pulumi_oci/datasafe/get_target_alert_policy_association.py +15 -2
  29. pulumi_oci/datasafe/outputs.py +231 -27
  30. pulumi_oci/datasafe/report.py +28 -0
  31. pulumi_oci/datasafe/report_definition.py +28 -0
  32. pulumi_oci/datasafe/target_alert_policy_association.py +28 -0
  33. pulumi_oci/fleetsoftwareupdate/__init__.py +15 -0
  34. pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
  35. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
  36. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
  37. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
  38. pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
  39. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
  40. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
  41. pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
  42. pulumi_oci/generativeai/get_dedicated_ai_cluster.py +3 -0
  43. pulumi_oci/generativeai/get_dedicated_ai_clusters.py +3 -0
  44. pulumi_oci/generativeai/get_endpoint.py +6 -9
  45. pulumi_oci/generativeai/get_endpoints.py +3 -3
  46. pulumi_oci/generativeai/get_model.py +36 -6
  47. pulumi_oci/generativeai/get_models.py +6 -0
  48. pulumi_oci/generativeai/outputs.py +228 -16
  49. pulumi_oci/identity/__init__.py +3 -0
  50. pulumi_oci/identity/_inputs.py +1029 -0
  51. pulumi_oci/identity/domains_social_identity_provider.py +4628 -0
  52. pulumi_oci/identity/get_domains_social_identity_provider.py +664 -0
  53. pulumi_oci/identity/get_domains_social_identity_providers.py +276 -0
  54. pulumi_oci/identity/outputs.py +19544 -17378
  55. pulumi_oci/networkfirewall/__init__.py +3 -0
  56. pulumi_oci/networkfirewall/_inputs.py +150 -0
  57. pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +227 -0
  58. pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +167 -0
  59. pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +605 -0
  60. pulumi_oci/networkfirewall/outputs.py +457 -0
  61. pulumi_oci/pulumi-plugin.json +1 -1
  62. pulumi_oci/redis/get_redis_cluster.py +1 -1
  63. pulumi_oci/redis/outputs.py +2 -2
  64. pulumi_oci/redis/redis_cluster.py +7 -7
  65. pulumi_oci/stackmonitoring/_inputs.py +2 -2
  66. pulumi_oci/stackmonitoring/baselineable_metric.py +76 -28
  67. pulumi_oci/stackmonitoring/get_baselineable_metric.py +14 -1
  68. pulumi_oci/stackmonitoring/get_baselineable_metrics.py +45 -5
  69. pulumi_oci/stackmonitoring/outputs.py +19 -8
  70. {pulumi_oci-2.4.0a1721933648.dist-info → pulumi_oci-2.5.0.dist-info}/METADATA +1 -1
  71. {pulumi_oci-2.4.0a1721933648.dist-info → pulumi_oci-2.5.0.dist-info}/RECORD +73 -57
  72. {pulumi_oci-2.4.0a1721933648.dist-info → pulumi_oci-2.5.0.dist-info}/WHEEL +1 -1
  73. pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
  74. pulumi_oci/datasafe/masking_report_management.py +0 -693
  75. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
  76. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
  77. {pulumi_oci-2.4.0a1721933648.dist-info → pulumi_oci-2.5.0.dist-info}/top_level.txt +0 -0
@@ -16,6 +16,9 @@ __all__ = [
16
16
  'NetworkFirewallPolicySecurityRuleCondition',
17
17
  'NetworkFirewallPolicySecurityRulePosition',
18
18
  'NetworkFirewallPolicyServicePortRange',
19
+ 'NetworkFirewallPolicyTunnelInspectionRuleCondition',
20
+ 'NetworkFirewallPolicyTunnelInspectionRulePosition',
21
+ 'NetworkFirewallPolicyTunnelInspectionRuleProfile',
19
22
  'NetworkFirewallPolicyUrlListUrl',
20
23
  'GetNetworkFirewallPoliciesFilterResult',
21
24
  'GetNetworkFirewallPoliciesNetworkFirewallPolicySummaryCollectionResult',
@@ -56,6 +59,15 @@ __all__ = [
56
59
  'GetNetworkFirewallPolicyServicesServiceSummaryCollectionResult',
57
60
  'GetNetworkFirewallPolicyServicesServiceSummaryCollectionItemResult',
58
61
  'GetNetworkFirewallPolicyServicesServiceSummaryCollectionItemPortRangeResult',
62
+ 'GetNetworkFirewallPolicyTunnelInspectionRuleConditionResult',
63
+ 'GetNetworkFirewallPolicyTunnelInspectionRulePositionResult',
64
+ 'GetNetworkFirewallPolicyTunnelInspectionRuleProfileResult',
65
+ 'GetNetworkFirewallPolicyTunnelInspectionRulesFilterResult',
66
+ 'GetNetworkFirewallPolicyTunnelInspectionRulesTunnelInspectionRuleSummaryCollectionResult',
67
+ 'GetNetworkFirewallPolicyTunnelInspectionRulesTunnelInspectionRuleSummaryCollectionItemResult',
68
+ 'GetNetworkFirewallPolicyTunnelInspectionRulesTunnelInspectionRuleSummaryCollectionItemConditionResult',
69
+ 'GetNetworkFirewallPolicyTunnelInspectionRulesTunnelInspectionRuleSummaryCollectionItemPositionResult',
70
+ 'GetNetworkFirewallPolicyTunnelInspectionRulesTunnelInspectionRuleSummaryCollectionItemProfileResult',
59
71
  'GetNetworkFirewallPolicyUrlListUrlResult',
60
72
  'GetNetworkFirewallPolicyUrlListsFilterResult',
61
73
  'GetNetworkFirewallPolicyUrlListsUrlListSummaryCollectionResult',
@@ -367,6 +379,142 @@ class NetworkFirewallPolicyServicePortRange(dict):
367
379
  return pulumi.get(self, "maximum_port")
368
380
 
369
381
 
382
+ @pulumi.output_type
383
+ class NetworkFirewallPolicyTunnelInspectionRuleCondition(dict):
384
+ @staticmethod
385
+ def __key_warning(key: str):
386
+ suggest = None
387
+ if key == "destinationAddresses":
388
+ suggest = "destination_addresses"
389
+ elif key == "sourceAddresses":
390
+ suggest = "source_addresses"
391
+
392
+ if suggest:
393
+ pulumi.log.warn(f"Key '{key}' not found in NetworkFirewallPolicyTunnelInspectionRuleCondition. Access the value via the '{suggest}' property getter instead.")
394
+
395
+ def __getitem__(self, key: str) -> Any:
396
+ NetworkFirewallPolicyTunnelInspectionRuleCondition.__key_warning(key)
397
+ return super().__getitem__(key)
398
+
399
+ def get(self, key: str, default = None) -> Any:
400
+ NetworkFirewallPolicyTunnelInspectionRuleCondition.__key_warning(key)
401
+ return super().get(key, default)
402
+
403
+ def __init__(__self__, *,
404
+ destination_addresses: Optional[Sequence[str]] = None,
405
+ source_addresses: Optional[Sequence[str]] = None):
406
+ """
407
+ :param Sequence[str] destination_addresses: (Updatable) An array of address list names to be evaluated against the traffic destination address.
408
+ :param Sequence[str] source_addresses: (Updatable) An array of address list names to be evaluated against the traffic source address.
409
+ """
410
+ if destination_addresses is not None:
411
+ pulumi.set(__self__, "destination_addresses", destination_addresses)
412
+ if source_addresses is not None:
413
+ pulumi.set(__self__, "source_addresses", source_addresses)
414
+
415
+ @property
416
+ @pulumi.getter(name="destinationAddresses")
417
+ def destination_addresses(self) -> Optional[Sequence[str]]:
418
+ """
419
+ (Updatable) An array of address list names to be evaluated against the traffic destination address.
420
+ """
421
+ return pulumi.get(self, "destination_addresses")
422
+
423
+ @property
424
+ @pulumi.getter(name="sourceAddresses")
425
+ def source_addresses(self) -> Optional[Sequence[str]]:
426
+ """
427
+ (Updatable) An array of address list names to be evaluated against the traffic source address.
428
+ """
429
+ return pulumi.get(self, "source_addresses")
430
+
431
+
432
+ @pulumi.output_type
433
+ class NetworkFirewallPolicyTunnelInspectionRulePosition(dict):
434
+ @staticmethod
435
+ def __key_warning(key: str):
436
+ suggest = None
437
+ if key == "afterRule":
438
+ suggest = "after_rule"
439
+ elif key == "beforeRule":
440
+ suggest = "before_rule"
441
+
442
+ if suggest:
443
+ pulumi.log.warn(f"Key '{key}' not found in NetworkFirewallPolicyTunnelInspectionRulePosition. Access the value via the '{suggest}' property getter instead.")
444
+
445
+ def __getitem__(self, key: str) -> Any:
446
+ NetworkFirewallPolicyTunnelInspectionRulePosition.__key_warning(key)
447
+ return super().__getitem__(key)
448
+
449
+ def get(self, key: str, default = None) -> Any:
450
+ NetworkFirewallPolicyTunnelInspectionRulePosition.__key_warning(key)
451
+ return super().get(key, default)
452
+
453
+ def __init__(__self__, *,
454
+ after_rule: Optional[str] = None,
455
+ before_rule: Optional[str] = None):
456
+ """
457
+ :param str after_rule: (Updatable) Identifier for rule after which this rule lies.
458
+ :param str before_rule: (Updatable) Identifier for rule before which this rule lies.
459
+ """
460
+ if after_rule is not None:
461
+ pulumi.set(__self__, "after_rule", after_rule)
462
+ if before_rule is not None:
463
+ pulumi.set(__self__, "before_rule", before_rule)
464
+
465
+ @property
466
+ @pulumi.getter(name="afterRule")
467
+ def after_rule(self) -> Optional[str]:
468
+ """
469
+ (Updatable) Identifier for rule after which this rule lies.
470
+ """
471
+ return pulumi.get(self, "after_rule")
472
+
473
+ @property
474
+ @pulumi.getter(name="beforeRule")
475
+ def before_rule(self) -> Optional[str]:
476
+ """
477
+ (Updatable) Identifier for rule before which this rule lies.
478
+ """
479
+ return pulumi.get(self, "before_rule")
480
+
481
+
482
+ @pulumi.output_type
483
+ class NetworkFirewallPolicyTunnelInspectionRuleProfile(dict):
484
+ @staticmethod
485
+ def __key_warning(key: str):
486
+ suggest = None
487
+ if key == "mustReturnTrafficToSource":
488
+ suggest = "must_return_traffic_to_source"
489
+
490
+ if suggest:
491
+ pulumi.log.warn(f"Key '{key}' not found in NetworkFirewallPolicyTunnelInspectionRuleProfile. Access the value via the '{suggest}' property getter instead.")
492
+
493
+ def __getitem__(self, key: str) -> Any:
494
+ NetworkFirewallPolicyTunnelInspectionRuleProfile.__key_warning(key)
495
+ return super().__getitem__(key)
496
+
497
+ def get(self, key: str, default = None) -> Any:
498
+ NetworkFirewallPolicyTunnelInspectionRuleProfile.__key_warning(key)
499
+ return super().get(key, default)
500
+
501
+ def __init__(__self__, *,
502
+ must_return_traffic_to_source: Optional[bool] = None):
503
+ """
504
+ :param bool must_return_traffic_to_source: (Updatable) Return scanned VXLAN tunnel traffic to source.
505
+ """
506
+ if must_return_traffic_to_source is not None:
507
+ pulumi.set(__self__, "must_return_traffic_to_source", must_return_traffic_to_source)
508
+
509
+ @property
510
+ @pulumi.getter(name="mustReturnTrafficToSource")
511
+ def must_return_traffic_to_source(self) -> Optional[bool]:
512
+ """
513
+ (Updatable) Return scanned VXLAN tunnel traffic to source.
514
+ """
515
+ return pulumi.get(self, "must_return_traffic_to_source")
516
+
517
+
370
518
  @pulumi.output_type
371
519
  class NetworkFirewallPolicyUrlListUrl(dict):
372
520
  def __init__(__self__, *,
@@ -2092,6 +2240,315 @@ class GetNetworkFirewallPolicyServicesServiceSummaryCollectionItemPortRangeResul
2092
2240
  return pulumi.get(self, "minimum_port")
2093
2241
 
2094
2242
 
2243
+ @pulumi.output_type
2244
+ class GetNetworkFirewallPolicyTunnelInspectionRuleConditionResult(dict):
2245
+ def __init__(__self__, *,
2246
+ destination_addresses: Sequence[str],
2247
+ source_addresses: Sequence[str]):
2248
+ """
2249
+ :param Sequence[str] destination_addresses: An array of address list names to be evaluated against the traffic destination address.
2250
+ :param Sequence[str] source_addresses: An array of address list names to be evaluated against the traffic source address.
2251
+ """
2252
+ pulumi.set(__self__, "destination_addresses", destination_addresses)
2253
+ pulumi.set(__self__, "source_addresses", source_addresses)
2254
+
2255
+ @property
2256
+ @pulumi.getter(name="destinationAddresses")
2257
+ def destination_addresses(self) -> Sequence[str]:
2258
+ """
2259
+ An array of address list names to be evaluated against the traffic destination address.
2260
+ """
2261
+ return pulumi.get(self, "destination_addresses")
2262
+
2263
+ @property
2264
+ @pulumi.getter(name="sourceAddresses")
2265
+ def source_addresses(self) -> Sequence[str]:
2266
+ """
2267
+ An array of address list names to be evaluated against the traffic source address.
2268
+ """
2269
+ return pulumi.get(self, "source_addresses")
2270
+
2271
+
2272
+ @pulumi.output_type
2273
+ class GetNetworkFirewallPolicyTunnelInspectionRulePositionResult(dict):
2274
+ def __init__(__self__, *,
2275
+ after_rule: str,
2276
+ before_rule: str):
2277
+ """
2278
+ :param str after_rule: Identifier for rule after which this rule lies.
2279
+ :param str before_rule: Identifier for rule before which this rule lies.
2280
+ """
2281
+ pulumi.set(__self__, "after_rule", after_rule)
2282
+ pulumi.set(__self__, "before_rule", before_rule)
2283
+
2284
+ @property
2285
+ @pulumi.getter(name="afterRule")
2286
+ def after_rule(self) -> str:
2287
+ """
2288
+ Identifier for rule after which this rule lies.
2289
+ """
2290
+ return pulumi.get(self, "after_rule")
2291
+
2292
+ @property
2293
+ @pulumi.getter(name="beforeRule")
2294
+ def before_rule(self) -> str:
2295
+ """
2296
+ Identifier for rule before which this rule lies.
2297
+ """
2298
+ return pulumi.get(self, "before_rule")
2299
+
2300
+
2301
+ @pulumi.output_type
2302
+ class GetNetworkFirewallPolicyTunnelInspectionRuleProfileResult(dict):
2303
+ def __init__(__self__, *,
2304
+ must_return_traffic_to_source: bool):
2305
+ """
2306
+ :param bool must_return_traffic_to_source: Return scanned VXLAN tunnel traffic to source.
2307
+ """
2308
+ pulumi.set(__self__, "must_return_traffic_to_source", must_return_traffic_to_source)
2309
+
2310
+ @property
2311
+ @pulumi.getter(name="mustReturnTrafficToSource")
2312
+ def must_return_traffic_to_source(self) -> bool:
2313
+ """
2314
+ Return scanned VXLAN tunnel traffic to source.
2315
+ """
2316
+ return pulumi.get(self, "must_return_traffic_to_source")
2317
+
2318
+
2319
+ @pulumi.output_type
2320
+ class GetNetworkFirewallPolicyTunnelInspectionRulesFilterResult(dict):
2321
+ def __init__(__self__, *,
2322
+ name: str,
2323
+ values: Sequence[str],
2324
+ regex: Optional[bool] = None):
2325
+ """
2326
+ :param str name: Name for the Tunnel Inspection Rule, must be unique within the policy.
2327
+ """
2328
+ pulumi.set(__self__, "name", name)
2329
+ pulumi.set(__self__, "values", values)
2330
+ if regex is not None:
2331
+ pulumi.set(__self__, "regex", regex)
2332
+
2333
+ @property
2334
+ @pulumi.getter
2335
+ def name(self) -> str:
2336
+ """
2337
+ Name for the Tunnel Inspection Rule, must be unique within the policy.
2338
+ """
2339
+ return pulumi.get(self, "name")
2340
+
2341
+ @property
2342
+ @pulumi.getter
2343
+ def values(self) -> Sequence[str]:
2344
+ return pulumi.get(self, "values")
2345
+
2346
+ @property
2347
+ @pulumi.getter
2348
+ def regex(self) -> Optional[bool]:
2349
+ return pulumi.get(self, "regex")
2350
+
2351
+
2352
+ @pulumi.output_type
2353
+ class GetNetworkFirewallPolicyTunnelInspectionRulesTunnelInspectionRuleSummaryCollectionResult(dict):
2354
+ def __init__(__self__, *,
2355
+ items: Sequence['outputs.GetNetworkFirewallPolicyTunnelInspectionRulesTunnelInspectionRuleSummaryCollectionItemResult']):
2356
+ pulumi.set(__self__, "items", items)
2357
+
2358
+ @property
2359
+ @pulumi.getter
2360
+ def items(self) -> Sequence['outputs.GetNetworkFirewallPolicyTunnelInspectionRulesTunnelInspectionRuleSummaryCollectionItemResult']:
2361
+ return pulumi.get(self, "items")
2362
+
2363
+
2364
+ @pulumi.output_type
2365
+ class GetNetworkFirewallPolicyTunnelInspectionRulesTunnelInspectionRuleSummaryCollectionItemResult(dict):
2366
+ def __init__(__self__, *,
2367
+ action: str,
2368
+ condition: 'outputs.GetNetworkFirewallPolicyTunnelInspectionRulesTunnelInspectionRuleSummaryCollectionItemConditionResult',
2369
+ name: str,
2370
+ network_firewall_policy_id: str,
2371
+ parent_resource_id: str,
2372
+ position: 'outputs.GetNetworkFirewallPolicyTunnelInspectionRulesTunnelInspectionRuleSummaryCollectionItemPositionResult',
2373
+ priority_order: str,
2374
+ profile: 'outputs.GetNetworkFirewallPolicyTunnelInspectionRulesTunnelInspectionRuleSummaryCollectionItemProfileResult',
2375
+ protocol: str):
2376
+ """
2377
+ :param str action: Types of Inspect Action on the Traffic flow.
2378
+ * INSPECT - Inspect the traffic.
2379
+ * INSPECT_AND_CAPTURE_LOG - Inspect and capture logs for the traffic.
2380
+ :param 'GetNetworkFirewallPolicyTunnelInspectionRulesTunnelInspectionRuleSummaryCollectionItemConditionArgs' condition: Criteria to evaluate against incoming network traffic. A match occurs when at least one item in the array associated with each specified property corresponds with the relevant aspect of the traffic.
2381
+ :param str name: Name for the Tunnel Inspection Rule, must be unique within the policy.
2382
+ :param str network_firewall_policy_id: Unique Network Firewall Policy identifier
2383
+ :param str parent_resource_id: OCID of the Network Firewall Policy this Tunnel Inspection Rule belongs to.
2384
+ :param 'GetNetworkFirewallPolicyTunnelInspectionRulesTunnelInspectionRuleSummaryCollectionItemPositionArgs' position: An object which defines the position of the rule.
2385
+ :param str priority_order: The priority order in which this rule should be evaluated
2386
+ :param 'GetNetworkFirewallPolicyTunnelInspectionRulesTunnelInspectionRuleSummaryCollectionItemProfileArgs' profile: Vxlan Inspect profile used in Vxlan Tunnel Inspection Rules.
2387
+ :param str protocol: Types of Tunnel Inspection Protocol to be applied on the traffic.
2388
+ * VXLAN - VXLAN Tunnel Inspection Protocol will be applied on the traffic.
2389
+ """
2390
+ pulumi.set(__self__, "action", action)
2391
+ pulumi.set(__self__, "condition", condition)
2392
+ pulumi.set(__self__, "name", name)
2393
+ pulumi.set(__self__, "network_firewall_policy_id", network_firewall_policy_id)
2394
+ pulumi.set(__self__, "parent_resource_id", parent_resource_id)
2395
+ pulumi.set(__self__, "position", position)
2396
+ pulumi.set(__self__, "priority_order", priority_order)
2397
+ pulumi.set(__self__, "profile", profile)
2398
+ pulumi.set(__self__, "protocol", protocol)
2399
+
2400
+ @property
2401
+ @pulumi.getter
2402
+ def action(self) -> str:
2403
+ """
2404
+ Types of Inspect Action on the Traffic flow.
2405
+ * INSPECT - Inspect the traffic.
2406
+ * INSPECT_AND_CAPTURE_LOG - Inspect and capture logs for the traffic.
2407
+ """
2408
+ return pulumi.get(self, "action")
2409
+
2410
+ @property
2411
+ @pulumi.getter
2412
+ def condition(self) -> 'outputs.GetNetworkFirewallPolicyTunnelInspectionRulesTunnelInspectionRuleSummaryCollectionItemConditionResult':
2413
+ """
2414
+ Criteria to evaluate against incoming network traffic. A match occurs when at least one item in the array associated with each specified property corresponds with the relevant aspect of the traffic.
2415
+ """
2416
+ return pulumi.get(self, "condition")
2417
+
2418
+ @property
2419
+ @pulumi.getter
2420
+ def name(self) -> str:
2421
+ """
2422
+ Name for the Tunnel Inspection Rule, must be unique within the policy.
2423
+ """
2424
+ return pulumi.get(self, "name")
2425
+
2426
+ @property
2427
+ @pulumi.getter(name="networkFirewallPolicyId")
2428
+ def network_firewall_policy_id(self) -> str:
2429
+ """
2430
+ Unique Network Firewall Policy identifier
2431
+ """
2432
+ return pulumi.get(self, "network_firewall_policy_id")
2433
+
2434
+ @property
2435
+ @pulumi.getter(name="parentResourceId")
2436
+ def parent_resource_id(self) -> str:
2437
+ """
2438
+ OCID of the Network Firewall Policy this Tunnel Inspection Rule belongs to.
2439
+ """
2440
+ return pulumi.get(self, "parent_resource_id")
2441
+
2442
+ @property
2443
+ @pulumi.getter
2444
+ def position(self) -> 'outputs.GetNetworkFirewallPolicyTunnelInspectionRulesTunnelInspectionRuleSummaryCollectionItemPositionResult':
2445
+ """
2446
+ An object which defines the position of the rule.
2447
+ """
2448
+ return pulumi.get(self, "position")
2449
+
2450
+ @property
2451
+ @pulumi.getter(name="priorityOrder")
2452
+ def priority_order(self) -> str:
2453
+ """
2454
+ The priority order in which this rule should be evaluated
2455
+ """
2456
+ return pulumi.get(self, "priority_order")
2457
+
2458
+ @property
2459
+ @pulumi.getter
2460
+ def profile(self) -> 'outputs.GetNetworkFirewallPolicyTunnelInspectionRulesTunnelInspectionRuleSummaryCollectionItemProfileResult':
2461
+ """
2462
+ Vxlan Inspect profile used in Vxlan Tunnel Inspection Rules.
2463
+ """
2464
+ return pulumi.get(self, "profile")
2465
+
2466
+ @property
2467
+ @pulumi.getter
2468
+ def protocol(self) -> str:
2469
+ """
2470
+ Types of Tunnel Inspection Protocol to be applied on the traffic.
2471
+ * VXLAN - VXLAN Tunnel Inspection Protocol will be applied on the traffic.
2472
+ """
2473
+ return pulumi.get(self, "protocol")
2474
+
2475
+
2476
+ @pulumi.output_type
2477
+ class GetNetworkFirewallPolicyTunnelInspectionRulesTunnelInspectionRuleSummaryCollectionItemConditionResult(dict):
2478
+ def __init__(__self__, *,
2479
+ destination_addresses: Sequence[str],
2480
+ source_addresses: Sequence[str]):
2481
+ """
2482
+ :param Sequence[str] destination_addresses: An array of address list names to be evaluated against the traffic destination address.
2483
+ :param Sequence[str] source_addresses: An array of address list names to be evaluated against the traffic source address.
2484
+ """
2485
+ pulumi.set(__self__, "destination_addresses", destination_addresses)
2486
+ pulumi.set(__self__, "source_addresses", source_addresses)
2487
+
2488
+ @property
2489
+ @pulumi.getter(name="destinationAddresses")
2490
+ def destination_addresses(self) -> Sequence[str]:
2491
+ """
2492
+ An array of address list names to be evaluated against the traffic destination address.
2493
+ """
2494
+ return pulumi.get(self, "destination_addresses")
2495
+
2496
+ @property
2497
+ @pulumi.getter(name="sourceAddresses")
2498
+ def source_addresses(self) -> Sequence[str]:
2499
+ """
2500
+ An array of address list names to be evaluated against the traffic source address.
2501
+ """
2502
+ return pulumi.get(self, "source_addresses")
2503
+
2504
+
2505
+ @pulumi.output_type
2506
+ class GetNetworkFirewallPolicyTunnelInspectionRulesTunnelInspectionRuleSummaryCollectionItemPositionResult(dict):
2507
+ def __init__(__self__, *,
2508
+ after_rule: str,
2509
+ before_rule: str):
2510
+ """
2511
+ :param str after_rule: Identifier for rule after which this rule lies.
2512
+ :param str before_rule: Identifier for rule before which this rule lies.
2513
+ """
2514
+ pulumi.set(__self__, "after_rule", after_rule)
2515
+ pulumi.set(__self__, "before_rule", before_rule)
2516
+
2517
+ @property
2518
+ @pulumi.getter(name="afterRule")
2519
+ def after_rule(self) -> str:
2520
+ """
2521
+ Identifier for rule after which this rule lies.
2522
+ """
2523
+ return pulumi.get(self, "after_rule")
2524
+
2525
+ @property
2526
+ @pulumi.getter(name="beforeRule")
2527
+ def before_rule(self) -> str:
2528
+ """
2529
+ Identifier for rule before which this rule lies.
2530
+ """
2531
+ return pulumi.get(self, "before_rule")
2532
+
2533
+
2534
+ @pulumi.output_type
2535
+ class GetNetworkFirewallPolicyTunnelInspectionRulesTunnelInspectionRuleSummaryCollectionItemProfileResult(dict):
2536
+ def __init__(__self__, *,
2537
+ must_return_traffic_to_source: bool):
2538
+ """
2539
+ :param bool must_return_traffic_to_source: Return scanned VXLAN tunnel traffic to source.
2540
+ """
2541
+ pulumi.set(__self__, "must_return_traffic_to_source", must_return_traffic_to_source)
2542
+
2543
+ @property
2544
+ @pulumi.getter(name="mustReturnTrafficToSource")
2545
+ def must_return_traffic_to_source(self) -> bool:
2546
+ """
2547
+ Return scanned VXLAN tunnel traffic to source.
2548
+ """
2549
+ return pulumi.get(self, "must_return_traffic_to_source")
2550
+
2551
+
2095
2552
  @pulumi.output_type
2096
2553
  class GetNetworkFirewallPolicyUrlListUrlResult(dict):
2097
2554
  def __init__(__self__, *,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "oci",
4
- "version": "2.4.0-alpha.1721933648"
4
+ "version": "2.5.0"
5
5
  }
@@ -163,7 +163,7 @@ class GetRedisClusterResult:
163
163
  @pulumi.getter(name="nsgIds")
164
164
  def nsg_ids(self) -> Sequence[str]:
165
165
  """
166
- OCIDs of the NSGs to control access in the customer network
166
+ A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this cluster. For more information, see [Using an NSG for Redis Clusters](https://docs.cloud.oracle.com/iaas/Content/redis/connecttorediscluster.htm#connecttorediscluster__networksecuritygroup).
167
167
  """
168
168
  return pulumi.get(self, "nsg_ids")
169
169
 
@@ -241,7 +241,7 @@ class GetRedisClustersRedisClusterCollectionItemResult(dict):
241
241
  :param Sequence['GetRedisClustersRedisClusterCollectionItemNodeCollectionArgs'] node_collections: The collection of Redis cluster nodes.
242
242
  :param int node_count: The number of nodes in the Redis cluster.
243
243
  :param float node_memory_in_gbs: The amount of memory allocated to the Redis cluster's nodes, in gigabytes.
244
- :param Sequence[str] nsg_ids: OCIDs of the NSGs to control access in the customer network
244
+ :param Sequence[str] nsg_ids: A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this cluster. For more information, see [Using an NSG for Redis Clusters](https://docs.cloud.oracle.com/iaas/Content/redis/connecttorediscluster.htm#connecttorediscluster__networksecuritygroup).
245
245
  :param str primary_endpoint_ip_address: The private IP address of the API endpoint for the Redis cluster's primary node.
246
246
  :param str primary_fqdn: The fully qualified domain name (FQDN) of the API endpoint for the Redis cluster's primary node.
247
247
  :param str replicas_endpoint_ip_address: The private IP address of the API endpoint for the Redis cluster's replica nodes.
@@ -350,7 +350,7 @@ class GetRedisClustersRedisClusterCollectionItemResult(dict):
350
350
  @pulumi.getter(name="nsgIds")
351
351
  def nsg_ids(self) -> Sequence[str]:
352
352
  """
353
- OCIDs of the NSGs to control access in the customer network
353
+ A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this cluster. For more information, see [Using an NSG for Redis Clusters](https://docs.cloud.oracle.com/iaas/Content/redis/connecttorediscluster.htm#connecttorediscluster__networksecuritygroup).
354
354
  """
355
355
  return pulumi.get(self, "nsg_ids")
356
356
 
@@ -39,7 +39,7 @@ class RedisClusterArgs:
39
39
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
40
40
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
41
41
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
42
- :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) OCIDs of the NSGs to control access in the customer network
42
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this cluster. For more information, see [Using an NSG for Redis Clusters](https://docs.cloud.oracle.com/iaas/Content/redis/connecttorediscluster.htm#connecttorediscluster__networksecuritygroup).
43
43
  """
44
44
  pulumi.set(__self__, "compartment_id", compartment_id)
45
45
  pulumi.set(__self__, "display_name", display_name)
@@ -158,7 +158,7 @@ class RedisClusterArgs:
158
158
  @pulumi.getter(name="nsgIds")
159
159
  def nsg_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
160
160
  """
161
- (Updatable) OCIDs of the NSGs to control access in the customer network
161
+ (Updatable) A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this cluster. For more information, see [Using an NSG for Redis Clusters](https://docs.cloud.oracle.com/iaas/Content/redis/connecttorediscluster.htm#connecttorediscluster__networksecuritygroup).
162
162
  """
163
163
  return pulumi.get(self, "nsg_ids")
164
164
 
@@ -199,7 +199,7 @@ class _RedisClusterState:
199
199
  :param pulumi.Input[Sequence[pulumi.Input['RedisClusterNodeCollectionArgs']]] node_collections: The collection of Redis cluster nodes.
200
200
  :param pulumi.Input[int] node_count: (Updatable) The number of nodes in the Redis cluster.
201
201
  :param pulumi.Input[float] node_memory_in_gbs: (Updatable) The amount of memory allocated to the Redis cluster's nodes, in gigabytes.
202
- :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) OCIDs of the NSGs to control access in the customer network
202
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this cluster. For more information, see [Using an NSG for Redis Clusters](https://docs.cloud.oracle.com/iaas/Content/redis/connecttorediscluster.htm#connecttorediscluster__networksecuritygroup).
203
203
  :param pulumi.Input[str] primary_endpoint_ip_address: The private IP address of the API endpoint for the Redis cluster's primary node.
204
204
  :param pulumi.Input[str] primary_fqdn: The fully qualified domain name (FQDN) of the API endpoint for the Redis cluster's primary node.
205
205
  :param pulumi.Input[str] replicas_endpoint_ip_address: The private IP address of the API endpoint for the Redis cluster's replica nodes.
@@ -354,7 +354,7 @@ class _RedisClusterState:
354
354
  @pulumi.getter(name="nsgIds")
355
355
  def nsg_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
356
356
  """
357
- (Updatable) OCIDs of the NSGs to control access in the customer network
357
+ (Updatable) A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this cluster. For more information, see [Using an NSG for Redis Clusters](https://docs.cloud.oracle.com/iaas/Content/redis/connecttorediscluster.htm#connecttorediscluster__networksecuritygroup).
358
358
  """
359
359
  return pulumi.get(self, "nsg_ids")
360
360
 
@@ -545,7 +545,7 @@ class RedisCluster(pulumi.CustomResource):
545
545
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
546
546
  :param pulumi.Input[int] node_count: (Updatable) The number of nodes in the Redis cluster.
547
547
  :param pulumi.Input[float] node_memory_in_gbs: (Updatable) The amount of memory allocated to the Redis cluster's nodes, in gigabytes.
548
- :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) OCIDs of the NSGs to control access in the customer network
548
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this cluster. For more information, see [Using an NSG for Redis Clusters](https://docs.cloud.oracle.com/iaas/Content/redis/connecttorediscluster.htm#connecttorediscluster__networksecuritygroup).
549
549
  :param pulumi.Input[str] software_version: The Redis version that the cluster is running.
550
550
  :param pulumi.Input[str] subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the Redis cluster's subnet.
551
551
 
@@ -702,7 +702,7 @@ class RedisCluster(pulumi.CustomResource):
702
702
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RedisClusterNodeCollectionArgs']]]] node_collections: The collection of Redis cluster nodes.
703
703
  :param pulumi.Input[int] node_count: (Updatable) The number of nodes in the Redis cluster.
704
704
  :param pulumi.Input[float] node_memory_in_gbs: (Updatable) The amount of memory allocated to the Redis cluster's nodes, in gigabytes.
705
- :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) OCIDs of the NSGs to control access in the customer network
705
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this cluster. For more information, see [Using an NSG for Redis Clusters](https://docs.cloud.oracle.com/iaas/Content/redis/connecttorediscluster.htm#connecttorediscluster__networksecuritygroup).
706
706
  :param pulumi.Input[str] primary_endpoint_ip_address: The private IP address of the API endpoint for the Redis cluster's primary node.
707
707
  :param pulumi.Input[str] primary_fqdn: The fully qualified domain name (FQDN) of the API endpoint for the Redis cluster's primary node.
708
708
  :param pulumi.Input[str] replicas_endpoint_ip_address: The private IP address of the API endpoint for the Redis cluster's replica nodes.
@@ -811,7 +811,7 @@ class RedisCluster(pulumi.CustomResource):
811
811
  @pulumi.getter(name="nsgIds")
812
812
  def nsg_ids(self) -> pulumi.Output[Sequence[str]]:
813
813
  """
814
- (Updatable) OCIDs of the NSGs to control access in the customer network
814
+ (Updatable) A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this cluster. For more information, see [Using an NSG for Redis Clusters](https://docs.cloud.oracle.com/iaas/Content/redis/connecttorediscluster.htm#connecttorediscluster__networksecuritygroup).
815
815
  """
816
816
  return pulumi.get(self, "nsg_ids")
817
817
 
@@ -1590,7 +1590,7 @@ class MonitoredResourceTaskTaskDetailsArgs:
1590
1590
  ** IMPORTANT **
1591
1591
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1592
1592
  :param pulumi.Input[int] availability_proxy_metric_collection_interval: Metrics collection interval in seconds used when calculating the availability of the resource based on metrics specified using the property 'availabilityProxyMetrics'.
1593
- :param pulumi.Input[Sequence[pulumi.Input[str]]] availability_proxy_metrics: List of metrics to be used to calculate the availability of the resource. Resource is considered to be up if at least one of the specified metrics is available for the resource during the specified interval using the property 'availabilityProxyMetricCollectionIntervalInSeconds'. If no metrics are specified, availability will not be calculated for the resource.
1593
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] availability_proxy_metrics: List of metrics to be used to calculate the availability of the resource. Resource is considered to be up if at least one of the specified metrics is available for the resource during the specified interval using the property 'availabilityProxyMetricCollectionIntervalInSeconds'. If no metrics are specified, availability will not be calculated for the resource.
1594
1594
  :param pulumi.Input[str] console_path_prefix: The console path prefix to use for providing service home url page navigation. For example if the prefix provided is 'security/bastion/bastions', the URL used for navigation will be https://<cloudhostname>/security/bastion/bastions/<resourceOcid>. If not provided, service home page link will not be shown in the stack monitoring home page.
1595
1595
  :param pulumi.Input[str] external_id_mapping: The external resource identifier property in the metric dimensions. Resources imported will be using this property value for external id.
1596
1596
  :param pulumi.Input[Sequence[pulumi.Input[str]]] lifecycle_status_mappings_for_up_statuses: Lifecycle states of the external resource which reflects the status of the resource being up.
@@ -1688,7 +1688,7 @@ class MonitoredResourceTaskTaskDetailsArgs:
1688
1688
  @pulumi.getter(name="availabilityProxyMetrics")
1689
1689
  def availability_proxy_metrics(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1690
1690
  """
1691
- List of metrics to be used to calculate the availability of the resource. Resource is considered to be up if at least one of the specified metrics is available for the resource during the specified interval using the property 'availabilityProxyMetricCollectionIntervalInSeconds'. If no metrics are specified, availability will not be calculated for the resource.
1691
+ List of metrics to be used to calculate the availability of the resource. Resource is considered to be up if at least one of the specified metrics is available for the resource during the specified interval using the property 'availabilityProxyMetricCollectionIntervalInSeconds'. If no metrics are specified, availability will not be calculated for the resource.
1692
1692
  """
1693
1693
  return pulumi.get(self, "availability_proxy_metrics")
1694
1694