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

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
NameDescription
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
TypeDescription
string

setUri

Required. The URI of the VPC network resource.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getExcludeExportRanges

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setExcludeExportRanges

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

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this