Class: Google::Cloud::Compute::V1::InstanceGroupsScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InstanceGroupsScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#instance_groups ⇒ ::Array<::Google::Cloud::Compute::V1::InstanceGroup>
[Output Only] The list of instance groups that are contained in this scope.
-
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
[Output Only] An informational warning that replaces the list of instance groups when the list is empty.
Instance Attribute Details
#instance_groups ⇒ ::Array<::Google::Cloud::Compute::V1::InstanceGroup>
Returns [Output Only] The list of instance groups that are contained in this scope.
14513 14514 14515 14516 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14513 class InstanceGroupsScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Returns [Output Only] An informational warning that replaces the list of instance groups when the list is empty.
14513 14514 14515 14516 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14513 class InstanceGroupsScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |