| getnsconfigResult Structure Definition |
The getnsconfigResult structure defines the return type for getnsconfig 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. |
nsconfigList |
List of nsconfigs |
| nsconfig Structure Definition |
The nsconfig structure defines the actual return type values for getnsconfig API. |
Syntax |
Members |
ipaddress |
IP Address of the System. |
netmask |
The netmask corresponding to the IP address. |
mappedip |
Mapped IP Address of the System. |
range |
The range of Mapped IP addresses to be configured. |
nsvlan |
The VLAN (NSVLAN) for the subnet on which the system IP resides. |
ifnum |
Bind the given ports to the NSVLAN. |
tagged |
Specifies that the interfaces will be added as 802.1q tagged interfaces. Packets sent on these interface on this VLAN will have an additional 4-byte 802.1q tag which identifies the VLAN.
To use 802.1q tagging, the switch connected to the appliance's interfaces must also be configured for tagging. |
svmcmd |
Identifies the source of method. When SVM fires the nitro method, it will set the value of SVMCMD to be 1 and in other cases it will be 0. |
httpport |
The HTTP ports on the Web server. |
maxconn |
Maximum Number of Connections. |
maxreq |
Maxmimum Number of requests that can be handled. |
cip |
Insertion of client IP address into the HTTP header. |
cipheader |
The text that will be used as the client IP header. |
cookieversion |
The version of the cookie inserted by system. |
securecookie |
enable/disable secure flag for persistence cookie |
failover |
Standalone node. NOTE: This attribute is deprecated. |
systemtype |
The type of the System. Possible Values: Standalone, HA, Cluster |
primaryip |
HA Master Node IP address. |
pmtumin |
The minimum Path MTU. |
pmtutimeout |
The timeout value in minutes. |
ftpportrange |
Port range configured for FTP services. |
crportrange |
Port range for cache redirection services. |
flags |
The flags for this entry. |
timezone |
Name of the timezone |
lastconfigchangedtime |
Time when the configuration was last modified. |
lastconfigsavetime |
Time when the configuration was last saved through savensconfig. |
currentsytemtime |
current system time in date format. |
systemtime |
current system time. |
grantquotamaxclient |
The percentage of shared quota to be granted at a time for maxClient |
exclusivequotamaxclient |
The percentage of maxClient to be given to PEs |
grantquotaspillover |
The percentage of shared quota to be granted at a time for spillover |
exclusivequotaspillover |
The percentage of spillover threshold to be given to PEs |
securemanagementtraffic |
This enabled secure management traffic handling. |
securemanagementtd |
This positive integer identifies Management traffic domain. If not specified, defaults to 4094 |
_nextgenapiresource |
See Also |