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