Volume.DefinitionStages.WithProtocolTypes Interface

public static interface Volume.DefinitionStages.WithProtocolTypes

The stage of the Volume definition allowing to specify protocolTypes.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withProtocolTypes(List<String> protocolTypes)

Specifies the protocolTypes property: protocolTypes Set of protocol types, default NFSv3, CIFS for SMB protocol.

Method Details

withProtocolTypes

public abstract Volume.DefinitionStages.WithCreate withProtocolTypes(List protocolTypes)

Specifies the protocolTypes property: protocolTypes Set of protocol types, default NFSv3, CIFS for SMB protocol.

Parameters:

protocolTypes - protocolTypes Set of protocol types, default NFSv3, CIFS for SMB protocol.

Returns:

the next definition stage.

Applies to