NeighborGroupProperties interface
Neighbor Group Properties defines the properties of the resource.
- Extends
Properties
network |
List of NetworkTap IDs where neighbor group is associated. NOTE: This property will not be serialized. It can only be populated by the server. |
network |
List of Network Tap Rule IDs where neighbor group is associated. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
The 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. |
destination | An array of destination IPv4 Addresses or IPv6 Addresses. |
Property Details
networkTapIds
List of NetworkTap IDs where neighbor group is associated. NOTE: This property will not be serialized. It can only be populated by the server.
networkTapIds?: string[]
Property Value
string[]
networkTapRuleIds
List of Network Tap Rule IDs where neighbor group is associated. NOTE: This property will not be serialized. It can only be populated by the server.
networkTapRuleIds?: string[]
Property Value
string[]
provisioningState
The 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
destination
An array of destination IPv4 Addresses or IPv6 Addresses.
destination?: NeighborGroupDestination
Property Value
Inherited From NeighborGroupPatchableProperties.destination