Compartir vía


Snapshot.DefinitionStages.WithSize Interface

public interface WithSize

The stage of the managed snapshot allowing to specify the size.

Method Summary

Modifier and Type Method and Description
Snapshot.DefinitionStages.WithCreate withSizeInGB(int sizeInGB)

Specifies the disk size.

Method Details

withSizeInGB

public WithCreate withSizeInGB(int sizeInGB)

Specifies the disk size.

Parameters:

sizeInGB - the disk size in GB

Returns:

the next stage of the definition

Applies to