Google Cloud Network Connectivity V1 Client - Class LinkedVpcNetwork (1.5.4)

Reference documentation and code samples for the Google Cloud Network Connectivity V1 Client class LinkedVpcNetwork.

An existing VPC network.

Generated from protobuf message google.cloud.networkconnectivity.v1.LinkedVpcNetwork

Namespace

Google \ Cloud \ NetworkConnectivity \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ uri string

Required. The URI of the VPC network resource.

↳ exclude_export_ranges array

Optional. IP ranges encompassing the subnets to be excluded from peering.

getUri

Required. The URI of the VPC network resource.

Returns
Type Description
string

setUri

Required. The URI of the VPC network resource.

Parameter
Name Description
var string
Returns
Type Description
$this

getExcludeExportRanges

Optional. IP ranges encompassing the subnets to be excluded from peering.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setExcludeExportRanges

Optional. IP ranges encompassing the subnets to be excluded from peering.

Parameter
Name Description
var string[]
Returns
Type Description
$this