com.softlayer.api.service.hardware.router.Backend Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of softlayer-api-client Show documentation
Show all versions of softlayer-api-client Show documentation
API client for accessing the SoftLayer API
package com.softlayer.api.service.hardware.router;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.hardware.Router;
/**
* The SoftLayer_Hardware_Router_Frontend data type contains general information relating to a single SoftLayer router item for hardware.
*
* @see SoftLayer_Hardware_Router_Backend
*/
@ApiType("SoftLayer_Hardware_Router_Backend")
public class Backend extends Router {
public static class Mask extends com.softlayer.api.service.hardware.Router.Mask {
}
}