Class: Google::Cloud::Compute::V1::TargetPoolsScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::TargetPoolsScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#target_pools ⇒ ::Array<::Google::Cloud::Compute::V1::TargetPool>
A list of target pools 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
#target_pools ⇒ ::Array<::Google::Cloud::Compute::V1::TargetPool>
Returns A list of target pools contained in this scope.
33792 33793 33794 33795 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 33792 class TargetPoolsScopedList 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.
33792 33793 33794 33795 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 33792 class TargetPoolsScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |