public sealed class ListPatchJobInstanceDetailsResponse : IPageResponse<PatchJobInstanceDetails>, IEnumerable<PatchJobInstanceDetails>, IEnumerable, IMessage<ListPatchJobInstanceDetailsResponse>, IEquatable<ListPatchJobInstanceDetailsResponse>, IDeepCloneable<ListPatchJobInstanceDetailsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Config v1 API class ListPatchJobInstanceDetailsResponse.
A response message for listing the instances details for a patch job.
Implements
IPageResponsePatchJobInstanceDetails, IEnumerablePatchJobInstanceDetails, IEnumerable, IMessageListPatchJobInstanceDetailsResponse, IEquatableListPatchJobInstanceDetailsResponse, IDeepCloneableListPatchJobInstanceDetailsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.OsConfig.V1Assembly
Google.Cloud.OsConfig.V1.dll
Constructors
ListPatchJobInstanceDetailsResponse()
public ListPatchJobInstanceDetailsResponse()
ListPatchJobInstanceDetailsResponse(ListPatchJobInstanceDetailsResponse)
public ListPatchJobInstanceDetailsResponse(ListPatchJobInstanceDetailsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListPatchJobInstanceDetailsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
A pagination token that can be used to get the next page of results.
Property Value | |
---|---|
Type | Description |
string |
PatchJobInstanceDetails
public RepeatedField<PatchJobInstanceDetails> PatchJobInstanceDetails { get; }
A list of instance status.
Property Value | |
---|---|
Type | Description |
RepeatedFieldPatchJobInstanceDetails |
Methods
GetEnumerator()
public IEnumerator<PatchJobInstanceDetails> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorPatchJobInstanceDetails |