| getbridgegroupResult Structure Definition |
The getbridgegroupResult structure defines the return type for getbridgegroup 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. |
bridgegroupList |
List of bridgegroups |
| bridgegroup Structure Definition |
The bridgegroup structure defines the actual return type values for getbridgegroup API. |
Syntax |
Members |
id |
The name of the bridge group. |
ipaddress |
The IP address assigned to the bridge group. |
netmask |
The network mask for the subnet defined for the bridge group. |
flags |
Temporary flag used for internal purpose. |
portbitmap |
Member interfaces of this bridge group. |
tagbitmap |
Tagged members of this bridge group. |
ifaces |
Names of all member interfaces of this bridge group. |
tagifaces |
Names of all tagged member interfaces of this bridge group. |
vlan |
Names of all member VLANs. |
dynamicrouting |
Whether dynamic routing is enabled or disabled. |
ipv6dynamicrouting |
Whether ipv6 dynamic routing is enabled or disabled. |
rnat |
Temporary flag used for internal purpose. |
partitionname |
Name of the Partition to which this vlan bound to. |
ownergroup |
The owner node group in a Cluster for this vlan. |
_nextgenapiresource |
boundvlanrnat |
boundiprnat |
ipv6address |
boundiprnat2 |
See Also |