Uses of Class
org.jclouds.softlayer.domain.internal.BlockDevice
-
Packages that use BlockDevice Package Description org.jclouds.softlayer.binders org.jclouds.softlayer.domain.internal -
-
Uses of BlockDevice in org.jclouds.softlayer.binders
Methods in org.jclouds.softlayer.binders with parameters of type BlockDevice Modifier and Type Method Description int
VirtualGuestToJson.BlockDevicesComparator. compare(BlockDevice b1, BlockDevice b2)
-
Uses of BlockDevice in org.jclouds.softlayer.domain.internal
Fields in org.jclouds.softlayer.domain.internal with type parameters of type BlockDevice Modifier and Type Field Description protected List<BlockDevice>
TemplateObject.Builder. blockDevices
Methods in org.jclouds.softlayer.domain.internal that return types with arguments of type BlockDevice Modifier and Type Method Description List<BlockDevice>
TemplateObject. getBlockDevices()
Method parameters in org.jclouds.softlayer.domain.internal with type arguments of type BlockDevice Modifier and Type Method Description TemplateObject.Builder
TemplateObject.Builder. blockDevices(List<BlockDevice> blockDevices)
-