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
With |
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:
Returns: