NetworkTapProperties interface
Network Tap Properties defines the properties of the resource.
- Extends
Properties
administrative |
Administrative state of the resource. Example -Enabled/Disabled NOTE: This property will not be serialized. It can only be populated by the server. |
configuration |
Gets the configurations state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
destinations | List of destinations to send the filter traffic. |
network |
ARM resource ID of the Network Packet Broker. |
polling |
Polling type. |
provisioning |
Provides you the latest status of the NFC service, whether it is Accepted, updating, Succeeded or Failed. During this process, the states keep changing based on the status of Network Tap provisioning. NOTE: This property will not be serialized. It can only be populated by the server. |
source |
Source Tap Rule Id. ARM Resource ID of the Network Tap Rule. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
annotation | Switch configuration description. |
Property Details
administrativeState
Administrative state of the resource. Example -Enabled/Disabled NOTE: This property will not be serialized. It can only be populated by the server.
administrativeState?: string
Property Value
string
configurationState
Gets the configurations state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
configurationState?: string
Property Value
string
destinations
List of destinations to send the filter traffic.
destinations: NetworkTapPropertiesDestinationsItem[]
Property Value
networkPacketBrokerId
ARM resource ID of the Network Packet Broker.
networkPacketBrokerId: string
Property Value
string
pollingType
Polling type.
pollingType?: string
Property Value
string
provisioningState
Provides you the latest status of the NFC service, whether it is Accepted, updating, Succeeded or Failed. During this process, the states keep changing based on the status of Network Tap provisioning. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
sourceTapRuleId
Source Tap Rule Id. ARM Resource ID of the Network Tap Rule. NOTE: This property will not be serialized. It can only be populated by the server.
sourceTapRuleId?: string
Property Value
string
Inherited Property Details
annotation
Switch configuration description.
annotation?: string
Property Value
string
Inherited From AnnotationResource.annotation