You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enabled: Optional[bool] =field(default=None, metadata={"description": "Flag to enable/disable flow logging."})
1766
1772
etag: Optional[str] =field(default=None, metadata={'description': 'A unique read-only string that changes whenever the resource is updated.'}) # fmt: skip
1767
1773
flow_analytics_configuration: Optional[AzureTrafficAnalyticsProperties] =field(default=None, metadata={'description': 'Parameters that define the configuration of traffic analytics.'}) # fmt: skip
1768
-
format: Optional[AzureFlowLogFormatParameters] =field(default=None, metadata={'description': 'Parameters that define the flow log format.'}) # fmt: skip
target_resource_guid: Optional[str] =field(default=None, metadata={'description': 'Guid of network security group to which flow log will be applied.'}) # fmt: skip
1777
1779
target_resource_id: Optional[str] =field(default=None, metadata={'description': 'ID of network security group to which flow log will be applied.'}) # fmt: skip
default_security_rules: Optional[List[AzureSecurityRule]] =field(default=None, metadata={'description': 'The default security rules of network security group.'}) # fmt: skip
1806
-
flow_logs: Optional[List[AzureFlowLog]] =field(default=None, metadata={'description': 'A collection of references to flow log resources.'}) # fmt: skip
1815
+
flow_log_ids: Optional[List[str]] =field(default=None, metadata={'description': 'A collection of references to flow log resources.'}) # fmt: skip
1807
1816
flush_connection: Optional[bool] =field(default=None, metadata={'description': 'When enabled, flows created from Network Security Group connections will be re-evaluated when rules are updates. Initial enablement will trigger re-evaluation.'}) # fmt: skip
1808
1817
resource_guid: Optional[str] =field(default=None, metadata={'description': 'The resource GUID property of the network security group resource.'}) # fmt: skip
1809
1818
security_rules: Optional[List[AzureSecurityRule]] =field(default=None, metadata={'description': 'A collection of security rules of the network security group.'}) # fmt: skip
0 commit comments