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 WithCreate 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:

uuid - Unique ID of the virtual machine.

Returns:

the next definition stage.

Applies to