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

com.softlayer.api.service.billing.item.hardware.Server Maven / Gradle / Ivy

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 {

    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy