![JAR search and dependency download from the Maven repository](/logo.png)
com.softlayer.api.service.container.virtual.guest.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
package com.softlayer.api.service.container.virtual.guest;
import com.softlayer.api.annotation.ApiProperty;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.Entity;
import com.softlayer.api.service.container.virtual.guest.configuration.Option;
import java.util.ArrayList;
import java.util.List;
/**
* The guest configuration container is used to provide configuration options for creating computing instances.
*
* 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 computing instance with the option.
*
* The [[SoftLayer_Virtual_Guest/getCreateObjectOptions|getCreateObjectOptions]] method returns this data structure.
*
*
*
* @see SoftLayer_Container_Virtual_Guest_Configuration
*/
@ApiType("SoftLayer_Container_Virtual_Guest_Configuration")
public class Configuration extends Entity {
/**
*
*
* Available block device options.
*
*
* A computing instance will have at least one block device represented by a device
number of '0'
.
*
*
* The blockDevices.device
value in the template represents which device the option is for.
* The blockDevices.diskImage.capacity
value in the template represents the size, in gigabytes, of the disk.
* The localDiskFlag
value in the template represents whether the option is a local or SAN based disk.
*
*
* Note: The block device number '1'
is reserved for the SWAP disk attached to the computing instance.
*
*/
@ApiProperty(canBeNullOrNotSet = true)
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy