VirtualMachine.DefinitionStages.WithGeneration Interface

public static interface VirtualMachine.DefinitionStages.WithGeneration

The stage of the VirtualMachine definition allowing to specify generation.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withGeneration(Integer generation)

Specifies the generation property: Gets or sets the generation for the vm..

Method Details

withGeneration

public abstract VirtualMachine.DefinitionStages.WithCreate withGeneration(Integer generation)

Specifies the generation property: Gets or sets the generation for the vm..

Parameters:

generation - Gets or sets the generation for the vm.

Returns:

the next definition stage.

Applies to