public class ServerDrive extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ServerDrive.Builder |
Constructor and Description |
---|
ServerDrive(Integer bootOrder,
String deviceChannel,
DeviceEmulationType deviceEmulationType,
Drive drive) |
ServerDrive(int bootOrder,
String deviceChannel,
DeviceEmulationType deviceEmulationType,
String driveUuid) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getBootOrder() |
String |
getDeviceChannel() |
DeviceEmulationType |
getDeviceEmulationType() |
Drive |
getDrive() |
String |
getDriveUuid() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"boot_order","dev_channel","device","drive"}) public ServerDrive(Integer bootOrder, String deviceChannel, DeviceEmulationType deviceEmulationType, Drive drive)
bootOrder
- drive boot orderdeviceChannel
- device channel in format {controller:unit} ex. 0:1, 0:2, etc.deviceEmulationType
- device emulation typedrive
- drive to attach. UUID Required.public ServerDrive(int bootOrder, String deviceChannel, DeviceEmulationType deviceEmulationType, String driveUuid)
bootOrder
- drive boot orderdeviceChannel
- device channel in format {controller:unit} ex. 0:1, 0:2, etc.deviceEmulationType
- device emulation typedriveUuid
- drive uuid.public Integer getBootOrder()
public String getDeviceChannel()
public DeviceEmulationType getDeviceEmulationType()
public Drive getDrive()
public String getDriveUuid()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.