Google Cloud Network Management V1 Client - Class NetworkInfo (1.4.2)

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

For display only. Metadata associated with a Compute Engine network.

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

Namespace

Google \ Cloud \ NetworkManagement \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ display_name string

Name of a Compute Engine network.

↳ uri string

URI of a Compute Engine network.

↳ matched_ip_range string

The IP range that matches the test.

getDisplayName

Name of a Compute Engine network.

Returns
TypeDescription
string

setDisplayName

Name of a Compute Engine network.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUri

URI of a Compute Engine network.

Returns
TypeDescription
string

setUri

URI of a Compute Engine network.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMatchedIpRange

The IP range that matches the test.

Returns
TypeDescription
string

setMatchedIpRange

The IP range that matches the test.

Parameter
NameDescription
var string
Returns
TypeDescription
$this