NetworkTapRuleProperties interface
Network Tap Rule Properties defines the resource properties.
- Extends
Properties
administrative |
Administrative state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
configuration |
Configuration state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
The last sync timestamp. NOTE: This property will not be serialized. It can only be populated by the server. |
network |
The ARM resource Id of the NetworkTap. NOTE: This property will not be serialized. It can only be populated by the server. |
polling |
Polling interval in seconds. |
provisioning |
Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
annotation | Switch configuration description. |
configuration |
Input method to configure Network Tap Rule. |
dynamic |
List of dynamic match configurations. |
match |
List of match configurations. |
tap |
Network Tap Rules file URL. |
Property Details
administrativeState
Administrative state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
administrativeState?: string
Property Value
string
configurationState
Configuration state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
configurationState?: string
Property Value
string
lastSyncedTime
The last sync timestamp. NOTE: This property will not be serialized. It can only be populated by the server.
lastSyncedTime?: Date
Property Value
Date
networkTapId
The ARM resource Id of the NetworkTap. NOTE: This property will not be serialized. It can only be populated by the server.
networkTapId?: string
Property Value
string
pollingIntervalInSeconds
Polling interval in seconds.
pollingIntervalInSeconds?: number
Property Value
number
provisioningState
Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
Inherited Property Details
annotation
Switch configuration description.
annotation?: string
Property Value
string
Inherited From AnnotationResource.annotation
configurationType
Input method to configure Network Tap Rule.
configurationType?: string
Property Value
string
Inherited From NetworkTapRulePatchableProperties.configurationType
dynamicMatchConfigurations
List of dynamic match configurations.
dynamicMatchConfigurations?: CommonDynamicMatchConfiguration[]
Property Value
Inherited From NetworkTapRulePatchableProperties.dynamicMatchConfigurations
matchConfigurations
List of match configurations.
matchConfigurations?: NetworkTapRuleMatchConfiguration[]
Property Value
Inherited From NetworkTapRulePatchableProperties.matchConfigurations
tapRulesUrl
Network Tap Rules file URL.
tapRulesUrl?: string
Property Value
string
Inherited From NetworkTapRulePatchableProperties.tapRulesUrl