NetworkPacketBrokerProperties interface
Network Packet Broker Properties defines the properties of the resource.
Properties
| configuration |
Configuration state of the resource. |
| last |
Details of the last operation performed on the resource |
| neighbor |
List of neighbor group IDs configured on NPB. |
| network |
List of ARM resource IDs of Network Devices [NPB]. |
| network |
ARM resource ID of the Network Fabric. |
| network |
List of network Tap IDs configured on NPB. |
| provisioning |
Provisioning state of the resource. |
| source |
List of network interfaces across NPB devices that are used to mirror source traffic. |
Property Details
configurationState
Configuration state of the resource.
configurationState?: string
Property Value
string
lastOperation
Details of the last operation performed on the resource
lastOperation?: LastOperationProperties
Property Value
neighborGroupIds
List of neighbor group IDs configured on NPB.
neighborGroupIds?: string[]
Property Value
string[]
networkDeviceIds
List of ARM resource IDs of Network Devices [NPB].
networkDeviceIds?: string[]
Property Value
string[]
networkFabricId
ARM resource ID of the Network Fabric.
networkFabricId: string
Property Value
string
networkTapIds
List of network Tap IDs configured on NPB.
networkTapIds?: string[]
Property Value
string[]
provisioningState
Provisioning state of the resource.
provisioningState?: string
Property Value
string
sourceInterfaceIds
List of network interfaces across NPB devices that are used to mirror source traffic.
sourceInterfaceIds?: string[]
Property Value
string[]