Interface Status.Service

  • All Superinterfaces:
    Maskable, ResultLimitable, Service
    Enclosing class:
    Status

    @ApiService("SoftLayer_Auxiliary_Network_Status")
    public static interface Status.Service
    extends Service
    This service provides a way for a SoftLayer customer to obtain current latency information from around the world to our datacenters, and segments of our network both public and private. There are a few valid targets. Currently the valid targets are as follows:
    * ALL
    * NETWORK_DALLAS
    * NETWORK_HOUSTON
    * NETWORK_SANJOSE
    * NETWORK_SEATTLE
    * NETWORK_WDC
    * NETWORK_PUBLIC
    * NETWORK_PUBLIC_DALLAS
    * NETWORK_PUBLIC_HOUSTON
    * NETWORK_PUBLIC_SANJOSE
    * NETWORK_PUBLIC_SEATTLE
    * NETWORK_PUBLIC_WDC
    * NETWORK_PRIVATE
    * NETWORK_PRIVATE_DALLAS
    * NETWORK_PRIVATE_HOUSTON
    * NETWORK_PRIVATE_SANJOSE
    * NETWORK_PRIVATE_SEATTLE
    * NETWORK_PRIVATE_WDC
    Information
    See Also:
    SoftLayer_Auxiliary_Network_Status
    • Method Detail

      • withNewMask

        Status.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

        Status.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
      • getNetworkStatus

        @ApiMethod
        List<Reading> getNetworkStatus​(String target)
        Return the current network status of and latency information for a given target from numerous points around the world. Valid Targets:
        * ALL
        * NETWORK_DALLAS
        * NETWORK_SEATTLE
        * NETWORK_PUBLIC
        * NETWORK_PUBLIC_DALLAS
        * NETWORK_PUBLIC_SEATTLE
        * NETWORK_PUBLIC_WDC
        * NETWORK_PRIVATE
        * NETWORK_PRIVATE_DALLAS
        * NETWORK_PRIVATE_SEATTLE
        * NETWORK_PRIVATE_WDC
        See Also:
        SoftLayer_Auxiliary_Network_Status::getNetworkStatus