Google Cloud Network Management V1 Client - Class ForwardInfo (1.7.3)

Reference documentation and code samples for the Google Cloud Network Management V1 Client class ForwardInfo.

Details of the final state "forward" and associated resource.

Generated from protobuf message google.cloud.networkmanagement.v1.ForwardInfo

Namespace

Google \ Cloud \ NetworkManagement \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ target int

Target type where this packet is forwarded to.

↳ resource_uri string

URI of the resource that the packet is forwarded to.

↳ ip_address string

IP address of the target (if applicable).

getTarget

Target type where this packet is forwarded to.

Returns
Type Description
int

setTarget

Target type where this packet is forwarded to.

Parameter
Name Description
var int
Returns
Type Description
$this

getResourceUri

URI of the resource that the packet is forwarded to.

Returns
Type Description
string

setResourceUri

URI of the resource that the packet is forwarded to.

Parameter
Name Description
var string
Returns
Type Description
$this

getIpAddress

IP address of the target (if applicable).

Returns
Type Description
string

setIpAddress

IP address of the target (if applicable).

Parameter
Name Description
var string
Returns
Type Description
$this