FlowLogInformation Class

Information on the configuration of flow log and traffic analytics (optional).

All required parameters must be populated in order to send to Azure.

Inheritance
FlowLogInformation

Constructor

FlowLogInformation(*, target_resource_id: str, storage_id: str, enabled: bool, network_watcher_flow_analytics_configuration: typing.Union[_ForwardRef('TrafficAnalyticsConfigurationProperties'), NoneType] = None, retention_policy: typing.Union[_ForwardRef('RetentionPolicyParameters'), NoneType] = None, **kwargs)

Parameters

target_resource_id
str

Required. The ID of the resource to configure for flow logging.

network_watcher_flow_analytics_configuration
TrafficAnalyticsConfigurationProperties

Parameters that define the configuration of traffic analytics.

storage_id
str

Required. ID of the storage account which is used to store the flow log.

enabled
bool

Required. Flag to enable/disable flow logging.

retention_policy
RetentionPolicyParameters

Parameters that define the retention policy for flow log.