Class: Google::Cloud::Compute::V1::VpnGatewaysScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::VpnGatewaysScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#vpn_gateways ⇒ ::Array<::Google::Cloud::Compute::V1::VpnGateway>
[Output Only] A list of VPN gateways contained in this scope.
-
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
[Output Only] Informational warning which replaces the list of addresses when the list is empty.
Instance Attribute Details
#vpn_gateways ⇒ ::Array<::Google::Cloud::Compute::V1::VpnGateway>
Returns [Output Only] A list of VPN gateways contained in this scope.
36099 36100 36101 36102 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36099 class VpnGatewaysScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Returns [Output Only] Informational warning which replaces the list of addresses when the list is empty.
36099 36100 36101 36102 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36099 class VpnGatewaysScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |