| getvxlanvlanmapResult Structure Definition |
The getvxlanvlanmapResult structure defines the return type for getvxlanvlanmap 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. |
vxlanvlanmapList |
List of vxlanvlanmaps |
| vxlanvlanmap Structure Definition |
The vxlanvlanmap structure defines the actual return type values for getvxlanvlanmap API. |
Syntax |
Members |
name |
Name of the mapping table. |
vxlan |
The VXLAN assigned to the vlan inside the cloud. |
vlan |
The vlan id or the range of vlan ids in the on-premise network. |
_nextgenapiresource |
See Also |