Class: Google::Cloud::Compute::V1::VpnTunnelsScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::VpnTunnelsScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#vpn_tunnels ⇒ ::Array<::Google::Cloud::Compute::V1::VpnTunnel>
A list of VPN tunnels contained in this scope.
-
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Informational warning which replaces the list of addresses when the list is empty.
Instance Attribute Details
#vpn_tunnels ⇒ ::Array<::Google::Cloud::Compute::V1::VpnTunnel>
Returns A list of VPN tunnels contained in this scope.
36302 36303 36304 36305 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36302 class VpnTunnelsScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Returns Informational warning which replaces the list of addresses when the list is empty.
36302 36303 36304 36305 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36302 class VpnTunnelsScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |