Reference documentation and code samples for the Google Cloud Network Management V1 Client class VpnGatewayInfo.
For display only. Metadata associated with a Compute Engine VPN gateway.
Generated from protobuf message google.cloud.networkmanagement.v1.VpnGatewayInfo
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 VPN gateway. |
↳ uri |
string
URI of a VPN gateway. |
↳ network_uri |
string
URI of a Compute Engine network where the VPN gateway is configured. |
↳ ip_address |
string
IP address of the VPN gateway. |
↳ vpn_tunnel_uri |
string
A VPN tunnel that is associated with this VPN gateway. There may be multiple VPN tunnels configured on a VPN gateway, and only the one relevant to the test is displayed. |
↳ region |
string
Name of a Google Cloud region where this VPN gateway is configured. |
getDisplayName
Name of a VPN gateway.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
Name of a VPN gateway.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUri
URI of a VPN gateway.
| Returns | |
|---|---|
| Type | Description |
string |
|
setUri
URI of a VPN gateway.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNetworkUri
URI of a Compute Engine network where the VPN gateway is configured.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNetworkUri
URI of a Compute Engine network where the VPN gateway is configured.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getIpAddress
IP address of the VPN gateway.
| Returns | |
|---|---|
| Type | Description |
string |
|
setIpAddress
IP address of the VPN gateway.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getVpnTunnelUri
A VPN tunnel that is associated with this VPN gateway.
There may be multiple VPN tunnels configured on a VPN gateway, and only the one relevant to the test is displayed.
| Returns | |
|---|---|
| Type | Description |
string |
|
setVpnTunnelUri
A VPN tunnel that is associated with this VPN gateway.
There may be multiple VPN tunnels configured on a VPN gateway, and only the one relevant to the test is displayed.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRegion
Name of a Google Cloud region where this VPN gateway is configured.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRegion
Name of a Google Cloud region where this VPN gateway is configured.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|