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).
getCause
Cause that the packet is dropped.
int
setCause
Cause that the packet is dropped.
var
int
$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