Package com.io7m.waxmill.machines
Interface WXMBootConfigurationType.WXMBootDiskAttachmentType
- All Known Implementing Classes:
WXMBootDiskAttachment
- Enclosing interface:
- WXMBootConfigurationType
@Immutable
public static interface WXMBootConfigurationType.WXMBootDiskAttachmentType
A disk attachment.
-
Method Summary
Modifier and Type Method Description WXMDeviceType.WXMStorageBackendTypebackend()WXMDeviceSlotdevice()
-
Method Details
-
device
WXMDeviceSlot device()- Returns:
- The disk device slot to which the storage will be attached
-
backend
WXMDeviceType.WXMStorageBackendType backend()- Returns:
- The storage backend
-