Network Tap Properties Destinations Args
data class NetworkTapPropertiesDestinationsArgs(val destinationId: Output<String>, val destinationTapRuleId: Output<String>? = null, val destinationType: Output<Either<String, DestinationType>>, val isolationDomainProperties: Output<IsolationDomainPropertiesArgs>? = null, val name: Output<String>) : ConvertibleToJava<NetworkTapPropertiesDestinationsArgs>
Destination.
Constructors
Link copied to clipboard
constructor(destinationId: Output<String>, destinationTapRuleId: Output<String>? = null, destinationType: Output<Either<String, DestinationType>>, isolationDomainProperties: Output<IsolationDomainPropertiesArgs>? = null, name: Output<String>)
Properties
Link copied to clipboard
The destination Id. ARM Resource ID of either NNI or Internal Networks.
Link copied to clipboard
ARM Resource ID of destination Tap Rule that contains match configurations.
Link copied to clipboard
Type of destination. Input can be IsolationDomain or Direct.
Link copied to clipboard
Isolation Domain Properties.