public static final class ConnectionUpdateSpec.Builder
extends java.lang.Object
ConnectionUpdateSpec.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ConnectionUpdateSpec. |
| Modifier and Type | Method and Description |
|---|---|
ConnectionUpdateSpec |
build() |
ConnectionUpdateSpec.Builder |
setAllowGuestControl(java.lang.Boolean allowGuestControl)
Flag indicating whether the guest can connect and disconnect the device.
|
ConnectionUpdateSpec.Builder |
setStartConnected(java.lang.Boolean startConnected)
Flag indicating whether the virtual device should be connected whenever the
virtual machine is powered on.
|
public Builder()
ConnectionUpdateSpec.public ConnectionUpdateSpec.Builder setStartConnected(java.lang.Boolean startConnected)
null, the value is unchanged.startConnected - New value for the property.public ConnectionUpdateSpec.Builder setAllowGuestControl(java.lang.Boolean allowGuestControl)
null, the value is unchanged.allowGuestControl - New value for the property.public ConnectionUpdateSpec build()