Package | Description |
---|---|
org.apache.jclouds.profitbricks.rest.domain |
Modifier and Type | Method and Description |
---|---|
abstract CpuFamily |
Server.Properties.cpuFamily() |
abstract CpuFamily |
Server.Request.CreatePayload.cpuFamily() |
abstract CpuFamily |
Server.Request.UpdatePayload.cpuFamily() |
static CpuFamily |
CpuFamily.fromValue(String v) |
static CpuFamily |
CpuFamily.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CpuFamily[] |
CpuFamily.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract Server.Request.CreatePayload.Builder |
Server.Request.CreatePayload.Builder.cpuFamily(CpuFamily cpuFamily) |
abstract Server.Request.UpdatePayload.Builder |
Server.Request.UpdatePayload.Builder.cpuFamily(CpuFamily cpuFamily) |
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) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.