com.softlayer.api.service.hardware.component.securitydevice.Infineon 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.component.securitydevice;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.hardware.component.SecurityDevice;
/**
* The SoftLayer_Hardware_Component_SecurityDevice_Infineon is used to determine the Infineon security device attached to the hardware component.
*
* @see SoftLayer_Hardware_Component_SecurityDevice_Infineon
*/
@ApiType("SoftLayer_Hardware_Component_SecurityDevice_Infineon")
public class Infineon extends SecurityDevice {
public static class Mask extends com.softlayer.api.service.hardware.component.SecurityDevice.Mask {
}
}