java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.auxiliary.network.Status

@ApiType("SoftLayer_Auxiliary_Network_Status")
public class Status
extends Entity
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
  • Constructor Details

    • Status

      public Status()
  • Method Details