PacketCapture.DefinitionStages.WithCreateAndStoragePath Interface

Implements

public static interface PacketCapture.DefinitionStages.WithCreateAndStoragePath
extends WithCreate

Method Summary

Modifier and Type Method and Description
abstract WithCreate withStoragePath(String storagePath)

The URI of the storage path to save the packet capture.

Method Details

withStoragePath

public abstract 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.

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