pulumi-oci 2.5.0__py3-none-any.whl → 2.5.0a1721976101__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 +32 -59
- pulumi_oci/bigdataservice/bds_instance.py +0 -47
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -11
- pulumi_oci/bigdataservice/outputs.py +0 -7
- pulumi_oci/core/__init__.py +0 -3
- pulumi_oci/core/_inputs.py +0 -40
- pulumi_oci/core/outputs.py +0 -314
- pulumi_oci/database/autonomous_database.py +0 -28
- pulumi_oci/database/get_autonomous_database.py +1 -14
- pulumi_oci/database/outputs.py +0 -22
- pulumi_oci/databasemigration/_inputs.py +0 -184
- pulumi_oci/databasemigration/job.py +24 -99
- pulumi_oci/databasemigration/outputs.py +0 -171
- pulumi_oci/datasafe/__init__.py +4 -2
- pulumi_oci/datasafe/_inputs.py +0 -55
- pulumi_oci/datasafe/alert.py +0 -56
- pulumi_oci/datasafe/get_alert.py +1 -27
- pulumi_oci/datasafe/get_alert_policy.py +2 -26
- pulumi_oci/datasafe/get_alert_policy_rule.py +18 -94
- pulumi_oci/datasafe/get_report.py +1 -14
- pulumi_oci/datasafe/get_report_definition.py +1 -14
- pulumi_oci/datasafe/get_target_alert_policy_association.py +2 -15
- pulumi_oci/datasafe/masking_policy_health_report_management.py +453 -0
- pulumi_oci/datasafe/masking_report_management.py +693 -0
- pulumi_oci/datasafe/outputs.py +27 -231
- pulumi_oci/datasafe/report.py +0 -28
- pulumi_oci/datasafe/report_definition.py +0 -28
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/target_alert_policy_association.py +0 -28
- pulumi_oci/generativeai/get_dedicated_ai_cluster.py +0 -3
- pulumi_oci/generativeai/get_dedicated_ai_clusters.py +0 -3
- pulumi_oci/generativeai/get_endpoint.py +9 -6
- pulumi_oci/generativeai/get_endpoints.py +3 -3
- pulumi_oci/generativeai/get_model.py +6 -36
- pulumi_oci/generativeai/get_models.py +0 -6
- pulumi_oci/generativeai/outputs.py +16 -228
- pulumi_oci/identity/__init__.py +0 -3
- pulumi_oci/identity/_inputs.py +0 -1029
- pulumi_oci/identity/outputs.py +27254 -29420
- pulumi_oci/networkfirewall/__init__.py +0 -3
- pulumi_oci/networkfirewall/_inputs.py +0 -150
- pulumi_oci/networkfirewall/outputs.py +0 -457
- 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 +28 -76
- pulumi_oci/stackmonitoring/get_baselineable_metric.py +1 -14
- pulumi_oci/stackmonitoring/get_baselineable_metrics.py +5 -45
- pulumi_oci/stackmonitoring/outputs.py +8 -19
- {pulumi_oci-2.5.0.dist-info → pulumi_oci-2.5.0a1721976101.dist-info}/METADATA +1 -1
- {pulumi_oci-2.5.0.dist-info → pulumi_oci-2.5.0a1721976101.dist-info}/RECORD +56 -72
- {pulumi_oci-2.5.0.dist-info → pulumi_oci-2.5.0a1721976101.dist-info}/WHEEL +1 -1
- pulumi_oci/core/get_instance_maintenance_event.py +0 -414
- pulumi_oci/core/get_instance_maintenance_events.py +0 -250
- pulumi_oci/core/instance_maintenance_event.py +0 -1022
- pulumi_oci/datasafe/alert_policy.py +0 -745
- pulumi_oci/datasafe/alert_policy_rule.py +0 -446
- pulumi_oci/fleetsoftwareupdate/__init__.py +0 -15
- pulumi_oci/fleetsoftwareupdate/_inputs.py +0 -553
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +0 -514
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +0 -812
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +0 -225
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +0 -141
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +0 -325
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +0 -167
- pulumi_oci/fleetsoftwareupdate/outputs.py +0 -1481
- pulumi_oci/identity/domains_social_identity_provider.py +0 -4628
- pulumi_oci/identity/get_domains_social_identity_provider.py +0 -664
- pulumi_oci/identity/get_domains_social_identity_providers.py +0 -276
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +0 -227
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +0 -167
- pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +0 -605
- {pulumi_oci-2.5.0.dist-info → pulumi_oci-2.5.0a1721976101.dist-info}/top_level.txt +0 -0
@@ -26,8 +26,6 @@ from .get_network_firewall_policy_service import *
|
|
26
26
|
from .get_network_firewall_policy_service_list import *
|
27
27
|
from .get_network_firewall_policy_service_lists import *
|
28
28
|
from .get_network_firewall_policy_services import *
|
29
|
-
from .get_network_firewall_policy_tunnel_inspection_rule import *
|
30
|
-
from .get_network_firewall_policy_tunnel_inspection_rules import *
|
31
29
|
from .get_network_firewall_policy_url_list import *
|
32
30
|
from .get_network_firewall_policy_url_lists import *
|
33
31
|
from .get_network_firewalls import *
|
@@ -42,7 +40,6 @@ from .network_firewall_policy_mapped_secret import *
|
|
42
40
|
from .network_firewall_policy_security_rule import *
|
43
41
|
from .network_firewall_policy_service import *
|
44
42
|
from .network_firewall_policy_service_list import *
|
45
|
-
from .network_firewall_policy_tunnel_inspection_rule import *
|
46
43
|
from .network_firewall_policy_url_list import *
|
47
44
|
from ._inputs import *
|
48
45
|
from . import outputs
|
@@ -15,9 +15,6 @@ __all__ = [
|
|
15
15
|
'NetworkFirewallPolicySecurityRuleConditionArgs',
|
16
16
|
'NetworkFirewallPolicySecurityRulePositionArgs',
|
17
17
|
'NetworkFirewallPolicyServicePortRangeArgs',
|
18
|
-
'NetworkFirewallPolicyTunnelInspectionRuleConditionArgs',
|
19
|
-
'NetworkFirewallPolicyTunnelInspectionRulePositionArgs',
|
20
|
-
'NetworkFirewallPolicyTunnelInspectionRuleProfileArgs',
|
21
18
|
'NetworkFirewallPolicyUrlListUrlArgs',
|
22
19
|
'GetNetworkFirewallPoliciesFilterArgs',
|
23
20
|
'GetNetworkFirewallPolicyAddressListsFilterArgs',
|
@@ -28,7 +25,6 @@ __all__ = [
|
|
28
25
|
'GetNetworkFirewallPolicySecurityRulesFilterArgs',
|
29
26
|
'GetNetworkFirewallPolicyServiceListsFilterArgs',
|
30
27
|
'GetNetworkFirewallPolicyServicesFilterArgs',
|
31
|
-
'GetNetworkFirewallPolicyTunnelInspectionRulesFilterArgs',
|
32
28
|
'GetNetworkFirewallPolicyUrlListsFilterArgs',
|
33
29
|
'GetNetworkFirewallsFilterArgs',
|
34
30
|
]
|
@@ -291,107 +287,6 @@ class NetworkFirewallPolicyServicePortRangeArgs:
|
|
291
287
|
pulumi.set(self, "maximum_port", value)
|
292
288
|
|
293
289
|
|
294
|
-
@pulumi.input_type
|
295
|
-
class NetworkFirewallPolicyTunnelInspectionRuleConditionArgs:
|
296
|
-
def __init__(__self__, *,
|
297
|
-
destination_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
298
|
-
source_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
299
|
-
"""
|
300
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] destination_addresses: (Updatable) An array of address list names to be evaluated against the traffic destination address.
|
301
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] source_addresses: (Updatable) An array of address list names to be evaluated against the traffic source address.
|
302
|
-
"""
|
303
|
-
if destination_addresses is not None:
|
304
|
-
pulumi.set(__self__, "destination_addresses", destination_addresses)
|
305
|
-
if source_addresses is not None:
|
306
|
-
pulumi.set(__self__, "source_addresses", source_addresses)
|
307
|
-
|
308
|
-
@property
|
309
|
-
@pulumi.getter(name="destinationAddresses")
|
310
|
-
def destination_addresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
311
|
-
"""
|
312
|
-
(Updatable) An array of address list names to be evaluated against the traffic destination address.
|
313
|
-
"""
|
314
|
-
return pulumi.get(self, "destination_addresses")
|
315
|
-
|
316
|
-
@destination_addresses.setter
|
317
|
-
def destination_addresses(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
318
|
-
pulumi.set(self, "destination_addresses", value)
|
319
|
-
|
320
|
-
@property
|
321
|
-
@pulumi.getter(name="sourceAddresses")
|
322
|
-
def source_addresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
323
|
-
"""
|
324
|
-
(Updatable) An array of address list names to be evaluated against the traffic source address.
|
325
|
-
"""
|
326
|
-
return pulumi.get(self, "source_addresses")
|
327
|
-
|
328
|
-
@source_addresses.setter
|
329
|
-
def source_addresses(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
330
|
-
pulumi.set(self, "source_addresses", value)
|
331
|
-
|
332
|
-
|
333
|
-
@pulumi.input_type
|
334
|
-
class NetworkFirewallPolicyTunnelInspectionRulePositionArgs:
|
335
|
-
def __init__(__self__, *,
|
336
|
-
after_rule: Optional[pulumi.Input[str]] = None,
|
337
|
-
before_rule: Optional[pulumi.Input[str]] = None):
|
338
|
-
"""
|
339
|
-
:param pulumi.Input[str] after_rule: (Updatable) Identifier for rule after which this rule lies.
|
340
|
-
:param pulumi.Input[str] before_rule: (Updatable) Identifier for rule before which this rule lies.
|
341
|
-
"""
|
342
|
-
if after_rule is not None:
|
343
|
-
pulumi.set(__self__, "after_rule", after_rule)
|
344
|
-
if before_rule is not None:
|
345
|
-
pulumi.set(__self__, "before_rule", before_rule)
|
346
|
-
|
347
|
-
@property
|
348
|
-
@pulumi.getter(name="afterRule")
|
349
|
-
def after_rule(self) -> Optional[pulumi.Input[str]]:
|
350
|
-
"""
|
351
|
-
(Updatable) Identifier for rule after which this rule lies.
|
352
|
-
"""
|
353
|
-
return pulumi.get(self, "after_rule")
|
354
|
-
|
355
|
-
@after_rule.setter
|
356
|
-
def after_rule(self, value: Optional[pulumi.Input[str]]):
|
357
|
-
pulumi.set(self, "after_rule", value)
|
358
|
-
|
359
|
-
@property
|
360
|
-
@pulumi.getter(name="beforeRule")
|
361
|
-
def before_rule(self) -> Optional[pulumi.Input[str]]:
|
362
|
-
"""
|
363
|
-
(Updatable) Identifier for rule before which this rule lies.
|
364
|
-
"""
|
365
|
-
return pulumi.get(self, "before_rule")
|
366
|
-
|
367
|
-
@before_rule.setter
|
368
|
-
def before_rule(self, value: Optional[pulumi.Input[str]]):
|
369
|
-
pulumi.set(self, "before_rule", value)
|
370
|
-
|
371
|
-
|
372
|
-
@pulumi.input_type
|
373
|
-
class NetworkFirewallPolicyTunnelInspectionRuleProfileArgs:
|
374
|
-
def __init__(__self__, *,
|
375
|
-
must_return_traffic_to_source: Optional[pulumi.Input[bool]] = None):
|
376
|
-
"""
|
377
|
-
:param pulumi.Input[bool] must_return_traffic_to_source: (Updatable) Return scanned VXLAN tunnel traffic to source.
|
378
|
-
"""
|
379
|
-
if must_return_traffic_to_source is not None:
|
380
|
-
pulumi.set(__self__, "must_return_traffic_to_source", must_return_traffic_to_source)
|
381
|
-
|
382
|
-
@property
|
383
|
-
@pulumi.getter(name="mustReturnTrafficToSource")
|
384
|
-
def must_return_traffic_to_source(self) -> Optional[pulumi.Input[bool]]:
|
385
|
-
"""
|
386
|
-
(Updatable) Return scanned VXLAN tunnel traffic to source.
|
387
|
-
"""
|
388
|
-
return pulumi.get(self, "must_return_traffic_to_source")
|
389
|
-
|
390
|
-
@must_return_traffic_to_source.setter
|
391
|
-
def must_return_traffic_to_source(self, value: Optional[pulumi.Input[bool]]):
|
392
|
-
pulumi.set(self, "must_return_traffic_to_source", value)
|
393
|
-
|
394
|
-
|
395
290
|
@pulumi.input_type
|
396
291
|
class NetworkFirewallPolicyUrlListUrlArgs:
|
397
292
|
def __init__(__self__, *,
|
@@ -838,51 +733,6 @@ class GetNetworkFirewallPolicyServicesFilterArgs:
|
|
838
733
|
pulumi.set(self, "regex", value)
|
839
734
|
|
840
735
|
|
841
|
-
@pulumi.input_type
|
842
|
-
class GetNetworkFirewallPolicyTunnelInspectionRulesFilterArgs:
|
843
|
-
def __init__(__self__, *,
|
844
|
-
name: str,
|
845
|
-
values: Sequence[str],
|
846
|
-
regex: Optional[bool] = None):
|
847
|
-
"""
|
848
|
-
:param str name: Name for the Tunnel Inspection Rule, must be unique within the policy.
|
849
|
-
"""
|
850
|
-
pulumi.set(__self__, "name", name)
|
851
|
-
pulumi.set(__self__, "values", values)
|
852
|
-
if regex is not None:
|
853
|
-
pulumi.set(__self__, "regex", regex)
|
854
|
-
|
855
|
-
@property
|
856
|
-
@pulumi.getter
|
857
|
-
def name(self) -> str:
|
858
|
-
"""
|
859
|
-
Name for the Tunnel Inspection Rule, must be unique within the policy.
|
860
|
-
"""
|
861
|
-
return pulumi.get(self, "name")
|
862
|
-
|
863
|
-
@name.setter
|
864
|
-
def name(self, value: str):
|
865
|
-
pulumi.set(self, "name", value)
|
866
|
-
|
867
|
-
@property
|
868
|
-
@pulumi.getter
|
869
|
-
def values(self) -> Sequence[str]:
|
870
|
-
return pulumi.get(self, "values")
|
871
|
-
|
872
|
-
@values.setter
|
873
|
-
def values(self, value: Sequence[str]):
|
874
|
-
pulumi.set(self, "values", value)
|
875
|
-
|
876
|
-
@property
|
877
|
-
@pulumi.getter
|
878
|
-
def regex(self) -> Optional[bool]:
|
879
|
-
return pulumi.get(self, "regex")
|
880
|
-
|
881
|
-
@regex.setter
|
882
|
-
def regex(self, value: Optional[bool]):
|
883
|
-
pulumi.set(self, "regex", value)
|
884
|
-
|
885
|
-
|
886
736
|
@pulumi.input_type
|
887
737
|
class GetNetworkFirewallPolicyUrlListsFilterArgs:
|
888
738
|
def __init__(__self__, *,
|
@@ -16,9 +16,6 @@ __all__ = [
|
|
16
16
|
'NetworkFirewallPolicySecurityRuleCondition',
|
17
17
|
'NetworkFirewallPolicySecurityRulePosition',
|
18
18
|
'NetworkFirewallPolicyServicePortRange',
|
19
|
-
'NetworkFirewallPolicyTunnelInspectionRuleCondition',
|
20
|
-
'NetworkFirewallPolicyTunnelInspectionRulePosition',
|
21
|
-
'NetworkFirewallPolicyTunnelInspectionRuleProfile',
|
22
19
|
'NetworkFirewallPolicyUrlListUrl',
|
23
20
|
'GetNetworkFirewallPoliciesFilterResult',
|
24
21
|
'GetNetworkFirewallPoliciesNetworkFirewallPolicySummaryCollectionResult',
|
@@ -59,15 +56,6 @@ __all__ = [
|
|
59
56
|
'GetNetworkFirewallPolicyServicesServiceSummaryCollectionResult',
|
60
57
|
'GetNetworkFirewallPolicyServicesServiceSummaryCollectionItemResult',
|
61
58
|
'GetNetworkFirewallPolicyServicesServiceSummaryCollectionItemPortRangeResult',
|
62
|
-
'GetNetworkFirewallPolicyTunnelInspectionRuleConditionResult',
|
63
|
-
'GetNetworkFirewallPolicyTunnelInspectionRulePositionResult',
|
64
|
-
'GetNetworkFirewallPolicyTunnelInspectionRuleProfileResult',
|
65
|
-
'GetNetworkFirewallPolicyTunnelInspectionRulesFilterResult',
|
66
|
-
'GetNetworkFirewallPolicyTunnelInspectionRulesTunnelInspectionRuleSummaryCollectionResult',
|
67
|
-
'GetNetworkFirewallPolicyTunnelInspectionRulesTunnelInspectionRuleSummaryCollectionItemResult',
|
68
|
-
'GetNetworkFirewallPolicyTunnelInspectionRulesTunnelInspectionRuleSummaryCollectionItemConditionResult',
|
69
|
-
'GetNetworkFirewallPolicyTunnelInspectionRulesTunnelInspectionRuleSummaryCollectionItemPositionResult',
|
70
|
-
'GetNetworkFirewallPolicyTunnelInspectionRulesTunnelInspectionRuleSummaryCollectionItemProfileResult',
|
71
59
|
'GetNetworkFirewallPolicyUrlListUrlResult',
|
72
60
|
'GetNetworkFirewallPolicyUrlListsFilterResult',
|
73
61
|
'GetNetworkFirewallPolicyUrlListsUrlListSummaryCollectionResult',
|
@@ -379,142 +367,6 @@ class NetworkFirewallPolicyServicePortRange(dict):
|
|
379
367
|
return pulumi.get(self, "maximum_port")
|
380
368
|
|
381
369
|
|
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
|
-
|
518
370
|
@pulumi.output_type
|
519
371
|
class NetworkFirewallPolicyUrlListUrl(dict):
|
520
372
|
def __init__(__self__, *,
|
@@ -2240,315 +2092,6 @@ class GetNetworkFirewallPolicyServicesServiceSummaryCollectionItemPortRangeResul
|
|
2240
2092
|
return pulumi.get(self, "minimum_port")
|
2241
2093
|
|
2242
2094
|
|
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
|
-
|
2552
2095
|
@pulumi.output_type
|
2553
2096
|
class GetNetworkFirewallPolicyUrlListUrlResult(dict):
|
2554
2097
|
def __init__(__self__, *,
|
pulumi_oci/pulumi-plugin.json
CHANGED