TrafficAnalyticsConfigurationPropertiesResponse

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

Parameters that define the configuration of traffic analytics.

Constructors

constructor(enabled: Boolean? = null, trafficAnalyticsInterval: Int? = null, workspaceId: String? = null, workspaceRegion: String? = null, workspaceResourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Flag to enable/disable traffic analytics.

Link copied to clipboard

The interval in minutes which would decide how frequently TA service should do flow analytics.

Link copied to clipboard
val workspaceId: String? = null

The resource guid of the attached workspace.

Link copied to clipboard
val workspaceRegion: String? = null

The location of the attached workspace.

Link copied to clipboard

Resource Id of the attached workspace.