Class ListPatchJobInstanceDetailsRequest (1.12.1)

ListPatchJobInstanceDetailsRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request to list details for all instances that are part of a patch job.

Attributes

NameDescription
parent str
Required. The parent for the instances are in the form of ``projects/*/patchJobs/*``.
page_size int
The maximum number of instance details records to return. Default is 100.
page_token str
A pagination token returned from a previous call that indicates where this listing should continue from.
filter str
A filter expression that filters results listed in the response. This field supports filtering results by instance zone, name, state, or ``failure_reason``.

Inheritance

builtins.object > proto.message.Message > ListPatchJobInstanceDetailsRequest