com.softlayer.api.service.hardware.router.Frontend 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
The newest version!
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_Frontend
*/
@ApiType("SoftLayer_Hardware_Router_Frontend")
public class Frontend extends Router {
public static class Mask extends com.softlayer.api.service.hardware.Router.Mask {
}
}