public static class ScsiController.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ScsiController |
build() |
ScsiController.Builder |
copy(ScsiController model) |
ScsiController.Builder |
label(String label)
Provides a label and summary information for the device.
|
ScsiController.Builder |
sharedBus(String sharedBus)
Shared bus.
|
ScsiController.Builder |
unitNumber(Integer unitNumber)
The unit number of the SCSI controller.
|
public ScsiController.Builder label(String label)
Provides a label and summary information for the device.
label
- the value to setpublic ScsiController.Builder unitNumber(Integer unitNumber)
The unit number of the SCSI controller.
unitNumber
- the value to setpublic ScsiController.Builder sharedBus(String sharedBus)
Shared bus.
sharedBus
- the value to setpublic ScsiController build()
public ScsiController.Builder copy(ScsiController model)
Copyright © 2016–2024. All rights reserved.