API documentation for compute_v1.services.instance_group_managers.pagers
module.
Classes
AggregatedListPager
AggregatedListPager(
method: typing.Callable[
[...], google.cloud.compute_v1.types.compute.InstanceGroupManagerAggregatedList
],
request: google.cloud.compute_v1.types.compute.AggregatedListInstanceGroupManagersRequest,
response: google.cloud.compute_v1.types.compute.InstanceGroupManagerAggregatedList,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through aggregated_list
requests.
This class thinly wraps an initial
InstanceGroupManagerAggregatedList object, and
provides an __iter__
method to iterate through its
items
field.
If there are more pages, the __iter__
method will make additional
AggregatedList
requests and continue to iterate
through the items
field on the
corresponding responses.
All the usual InstanceGroupManagerAggregatedList attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListErrorsPager
ListErrorsPager(
method: typing.Callable[
[...],
google.cloud.compute_v1.types.compute.InstanceGroupManagersListErrorsResponse,
],
request: google.cloud.compute_v1.types.compute.ListErrorsInstanceGroupManagersRequest,
response: google.cloud.compute_v1.types.compute.InstanceGroupManagersListErrorsResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_errors
requests.
This class thinly wraps an initial
InstanceGroupManagersListErrorsResponse object, and
provides an __iter__
method to iterate through its
items
field.
If there are more pages, the __iter__
method will make additional
ListErrors
requests and continue to iterate
through the items
field on the
corresponding responses.
All the usual InstanceGroupManagersListErrorsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListManagedInstancesPager
ListManagedInstancesPager(
method: typing.Callable[
[...],
google.cloud.compute_v1.types.compute.InstanceGroupManagersListManagedInstancesResponse,
],
request: google.cloud.compute_v1.types.compute.ListManagedInstancesInstanceGroupManagersRequest,
response: google.cloud.compute_v1.types.compute.InstanceGroupManagersListManagedInstancesResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_managed_instances
requests.
This class thinly wraps an initial
InstanceGroupManagersListManagedInstancesResponse object, and
provides an __iter__
method to iterate through its
managed_instances
field.
If there are more pages, the __iter__
method will make additional
ListManagedInstances
requests and continue to iterate
through the managed_instances
field on the
corresponding responses.
All the usual InstanceGroupManagersListManagedInstancesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListPager
ListPager(
method: typing.Callable[
[...], google.cloud.compute_v1.types.compute.InstanceGroupManagerList
],
request: google.cloud.compute_v1.types.compute.ListInstanceGroupManagersRequest,
response: google.cloud.compute_v1.types.compute.InstanceGroupManagerList,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list
requests.
This class thinly wraps an initial
InstanceGroupManagerList object, and
provides an __iter__
method to iterate through its
items
field.
If there are more pages, the __iter__
method will make additional
List
requests and continue to iterate
through the items
field on the
corresponding responses.
All the usual InstanceGroupManagerList attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListPerInstanceConfigsPager
ListPerInstanceConfigsPager(
method: typing.Callable[
[...],
google.cloud.compute_v1.types.compute.InstanceGroupManagersListPerInstanceConfigsResp,
],
request: google.cloud.compute_v1.types.compute.ListPerInstanceConfigsInstanceGroupManagersRequest,
response: google.cloud.compute_v1.types.compute.InstanceGroupManagersListPerInstanceConfigsResp,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through list_per_instance_configs
requests.
This class thinly wraps an initial
InstanceGroupManagersListPerInstanceConfigsResp object, and
provides an __iter__
method to iterate through its
items
field.
If there are more pages, the __iter__
method will make additional
ListPerInstanceConfigs
requests and continue to iterate
through the items
field on the
corresponding responses.
All the usual InstanceGroupManagersListPerInstanceConfigsResp attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.