Class: Google::Cloud::Compute::V1::ExternalVpnGatewayInterface
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ExternalVpnGatewayInterface
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
The interface for the external VPN gateway.
Instance Attribute Summary collapse
-
#id ⇒ ::Integer
The numeric ID of this interface.
-
#ip_address ⇒ ::String
IP address of the interface in the external VPN gateway.
-
#ipv6_address ⇒ ::String
IPv6 address of the interface in the external VPN gateway.
Instance Attribute Details
#id ⇒ ::Integer
Returns The numeric ID of this interface. The allowed input values for this id for different redundancy types of external VPN gateway: - SINGLE_IP_INTERNALLY_REDUNDANT - 0 - TWO_IPS_REDUNDANCY - 0, 1 - FOUR_IPS_REDUNDANCY - 0, 1, 2, 3.
7858 7859 7860 7861 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7858 class ExternalVpnGatewayInterface include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ip_address ⇒ ::String
Returns IP address of the interface in the external VPN gateway. Only IPv4 is supported. This IP address can be either from your on-premise gateway or another Cloud provider's VPN gateway, it cannot be an IP address from Google Compute Engine.
7858 7859 7860 7861 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7858 class ExternalVpnGatewayInterface include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ipv6_address ⇒ ::String
Returns IPv6 address of the interface in the external VPN gateway. This IPv6 address can be either from your on-premise gateway or another Cloud provider's VPN gateway, it cannot be an IP address from Google Compute Engine. Must specify an IPv6 address (not IPV4-mapped) using any format described in RFC 4291 (e.g. 2001:db8:0:0:2d9:51:0:0). The output format is RFC 5952 format (e.g. 2001:db8::2d9:51:0:0).
7858 7859 7860 7861 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7858 class ExternalVpnGatewayInterface include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |