statvxlanResult Structure Definition

The statvxlanResult structure defines the return type for statvxlan 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.

vxlanList

Pointer to the vxlan List.


vxlanstats Structure Definition

The vxlanstats structure defines the actual return type values for statvxlan API.

Syntax



Members

clearstats

Clear the statsistics / counters

_nextgenapiresource


vxlantotrxpkts

Packets received on the VXLAN.

vxlanrxpktsrate

Packets received on the VXLAN.

vxlantotrxbytes

Bytes of data received on the VXLAN.

vxlanrxbytesrate

Bytes of data received on the VXLAN.

vxlantottxpkts

Packets transmitted on the VXLAN.

vxlantxpktsrate

Packets transmitted on the VXLAN.

vxlantottxbytes

Bytes of data transmitted on the VXLAN.

vxlantxbytesrate

Bytes of data transmitted on the VXLAN.

See Also