All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.softlayer.api.service.hardware.component.SecurityDevice Maven / Gradle / Ivy

There is a newer version: 0.3.4
Show newest version
package com.softlayer.api.service.hardware.component;

import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.hardware.Component;

/**
 * The SoftLayer_Hardware_Component_SecurityDevice is used to determine the security devices attached to the hardware component. 
 *
 * @see SoftLayer_Hardware_Component_SecurityDevice
 */
@ApiType("SoftLayer_Hardware_Component_SecurityDevice")
public class SecurityDevice extends Component {

    public static class Mask extends com.softlayer.api.service.hardware.Component.Mask {

    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy