public interface PCFilter extends Indexable, HasParent<PacketCapture>, HasInnerModel<PacketCaptureFilter>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PCFilter.Definition<ParentT>
Definition of packet capture filter.
|
static interface |
PCFilter.DefinitionStages
Definition stages for packet capture filter.
|
| Modifier and Type | Method and Description |
|---|---|
String |
localIpAddress() |
String |
localPort() |
PcProtocol |
protocol() |
String |
remoteIpAddress() |
String |
remotePort() |
parentinnerModelPcProtocol protocol()
String localIpAddress()
String remoteIpAddress()
String localPort()
String remotePort()
Copyright © 2021 Microsoft Corporation. All rights reserved.