Package | Description |
---|---|
org.jclouds.openstack.nova.v2_0.config | |
org.jclouds.openstack.nova.v2_0.domain | |
org.jclouds.openstack.nova.v2_0.options |
Modifier and Type | Method and Description |
---|---|
Image |
NovaParserModule.ImageAdapter.apply(org.jclouds.openstack.nova.v2_0.config.NovaParserModule.ImageAdapter.ImageInternal in,
Map<String,String> metadata,
List<BlockDeviceMapping> blockDeviceMapping) |
Modifier and Type | Field and Description |
---|---|
protected List<BlockDeviceMapping> |
Image.Builder.blockDeviceMapping |
Modifier and Type | Method and Description |
---|---|
BlockDeviceMapping |
BlockDeviceMapping.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<BlockDeviceMapping> |
Image.getBlockDeviceMapping() |
Modifier and Type | Method and Description |
---|---|
BlockDeviceMapping.Builder |
BlockDeviceMapping.Builder.fromBlockDeviceMapping(BlockDeviceMapping in) |
Modifier and Type | Method and Description |
---|---|
T |
Image.Builder.blockDeviceMapping(List<BlockDeviceMapping> blockDeviceMapping) |
Constructor and Description |
---|
Image(String id,
String name,
Set<Link> links,
Date updated,
Date created,
String tenantId,
String userId,
Image.Status status,
int progress,
int minDisk,
int minRam,
List<BlockDeviceMapping> blockDeviceMapping,
Resource server,
Map<String,String> metadata) |
Modifier and Type | Method and Description |
---|---|
Set<BlockDeviceMapping> |
CreateServerOptions.getBlockDeviceMappings()
Block devices that should be attached to the instance at boot time.
|
Modifier and Type | Method and Description |
---|---|
CreateServerOptions |
CreateServerOptions.blockDeviceMappings(Set<BlockDeviceMapping> blockDeviceMappings) |
static CreateServerOptions |
CreateServerOptions.Builder.blockDeviceMappings(Set<BlockDeviceMapping> blockDeviceMappings) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.