Structure used for client device registration information for DHCP connections. More...
import "saeaccess.idl";
Public Attributes | |
string | macAddress |
MAC address of the device. | |
string | loginName |
Subscriber's login name. | |
string | userDn |
Distinguished name of the user profile. | |
string | intfName |
Name of the managed interface to which the client device connects. | |
string | vrName |
Name of the virtual router to which the client device connects. | |
wstring | description |
Description of the registration for the device that connects using DHCP. |
Structure used for client device registration information for DHCP connections.
wstring sae.Registration.description |
Description of the registration for the device that connects using DHCP.
string sae.Registration.intfName |
Name of the managed interface to which the client device connects.
string sae.Registration.loginName |
Subscriber's login name.
string sae.Registration.macAddress |
MAC address of the device.
string sae.Registration.userDn |
Distinguished name of the user profile.
string sae.Registration.vrName |
Name of the virtual router to which the client device connects.