public static final class SataTypes.CreateSpec.Builder extends Object
SataTypes.CreateSpec.| Constructor and Description |
|---|
SataTypes.CreateSpec.Builder()
Constructor with parameters for the required properties of
SataTypes.CreateSpec. |
| Modifier and Type | Method and Description |
|---|---|
SataTypes.CreateSpec |
build() |
SataTypes.CreateSpec.Builder |
setBus(Long bus)
SATA bus number.
|
SataTypes.CreateSpec.Builder |
setPciSlotNumber(Long pciSlotNumber)
Address of the SATA adapter on the PCI bus.
|
SataTypes.CreateSpec.Builder |
setType(SataTypes.Type type)
Adapter type.
|
public SataTypes.CreateSpec.Builder()
SataTypes.CreateSpec.public SataTypes.CreateSpec.Builder setType(SataTypes.Type type)
null, a guest-specific default value will be used.type - New value for the property.public SataTypes.CreateSpec.Builder setBus(Long bus)
null, the server will choose an available bus number; if none is
available, the request will fail.bus - New value for the property.public SataTypes.CreateSpec.Builder setPciSlotNumber(Long pciSlotNumber)
null, the server will choose an available address when the virtual
machine is powered on.pciSlotNumber - New value for the property.public SataTypes.CreateSpec build()
Copyright © 2016. All Rights Reserved.