Reference documentation and code samples for the Network Management V1 API class Google::Cloud::NetworkManagement::V1::VpnGatewayInfo.
For display only. Metadata associated with a Compute Engine VPN gateway.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#display_name
def display_name() -> ::String
Returns
- (::String) — Name of a VPN gateway.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Name of a VPN gateway.
Returns
- (::String) — Name of a VPN gateway.
#ip_address
def ip_address() -> ::String
Returns
- (::String) — IP address of the VPN gateway.
#ip_address=
def ip_address=(value) -> ::String
Parameter
- value (::String) — IP address of the VPN gateway.
Returns
- (::String) — IP address of the VPN gateway.
#network_uri
def network_uri() -> ::String
Returns
- (::String) — URI of a Compute Engine network where the VPN gateway is configured.
#network_uri=
def network_uri=(value) -> ::String
Parameter
- value (::String) — URI of a Compute Engine network where the VPN gateway is configured.
Returns
- (::String) — URI of a Compute Engine network where the VPN gateway is configured.
#region
def region() -> ::String
Returns
- (::String) — Name of a Google Cloud region where this VPN gateway is configured.
#region=
def region=(value) -> ::String
Parameter
- value (::String) — Name of a Google Cloud region where this VPN gateway is configured.
Returns
- (::String) — Name of a Google Cloud region where this VPN gateway is configured.
#uri
def uri() -> ::String
Returns
- (::String) — URI of a VPN gateway.
#uri=
def uri=(value) -> ::String
Parameter
- value (::String) — URI of a VPN gateway.
Returns
- (::String) — URI of a VPN gateway.
#vpn_tunnel_uri
def vpn_tunnel_uri() -> ::String
Returns
- (::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.
#vpn_tunnel_uri=
def vpn_tunnel_uri=(value) -> ::String
Parameter
- value (::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.
Returns
- (::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.