getnstrafficdomainResult Structure Definition

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

nstrafficdomainList

List of nstrafficdomains


nstrafficdomain Structure Definition

The nstrafficdomain structure defines the actual return type values for getnstrafficdomain API.

Syntax



Members

td

Integer value that uniquely identifies a traffic domain.

aliasname

Name of traffic domain being added.

vmac

Associate the traffic domain with a VMAC address instead of with VLANs. The Citrix ADC then sends the VMAC address of the traffic domain in all responses to ARP queries for network entities in that domain. As a result, the ADC can segregate subsequent incoming traffic for this traffic domain on the basis of the destination MAC address, because the destination MAC address is the VMAC address of the traffic domain. After creating entities on a traffic domain, you can easily manage and monitor them by performing traffic domain level operations.

vlan

ID of the VLAN to bind to this traffic domain. More than one VLAN can be bound to a traffic domain, but the same VLAN cannot be a part of multiple traffic domains.

vxlan

ID of the VXLAN to bind to this traffic domain. More than one VXLAN can be bound to a traffic domain, but the same VXLAN cannot be a part of multiple traffic domains.

bridgegroup

ID of the configured bridge to bind to this traffic domain. More than one bridge group can be bound to a traffic domain, but the same bridge group cannot be a part of multiple traffic domains.

state

The state of TrafficDmain.

_nextgenapiresource


See Also