com.softlayer.api.service.billing.item.hardware.Server 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;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.billing.item.Hardware;
/**
* The SoftLayer_Billing_Item_Hardware_Server data type contains billing information about a bare metal server and its relationship to a particular customer account.
*
* @see SoftLayer_Billing_Item_Hardware_Server
*/
@ApiType("SoftLayer_Billing_Item_Hardware_Server")
public class Server extends Hardware {
public static class Mask extends com.softlayer.api.service.billing.item.Hardware.Mask {
}
}