VirtualMachine.DefinitionStages.WithUuid Interface
public static interface VirtualMachine.DefinitionStages.WithUuid
The stage of the VirtualMachine definition allowing to specify uuid.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withUuid(String uuid)
Specifies the uuid property: Unique ID of the virtual machine.. |
Method Details
withUuid
public abstract VirtualMachine.DefinitionStages.WithCreate withUuid(String uuid)
Specifies the uuid property: Unique ID of the virtual machine..
Parameters:
Returns: