TrafficAnalyticsConfigurationProperties Class
Parameters that define the configuration of traffic analytics.
Constructor
TrafficAnalyticsConfigurationProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
enabled
|
Flag to enable/disable traffic analytics. |
|
workspace_id
|
The resource guid of the attached workspace. |
|
workspace_region
|
The location of the attached workspace. |
|
workspace_resource_id
|
Resource Id of the attached workspace. |
|
traffic_analytics_interval
|
The interval in minutes which would decide how frequently TA service should do flow analytics. |
Attributes
enabled
Flag to enable/disable traffic analytics.
enabled: bool | None
traffic_analytics_interval
The interval in minutes which would decide how frequently TA service should do flow analytics.
traffic_analytics_interval: int | None
workspace_id
The resource guid of the attached workspace.
workspace_id: str | None
workspace_region
The location of the attached workspace.
workspace_region: str | None
workspace_resource_id
Resource Id of the attached workspace.
workspace_resource_id: str | None