Share via


Datastore.DefinitionStages.WithDiskPoolVolume Interface

public static interface Datastore.DefinitionStages.WithDiskPoolVolume

The stage of the Datastore definition allowing to specify diskPoolVolume.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDiskPoolVolume(DiskPoolVolume diskPoolVolume)

Specifies the diskPoolVolume property: An iSCSI volume.

Method Details

withDiskPoolVolume

public abstract Datastore.DefinitionStages.WithCreate withDiskPoolVolume(DiskPoolVolume diskPoolVolume)

Specifies the diskPoolVolume property: An iSCSI volume.

Parameters:

diskPoolVolume - An iSCSI volume.

Returns:

the next definition stage.

Applies to