Interface PacketCapture.DefinitionStages.WithCreateAndStoragePath

All Superinterfaces:
Creatable<PacketCapture>, HasName, Indexable, PacketCapture.DefinitionStages.WithCreate
All Known Subinterfaces:
PacketCapture.Definition
Enclosing interface:
PacketCapture.DefinitionStages

public static interface PacketCapture.DefinitionStages.WithCreateAndStoragePath extends PacketCapture.DefinitionStages.WithCreate
The stage of the Packet Capture definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified.
  • Method Details

    • withStoragePath

      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