public sealed class InstanceGroupManagersListErrorsResponse : IMessage<InstanceGroupManagersListErrorsResponse>, IEquatable<InstanceGroupManagersListErrorsResponse>, IDeepCloneable<InstanceGroupManagersListErrorsResponse>, IBufferMessage, IMessage, IPageResponse<InstanceManagedByIgmError>, IEnumerable<InstanceManagedByIgmError>, IEnumerableImplements
IMessageInstanceGroupManagersListErrorsResponse, IEquatableInstanceGroupManagersListErrorsResponse, IDeepCloneableInstanceGroupManagersListErrorsResponse, IBufferMessage, IMessage, IPageResponseInstanceManagedByIgmError, IEnumerableInstanceManagedByIgmError, IEnumerableNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InstanceGroupManagersListErrorsResponse()
public InstanceGroupManagersListErrorsResponse()InstanceGroupManagersListErrorsResponse(InstanceGroupManagersListErrorsResponse)
public InstanceGroupManagersListErrorsResponse(InstanceGroupManagersListErrorsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
InstanceGroupManagersListErrorsResponse |
Properties
HasNextPageToken
public bool HasNextPageToken { get; }Gets whether the "next_page_token" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Items
public RepeatedField<InstanceManagedByIgmError> Items { get; }[Output Only] The list of errors of the managed instance group.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<InstanceManagedByIgmError> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorInstanceManagedByIgmError |
|