com.softlayer.api.service.container.hardware.Configuration 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.container.hardware;
import com.softlayer.api.annotation.ApiProperty;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.Entity;
import com.softlayer.api.service.container.hardware.configuration.Option;
import java.util.ArrayList;
import java.util.List;
/**
* The hardware configuration container is used to provide configuration options for servers.
*
* Each configuration option will include both an itemPrice
and a template
.
*
* The itemPrice
value will provide hourly and monthly costs (if either are applicable), and a description of the option.
*
* The template
will provide a fragment of the request with the properties and values that must be sent when creating a server with the option.
*
* The [[SoftLayer_Hardware/getCreateObjectOptions|getCreateObjectOptions]] method returns this data structure.
*
*
*
* @see SoftLayer_Container_Hardware_Configuration
*/
@ApiType("SoftLayer_Container_Hardware_Configuration")
public class Configuration extends Entity {
/**
*
*
* Available datacenter options.
*
*
* The datacenter.name
value in the template represents which datacenter the server will be provisioned in.
*
*/
@ApiProperty(canBeNullOrNotSet = true)
protected List