Class: Google::Cloud::Compute::V1::InstanceGroupManagersScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InstanceGroupManagersScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#instance_group_managers ⇒ ::Array<::Google::Cloud::Compute::V1::InstanceGroupManager>
[Output Only] The list of managed instance groups that are contained in the specified project and zone.
-
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
[Output Only] The warning that replaces the list of managed instance groups when the list is empty.
Instance Attribute Details
#instance_group_managers ⇒ ::Array<::Google::Cloud::Compute::V1::InstanceGroupManager>
Returns [Output Only] The list of managed instance groups that are contained in the specified project and zone.
14414 14415 14416 14417 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14414 class InstanceGroupManagersScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Returns [Output Only] The warning that replaces the list of managed instance groups when the list is empty.
14414 14415 14416 14417 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14414 class InstanceGroupManagersScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |