PacketCapture.DefinitionStages.WithStorageLocation.withFilePath(String filePath) 方法
定义
A valid local path on the targeting VM. Must include the name of the capture file (*.cap). For linux virtual machine it must start with /var/captures. Required if no storage ID is provided, otherwise optional.
public WithCreate withFilePath(String filePath)
参数
- filePath
- String
A valid local path on the targeting VM
返回
the next stage