<nslookup>
Name | Description |
---|---|
addressProperty="..."
|
The IP address of the host is determined and stored in the designated property. |
addressesProperty="..."
|
The IP addresses of the host are determined, based on the configured name service on the system, and stored in the designated property, separated by commas. |
canonicalHostNameProperty="..."
|
Performs a reverse name lookup, based on the system configured name lookup service, and the result is stored in the designated property. |
failOnError="..."
|
Whether or not the execution of the current target should fail if the host name or address cannot resolved. |
host="..."
|
Either a machine name, such as "java.sun.com ", or a textual representation of its IP address.
|
hostNameProperty="..."
|
Performs a reverse name lookup, based on the system configured name lookup service, and the result is stored in the designated property. |
Default values are underlined.
host="host"
java.sun.com
", or a textual representation of its IP address.
For hosts specified in literal IPv6 address, either the form defined in RFC 2732 or the literal IPv6 address format defined in RFC 2373 is accepted.
IPv6 scoped addresses
are also supported. addressProperty="property-name"
addressesProperty="property-name"
hostNameProperty="property-name"
canonicalHostNameProperty="property-name"
Copyright © 2019. All rights reserved.