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.
Next ID: 7
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_subnet_uri |
string
URI of the subnet matching the source IP address of the test. |
↳ matched_ip_range |
string
The IP range of the subnet matching the source IP address of the test. |
↳ region |
string
The region of the subnet matching the source IP address of 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 |
|
getMatchedSubnetUri
URI of the subnet matching the source IP address of the test.
| Returns | |
|---|---|
| Type | Description |
string |
|
setMatchedSubnetUri
URI of the subnet matching the source IP address of the test.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMatchedIpRange
The IP range of the subnet matching the source IP address of the test.
| Returns | |
|---|---|
| Type | Description |
string |
|
setMatchedIpRange
The IP range of the subnet matching the source IP address of the test.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRegion
The region of the subnet matching the source IP address of the test.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRegion
The region of the subnet matching the source IP address of the test.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|