Get Network Tap Result
data class GetNetworkTapResult(val administrativeState: String, val annotation: String? = null, val configurationState: String, val destinations: List<NetworkTapPropertiesResponseDestinations>, val id: String, val location: String, val name: String, val networkPacketBrokerId: String, val pollingType: String? = null, val provisioningState: String, val sourceTapRuleId: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
The Network Tap resource definition.
Constructors
Link copied to clipboard
fun GetNetworkTapResult(administrativeState: String, annotation: String? = null, configurationState: String, destinations: List<NetworkTapPropertiesResponseDestinations>, id: String, location: String, name: String, networkPacketBrokerId: String, pollingType: String? = null, provisioningState: String, sourceTapRuleId: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)