Google Cloud Network Connectivity V1 Client - Class NextHopInterconnectAttachment (2.1.0)

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

A route next hop that leads to an interconnect attachment resource.

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

Namespace

Google \ Cloud \ NetworkConnectivity \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ uri string

The URI of the interconnect attachment resource.

↳ vpc_network string

The VPC network where this interconnect attachment is located.

↳ site_to_site_data_transfer bool

Indicates whether site-to-site data transfer is allowed for this interconnect attachment resource. Data transfer is available only in supported locations.

getUri

The URI of the interconnect attachment resource.

Returns
Type Description
string

setUri

The URI of the interconnect attachment resource.

Parameter
Name Description
var string
Returns
Type Description
$this

getVpcNetwork

The VPC network where this interconnect attachment is located.

Returns
Type Description
string

setVpcNetwork

The VPC network where this interconnect attachment is located.

Parameter
Name Description
var string
Returns
Type Description
$this

getSiteToSiteDataTransfer

Indicates whether site-to-site data transfer is allowed for this interconnect attachment resource. Data transfer is available only in supported locations.

Returns
Type Description
bool

setSiteToSiteDataTransfer

Indicates whether site-to-site data transfer is allowed for this interconnect attachment resource. Data transfer is available only in supported locations.

Parameter
Name Description
var bool
Returns
Type Description
$this