public static final class IdeAddressSpec.Builder extends Object
IdeAddressSpec.| Constructor and Description |
|---|
IdeAddressSpec.Builder()
Constructor with parameters for the required properties of
IdeAddressSpec. |
| Modifier and Type | Method and Description |
|---|---|
IdeAddressSpec |
build() |
IdeAddressSpec.Builder |
setMaster(Boolean master)
Flag specifying whether the device should be the master or slave device on the
IDE adapter.
|
IdeAddressSpec.Builder |
setPrimary(Boolean primary)
Flag specifying whether the device should be attached to the primary or
secondary IDE adapter of the virtual machine.
|
public IdeAddressSpec.Builder()
IdeAddressSpec.public IdeAddressSpec.Builder setPrimary(Boolean primary)
null, the server will choose a adapter with an available connection.
If no IDE connections are available, the request will be rejected.primary - New value for the property.public IdeAddressSpec.Builder setMaster(Boolean master)
null, the server will choose an available connection type. If no IDE
connections are available, the request will be rejected.master - New value for the property.public IdeAddressSpec build()
Copyright © 2016. All Rights Reserved.