public static final class FloppyTypes.UpdateSpec.Builder extends Object
FloppyTypes.UpdateSpec.| Constructor and Description |
|---|
FloppyTypes.UpdateSpec.Builder()
Constructor with parameters for the required properties of
FloppyTypes.UpdateSpec. |
| Modifier and Type | Method and Description |
|---|---|
FloppyTypes.UpdateSpec |
build() |
FloppyTypes.UpdateSpec.Builder |
setAllowGuestControl(Boolean allowGuestControl)
Flag indicating whether the guest can connect and disconnect the device.
|
FloppyTypes.UpdateSpec.Builder |
setBacking(FloppyTypes.BackingSpec backing)
Physical resource backing for the virtual floppy drive.
|
FloppyTypes.UpdateSpec.Builder |
setStartConnected(Boolean startConnected)
Flag indicating whether the virtual device should be connected whenever the
virtual machine is powered on.
|
public FloppyTypes.UpdateSpec.Builder()
FloppyTypes.UpdateSpec.public FloppyTypes.UpdateSpec.Builder setBacking(FloppyTypes.BackingSpec backing)
This property may only be modified if the virtual machine is not powered on or the virtual floppy drive is not connected.
Ifnull, the value is unchanged.backing - New value for the property.public FloppyTypes.UpdateSpec.Builder setStartConnected(Boolean startConnected)
null, the value is unchanged.startConnected - New value for the property.public FloppyTypes.UpdateSpec.Builder setAllowGuestControl(Boolean allowGuestControl)
null, the value is unchanged.allowGuestControl - New value for the property.public FloppyTypes.UpdateSpec build()
Copyright © 2016. All Rights Reserved.