Reference documentation and code samples for the Google Cloud Network Management V1 Client class DeliverInfo.
Details of the final state "deliver" and associated resource.
Generated from protobuf message google.cloud.networkmanagement.v1.DeliverInfo
Namespace
Google \ Cloud \ NetworkManagement \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ target
int
Target type where the packet is delivered to.
↳ resource_uri
string
URI of the resource that the packet is delivered to.
↳ ip_address
string
IP address of the target (if applicable).
getTarget
Target type where the packet is delivered to.
int
setTarget
Target type where the packet is delivered to.
var
int
$this
getResourceUri
URI of the resource that the packet is delivered to.
string
setResourceUri
URI of the resource that the packet is delivered to.
var
string
$this
getIpAddress
IP address of the target (if applicable).
string
setIpAddress
IP address of the target (if applicable).
var
string
$this