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