NetworkWatcherFlowLogTrafficAnalytics

data class NetworkWatcherFlowLogTrafficAnalytics(val enabled: Boolean, val intervalInMinutes: Int? = null, val workspaceId: String, val workspaceRegion: String, val workspaceResourceId: String)

Constructors

Link copied to clipboard
constructor(enabled: Boolean, intervalInMinutes: Int? = null, workspaceId: String, workspaceRegion: String, workspaceResourceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Boolean flag to enable/disable traffic analytics.

Link copied to clipboard
val intervalInMinutes: Int? = null

How frequently service should do flow analytics in minutes. Defaults to 60.

Link copied to clipboard

The resource GUID of the attached workspace.

Link copied to clipboard

The location of the attached workspace.

Link copied to clipboard

The resource ID of the attached workspace.