PacketCapture.DefinitionStages.WithCreateAndStoragePath Interface

public interface WithCreateAndStoragePath extends PacketCapture.DefinitionStages.WithCreate

Method Summary

Modifier and Type Method and Description
PacketCapture.DefinitionStages.WithCreate withStoragePath(String storagePath)

The URI of the storage path to save the packet capture. Must be a well-formed URI describing the location to save the packet capture.

Inherited Members

Method Details

withStoragePath

public WithCreate withStoragePath(String storagePath)

The URI of the storage path to save the packet capture. Must be a well-formed URI describing the location to save the packet capture.

Parameters:

storagePath - The URI of the storage path to save the packet capture. Must be a well-formed URI describing the location to save the packet capture.

Returns:

the next stage

Applies to