| getlocationResult Structure Definition |
The getlocationResult structure defines the return type for getlocation 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. |
locationList |
List of locations |
| location Structure Definition |
The location structure defines the actual return type values for getlocation API. |
Syntax |
Members |
ipfrom |
The qualifiers in dotted notation for the ipaddress. |
ipto |
The end of the IP address range. |
preferredlocation |
The qualifiers in dotted notation for the ipaddress range. |
q1label |
Least specific location qualifier. |
q2label |
Location qualifier 2. |
q3label |
Location qualifier 3. |
q4label |
Location qualifier 4. |
q5label |
Location qualifier 5. |
q6label |
Most specific location qualifier. |
longitude |
Numerical value, in degrees, specifying the longitude of the geographical location of the IP address-range.
Note: Longitude and latitude parameters are used for selecting a service with the static proximity GSLB method. If they are not specified, selection is based on the qualifiers specified for the location. |
latitude |
Numerical value, in degrees, specifying the latitude of the geographical location of the IP address-range.
Note: Longitude and latitude parameters are used for selecting a service with the static proximity GSLB method. If they are not specified, selection is based on the qualifiers specified for the location. |
_nextgenapiresource |
See Also |