NetworkTapRuleActionResponse

data class NetworkTapRuleActionResponse(val destinationId: String? = null, val isTimestampEnabled: String? = null, val matchConfigurationName: String? = null, val truncate: String? = null, val type: String? = null)

Action that need to performed.

Constructors

Link copied to clipboard
constructor(destinationId: String? = null, isTimestampEnabled: String? = null, matchConfigurationName: String? = null, truncate: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val destinationId: String? = null

Destination Id. The ARM resource Id may be either Network To Network Interconnect or NeighborGroup.

Link copied to clipboard

The parameter to enable or disable the timestamp.

Link copied to clipboard

The name of the match configuration. This is used when Goto type is provided. If Goto type is selected and no match configuration name is provided. It goes to next configuration.

Link copied to clipboard
val truncate: String? = null

Truncate. 0 indicates do not truncate.

Link copied to clipboard
val type: String? = null

Type of actions that can be performed.