NetworkTapRuleActionArgs

data class NetworkTapRuleActionArgs(val destinationId: Output<String>? = null, val isTimestampEnabled: Output<Either<String, BooleanEnumProperty>>? = null, val matchConfigurationName: Output<String>? = null, val truncate: Output<String>? = null, val type: Output<Either<String, TapRuleActionType>>? = null) : ConvertibleToJava<NetworkTapRuleActionArgs>

Action that need to performed.

Constructors

Link copied to clipboard
constructor(destinationId: Output<String>? = null, isTimestampEnabled: Output<Either<String, BooleanEnumProperty>>? = null, matchConfigurationName: Output<String>? = null, truncate: Output<String>? = null, type: Output<Either<String, TapRuleActionType>>? = null)

Properties

Link copied to clipboard
val destinationId: Output<String>? = null

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

Link copied to clipboard
val isTimestampEnabled: Output<Either<String, BooleanEnumProperty>>? = null

The parameter to enable or disable the timestamp.

Link copied to clipboard
val matchConfigurationName: Output<String>? = null

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: Output<String>? = null

Truncate. 0 indicates do not truncate.

Link copied to clipboard
val type: Output<Either<String, TapRuleActionType>>? = null

Type of actions that can be performed.

Functions

Link copied to clipboard
open override fun toJava(): NetworkTapRuleActionArgs