Reference documentation and code samples for the Google Cloud Network Management V1 Client class DropInfo.
Details of the final state "drop" and associated resource.
Generated from protobuf message google.cloud.networkmanagement.v1.DropInfo
Namespace
Google \ Cloud \ NetworkManagement \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ cause
int
Cause that the packet is dropped.
↳ resource_uri
string
URI of the resource that caused the drop.
↳ source_ip
string
Source IP address of the dropped packet (if relevant).
↳ destination_ip
string
Destination IP address of the dropped packet (if relevant).
↳ region
string
Region of the dropped packet (if relevant).
↳ source_geolocation_code
string
Geolocation (region code) of the source IP address (if relevant).
↳ destination_geolocation_code
string
Geolocation (region code) of the destination IP address (if relevant).
getCause
Cause that the packet is dropped.
setCause
Cause that the packet is dropped.
$this
getResourceUri
URI of the resource that caused the drop.
string
setResourceUri
URI of the resource that caused the drop.
var
string
$this
getSourceIp
Source IP address of the dropped packet (if relevant).
string
setSourceIp
Source IP address of the dropped packet (if relevant).
var
string
$this
getDestinationIp
Destination IP address of the dropped packet (if relevant).
string
setDestinationIp
Destination IP address of the dropped packet (if relevant).
var
string
$this
getRegion
Region of the dropped packet (if relevant).
string
setRegion
Region of the dropped packet (if relevant).
var
string
$this
getSourceGeolocationCode
Geolocation (region code) of the source IP address (if relevant).
string
setSourceGeolocationCode
Geolocation (region code) of the source IP address (if relevant).
var
string
$this
getDestinationGeolocationCode
Geolocation (region code) of the destination IP address (if relevant).
string
setDestinationGeolocationCode
Geolocation (region code) of the destination IP address (if relevant).
var
string
$this

