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 Details

    • asAsync

      Description copied from interface: Service
      Get an async version of this service
      Specified by:
      asAsync in interface Service
    • withNewMask

      Network.Mask withNewMask()
      Description copied from interface: Maskable
      Overwrite the existing mask on this service with a new one and return it
      Specified by:
      withNewMask in interface Maskable
    • withMask

      Network.Mask withMask()
      Description copied from interface: Maskable
      Use the existing mask on this service or create it if not present
      Specified by:
      withMask in interface Maskable
    • setMask

      void setMask​(Network.Mask mask)
    • nsLookup

      @ApiMethod String nsLookup​(String address, String type)
      A method used to return the nameserver information for a given address
      See Also:
      SoftLayer_Utility_Network::nsLookup
    • whois

      @ApiMethod String whois​(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. 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