Interface PacketCapture.DefinitionStages.WithTarget
- All Known Subinterfaces:
PacketCapture.Definition
- Enclosing interface:
PacketCapture.DefinitionStages
public static interface PacketCapture.DefinitionStages.WithTarget
The stage of the Packet Capture definition allowing to specify the target.
-
Method Summary
Modifier and TypeMethodDescriptionwithTarget(String target) Set target resource ID, only VM is currently supported.
-
Method Details
-
withTarget
Set target resource ID, only VM is currently supported.- Parameters:
target- The ID of the targeted resource- Returns:
- the next stage
-