
com.softlayer.api.service.hardware.component.DriveController Maven / Gradle / Ivy
package com.softlayer.api.service.hardware.component;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.hardware.Component;
/**
* The SoftLayer_Hardware_Component_DriveController data type abstracts information related to a drive controller.
*
* @see SoftLayer_Hardware_Component_DriveController
*/
@ApiType("SoftLayer_Hardware_Component_DriveController")
public class DriveController extends Component {
public static class Mask extends com.softlayer.api.service.hardware.Component.Mask {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy