Interface Network.Service
- All Superinterfaces:
Maskable,ResultLimitable,Service
- Enclosing class:
- Network
@ApiService("SoftLayer_Utility_Network") public static interface Network.Service extends Service
The SoftLayer_Utility_Network service allows users to send network diagnostic requests from SoftLayer's application servers to a given host on the Internet.
- See Also:
- SoftLayer_Utility_Network
-
Method Summary
Modifier and Type Method Description Network.ServiceAsyncasAsync()Get an async version of this serviceStringnsLookup(String address, String type)A method used to return the nameserver information for a given addressvoidsetMask(Network.Mask mask)Stringwhois(String address)Perform a WHOIS lookup from SoftLayer's application servers on the given IP address or hostname and return the raw results of that command.Network.MaskwithMask()Use the existing mask on this service or create it if not presentNetwork.MaskwithNewMask()Overwrite the existing mask on this service with a new one and return itMethods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
Method Details
-
asAsync
Network.ServiceAsync asAsync()Description copied from interface:ServiceGet an async version of this service -
withNewMask
Network.Mask withNewMask()Description copied from interface:MaskableOverwrite the existing mask on this service with a new one and return it- Specified by:
withNewMaskin interfaceMaskable
-
withMask
Network.Mask withMask()Description copied from interface:MaskableUse the existing mask on this service or create it if not present -
setMask
-
nsLookup
A method used to return the nameserver information for a given address- See Also:
- SoftLayer_Utility_Network::nsLookup
-
whois
Perform a WHOIS lookup from SoftLayer's application servers on the given IP address or hostname and return the raw results of that command. The returned result is similar to the result received from running the command `whois` from a UNIX command shell. A WHOIS lookup queries a host's registrar to retrieve domain registrant information including registration date, expiry date, and the administrative, technical, billing, and abuse contacts responsible for a domain. WHOIS lookups are useful for determining a physical contact responsible for a particular domain. WHOIS lookups are also useful for determining domain availability. Running a WHOIS lookup on an IP address queries ARIN for that IP block's ownership, and is helpful for determining a physical entity responsible for a certain IP address.- See Also:
- SoftLayer_Utility_Network::whois
-