Compartir vía


Disk.DefinitionStages.WithCreateAndSize Interface

public interface WithCreateAndSize extends Disk.DefinitionStages.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
Disk.DefinitionStages.WithCreateAndSize withSizeInGB(int sizeInGB)

Specifies the disk size.

Inherited Members

Method Details

withSizeInGB

public WithCreateAndSize withSizeInGB(int sizeInGB)

Specifies the disk size.

Parameters:

sizeInGB - the disk size in GB

Returns:

the next stage of the definition

Applies to