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

com.softlayer.api.service.billing.item.network.LoadBalancer Maven / Gradle / Ivy

There is a newer version: 0.3.4
Show newest version
package com.softlayer.api.service.billing.item.network;

import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.billing.Item;

/**
 * A SoftLayer_Billing_Item_Network_LoadBalancer represents the [[SoftLayer_Billing_Item|billing item]] related to a single [[SoftLayer_Network_LoadBalancer|load balancer]] instance. 
 *
 * @see SoftLayer_Billing_Item_Network_LoadBalancer
 */
@ApiType("SoftLayer_Billing_Item_Network_LoadBalancer")
public class LoadBalancer extends Item {

    public static class Mask extends com.softlayer.api.service.billing.Item.Mask {

    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy