Class: Google::Cloud::EdgeContainer::V1::VpnConnection::Details::CloudVpn
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeContainer::V1::VpnConnection::Details::CloudVpn
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgecontainer/v1/resources.rb
Overview
The Cloud VPN info.
Instance Attribute Summary collapse
-
#gateway ⇒ ::String
The created Cloud VPN gateway name.
Instance Attribute Details
#gateway ⇒ ::String
Returns The created Cloud VPN gateway name.
665 666 667 668 |
# File 'proto_docs/google/cloud/edgecontainer/v1/resources.rb', line 665 class CloudVpn include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |