| getlocationparameterResult Structure Definition |
The getlocationparameterResult structure defines the return type for getlocationparameter 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. |
locationparameterList |
List of locationparameters |
| locationparameter Structure Definition |
The locationparameter structure defines the actual return type values for getlocationparameter API. |
Syntax |
Members |
context |
The context in which a static proximity decision must be made. |
q1label |
The label for the 1st qualifier. These qualifier labels characterize the locations mapped with the IP addresses used to make static proximity decisions. |
q2label |
Label specifying the meaning of the second qualifier. Can be specified for custom context only. |
q3label |
Label specifying the meaning of the third qualifier. Can be specified for custom context only. |
q4label |
Label specifying the meaning of the fourth qualifier. Can be specified for custom context only. |
q5label |
Label specifying the meaning of the fifth qualifier. Can be specified for custom context only. |
q6label |
Label specifying the meaning of the sixth qualifier. Can be specified for custom context only. |
locationfile |
Currently loaded location database file. |
format |
Location file format |
custom |
Number of configured custom locations. |
statiC |
Number of configured locations in the database file (static locations). |
lines |
Number of lines in the databse files |
errors |
Number of errros encountered while reading the database file. |
warnings |
Number of warnings encountered while reading the database file. |
entries |
Number of successfully added entries. |
locationfile6 |
Currently loaded location database file. |
format6 |
Location file format |
custom6 |
Number of configured custom locations. |
static6 |
Number of configured locations in the database file (static locations). |
lines6 |
Number of lines in the databse files |
errors6 |
Number of errros encountered while reading the database file. |
warnings6 |
Number of warnings encountered while reading the database file. |
entries6 |
Number of successfully added entries. |
flags |
Information needed for display. This argument passes information from the kernel to the user space. |
status |
This argument displays when the status (success or failure) of database loading. |
databasemode |
This argument displays the database mode. |
flushing |
This argument displays the state of flushing. |
loading |
This argument displays the state of loading. |
matchwildcardtoany |
Indicates whether wildcard qualifiers should match any other
qualifier including non-wildcard while evaluating
location based expressions.
Possible values: Yes, No, Expression.
Yes - Wildcard qualifiers match any other qualifiers.
No - Wildcard qualifiers do not match non-wildcard
qualifiers, but match other wildcard qualifiers.
Expression - Wildcard qualifiers in an expression
match any qualifier in an LDNS location,
wildcard qualifiers in the LDNS location do not match
non-wildcard qualifiers in an expression |
builtin |
_nextgenapiresource |
See Also |