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