Disk.DefinitionStages.WithCreateAndSize Interface

Implements

public static interface Disk.DefinitionStages.WithCreateAndSize
extends WithCreate

The stage of the managed disk definition allowing to create the disk or optionally specify size.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withSizeInGB(int sizeInGB)

Specifies the disk size.

Method Details

withSizeInGB

public abstract Disk.DefinitionStages.WithCreate withSizeInGB(int sizeInGB)

Specifies the disk size.

Parameters:

sizeInGB - the disk size in GB

Returns:

the next stage of the definition

Applies to