Class: Google::Cloud::Compute::V1::ForwardingRulesScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ForwardingRulesScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#forwarding_rules ⇒ ::Array<::Google::Cloud::Compute::V1::ForwardingRule>
A list of forwarding rules contained in this scope.
-
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Informational warning which replaces the list of forwarding rules when the list is empty.
Instance Attribute Details
#forwarding_rules ⇒ ::Array<::Google::Cloud::Compute::V1::ForwardingRule>
Returns A list of forwarding rules contained in this scope.
8591 8592 8593 8594 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8591 class ForwardingRulesScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Returns Informational warning which replaces the list of forwarding rules when the list is empty.
8591 8592 8593 8594 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8591 class ForwardingRulesScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |