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.
Parameters | |
---|---|
Name | Description |
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). |
↳ storage_bucket |
string
Name of the Cloud Storage Bucket the packet is delivered to (if applicable). |
↳ psc_google_api_target |
string
PSC Google API target the packet is delivered to (if applicable). |
getTarget
Target type where the packet is delivered to.
Returns | |
---|---|
Type | Description |
int |
setTarget
Target type where the packet is delivered to.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getResourceUri
URI of the resource that the packet is delivered to.
Returns | |
---|---|
Type | Description |
string |
setResourceUri
URI of the resource that the packet is delivered 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 |
getStorageBucket
Name of the Cloud Storage Bucket the packet is delivered to (if applicable).
Returns | |
---|---|
Type | Description |
string |
setStorageBucket
Name of the Cloud Storage Bucket the packet is delivered to (if applicable).
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPscGoogleApiTarget
PSC Google API target the packet is delivered to (if applicable).
Returns | |
---|---|
Type | Description |
string |
setPscGoogleApiTarget
PSC Google API target the packet is delivered to (if applicable).
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |