com.softlayer.api.service.hardware.Switch 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;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.Hardware;
/**
* The SoftLayer_Hardware_Switch object extends the base functionality of the SoftLayer_Hardware service.
*
* @see SoftLayer_Hardware_Switch
*/
@ApiType("SoftLayer_Hardware_Switch")
public class Switch extends Hardware {
public static class Mask extends com.softlayer.api.service.Hardware.Mask {
}
}