DestinationProperties interface
The network tap destination properties.
Properties
destination |
The destination Id. ARM Resource ID of either NNI or Internal Networks. |
destination |
ARM Resource ID of destination Tap Rule that contains match configurations. |
destination |
Type of destination. Input can be IsolationDomain or Direct. |
isolation |
Isolation Domain Properties. |
name | Destination name. |
Property Details
destinationId
The destination Id. ARM Resource ID of either NNI or Internal Networks.
destinationId?: string
Property Value
string
destinationTapRuleId
ARM Resource ID of destination Tap Rule that contains match configurations.
destinationTapRuleId?: string
Property Value
string
destinationType
Type of destination. Input can be IsolationDomain or Direct.
destinationType?: string
Property Value
string
isolationDomainProperties
Isolation Domain Properties.
isolationDomainProperties?: IsolationDomainProperties
Property Value
name
Destination name.
name?: string
Property Value
string