com.softlayer.api.service.billing.item.hardware.security.Module 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.billing.item.hardware.security;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.billing.item.Hardware;
/**
* The SoftLayer_Billing_Item_Hardware_Security_Module data type contains general information relating to a single SoftLayer billing item for a hardware security module.
*
* @see SoftLayer_Billing_Item_Hardware_Security_Module
*/
@ApiType("SoftLayer_Billing_Item_Hardware_Security_Module")
public class Module extends Hardware {
public static class Mask extends com.softlayer.api.service.billing.item.Hardware.Mask {
}
}