VirtualMachine.DefinitionStages.WithCheckpoints Interface

public static interface VirtualMachine.DefinitionStages.WithCheckpoints

The stage of the VirtualMachine definition allowing to specify checkpoints.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withCheckpoints(List<Checkpoint> checkpoints)

Specifies the checkpoints property: Checkpoints in the vm..

Method Details

withCheckpoints

public abstract VirtualMachine.DefinitionStages.WithCreate withCheckpoints(List<Checkpoint> checkpoints)

Specifies the checkpoints property: Checkpoints in the vm..

Parameters:

checkpoints - Checkpoints in the vm.

Returns:

the next definition stage.

Applies to