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, setSourceAddress
eventIntegerValue, eventStringValue
public Boolean matcher(String input, com.mozilla.secops.parser.ParserState state)
PayloadBase
matcher
in class PayloadBase
input
- Input string.state
- ParserStatepublic Payload.PayloadType getType()
PayloadBase
getType
in class PayloadBase
Payload.PayloadType
public Integer getBytesSent()
public String getSrcIp()
public String getDestIp()
public Integer getSrcPort()
public Integer getDestPort()
public String getSrcInstanceName()
Copyright © 2022. All rights reserved.