Google Cloud OS Config v1 API - Class ListPatchJobInstanceDetailsResponse (2.3.0)

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.

Inheritance

object > ListPatchJobInstanceDetailsResponse

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Constructors

ListPatchJobInstanceDetailsResponse()

public ListPatchJobInstanceDetailsResponse()

ListPatchJobInstanceDetailsResponse(ListPatchJobInstanceDetailsResponse)

public ListPatchJobInstanceDetailsResponse(ListPatchJobInstanceDetailsResponse other)
Parameter
NameDescription
otherListPatchJobInstanceDetailsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A pagination token that can be used to get the next page of results.

Property Value
TypeDescription
string

PatchJobInstanceDetails

public RepeatedField<PatchJobInstanceDetails> PatchJobInstanceDetails { get; }

A list of instance status.

Property Value
TypeDescription
RepeatedFieldPatchJobInstanceDetails

Methods

GetEnumerator()

public IEnumerator<PatchJobInstanceDetails> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorPatchJobInstanceDetails