public class GcpVpcFlow extends SourcePayloadBase implements Serializable
| Constructor and Description |
|---|
GcpVpcFlow()
Construct matcher object.
|
GcpVpcFlow(String input,
Event e,
com.mozilla.secops.parser.ParserState state)
Construct parser object.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBytesSent()
Get bytes sent
|
String |
getDestIp()
Get destination IP
|
Integer |
getDestPort()
Get destination port
|
String |
getSrcInstanceName()
Get source instance name
|
String |
getSrcIp()
Get source IP
|
Integer |
getSrcPort()
Get source port
|
Payload.PayloadType |
getType()
Get payload type.
|
Boolean |
matcher(String input,
com.mozilla.secops.parser.ParserState state)
Apply matcher.
|
getSourceAddress, getSourceAddressAsn, getSourceAddressAsOrg, getSourceAddressCity, getSourceAddressCountry, getSourceAddressIsp, getSourceAddressLatitude, getSourceAddressLongitude, getSourceAddressTimeZone, setSourceAddress, setSourceAddresseventIntegerValue, eventStringValuepublic Boolean matcher(String input, com.mozilla.secops.parser.ParserState state)
PayloadBasematcher in class PayloadBaseinput - Input string.state - ParserStatepublic Payload.PayloadType getType()
PayloadBasegetType in class PayloadBasePayload.PayloadTypepublic Integer getBytesSent()
public String getSrcIp()
public String getDestIp()
public Integer getSrcPort()
public Integer getDestPort()
public String getSrcInstanceName()
Copyright © 2022. All rights reserved.