Package | Description |
---|---|
org.apache.jclouds.profitbricks.rest.domain |
Modifier and Type | Method and Description |
---|---|
static LicenceType |
LicenceType.fromValue(String v) |
abstract LicenceType |
Volume.Properties.licenceType() |
abstract LicenceType |
Volume.Request.CreatePayload.licenceType() |
abstract LicenceType |
Image.Properties.licenceType() |
abstract LicenceType |
Image.Request.UpdatePayload.licenceType() |
abstract LicenceType |
Server.Properties.licenceType() |
abstract LicenceType |
Server.Request.CreatePayload.licenceType() |
abstract LicenceType |
Server.Request.UpdatePayload.licenceType() |
abstract LicenceType |
Snapshot.Properties.licenceType() |
abstract LicenceType |
Snapshot.Request.UpdatePayload.licenceType() |
static LicenceType |
LicenceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LicenceType[] |
LicenceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Server.Properties |
Server.Properties.create(String name,
int cores,
int ram,
AvailabilityZone availabilityZone,
Server.Status vmState,
LicenceType licenceType,
Volume bootVolume,
Volume bootCdrom,
CpuFamily cpuFamily) |
static Snapshot.Properties |
Snapshot.Properties.create(String name,
String description,
Integer size,
LicenceType licenceType,
Location location,
boolean cpuHotPlug,
boolean cpuHotUnplug,
boolean ramHotPlug,
boolean ramHotUnplug,
boolean nicHotPlug,
boolean nicHotUnplug,
boolean discVirtioHotPlug,
boolean discVirtioHotUnplug,
boolean discScsiHotPlug,
boolean discScsiHotUnplug) |
static Image.Properties |
Image.Properties.create(String name,
String description,
Location location,
float size,
boolean isPublic,
LicenceType licenceType,
Image.Type imageType,
boolean cpuHotPlug,
boolean cpuHotUnplug,
boolean ramHotPlug,
boolean ramHotUnplug,
boolean nicHotPlug,
boolean nicHotUnplug,
boolean discVirtioHotPlug,
boolean discVirtioHotUnplug,
boolean discScsiHotPlug,
boolean discScsiHotUnplug) |
static Volume.Properties |
Volume.Properties.create(String name,
VolumeType type,
float size,
AvailabilityZone availabilityZone,
String image,
String imagePassword,
Volume.Properties.BusType bus,
LicenceType licenceType,
boolean cpuHotPlug,
boolean cpuHotUnplug,
boolean ramHotPlug,
boolean ramHotUnplug,
boolean nicHotPlug,
boolean nicHotUnplug,
boolean discVirtioHotPlug,
boolean discVirtioHotUnplug,
boolean discScsiHotPlug,
boolean discScsiHotUnplug,
int deviceNumber) |
abstract Volume.Request.CreatePayload.Builder |
Volume.Request.CreatePayload.Builder.licenceType(LicenceType licenceType) |
abstract Image.Request.UpdatePayload.Builder |
Image.Request.UpdatePayload.Builder.licenceType(LicenceType licenceType) |
abstract Server.Request.CreatePayload.Builder |
Server.Request.CreatePayload.Builder.licenceType(LicenceType licenceType) |
abstract Server.Request.UpdatePayload.Builder |
Server.Request.UpdatePayload.Builder.licenceType(LicenceType licenceType) |
abstract Snapshot.Request.UpdatePayload.Builder |
Snapshot.Request.UpdatePayload.Builder.licenceType(LicenceType licenceType) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.