Class: Google::Cloud::Compute::V1::AutoscalersScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::AutoscalersScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#autoscalers ⇒ ::Array<::Google::Cloud::Compute::V1::Autoscaler>
[Output Only] A list of autoscalers contained in this scope.
-
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
[Output Only] Informational warning which replaces the list of autoscalers when the list is empty.
Instance Attribute Details
#autoscalers ⇒ ::Array<::Google::Cloud::Compute::V1::Autoscaler>
Returns [Output Only] A list of autoscalers contained in this scope.
3114 3115 3116 3117 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 3114 class AutoscalersScopedList 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 autoscalers when the list is empty.
3114 3115 3116 3117 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 3114 class AutoscalersScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |