public sealed class ListPatchJobInstanceDetailsRequest : IPageRequest, IMessage<ListPatchJobInstanceDetailsRequest>, IEquatable<ListPatchJobInstanceDetailsRequest>, IDeepCloneable<ListPatchJobInstanceDetailsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Config v1 API class ListPatchJobInstanceDetailsRequest.
Request to list details for all instances that are part of a patch job.
Implements
IPageRequest, IMessageListPatchJobInstanceDetailsRequest, IEquatableListPatchJobInstanceDetailsRequest, IDeepCloneableListPatchJobInstanceDetailsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.OsConfig.V1Assembly
Google.Cloud.OsConfig.V1.dll
Constructors
ListPatchJobInstanceDetailsRequest()
public ListPatchJobInstanceDetailsRequest()
ListPatchJobInstanceDetailsRequest(ListPatchJobInstanceDetailsRequest)
public ListPatchJobInstanceDetailsRequest(ListPatchJobInstanceDetailsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListPatchJobInstanceDetailsRequest |
Properties
Filter
public string Filter { get; set; }
A filter expression that filters results listed in the response. This
field supports filtering results by instance zone, name, state, or
failure_reason
.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
The maximum number of instance details records to return. Default is 100.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
A pagination token returned from a previous call that indicates where this listing should continue from.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent for the instances are in the form of
projects/*/patchJobs/*
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsPatchJobName
public PatchJobName ParentAsPatchJobName { get; set; }
PatchJobName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
PatchJobName |