pulumi-oci 2.4.0a1721890421__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.
- pulumi_oci/__init__.py +78 -32
- pulumi_oci/_utilities.py +2 -0
- pulumi_oci/apmsynthetics/_inputs.py +457 -1
- pulumi_oci/apmsynthetics/config.py +172 -7
- pulumi_oci/apmsynthetics/get_monitor.py +42 -3
- pulumi_oci/apmsynthetics/get_monitors.py +2 -2
- pulumi_oci/apmsynthetics/outputs.py +1129 -9
- pulumi_oci/bigdataservice/bds_instance.py +47 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +11 -1
- pulumi_oci/bigdataservice/outputs.py +7 -0
- pulumi_oci/core/__init__.py +3 -0
- pulumi_oci/core/_inputs.py +48 -8
- pulumi_oci/core/get_instance_maintenance_event.py +414 -0
- pulumi_oci/core/get_instance_maintenance_events.py +250 -0
- pulumi_oci/core/instance_maintenance_event.py +1022 -0
- pulumi_oci/core/outputs.py +338 -8
- pulumi_oci/database/_inputs.py +16 -0
- pulumi_oci/database/autonomous_database.py +111 -9
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +7 -25
- pulumi_oci/database/cloud_exadata_infrastructure.py +66 -17
- pulumi_oci/database/cloud_vm_cluster.py +49 -0
- pulumi_oci/database/database.py +0 -96
- pulumi_oci/database/get_autonomous_database.py +38 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +14 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +14 -1
- pulumi_oci/database/get_key_store.py +11 -1
- pulumi_oci/database/key_store.py +34 -0
- pulumi_oci/database/outputs.py +115 -0
- pulumi_oci/databasemigration/_inputs.py +184 -0
- pulumi_oci/databasemigration/job.py +99 -24
- pulumi_oci/databasemigration/outputs.py +171 -0
- pulumi_oci/datasafe/__init__.py +3 -4
- pulumi_oci/datasafe/_inputs.py +185 -0
- pulumi_oci/datasafe/alert.py +56 -0
- pulumi_oci/datasafe/alert_policy.py +745 -0
- pulumi_oci/datasafe/alert_policy_rule.py +446 -0
- pulumi_oci/datasafe/discovery_mod.py +67 -38
- pulumi_oci/datasafe/get_alert.py +27 -1
- pulumi_oci/datasafe/get_alert_policy.py +26 -2
- pulumi_oci/datasafe/get_alert_policy_rule.py +94 -18
- pulumi_oci/datasafe/get_audit_events.py +2 -2
- pulumi_oci/datasafe/get_discovery_job.py +15 -1
- pulumi_oci/datasafe/get_report.py +15 -2
- pulumi_oci/datasafe/get_report_definition.py +15 -2
- pulumi_oci/datasafe/get_reports.py +43 -1
- pulumi_oci/datasafe/get_security_assessment.py +14 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +16 -3
- pulumi_oci/datasafe/get_security_assessment_findings.py +21 -3
- pulumi_oci/datasafe/get_sensitive_data_model.py +15 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py +153 -0
- pulumi_oci/datasafe/get_target_alert_policy_association.py +15 -2
- pulumi_oci/datasafe/get_user_assessment.py +14 -1
- pulumi_oci/datasafe/outputs.py +761 -33
- pulumi_oci/datasafe/report.py +32 -4
- pulumi_oci/datasafe/report_definition.py +32 -4
- pulumi_oci/datasafe/security_assessment.py +49 -0
- pulumi_oci/datasafe/sensitive_data_model.py +60 -3
- pulumi_oci/datasafe/target_alert_policy_association.py +28 -0
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +69 -16
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +58 -5
- pulumi_oci/datasafe/user_assessment.py +49 -0
- pulumi_oci/fleetsoftwareupdate/__init__.py +15 -0
- pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
- pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
- pulumi_oci/generativeai/get_dedicated_ai_cluster.py +3 -0
- pulumi_oci/generativeai/get_dedicated_ai_clusters.py +3 -0
- pulumi_oci/generativeai/get_endpoint.py +6 -9
- pulumi_oci/generativeai/get_endpoints.py +3 -3
- pulumi_oci/generativeai/get_model.py +36 -6
- pulumi_oci/generativeai/get_models.py +6 -0
- pulumi_oci/generativeai/outputs.py +228 -16
- pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
- pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +300 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
- pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +742 -0
- pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
- pulumi_oci/identity/__init__.py +3 -0
- pulumi_oci/identity/_inputs.py +1029 -0
- pulumi_oci/identity/domains_social_identity_provider.py +4628 -0
- pulumi_oci/identity/get_domains_social_identity_provider.py +664 -0
- pulumi_oci/identity/get_domains_social_identity_providers.py +276 -0
- pulumi_oci/identity/outputs.py +19544 -17378
- pulumi_oci/integration/_inputs.py +0 -2
- pulumi_oci/integration/get_integration_instance.py +0 -1
- pulumi_oci/integration/integration_instance.py +0 -27
- pulumi_oci/integration/outputs.py +4 -12
- pulumi_oci/networkfirewall/__init__.py +3 -0
- pulumi_oci/networkfirewall/_inputs.py +150 -0
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +227 -0
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +167 -0
- pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +605 -0
- pulumi_oci/networkfirewall/outputs.py +457 -0
- pulumi_oci/opsi/_inputs.py +8 -8
- pulumi_oci/opsi/database_insight.py +71 -15
- pulumi_oci/opsi/get_database_insight.py +29 -3
- pulumi_oci/opsi/get_database_insights.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +2 -2
- pulumi_oci/opsi/get_host_insight.py +1 -4
- pulumi_oci/opsi/get_host_insights.py +3 -3
- pulumi_oci/opsi/get_news_report.py +1 -1
- pulumi_oci/opsi/get_news_reports.py +3 -3
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse.py +7 -7
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +2 -2
- pulumi_oci/opsi/get_operations_insights_warehouses.py +5 -5
- pulumi_oci/opsi/host_insight.py +6 -14
- pulumi_oci/opsi/news_report.py +2 -2
- pulumi_oci/opsi/operations_insights_private_endpoint.py +9 -9
- pulumi_oci/opsi/operations_insights_warehouse.py +17 -17
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +14 -14
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +7 -7
- pulumi_oci/opsi/operations_insights_warehouse_user.py +14 -14
- pulumi_oci/opsi/outputs.py +46 -24
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/get_redis_cluster.py +1 -1
- pulumi_oci/redis/outputs.py +2 -2
- pulumi_oci/redis/redis_cluster.py +7 -7
- pulumi_oci/stackmonitoring/_inputs.py +2 -2
- pulumi_oci/stackmonitoring/baselineable_metric.py +76 -28
- pulumi_oci/stackmonitoring/get_baselineable_metric.py +14 -1
- pulumi_oci/stackmonitoring/get_baselineable_metrics.py +45 -5
- pulumi_oci/stackmonitoring/outputs.py +19 -8
- {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/RECORD +137 -111
- {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/WHEEL +1 -1
- pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
- pulumi_oci/datasafe/masking_report_management.py +0 -693
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
- {pulumi_oci-2.4.0a1721890421.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__, *,
|
pulumi_oci/opsi/_inputs.py
CHANGED
@@ -53,7 +53,7 @@ class DatabaseInsightConnectionCredentialDetailsArgs:
|
|
53
53
|
:param pulumi.Input[str] password_secret_id: The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
54
54
|
:param pulumi.Input[str] role: database user role.
|
55
55
|
:param pulumi.Input[str] user_name: database user name.
|
56
|
-
:param pulumi.Input[str] wallet_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored.
|
56
|
+
:param pulumi.Input[str] wallet_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored. This is used for TCPS support in BM/VM/ExaCS cases.
|
57
57
|
"""
|
58
58
|
if credential_source_name is not None:
|
59
59
|
pulumi.set(__self__, "credential_source_name", credential_source_name)
|
@@ -132,7 +132,7 @@ class DatabaseInsightConnectionCredentialDetailsArgs:
|
|
132
132
|
@pulumi.getter(name="walletSecretId")
|
133
133
|
def wallet_secret_id(self) -> Optional[pulumi.Input[str]]:
|
134
134
|
"""
|
135
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored.
|
135
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored. This is used for TCPS support in BM/VM/ExaCS cases.
|
136
136
|
"""
|
137
137
|
return pulumi.get(self, "wallet_secret_id")
|
138
138
|
|
@@ -282,7 +282,7 @@ class DatabaseInsightCredentialDetailsArgs:
|
|
282
282
|
:param pulumi.Input[str] password_secret_id: The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
|
283
283
|
:param pulumi.Input[str] role: database user role.
|
284
284
|
:param pulumi.Input[str] user_name: database user name.
|
285
|
-
:param pulumi.Input[str] wallet_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored.
|
285
|
+
:param pulumi.Input[str] wallet_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored. This is used for TCPS support in BM/VM/ExaCS cases.
|
286
286
|
"""
|
287
287
|
pulumi.set(__self__, "credential_type", credential_type)
|
288
288
|
if credential_source_name is not None:
|
@@ -360,7 +360,7 @@ class DatabaseInsightCredentialDetailsArgs:
|
|
360
360
|
@pulumi.getter(name="walletSecretId")
|
361
361
|
def wallet_secret_id(self) -> Optional[pulumi.Input[str]]:
|
362
362
|
"""
|
363
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored.
|
363
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored. This is used for TCPS support in BM/VM/ExaCS cases.
|
364
364
|
"""
|
365
365
|
return pulumi.get(self, "wallet_secret_id")
|
366
366
|
|
@@ -475,7 +475,7 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgs:
|
|
475
475
|
"""
|
476
476
|
:param pulumi.Input[str] compartment_id: (Updatable) Compartment Identifier of database
|
477
477
|
:param pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsArgs'] connection_details: Connection details of the private endpoints.
|
478
|
-
:param pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsArgs'] credential_details: User credential details to connect to the database.
|
478
|
+
:param pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsArgs'] credential_details: User credential details to connect to the database.
|
479
479
|
:param pulumi.Input[str] database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
|
480
480
|
:param pulumi.Input[str] database_resource_type: Oracle Cloud Infrastructure database resource type
|
481
481
|
:param pulumi.Input[str] dbm_private_endpoint_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Management private endpoint
|
@@ -542,7 +542,7 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgs:
|
|
542
542
|
@pulumi.getter(name="credentialDetails")
|
543
543
|
def credential_details(self) -> Optional[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsArgs']]:
|
544
544
|
"""
|
545
|
-
User credential details to connect to the database.
|
545
|
+
User credential details to connect to the database.
|
546
546
|
"""
|
547
547
|
return pulumi.get(self, "credential_details")
|
548
548
|
|
@@ -1671,7 +1671,7 @@ class GetOperationsInsightsWarehouseUsersFilterArgs:
|
|
1671
1671
|
values: Sequence[str],
|
1672
1672
|
regex: Optional[bool] = None):
|
1673
1673
|
"""
|
1674
|
-
:param str name: Username for schema which would have access to AWR Data, Enterprise Manager Data and
|
1674
|
+
:param str name: Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
|
1675
1675
|
"""
|
1676
1676
|
pulumi.set(__self__, "name", name)
|
1677
1677
|
pulumi.set(__self__, "values", values)
|
@@ -1682,7 +1682,7 @@ class GetOperationsInsightsWarehouseUsersFilterArgs:
|
|
1682
1682
|
@pulumi.getter
|
1683
1683
|
def name(self) -> str:
|
1684
1684
|
"""
|
1685
|
-
Username for schema which would have access to AWR Data, Enterprise Manager Data and
|
1685
|
+
Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
|
1686
1686
|
"""
|
1687
1687
|
return pulumi.get(self, "name")
|
1688
1688
|
|