Class: Google::Cloud::Compute::V1::InstanceGroupManagersListManagedInstancesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InstanceGroupManagersListManagedInstancesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#managed_instances ⇒ ::Array<::Google::Cloud::Compute::V1::ManagedInstance>
[Output Only] The list of instances in the managed instance group.
-
#next_page_token ⇒ ::String
[Output Only] This token allows you to get the next page of results for list requests.
Instance Attribute Details
#managed_instances ⇒ ::Array<::Google::Cloud::Compute::V1::ManagedInstance>
Returns [Output Only] The list of instances in the managed instance group.
14372 14373 14374 14375 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14372 class InstanceGroupManagersListManagedInstancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
14372 14373 14374 14375 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14372 class InstanceGroupManagersListManagedInstancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |