Network Tap Rule Action Args
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
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
Type of actions that can be performed.