Package | Description |
---|---|
org.apache.jclouds.profitbricks.rest.domain |
Modifier and Type | Method and Description |
---|---|
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) |
abstract Image.Properties |
Image.properties() |
Modifier and Type | Method and Description |
---|---|
static Image |
Image.create(String id,
String type,
String href,
Metadata metadata,
Image.Properties properties) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.