| getnetbridgeResult Structure Definition |
The getnetbridgeResult structure defines the return type for getnetbridge API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
netbridgeList |
List of netbridges |
| netbridge Structure Definition |
The netbridge structure defines the actual return type values for getnetbridge API. |
Syntax |
Members |
name |
The name of the network bridge. |
vxlanvlanmap |
The vlan to vxlan mapping to be applied to this netbridge. |
tunnel |
The name of the tunnel that is a part of this bridge. |
vlan |
The VLAN that is extended by this network bridge. |
ipaddress |
The subnet that is extended by this network bridge. |
netmask |
The network mask for the subnet. |
_nextgenapiresource |
See Also |