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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setDisplayName
Name of a Compute Engine network.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUri
URI of a Compute Engine network.
Returns | |
---|---|
Type | Description |
string |
setUri
URI of a Compute Engine network.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getMatchedIpRange
The IP range that matches the test.
Returns | |
---|---|
Type | Description |
string |
setMatchedIpRange
The IP range that matches the test.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |