Compute Engine v1 API - Class InstanceGroupManagersListErrorsResponse (2.15.0)

public sealed class InstanceGroupManagersListErrorsResponse : IMessage<InstanceGroupManagersListErrorsResponse>, IEquatable<InstanceGroupManagersListErrorsResponse>, IDeepCloneable<InstanceGroupManagersListErrorsResponse>, IBufferMessage, IMessage, IPageResponse<InstanceManagedByIgmError>, IEnumerable<InstanceManagedByIgmError>, IEnumerable

Inheritance

object > InstanceGroupManagersListErrorsResponse

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

InstanceGroupManagersListErrorsResponse()

public InstanceGroupManagersListErrorsResponse()

InstanceGroupManagersListErrorsResponse(InstanceGroupManagersListErrorsResponse)

public InstanceGroupManagersListErrorsResponse(InstanceGroupManagersListErrorsResponse other)
Parameter
NameDescription
otherInstanceGroupManagersListErrorsResponse

Properties

HasNextPageToken

public bool HasNextPageToken { get; }

Gets whether the "next_page_token" field is set

Property Value
TypeDescription
bool

Items

public RepeatedField<InstanceManagedByIgmError> Items { get; }

[Output Only] The list of errors of the managed instance group.

Property Value
TypeDescription
RepeatedFieldInstanceManagedByIgmError

NextPageToken

public string NextPageToken { get; set; }

[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<InstanceManagedByIgmError> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorInstanceManagedByIgmError